(gnus-agent-fetch-headers): Don't message if we're not downloading anything.
[gnus] / lisp / ChangeLog
1 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4         downloading anything.
5
6         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
7
8 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
9
10         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
11         colors.
12         (gnus-splash-svg-color-symbols): New function.
13
14 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
17         instead of using the global gnus-simplify-subject-fuzzy-regexp.
18         (gnus-simplify-subject-fuzzy): Use the local
19         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
20         makes using this variable in group parameters work.
21
22 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23
24         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
25         "archive:sent" to the unfollowed group regex (for the recent Gnus
26         archive:sent-YYYY-MM-DD groups).
27         (gnus-registry-split-fancy-with-parent): Bail out early in sender
28         tracking if there are more than `gnus-registry-max-track-groups'
29         matches.
30
31 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32
33         * message.el (message--yank-original-internal): New function to do the
34         insertion cleanly inside eval in `message-yank-original'.
35         (message-yank-original): Use it.
36
37 2011-03-29  Julien Danjou  <julien@danjou.info>
38
39         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
40         local variables disabled rather than `normal-mode'.
41
42 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
43
44         * imap.el (imap-shell-open, imap-process-connection-type): Use
45         imap-process-connection-type for 'shell' streams as well as
46         Kerberos, SSL, other subprocesses.
47
48 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
49
50         * proto-stream.el: Changes preparatory to merging open-protocol-stream
51         with open-network-stream.
52         (proto-stream-always-use-starttls): Option removed.
53         (open-protocol-stream): Return a process object by default.  Provide a
54         new parameter :return-list specifying a list-type return value, which
55         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
56         :type `network' to `try-starttls', and `network-only' to `default'.
57         Make `default' the default, for compatibility with open-network-stream.
58         Handle the no-parameter case exactly as open-network-stream, with no
59         additional stream processing.  Search plists using plist-get.
60         Explicitly add :end-of-commend parameter if it is missing.
61         (proto-stream-open-default): Renamed from
62         proto-stream-open-network-only.  Return 'default as the type.
63         (proto-stream-open-starttls): Rename from proto-stream-open-network.
64         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
65         failed.  Always return a list with a (possibly dead) process as the
66         first element, for compatibility with open-network-stream.
67         (proto-stream-open-tls): Use plist-get.  Always return a list.
68         (proto-stream-open-shell): Return `default' as connection type.
69         (proto-stream-capability-open): Use plist-get.
70         (proto-stream-eoc): Function deleted.
71
72         * nnimap.el (nnimap-stream, nnimap-open-connection)
73         (nnimap-open-connection-1): Handle renaming of :type parameter for
74         open-protocol-stream.
75         (nnimap-open-connection-1): Pass a :return-list parameter
76         open-protocol-stream to obtain a list return value.  Parse this list
77         using plist-get.
78
79         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
80         for open-protocol-stream.  Accept open-protocol-stream return value
81         that is a subprocess object instead of a list.  Handle the case of a
82         dead returned process.
83
84 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
87
88         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
89
90 2011-03-21  Julien Danjou  <julien@danjou.info>
91
92         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
93         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
94         query.
95         (mm-inline-text): Render normal text with fontification whenever
96         possible.
97
98         * gnus-sum.el (gnus-summary-save-parts-1):
99         * gnus-art.el (gnus-article-browse-html-save-cid-content)
100         (gnus-article-browse-html-parts, gnus-mime-delete-part)
101         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
102         Use `mm-handle-filename'.
103
104         * mm-util.el (mm-handle-filename): New function, return the filename of
105         an handle.
106
107 2011-03-18  Julien Danjou  <julien@danjou.info>
108
109         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
110         (gnus-buffer-live-p): Check that buffer is not nil.
111
112 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
113
114         * gnus.el: No Gnus v0.15 is released.
115
116 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * time-date.el (format-seconds): Use assoc instead of assoc-string to
119         avoid warning on XEmacs.
120
121         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
122         on XEmacs.
123
124         * gnus-art.el: Require mouse, which the build bot seems to say is
125         needed.
126
127         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
128
129         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
130         XEmacs, since it doesn't have url-retrieve-synchronously.
131
132         * time-date.el (format-seconds): Use assoc instead of assoc-string,
133         since assoc-string doesn't exist in XEmacs.
134
135 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
136
137         * gnus-group.el (gnus-group-list-ticked): New function.
138         (gnus-group-make-menu-bar): Provide a menu entry for it.
139         (gnus-group-list-map): Provide a binding for it.
140
141 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * shr.el (shr-visit-file): New command.
144
145         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
146
147 2011-03-17  Bjørn Mork  <bjorn@mork.no>
148
149         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
150         servers.
151
152 2011-03-16  Julien Danjou  <julien@danjou.info>
153
154         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
155         inline.
156
157         * gnus-art.el (article-hide-list-identifiers): Use
158         gnus-group-get-list-identifiers.
159
160         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
161         (gnus-summary-remove-list-identifiers): Use
162         gnus-group-get-list-identifiers to get regexp.
163         (gnus-select-newsgroup, gnus-summary-insert-subject)
164         (gnus-summary-insert-articles): Call
165         gnus-summary-remove-list-identifiers unconditionally.
166
167 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
170         we're selecting a group with unread articles.
171
172         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
173
174         * gssapi.el: New file separated out from imap.el to provide a general
175         Kerberos 5 connection facility for Emacs.
176
177         * message.el (message-elide-ellipsis): Document the format spec
178         ellipsis.
179
180 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
181
182         * message.el (message-elide-region): Allow the ellipsis to say how many
183         lines were removed.
184
185 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
188         window configurations containing buffers that are now dead.
189
190         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
191         parsing to avoid integer overflows.
192         (nnimap-parse-flags): Simplify the last change.
193         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
194         too large for 32-bit Emacsen.
195
196 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
197
198         * auth-source.el (auth-source-netrc-create):
199         * message.el (message-yank-original): Fix use of `case'.
200
201 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
202
203         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
204         XEmacs, which was one character too wide.
205
206 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
207
208         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
209         default number of articles to display.
210         (gnus-articles-to-read): Use pretty names for prompt.
211
212 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-int.el (gnus-open-server): Ditto.
215
216         * gnus-start.el (gnus-activate-group): Give a backtrace if
217         debug-on-quit is set and the user hits `C-g'.
218         (gnus-read-active-file): Ditto.
219
220         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
221
222 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
223
224         * message.el (message-yank-original): Use cond instead of CL case.
225
226 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
227
228         * auth-source.el (auth-source-netrc-create): Use usual format for the
229         default in prompts.
230
231 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * lpath.el: Fbind read-char-choice for XEmacs.
234
235 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * auth-source.el (auth-source-netrc-create): Show the default in the
238         prompt when prompting for token creation.
239
240 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * auth-source.el (auth-source-format-prompt): Always convert the value
243         to a string to avoid evaluating non-string arguments.
244         (auth-source-netrc-create): Offer default properly, not as initial
245         content in `read-string'.
246         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
247         of line to determine if we've been run before.  If so, don't run again,
248         but print a trivial message to indicate the cache was hit instead.
249
250 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
253         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
254         The user will have to run `gnus-sync-read' manually and wait for Cloudy
255         Gnus.
256
257 2011-03-11  Julien Danjou  <julien@danjou.info>
258
259         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
260         modified file".
261
262 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * auth-source.el (auth-source-read-char-choice): New function to read a
265         character choice using `dropdown-list', `read-char-choice', or
266         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
267         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
268         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
269         (auth-source-netrc-saver): Use it.
270         (auth-source-pick-first-password): New convenience function.
271
272 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
275         parameter in the credentials.
276         (nnimap-open-connection-1): Use it after a successful login.
277         (nnimap-credentials): Add IMAP-specific user and password prompt.
278
279         * auth-source.el (auth-source-search): Add :require parameter, taking a
280         list.  Document it and the :save-function return token.  Pass :require
281         down.  Change the CREATED message from a warning to a debug statement.
282         (auth-source-search-backends): Pass :require down.
283         (auth-source-netrc-search): Pass :require down.
284         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
285         Change save prompt to indicate all modifications saved here are
286         deletions.
287         (auth-source-netrc-create): Take user login name as default in user
288         prompt.  Move all the save functionality to a lexically bound function
289         under the :save-function token in the returned list.  Set up clearer
290         default prompts for user, host, port, and secret.
291         (auth-source-netrc-saver): New function, intended to be wrapped for
292         :save-function.
293
294 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * shr.el (shr-table-horizontal-line): Change the defaults for the table
297         lines to be spaces instead.
298
299 2011-03-07  Julien Danjou  <julien@danjou.info>
300
301         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
302         (sieve-sasl-auth): Check that auth-source-search did return something,
303         or just return an empty string.
304
305 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
306
307         * gnus.el (gnus-interactive): Use read-directory-name.
308
309         * gnus-uu.el (gnus-uu-decode-uu-and-save)
310         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
311         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
312         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
313         Likewise.
314
315         * gnus-group.el (gnus-group-make-directory-group): Likewise.
316
317 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
320         onto the list of killed groups, too.  This makes killed nnimap groups,
321         for instance, more reliably not reappear.
322
323         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
324         the parent.
325
326         * gnus-sum.el (gnus-update-read-articles): Fix typo.
327
328         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
329         really have server-side marks.
330
331         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
332         since most backends do not usefully have server-side marks.
333         (gnus-update-read-articles): Propagate marks to all backends that
334         really have server-side marks.
335
336 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
337
338         * message.el (message-cite-reply-position, message-cite-style):
339         New variables.
340         (message-yank-original): Use the new citation styles.
341
342 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
343
344         * message.el (message-options): Revert 22da67af (workaround for XEmacs
345         buffer-local issue); don't mark it buffer-local when running under
346         XEmacs.
347
348 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
349
350         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
351         numbers too big to be `read'.
352
353 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * password-cache.el (password-in-cache-p): Add autoload.
356
357         * message.el (message-options): Make buffer-local two ways to attempt
358         to fix a XEmacs bug.
359
360 2011-03-02  Julien Danjou  <julien@danjou.info>
361
362         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
363
364 2011-03-01  Julien Danjou  <julien@danjou.info>
365
366         * gnus-art.el (list-identifier): Add list-identifier as a parameter
367         group.
368         (article-hide-list-identifiers): Use list-identifier group parameter.
369
370 2011-02-28  Julien Danjou  <julien@danjou.info>
371
372         * sieve.el (sieve-buffer-script-name): New local variable to store
373         sieve script name.
374         (sieve-edit-script): Store sieve script name.
375         (sieve-upload): Use sieve script name when uploading.
376         (sieve-upload): Use substitute-command-keys.
377         (sieve-edit-script): Use substitute-command-keys.
378         (sieve-refresh-scriptlist): Use substitute-command-keys.
379         (sieve-manage-mode-map): Define keymap properly.
380         (sieve-manage-mode): Do not set mode name manually, change mode-name to
381         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
382         Remove commented code about cvs.
383         (sieve-manage-quit): New function.
384         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
385
386 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-group.el (gnus-import-other-newsrc-file): New function.
389
390 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * auth-source.el (auth-source-search): Cache empty result sets.
393
394         * password-cache.el (password-in-cache-p): Convenience function to
395         check if a key is in the cache, even if the value is nil.
396
397         * auth-source.el (auth-source-save-behavior): New variable to replace
398         `auth-source-never-create'.
399         (auth-source-netrc-create): Use it.
400         (auth-source-never-save): Remove.
401
402 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
403
404         * nnimap.el (nnimap-stream): Doc fix.
405         (nnimap-open-connection-1): Reverse the order of the ports to that the
406         prompted-for port is first.
407
408         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
409         retrieval by the no-group selection.
410
411         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
412         numerical parameters.
413
414 2011-02-25  Julien Danjou  <julien@danjou.info>
415
416         * gnus-gravatar.el: Use gnus-with-article-buffer.
417
418         * gnus-art.el (gnus-with-article-buffer): Check that the
419         gnus-article-buffer is alive.
420
421 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * auth-source.el (auth-source-creation-prompts): New variable to manage
424         creation-time prompts.
425         (auth-source-search): Document it.
426         (auth-source-format-prompt): Add utility function.
427         (auth-source-netrc-create): Don't default the user name to
428         user-login-name.  Use `auth-source-creation-prompts' and some default
429         prompts for user, host, port, and password (the default generic prompt
430         remains ugly).
431         (auth-source-never-save): Add customizable option to never save info.
432         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
433         mode excursion.
434
435 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
438         argument that XEmacs doesn't support.
439
440         * dgnushack.el (dgnushack-compile): Exclude color.el from being
441         compiled for Emacsen having no `libxml-parse-html-region' support.
442
443         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
444
445         * lpath.el: Bind buffer-save-without-query for XEmacs.
446
447 2011-02-23  Julien Danjou  <julien@danjou.info>
448
449         * gnus-art.el (article-make-date-line): Ignore errors if time is
450         invalid and not convertible.
451         (article-make-date-line): Only add lapsed time if time is not nil.
452
453 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
456         `read-char-choice' for backwards compatibility.
457         (auth-source-netrc-element-or-first): New function to DTRT for
458         parameter extraction.
459         (auth-source-netrc-create): Use it and fix multiple parameter print
460         bug.  Use the default passed from above (given-default) or the
461         built-in (user-login-name for :user).
462
463 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-start.el (gnus-dribble-read-file):
466         Set buffer-save-without-query, since we always want to save the dribble
467         file, probably.
468
469         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
470         nnimap.
471
472         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
473         -summary- since it's a user-visible variable.
474
475         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
476         first time you use the new Gnus.
477
478 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
479
480         * auth-source.el: Don't load netrc.el.
481         (auth-sources): Search ~/.netrc as well by default.
482         (auth-source-debug): Add 'trivia option for extra output.
483         (auth-source-do-trivia): Use it.
484         (auth-source-search): Simplify logic to use
485         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
486         appropriate.  Don't keep a running count at this level.  Layer :create
487         and :delete options appropriately on the first and second passes.
488         Don't track the backend with the search results.
489         (auth-source-search-backends): New function to search a list of
490         backends for a processed spec.
491         (auth-source-netrc-parse): Cache all netrc files, making
492         auth-source-netrc-cache an alist keyed by the file name and using the
493         file mtime as the caching criterion.  Keep the obfuscated data secret
494         with a lexical bind.
495         (auth-source-netrc-search): Don't calculate the length of the results
496         unnecessarily.
497         (auth-source-search-backends): Fix bug.
498         (auth-source-netrc-create): Rework prompts.
499
500 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
501
502         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
503         Lower case names of search constraints.
504         (nnir-run-query): Cache and reuse search constraints for all imap
505         servers.
506
507 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
510         after exit.
511         (gnus-setup-message): Define missing variable from last checkin.
512
513         * gnus-sum.el (gnus-summary-show-article): When called with t as the
514         value, show the raw article.
515
516 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
517
518         * gnus.el: No Gnus v0.13 is released.
519
520 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
521
522         * nnimap.el (nnimap-open-connection-1): Revert last change, since
523         auth-source now accepts numbers.
524
525         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
526         spec, too.
527         (auth-source-ensure-strings): New function.
528
529         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
530         (gnus-article-setup-buffer): Always restart the date timer so that user
531         changes to the frequency is respected.
532
533         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
534         port numbers, so make sure it gets that if nnimap-server-port is
535         explicit.
536
537 2011-02-21  Simon Josefsson  <simon@josefsson.org>
538
539         * nnimap.el (nnimap-inbox): Doc fix.
540
541 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
542
543         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
544         Autoload.  Add optional arg FRAME, and pass it to color-values.
545         (color-complement): Caller changed.  Doc fix.
546         (color-gradient): Rewrite for better clarity and efficiency.
547
548 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
549
550         * shr-color.el (shr-color->hexadecimal): Use renamed function names
551         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
552         color-lab-to-srgb.
553
554 2011-02-20  Drew Adams  <drew.adams@oracle.com>
555
556         * color.el: First part of merge from hexrgb.el.
557         (color-rgb-to-hex): Rename from color-rgb->hex.
558         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
559         saturation to zero if the value is too small.
560         (color-rgb-to-hsl): Rename from color-rgb->hsl.
561         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
562         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
563         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
564         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
565         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
566         (color-cie-de2000): Doc fix.
567
568 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
571         given method as in the group name if we're using an extended method.
572         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
573         command, if we're using that, instead of waiting for the beginning.
574
575         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
576         we're sure to get unique server names, and we don't output two async
577         commands in the same buffer.  This fixes an NNTP hang for some users.
578
579 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
580
581         * gnus.el: No Gnus v0.11 is released.
582
583 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
584
585         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
586         summary buffer before reading going to the next buffer.  This avoids
587         putting the point in the group buffer if you `C-g' the command.
588
589         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
590         cache (for now) to make ~/.authinfo.gpg files usable.
591
592         * nnfolder.el (copyright-update): Define for the compiler.
593
594         * auth-source.el (auth-source-search): Fix unbound variable.
595
596 2011-02-19  Glenn Morris  <rgm@gnu.org>
597
598         * gnus.el (gnus-meta): Doc fix.
599
600 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
601
602         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
603         in case it's not yet loaded.
604
605 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
606
607         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
608         line we're waiting for.
609
610 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
611
612         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
613         face with line-width greater than zero will cause RET in gnus summary
614         buffer to scroll down article page-wise because auto vscroll happens,
615         it should be temporalily disabled when doing a scroll-up.
616
617 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
618
619         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
620         outputs from the server.
621
622 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
623
624         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
625         later so that bbdb can hook in easier.
626
627 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * auth-source.el (auth-source-search): Don't try to create credentials
630         if the caller doesn't want that.
631         (auth-source-search): If we don't find a match, don't bug out on
632         non-bound variables.
633         (auth-source-search): Only ask a single backend to create the
634         credentials.
635
636         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
637         logging.
638         (nnimap-credentials): Protect against auth-source-search returning nil.
639         (nnimap-request-list): Protect against not being able to open the
640         server.
641
642 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
643
644         * auth-source.el (auth-source-search): Do a two-phase search, one with
645         no :create to get the responses from all backends.
646
647         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
648         when getting credentials.
649
650         * gnus-util.el (gnus-delete-duplicates): New function.
651
652 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
653
654         * nnimap.el (nnimap-credentials): Instead of picking the first port as
655         a creation default, pass the whole port list down.  It will be
656         completed.
657
658         * auth-source.el (auth-source-search): Updated docs to talk about
659         multiple creation choices.
660         (auth-source-netrc-create): Accept a list as a value (from the search
661         parameters) and do completion on that list.  Keep a separate netrc line
662         with the password obscured for showing the user.
663
664         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
665         first choice to `auth-source-search' so it will be used for entry
666         creation instead of the server's Gnus-specific name.
667         (nnimap-credentials): Rely on the auth-source library to select which
668         port is actually wanted in the new netrc entry, so don't override
669         `auth-source-creation-defaults'.
670
671         * auth-source.el (auth-source-netrc-parse): Use :port instead of
672         :protocol and accept a missing user, host, or port as a wildcard match.
673         (auth-source-debug): Default to off.
674
675         (auth-source-netrc-search, auth-source-netrc-create)
676         (auth-source-secrets-search, auth-source-secrets-create)
677         (auth-source-user-or-password, auth-source-backend, auth-sources)
678         (auth-source-backend-parse-parameters, auth-source-search): Use :port
679         instead of :protocol.
680
681         * nnimap.el (nnimap-credentials): Pass a port default to
682         `auth-source-search' in case an entry needs to be created.
683         (nnimap-open-connection-1): Use :port instead of :protocol.
684
685 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * auth-source.el: Bind load-path when loading EIEIO from
688         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
689         21.4 doesn't support, to `require'.
690         (auth-source-secrets-search): Use mm-delete-duplicates instead of
691         delete-dups that is not available in XEmacs 21.4.
692
693 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
694
695         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
696         as EIEIO must also be loaded when auth-source.el is being
697         byte-compiled.
698
699 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
700
701         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
702
703         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
704
705         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
706
707         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
708
709         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
710
711         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
712
713         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
714
715         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
716         necessary.
717
718 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
721         nil means that nnimap doesn't get updated.
722
723 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
724
725         * auth-source.el (auth-source-netrc-create): Return a synthetic search
726         result when the user doesn't want to write to the file.
727         (auth-source-netrc-search): Expect a synthetic result and proceed
728         accordingly.
729         (auth-source-cache-expiry): New variable to override
730         `password-cache-expiry'.
731         (auth-source-remember): Use it.
732
733         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
734         parameter.  Create entry if necessary by using :create t.
735         (nnimap-open-connection-1): Don't pass `inhibit-create'.
736
737 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * auth-source.el (auth-source-debug): Enable by default and don't
740         mention the obsolete `auth-source-hide-passwords'.
741         (auth-source-do-warn): New function to debug unconditionally.
742         (auth-source-do-debug): Use it.
743         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
744         and for Secrets API entries when the secrets.el library is not
745         available.
746
747 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-sum.el (gnus-propagate-marks): Default to nil.
750         (gnus-summary-exit): Kill the correct article buffer on exit from a
751         `C-d' group.
752
753         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
754         gnus-propagate-marks.
755
756         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
757         before killing the buffers so that a non-full window conf gets handled
758         correctly.
759         (gnus-summary-exit): Ditto.
760         (gnus-summary-read-group-1): Ditto.
761
762         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
763         async code again so that we can debug it properly.
764
765         * message.el (message-reply): Take an optional switch-buffer parameter
766         so that Gnus window confs are respected better.
767
768 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
771         `plist-get' to accept non-list parameters (XEmacs issue).
772         Fix docstring.
773         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
774         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
775         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
776         Login collection is "Login" and not "login".
777
778 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
781         multiple headers.
782
783         * nnimap.el (nnimap-inhibit-logging): New variable.
784         (nnimap-log-command): Don't log login commands.
785
786         * auth-source.el (auth-source-netrc-search): The asserts seem to want
787         to have more parameters.
788
789         * nnimap.el (nnimap-send-command): Mark the command time for each
790         command, so that we don't get NOOPs stepping on our toes.
791
792         * gnus-art.el (article-date-ut): Get the date from the Date header on
793         `t'.
794
795 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * auth-source.el (auth-source-search): Use copy-sequence instead of
798         the cl.el copy-list.
799
800 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
801
802         * imap.el: Bring it back (revert
803         84d800cd31de3064f0ed39617d725709a2f8f42f).
804
805 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
806
807         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
808         Improve prompt.
809
810 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-art.el (gnus-article-mode-line-format): Remove the article
813         washing status from the default format.  It isn't very informative.
814
815 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
816
817         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
818         Fix Gcc processing on imap.
819
820 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * imap.el: Remove file.  All the functionality is in nnimap.el.
823
824 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
825
826         * message.el (message-bury): Don't pop up a new window when selected
827         window is dedicated.
828
829 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
830
831         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
832
833 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
834
835         * sieve-manage.el: Autoload `auth-source-search'.
836         (sieve-sasl-auth): Use it.
837
838 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
839
840         * nnimap.el: Autoload `auth-source-forget+'.
841         (nnimap-open-connection-1): Use it if the connection fails.
842
843         * auth-source.el: Require `password-cache'.
844         (auth-source-hide-passwords, auth-source-cache): Remove and mark
845         obsolete.
846         (auth-source-magic): Marker for `password-cache' keys.
847         (auth-source-do-cache): Update docstring.
848         (auth-source-search): Use and check cache.
849         (auth-source-forget-all-cached, auth-source-remember)
850         (auth-source-recall, auth-source-forget, auth-source-forget+)
851         (auth-source-specmatchp): Caching support functions.
852         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
853         Remove and obsolete.
854         (auth-source-user-or-password): Remove caching to further discourage
855         using it.  Always hide passwords.
856
857         * password-cache.el (password-cache-remove): Accept secrets that are
858         not strings.
859
860 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
861
862         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
863         code for now, since it doesn't work for all users.
864
865 2011-02-09  Julien Danjou  <julien@danjou.info>
866
867         * message.el (message-options): Make message-options really buffer
868         local.
869
870 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
871
872         * mail-source.el: Autoload `auth-source-search'.
873         (mail-source-keyword-map): Note order matters.
874         (mail-source-set-1): Get all the mail-source source values and
875         defaults and search auth-source on those if needed.  This can all
876         probably be simplified.
877
878         * nnimap.el: Autoload `auth-source-search'.
879         (nnimap-credentials): Use it.
880         (nnimap-open-connection-1): Ask for the virtual server and physical
881         address in one shot.
882
883         * nntp.el: Autoload `auth-source-search'.
884         (nntp-send-authinfo): Use it.  Note TODO.
885
886 2011-02-08  Julien Danjou  <julien@danjou.info>
887
888         * shr.el (shr-tag-body): Add support for text attribute in body
889         markups.
890
891         * message.el (message-options): Make message-options a local variable.
892
893 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
894
895         * auth-source.el (auth-source-secrets-search)
896         (auth-source-user-or-password): Use `append' instead of `nconc'.
897         (auth-source-user-or-password): Build return list better and protect
898         against nil :secret.
899
900 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * nnimap.el (nnimap-update-info): Refactor slightly.
903         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
904         (nnimap-update-info): Clean up slightly.
905         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
906         characters.
907         (nnimap-process-quirk): Rename function to avoid collision.
908         (nnimap-update-info): Fix macrology bug-out.
909         (nnimap-update-info): Simplify split history test.
910
911 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
912
913         * auth-source.el (top): Require 'eieio unconditionally.
914         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
915         (auth-source-secrets-search): Limit search when `max' is greater than
916         number of results.
917
918 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
921         part not returning any data.
922
923         * proto-stream.el (open-protocol-stream): Document the return value.
924
925 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
926
927         * auth-source.el (auth-source-secrets-search): Add examples.
928
929 2011-02-06  Julien Danjou  <julien@danjou.info>
930
931         * message.el (message-setup-1): Handle message-generate-headers-first
932         set to t.
933
934 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
937         API with a string "secrets:collection-name" and with 'default.
938         (auth-source-backend-parse): Parse "secrets:collection-name" and
939         'default.  Recurse on parses instead of repeating code.  Use the
940         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
941         message when ignoring a source.
942         (auth-source-search): List ignored search keys at the top level.
943         (auth-source-netrc-create): Use `case' instead of `cond'.
944         (auth-source-secrets-search): Created with TODOs.
945         (auth-source-secrets-create): Created with TODOs.
946         (auth-source-retrieve, auth-source-create, auth-source-delete)
947         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
948         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
949         (auth-source-user-or-password-sftp)
950         (auth-source-user-or-password-smtp): Remove.
951         (auth-source-user-or-password): Deprecated and modified to be a wrapper
952         around `auth-source-search'.  Not tested thoroughly.
953
954 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * auth-source.el: Bring in assoc and eioeio libraries.
957         (secrets-enabled): New variable to track the status of the Secrets API.
958         (auth-source-backend): New EIOEIO class to represent a backend.
959         (auth-source-creation-defaults): New variable to set prompt defaults
960         during token creation (see the `auth-source-search' docstring for
961         details).
962         (auth-sources): Simplify to allow a simple string as a netrc backend
963         spec.
964         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
965         (auth-source-backend-parse-parameters): Fill in the backend parameters.
966         (auth-source-search): Main auth-source API entry point.
967         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
968         (auth-source-search-collection): Helper function for searching.
969         (auth-source-netrc-parse, auth-source-netrc-normalize)
970         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
971         Supports search, create, and delete.
972         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
973         backend stubs.
974         (auth-source-user-or-password): Call `auth-source-search' but it's not
975         ready yet.
976
977 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * message.el (message-setup-1): Remove the read-only stuff, since it
980         doesn't work under XEmacs, for some reason.
981
982         * gnus-sum.el (gnus-user-date): Rename back from
983         gnus-summary-user-date since user code refers to it.
984
985         * shr.el (shr-render-td): Store the actual background colour used.
986
987         * message.el (message-setup-1): Don't bind the constant
988         -forbidden-properties.
989         (message-setup-1): Revert previous change, since it needs to bind the
990         props to insert them.
991         (message-resend): Allow removing the read-only separator line.
992
993 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
994
995         * nnimap.el (nnimap-request-accept-article): Give an error message if
996         the APPEND wasn't successful.
997
998 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
999
1000         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1001         that have no groups.
1002
1003 2011-02-03  Julien Danjou  <julien@danjou.info>
1004
1005         * gnus-draft.el: Remove progn around gnus-draft-setup.
1006
1007 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1008
1009         * gnus-start.el (gnus-read-active-for-groups): This function is never
1010         called with a nil `infos', so clean that up.
1011         (gnus-get-unread-articles): Request active files from primary/secondary
1012         methods that have no groups (yet).
1013
1014 2011-02-03  Julien Danjou  <julien@danjou.info>
1015
1016         * message.el (message-setup-1): Always generate References first.
1017         (message-mail): Return the return value of message-setup, not always t.
1018         (message-setup-1): Insert mail-header-separator with read-only and
1019         intangible properties set.
1020
1021         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1022         user-date in docstring.
1023
1024         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1025
1026         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1027         docstring.
1028
1029         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1030         defcustom, with type and group. Move from gnus-util.el. Rename to
1031         gnus-summary-user-date-format-alist.
1032
1033 2011-02-03  Glenn Morris  <rgm@gnu.org>
1034
1035         * nnimap.el (gnus-fetch-headers): Declare.
1036
1037         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1038
1039 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1040
1041         * message.el (message-forward-make-body-digest-plain)
1042         (message-followup, message-reply): Clean up things noted by Stefan.
1043
1044         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1045         gnus-article-update-date-headers is nil.
1046         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1047         it didn't really work with defcustom.
1048         (article-update-date-lapsed): Make sure the window start doesn't move,
1049         either.
1050
1051 2011-02-01  Julien Danjou  <julien@danjou.info>
1052
1053         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1054         format.
1055
1056         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1057         standard in Emacs nowadays.
1058
1059         * color.el (color-gradient): Add a color-gradient function.
1060
1061 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1062
1063         * message.el (message-expand-name): Don't trust the return value of
1064         bbdb-complete-name.
1065         (message-check-news-header-syntax): Remove unused var `start'.
1066         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1067         (message-inhibit-body-encoding): Move to before first use.
1068         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1069         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1070         (Organization, Message-ID, Date, mh-previous-window-config):
1071         Defvar the vars using dynamic scoping.
1072
1073 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * shr.el (shr-render-td): Only do colours at the final rendering.
1076         Should be slightly faster.
1077         (shr-insert-table): Fix up TD background colours when doing the
1078         vertical padding.
1079
1080         * gnus-art.el (article-date-ut): Protect against articles with no Date
1081         header.
1082         (article-update-date-lapsed): Don't use current-column to find the
1083         horizontal position.  It's fragile in the presence of \003 characters.
1084
1085         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1086
1087 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-art.el (article-transform-date): Rewrite to still work when
1090         there are several rfc2822 parts.
1091         (article-transform-date): Fix infinite recursion.
1092         (article-date-ut): Replace infinitely many Date headers with a single
1093         one when called interactively.
1094
1095         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1096         secure manner.
1097
1098         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1099         move around by not using save-window-excursion.  It seems to work...
1100
1101 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-art.el (article-make-date-line): Work for user-defined format.
1104
1105 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1106
1107         * nntp.el (nntp-retrieve-group-data-early)
1108         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1109         fetching functions.
1110
1111         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1112         thoroughly for all backends that have no known groups.  This should
1113         allow new nnml methods to retrieve mail.
1114
1115         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1116         that Gnus doesn't know exists again.
1117
1118         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1119         (gnus-treat-date-ut): Ditto.
1120         (gnus-article-update-date-header): Rename.
1121         (gnus-treat-date-local): Remove.
1122         (gnus-treat-date-english): Remove.
1123         (gnus-treat-date-lapsed): Remove.
1124         (gnus-treat-date-combined-lapsed): Remove.
1125         (gnus-treat-date-original): Remove.
1126         (gnus-treat-date-iso8601): Remove.
1127         (gnus-treat-date-user-defined): Remove.
1128         (gnus-article-date-headers): New variable to control all the date
1129         header options.
1130         (article-date-ut): Rewrite to allow using the new way to format date
1131         headers(s).
1132
1133 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1134
1135         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1136         method.
1137         (nnmail-article-group): A better test for fanciness.
1138
1139         * nnimap.el (nnimap-request-head): Protect against not finding the
1140         article by Message-ID.
1141
1142 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1145         keep point at the "same place".
1146
1147 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1148
1149         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1150         data if the group is unactivated.
1151
1152 2011-01-28  Julien Danjou  <julien@danjou.info>
1153
1154         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1155         (gnus-all-windows-visible-p): Remove old compatibility code.
1156         (gnus-window-top-edge): Add docstring.
1157
1158         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1159
1160 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1163         older request-update-info.
1164
1165         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1166
1167 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1168
1169         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1170         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1171
1172 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1175         groups.  This makes the nndraft:queue group pop up if it's not already
1176         there.
1177
1178         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1179         messages" logic, which was reversed.
1180
1181         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1182         the "same place" even if point is on the line being replaced.
1183         (article-update-date-lapsed): Allow updating both the combined lapsed
1184         and the lapsed headers.
1185         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1186         (article-make-date-line): Limit the number of segments dynamically to
1187         avoid too-long lines.
1188
1189 2011-01-27  Julien Danjou  <julien@danjou.info>
1190
1191         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1192         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1193
1194 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1197         Use plist-get instead of the cl function getf.
1198
1199 2011-01-27  Glenn Morris  <rgm@gnu.org>
1200
1201         * gnus-util.el (float-time): Get rid of compiler warning, again.
1202
1203 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1204
1205         * shr.el (shr-put-color): Special-case background colours: Do put them
1206         at the blank parts at the front of the lines.
1207
1208         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1209         exit hook to nix out all data on readedness on group exit.
1210
1211         * gnus-util.el (float-time): If float-time is bound, always use it on
1212         all Emacsen.  It's unclear why the subrp check was there.
1213         (time-date): Require to make some autoload issues on XEmacs go away.
1214
1215         * shr.el (shr-put-color): Don't do the box padding in tables, since
1216         they're already padded.
1217
1218 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-art.el (gnus-article-next-page): When the last line of the
1221         article is displayed, scroll down once more instead of going to the
1222         next article at once.
1223         (article-lapsed-string): Refactor out and allow specifying how many
1224         segments you want.
1225         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1226         (gnus-article-update-lapsed-header): New variable.
1227
1228         * shr.el: Revert change that made headings use different-sized faces.
1229         The Emacs display engine isn't advanced enough that, for instance,
1230         tables can comfortably use differently-sized faces.
1231
1232 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1233
1234         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1235         used.
1236         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1237         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1238         we're using an encrypted connection.
1239
1240         * proto-stream.el: Alter the interface functions to also return the
1241         actual stream type used: network or tls.
1242
1243 2011-01-25  Julien Danjou  <julien@danjou.info>
1244
1245         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1246         (mm-display-javascript-inline): New function.
1247
1248         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1249         viewing function.
1250
1251 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * shr.el (shr-expand-newlines): Fix variable name.
1254
1255 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1256
1257         * shr.el (shr-expand-newlines): Make nested boxes work.
1258
1259 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1260
1261         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1262         backgrounds.
1263         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1264         in a more sensible manner.
1265
1266 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1269         if EPG is loaded.
1270
1271 2011-01-24  Julien Danjou  <julien@danjou.info>
1272
1273         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1274         tags.
1275
1276 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1279         commands.
1280
1281         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1282         in the article buffer.
1283         (gnus-gravatar-insert): Use blank space from the current buffer to
1284         avoid breaking text properties.  This makes X-Sent updating work again.
1285
1286         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1287
1288 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1291         fix the bug in url-http.el instead.
1292
1293         * shr.el (shr-image-fetched): Ditto.
1294
1295         * shr.el (shr-image-fetched): Avoid having point move in the article
1296         buffer.
1297
1298         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1299         buffer after being called.  It's apparently being killed by url.el, and
1300         killing it made point move to end-of-buffer in a random buffer.
1301
1302         * shr.el (shr-image-fetched): Ditto.
1303
1304 2011-01-23  Julien Danjou  <julien@danjou.info>
1305
1306         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1307
1308         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1309         text/x-org.
1310
1311 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1314         (i.e., nnimap) returning nil as the article number.
1315
1316 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1317
1318         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1319         "DelSp" parameter in RFC3676.
1320
1321 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1322
1323         * message.el (message-check-recipients): Display the encoded version of
1324         the bogus address if they differ.
1325
1326         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1327         after sending.
1328
1329         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1330
1331         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1332
1333         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1334         group buffer after sending the queue.
1335
1336         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1337
1338 2011-01-22  Julien Danjou  <julien@danjou.info>
1339
1340         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1341
1342 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1343
1344         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1345         nested related parts.
1346
1347         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1348         unexpired articles.  This fixes the regression that led expiry marks to
1349         disappear from nnfolder groups.
1350
1351 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1352
1353         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1354         Don't confuse the "ret" of "retrograde" with RET.
1355
1356 2011-01-21  Julien Danjou  <julien@danjou.info>
1357
1358         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1359         than mm-insert-inline.
1360
1361 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1364         Widen article buffer.
1365
1366 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1367
1368         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1369         the temp buffer.
1370         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1371
1372 2011-01-20  Julien Danjou  <julien@danjou.info>
1373
1374         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1375
1376         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1377         than mm-insert-inline to insert inline part: this respect
1378         mm-inline-media-tests displayers.
1379
1380         * mm-view.el (mm-display-shell-script-inline): New function.
1381
1382         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1383
1384         * mm-uu.el (mm-uu-type-alist): Add org block.
1385         (mm-uu-org-src-code-block-extract): New function.
1386
1387         * mm-view.el (mm-display-org-inline): New function.
1388
1389         * mm-decode.el (mm-automatic-display): Add text/org.
1390
1391         * mailcap.el (mailcap-mime-extensions): Add .org.
1392
1393 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1396         gnus-article-add-buttons.
1397
1398 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1399
1400         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1401         From header with a date and "nobody" as the sender.
1402
1403 2011-01-19  Julien Danjou  <julien@danjou.info>
1404
1405         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1406         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1407         if you have the same regexp several times.
1408         (gnus-button-push): Fix matching when regexp is symbol.
1409
1410 2011-01-15  Glenn Morris  <rgm@gnu.org>
1411
1412         * message.el (message-mail): A compose-mail function should
1413         accept headers as strings.
1414
1415 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1416
1417         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1418         Add :vert-only tags.
1419         (message-mail): New arg RETURN-ACTION.
1420         (message-return-action): New var.
1421         (message-bury): Use it.
1422         (message-mode): Make it buffer-local.
1423         (message-send-and-exit): Always call message-bury.
1424
1425         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1426         message-mail.
1427
1428 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnimap.el (nnimap-convert-partial-article): Protect against
1431         zero-length body parts.
1432
1433         * mm-decode.el (mm-preferred-alternative-precedence):
1434         Discourage showing empty parts.
1435
1436         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1437         and stuff if the backend didn't return the article number.  This fixes
1438         an Exchange-related nnimap bug.
1439
1440         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1441         group window, because it does the wrong thing when a separate frame
1442         displays the group buffer.
1443
1444         * proto-stream.el (open-protocol-stream): Protect against the low-level
1445         transport functions returning nil.
1446
1447 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1448
1449         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1450         (mml2015-epg-find-usable-secret-key): New function.
1451         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1452         mml2015-epg-find-usable-key (Bug#7797).
1453         (mml2015-epg-encrypt): Ditto.
1454
1455 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * dgnushack.el (rot13-string): Fix the way to get the argument.
1458
1459 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1462
1463 2011-01-03  Glenn Morris  <rgm@gnu.org>
1464
1465         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1466
1467         * sieve.el (sieve-open-server): Give a more explicit error if
1468         sieve-manage-open returns nil.  (Bug#7720)
1469
1470 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1471
1472         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1473
1474 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1477         This avoids sending passwords in plain text over non-encrypted
1478         channels.
1479
1480         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1481
1482         * nnimap.el (nnimap-login): Refactored out into own function, and
1483         implement CRAM-MD5.
1484         (nnimap-wait-for-line): Refactored out.
1485
1486         * mm-view.el (mml-smime): Require.
1487
1488 2010-12-20  David Engster  <deng@eml.cc>
1489
1490         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1491         use EPG to decrypt S/MIME messages instead of openssl.
1492
1493 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1496
1497         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1498         status is the group clearly is unreachable.
1499
1500         * auth-source.el (auth-source-create): Add the optional second
1501         parameter to `local-variable-p' to be compatible with XEmacs.
1502
1503 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1504
1505         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1506         work when using a compressed nnml folder.
1507
1508 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1511         backends after sanitising on entry, because this never makes sense:
1512         If the articles have gone missing, then the data no longer exists on
1513         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1514         overwrite anything anyway.
1515
1516         * shr.el (shr-insert-document): Bind shr-width dynamically to
1517         window-width if it's nil.
1518
1519 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1520
1521         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1522         with the meaning of using the full emacs window width for rendering.
1523
1524 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1525
1526         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1527         case when sender is not given.
1528
1529 2010-12-23  Julien Danjou  <julien@danjou.info>
1530
1531         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1532         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1533         the addresses, otherwise we might misplaced the gravatar.
1534
1535 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1536
1537         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1538         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1539         obsolete in Emacs.
1540
1541 2010-12-20  Julien Danjou  <julien@danjou.info>
1542
1543         * gnus-util.el (gnus-rescale-image): Revert last change.
1544
1545 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1546
1547         * binhex.el: Improve commentary (Bug#7482).
1548
1549 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-group.el (gnus-group-delete-articles): New command.
1552
1553 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1554
1555         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1556
1557 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1560         here, since it's up to the backends to do CRLF removal if their
1561         protocol has it.
1562
1563         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1564
1565 2010-12-17  Julien Danjou  <julien@danjou.info>
1566
1567         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1568         they are from file. Can also scale up.
1569
1570 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1571
1572         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1573         gnus-use-agent.
1574         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1575
1576         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1577
1578 2010-12-17  Julien Danjou  <julien@danjou.info>
1579
1580         * gravatar.el (gravatar-retrieve-synchronously): New function.
1581         (gravatar-get-data): Make more robust.
1582
1583 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1586
1587 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1590         to really consider the last line.
1591
1592 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1593
1594         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1595         list of recipient keys, or use symmetric encryption if not a list.
1596         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1597         EPA override, replacing the call to `netrc-store-data'.
1598
1599 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1600
1601         * gnus-srvr.el: Avoid passing nil regexp argument to
1602         delete-matching-lines.
1603
1604 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1607         fetching stops when Gnus exits.
1608
1609         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1610         function.
1611         (nnfolder-request-expire-articles): Save all the buffers after doing
1612         expiry.
1613
1614         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1615         the last article", since that led to serious performance regressions
1616         when expiring nnml groups.
1617
1618 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1619
1620         * nnir.el: Improve customizations.
1621
1622 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1625
1626         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1627         group has been killed.
1628         (gnus-group-yank-group): Ditto.
1629
1630         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1631
1632         * nnimap.el (nnimap-request-update-group-status): New function.
1633
1634         * gnus-int.el (gnus-request-update-group-status): New interface
1635         function.
1636
1637         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1638         copying read-ness to the backends.
1639
1640         * nnimap.el (nnimap-quirk): New function.
1641         (nnimap-retrieve-group-data-early): Use it.
1642         (nnimap-quirks): New alist.
1643
1644 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1647         don't delete it within indentation.
1648
1649 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1652         previous line.
1653
1654 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1657         QRESYNC command by deleting a superfluous space which broke Cyrus
1658         servers.  This change will break other servers that are buggy the other
1659         way around.
1660
1661 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1662
1663         * spam.el: Reindent and fix long lines.
1664         (spam-copy-or-move-routine): Exclude invalid move destinations.
1665
1666 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1667
1668         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1669         installed the registry.
1670
1671 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1674
1675 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1676
1677         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1678         groupname doesn't contain "gmane".
1679
1680 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1683         and netrc-bound-and-true-p bindings.
1684         (netrc-parse): Cache the netrc contents.
1685
1686         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1687         (gnus-1): Don't create the nndrafts group twice.
1688         (gnus-setup-news): There's no need to read the active file here, since
1689         that's done again later on a per-backend basis.
1690         (gnus-start-draft-setup): Make sure that the new group is started out
1691         empty.
1692
1693         * gnus-agent.el (gnus-agentize): Don't create the queue group
1694         automatically on startup.  It'll be created later, if needed.
1695
1696         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1697         of automatically subscribed groups.
1698         (gnus-auto-subscribed-categories): New variable.
1699         (gnus-matches-options-n): Use it.
1700         (gnus-default-subscribed-newsgroups): Remove unused variable.
1701         (gnus-start-draft-setup): Message a bit less.
1702
1703 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1704
1705         * nnir.el (nnir-run-imap): Return article list in order of increasing
1706         UID.
1707
1708 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * gnus-sum.el (gnus-summary-enter-digest-group):
1711         Mention gnus-auto-select-on-ephemeral-exit.
1712
1713         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1714         convention of the network-only option.
1715
1716 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * proto-stream.el (proto-stream-open-network-only): New function to
1719         have a way to specify non-STARTTLS upgrade connections.
1720
1721 2010-12-10  Julien Danjou  <julien@danjou.info>
1722
1723         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1724         email address is nil.
1725
1726         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1727
1728 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1729
1730         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1731         deletion.
1732         (nnir-run-imap): Only need to parse list once.
1733
1734 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-tag-script): Ignore <script>.
1737         (shr-tag-label): Add <label> support.
1738
1739 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1742
1743         * shr.el (shr-image-displayer): Work for images lined side by side.
1744
1745 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1746
1747         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1748         parameter, since XEmacs doesn't accept t as a parameter.
1749
1750 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1751
1752         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1753         ids.
1754         (nnir-run-gmane): Simplify groupspec formatting.
1755         (nnir-request-expire-articles): New function.
1756
1757 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1760         overflow, possibly.
1761
1762         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1763         (shr-render-td): Handle td style="" better.
1764         (shr-tag-table): Use the color from the style sheet.
1765         (shr-render-td): Make sure we copy over all the overlays, too.
1766
1767 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1768
1769         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1770         (nnir-request-article): Improve article retrieval.
1771
1772 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * mm-util.el (mm-extra-numeric-entities): New variable.
1775
1776         * mm-url.el (mm-url-decode-entities):
1777         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1778
1779         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1780
1781 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1782
1783         * message.el: Use completion-at-point.
1784         (message-completion-function): New fun, extracted from message-tab.
1785         (message-mode): Use it for completion-at-point-functions.
1786         (message-tab): Use it and completion-at-point.
1787
1788 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1791         character if a non-breakable character follows.
1792
1793 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1796         any stream.
1797
1798         * shr.el (shr-tag-font): Colorize the region.
1799         (shr-tag-body): Ditto.
1800         (shr-tag-font): Actually let the styles be inherited instead of
1801         overwriting them.
1802         (shr-tag-font): Get the background color right.
1803         (shr-tag-style): Ignore all <style> tags for the moment.
1804
1805         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1806         a Message-ID to avoid having nnimap depend on gnus-sum.
1807
1808         * shr.el (shr-descend): Only colorize something if we have a node that
1809         sets colors.
1810
1811 2010-12-06  Julien Danjou  <julien@danjou.info>
1812
1813         * shr.el (shr-render-td): Render td content with shr-descend, so style
1814         will be applied to <td> too.
1815         (shr-colorize-region): Colorize region even if we only have a background.
1816         (shr-tag-body): Fix color and background color inheritance.
1817         Do not recolorize after shr-generic.
1818         (shr-tag-font): Let shr-generic colorize via inheritance.
1819
1820 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1823
1824 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1825
1826         * nnir.el (nnir-request-move-article): Remove obsolete code.
1827
1828 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1831
1832 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * gnus-sum.el (gnus-summary-respool-article): The completion function
1835         expects a list instead of an alist.
1836
1837         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1838         string as the parameter.
1839
1840         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1841
1842         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1843         styles.
1844         (shr-colorize-region): New function.
1845         (shr-insert-background-overlay): Remove.
1846         (shr-render-td): Background setting should be taken care of on a higher
1847         level.
1848         (shr-tag-body): Use post-hoc colorizations.
1849         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1850         (shr-put-color-1): Don't overwrite old colors.
1851         (shr-colorize-region): When the background color isn't explicit, use
1852         a fixed background.
1853
1854         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1855         nnmail variables.
1856
1857 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1858
1859         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1860         unless necessary.
1861
1862 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1863
1864         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1865         server.
1866
1867 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1870         so that TAB works.
1871
1872         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1873         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1874
1875         * shr.el (shr-urlify): Show the URL before the title to avoid
1876         misleading URLs.
1877
1878 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1879
1880         * shr.el (shr-urlify): Display the title in <a> tags.
1881
1882 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1883
1884         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1885
1886 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1887
1888         * nnir.el: Rearrange code to allow macros to be autoloaded by
1889         gnus-sum.el.
1890         (nnir-retrieve-headers-override-function): Make this variable
1891         customizable.
1892         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1893
1894         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1895         from nnir.el.
1896
1897 2010-12-03  Julien Danjou  <julien@danjou.info>
1898
1899         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1900
1901 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1904         allow optional argument `environment'.
1905
1906 2010-12-03  Glenn Morris  <rgm@gnu.org>
1907
1908         * mm-extern.el (message-goto-body): Update declaration.
1909
1910 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-util.el (gnus-macroexpand-all): New function.
1913
1914         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1915         instead of macroexpand-all that is unavailable in XEmacs.
1916
1917 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1918
1919         * nnir.el (nnir-summary-line-format): New variable.
1920         (nnir-mode): Use it.
1921         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1922         (nnir-article-ids): Reimplement as defsubst.
1923         (nnir-retrieve-headers): Don't mangle the subject header.
1924         (nnir-run-imap): Use 100 as RSV score.
1925         (nnir-run-find-grep): Fix for full server searching.
1926         (nnir-run-gmane): Better restriction to gmane groups.
1927
1928         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1929         summary buffers.
1930
1931 2010-12-02  Julien Danjou  <julien@danjou.info>
1932
1933         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1934
1935         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1936
1937         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1938         support.
1939
1940 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1941
1942         * nnir.el: Update to handle the registry better.
1943         (autoload): Silence byte-compiler.
1944         (nnir-open-server): Add a hook for nnir groups.
1945         (nnir-request-move-article): Don't mangle the header. Better to use
1946         formating variables (which will be added in the future).
1947         (nnir-registry-action): Update the registry using the original article
1948         group name.
1949         (nnir-mode): Install nnir-specific hooks for updating the registry.
1950
1951         * gnus-sum.el
1952         (gnus-article-original-subject,gnus-newsgroup-original-name):
1953         Remove obsolete variables.
1954         (gnus-summary-move-article): Remove use of obsolete variables.
1955         (gnus-summary-local-variables): Make move and delete hooks local to
1956         summary buffers.
1957
1958 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * rtree.el: New file.
1961
1962 2010-12-01  Julien Danjou  <julien@danjou.info>
1963
1964         * message.el (message-user-organization): Do not use
1965         gnus-local-organization.
1966
1967         * gnus.el: Remove gnus-local-organization.
1968
1969         * gnus-msg.el: Remove nastygram thing.
1970
1971 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1974         funcall.
1975
1976 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1979         names.
1980
1981         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1982         characters.
1983
1984         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1985         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1986         Suggested by Štěpán Němec <stepnem@gmail.com>.
1987         (gnus-gravatar-transform-address): Use mail-extract-address-components
1988         that supports non-ASCII names rather than mail-header-parse-addresses.
1989
1990 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * proto-stream.el (open-protocol-stream): All starttls connections are
1993         handled by the network handler.
1994
1995 2010-11-30  Julien Danjou  <julien@danjou.info>
1996
1997         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1998         (nnimap-open-connection-1): Fix PREAUTH.
1999
2000         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2001
2002 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2005         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2006         (shr-insert): Use them.
2007         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2008
2009 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2010
2011         * nnir.el (nnir-request-move-article): Bail out if original group
2012         doesn't support article moves.
2013         (nnir-get-active): Improve active list retrieval.
2014
2015 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2018
2019 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2020
2021         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2022         seem to accept strings-with-numbers as port numbers,
2023
2024 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2025
2026         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2027         change the registry.
2028
2029 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2032         delete-dups that is not available in XEmacs 21.4.
2033
2034         * mm-util.el (mm-delete-duplicates): Add comment.
2035
2036 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2037
2038         * nnir.el (nnir-ignored-newsgroups): New variable.
2039         (nnir-get-active): Use it.
2040
2041 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * proto-stream.el (proto-stream-open-network): Add some comments.
2044
2045         * nntp.el (nntp-open-connection): Provide a :success condition.
2046
2047         * nnimap.el (nnimap-open-connection-1): Ditto.
2048
2049         * proto-stream.el (proto-stream-open-network): See what the response to
2050         the STARTTLS command is.
2051
2052         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2053         backwards compatibility).
2054         (nnimap-open-connection-1): Really respect nnimap-server-port.
2055
2056         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2057         TLS upgrades we don't really care about the identity of the peer.
2058         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2059         that what we've checked for.
2060         (proto-stream-always-use-starttls): Only default to t if
2061         open-gnutls-stream exists.
2062         (proto-stream-open-network): If STARTTLS failed, then just open a
2063         normal connection.
2064         (proto-stream-open-network): Wait until the greeting before doing
2065         STARTTLS.
2066
2067         * nntp.el (nntp-open-connection): Report what the connection error is.
2068
2069         * proto-stream.el (open-protocol-stream): Rename from
2070         open-proto-stream.
2071
2072 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * nnimap.el (nnimap-stream): Change default to `undecided'.
2075         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2076         first, and then network.
2077         (nnimap-open-connection-1): Respect nnimap-server-port.
2078         (nnimap-open-connection): Be more backwards-compatible.
2079
2080         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2081         (proto-stream-open-starttls): De-duplicate the starttls code.
2082         (proto-stream-open-starttls): Folded back into the main function.
2083         (proto-stream-open-network): Fix typo in the gnutls path.
2084         (proto-stream-command): Refactor out.
2085
2086         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2087
2088         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2089         starttls.el STARTTLS.
2090
2091         * color.el (color-lab->srgb): Fix function call name.
2092
2093         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2094         if we're using tls.el.
2095         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2096         built in, then don't try to establish a STARTTLS connection.
2097
2098         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2099         servers.
2100
2101         * proto-stream.el (open-proto-stream): Use network, not stream.
2102         (open-proto-stream): Add a way to specify what the end of a command is.
2103
2104         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2105         connections types.
2106         (nntp-open-network-stream): Remove.
2107         (nntp-open-ssl-stream): Remove.
2108         (nntp-open-tls-stream): Remove.
2109         (nntp-ssl-program): Remove.
2110
2111         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2112
2113 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2114
2115         * nnir.el: Fix typos.
2116         (nnir-retrieve-headers-override-function): Rename variable to reflect
2117         new semantics.
2118         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2119         macros.
2120         (nnir-request-article, nnir-request-move-article): Use them.
2121         (nnir-categorize): New function.
2122         (nnir-run-query): Use it.
2123         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2124         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2125         sorted.
2126         (nnir-group-full-name): Use gnus-group-full-name instead.
2127         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2128         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2129
2130 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2133
2134         * proto-stream.el: New library to provide protocol-specific
2135         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2136         protocols.
2137         (open-proto-stream): Complete the documentation.
2138         (proto-stream-open-network): Fix some typos.
2139
2140         * nnimap.el (nnimap-open-connection): Use it.
2141
2142 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2143
2144         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2145         negotiation.
2146
2147 2010-11-26  Julien Danjou  <julien@danjou.info>
2148
2149         * color.el: Rename various rgb functions to srgb.
2150
2151 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2154         names.
2155
2156 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * shr.el (shr-insert): Revert last change.
2159         (shr-find-fill-point): Never leave point being at bol;
2160         relax the kinsoku limitation when rendering tables.
2161
2162 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2165         results from -accept-article.
2166
2167         * shr-color.el: Require cl when compiling.
2168
2169         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2170         checkin.
2171
2172         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2173
2174         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2175
2176         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2177         'add and 'delete to set backend marks.
2178
2179         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2180
2181         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2182
2183         * nntp.el (nntp-request-set-mark): Use it.
2184
2185         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2186
2187         * nnml.el (nnml-request-set-mark): Ditto.
2188
2189         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2190         introduces regressions in article selection.
2191         (nnimap-find-uid-response): New function.
2192         (nnimap-request-accept-article): Use the UID returned, if any.
2193         (nnimap-request-move-article): Use the UID returned, if any.
2194         (nnimap-get-groups): Reimplement to work with folded lines.
2195         (nnimap-find-uid-response): The UID is the last element in the list.
2196         (nnimap-request-set-mark): Extend syntax with 'set.
2197
2198         * nnml.el (nnml-request-set-mark): Ditto.
2199
2200         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2201
2202         * nntp.el (nntp-request-set-mark): Ditto.
2203
2204 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * message.el (message-called-interactively-p): A temporary macro.
2207         (message-goto-body): Use it temporarily.
2208
2209 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2212         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2213         (nnimap-last-response-string): Fix last unfolding fix.
2214
2215 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * shr.el (shr-insert): Fix the way to fold lines.
2218
2219 2010-11-25  Julien Danjou  <julien@danjou.info>
2220
2221         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2222
2223         * color.el: Rename from color-lab.el
2224         (color-rgb->hex): Add.
2225         (color-complement): Add.
2226         (color-complement-hex): Add.
2227
2228         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2229
2230 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2233         don't exist.
2234
2235 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2238         assuming that article displaying or another mml-preview may be
2239         interrupted for an error or for the like.
2240
2241         * shr.el (shr-get-background): Fix argument name.
2242
2243 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2246
2247         * gnus-sum.el (gnus-summary-include-articles): New function.
2248
2249         * message.el (message-goto-body): called-interactively-p needs a
2250         parameter, so use `any'.
2251
2252         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2253         clear marks before moving, since they're synced from the Gnus side
2254         first.
2255
2256         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2257         (gnus-summary-move-article): Copy over all marks before moving, so that
2258         IMAP doesn't think a new article has arrived.
2259
2260 2010-11-24  Julien Danjou  <julien@danjou.info>
2261
2262         * shr.el (shr-insert-background-overlay): Fix typo.
2263         (shr-render-td): Copy the background before rendering.
2264
2265         * shr-color.el (shr-color-visible): Fix docstring.
2266
2267         * shr.el (shr-tag-table): Add bgcolor support.
2268         (shr-render-td): Add bgcolor support.
2269         (shr-get-background): Add.
2270         (shr-insert-foreground-overlay): Use shr-get-background.
2271
2272         * message.el (message-goto-body): Use called-interactively-p.
2273         (message-in-body-p): message-goto-body returns point.
2274
2275 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2278         Fixes something or other in Emacs 23, and is backwards compatible.
2279
2280         * message.el (message-goto-body): Remove the <#secure special-casing,
2281         which is too special.
2282
2283         * shr.el (shr-parse-style): Drop !important from styles.
2284
2285 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2286
2287         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2288         this function to return incorrect results when calling it with an
2289         explicit article argument different from
2290         (gnus-summary-article-number).
2291
2292 2010-11-24  Julien Danjou  <julien@danjou.info>
2293
2294         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2295         (shr-tag-body): Add background support.
2296         (shr-descend): Add background support.
2297         (shr-tag-title): Add.
2298
2299         * shr-color.el (shr-color-visible): Really return original background
2300         if fixed.
2301
2302 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * shr.el (shr-color-check): Protect against non-existent colour names.
2305
2306 2010-11-24  Julien Danjou  <julien@danjou.info>
2307
2308         * color-lab.el: Require 'cl when compiling.
2309
2310         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2311
2312         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2313         matched part.
2314
2315         * color-lab.el: Fix all expt calls to use float type.
2316
2317 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2320         expression to shr-color-check as is.
2321
2322         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2323
2324         * color-lab.el: Add coding cookie.
2325         (float-pi): Use eval-and-compile.
2326
2327         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2328         compiled for Emacsen having no `libxml-parse-html-region' support.
2329
2330 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * shr.el (shr-insert-color-overlay): Split stuff like
2333         "#444444 !important" to find the real colour.
2334         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2335         parse <font color="red"> entries.
2336
2337 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2338
2339         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2340         point when parsing headers.
2341
2342         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2343         is positioned properly when parsing headers.
2344
2345 2010-11-23  Julien Danjou  <julien@danjou.info>
2346
2347         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2348
2349         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2350
2351         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2352
2353         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2354         Use shr-color-hue-to-rgb.
2355         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2356
2357 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * shr.el (shr-color->hexadecimal): Autoload.
2360         (shr-descend): Add color to all tags.
2361
2362 2010-11-22  Julien Danjou  <julien@danjou.info>
2363
2364         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2365         shr-color->hexadecimal.
2366
2367         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2368         RGB() or HSL() color representation.
2369
2370         * shr.el (shr-tag-font): Add.
2371         (shr-tag-color-check): New function to get better colors.
2372         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2373         tag-span.
2374
2375         * shr-color.el: New file.
2376
2377         * color-lab.el: New file.
2378
2379         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2380
2381 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2382
2383         * nnir.el: Fix typo in comments.
2384         (nnir-run-imap): Simplify code. No need to reverse artlist.
2385         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2386
2387 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2390
2391         * nnimap.el (nnimap-get-capabilities): Refactor out.
2392         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2393
2394 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2395
2396         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2397         appearing when `mm-uu-hide-markers' is nil.
2398
2399 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnimap.el (nnimap-unselect-group): Make into its own function.
2402         (nnimap-request-rename-group): Unselect group before renaming.
2403         This had gotten lost somewhere.
2404         (nnimap-request-accept-article): Keep track of examined groups, and
2405         unselect the group before APPENDing to read-only groups.
2406         (nnimap-request-move-article): Clear flags before moving so that they
2407         can be re-set later.
2408
2409 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2412         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2413
2414 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-mime-display-single)
2417         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2418         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2419         parameter.
2420
2421 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2424         (shr-table-vertical-line): New variable.
2425         (shr-insert-table): Use it.
2426
2427 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-html.el (gnus-html-wash-images): Don't display images if
2430         gnus-inhibit-images is non-nil; register displayer for cid images.
2431         (gnus-html-display-image): Work for cid image.
2432         (gnus-html-insert-image): Allow arguments.
2433         (gnus-html-put-image): Inhibit read-only.
2434         (gnus-html-prefetch-images): Don't prefetch images if
2435         gnus-inhibit-images is non-nil.
2436
2437 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * shr.el (shr-put-image): Break lines when inserting big pictures.
2440
2441 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2442
2443         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2444         sender, thanks Katsumi Yamaoka.
2445
2446 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2447
2448         * nnir.el (nnir-run-imap): Reverse the article list for each group
2449         rather than the whole list.
2450
2451 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * shr.el (shr-image-displayer): Protect function against non-existent
2454         image source.
2455
2456         * gnus-art.el (gnus-inhibit-images): New user option.
2457         (gnus-mime-display-single): Don't display image if it is non-nil.
2458
2459         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2460         gnus-inhibit-images.
2461
2462         * shr.el (shr-image-displayer): New function.
2463         (shr-tag-img): Use it.
2464
2465 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2466
2467         * mml2015.el (mml2015-epg-sign): Use From header.
2468
2469 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2472
2473         * gnus-util.el (gnus-find-text-property-region): Return markers.
2474
2475         * shr.el (shr-tag-img): Put a displayer in the text property.
2476
2477         * gnus-util.el (gnus-find-text-property-region): New utility function.
2478
2479         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2480         (gnus-html-show-images): Remove.
2481
2482         * gnus-art.el (gnus-article-show-images): New, more general function.
2483
2484         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2485         image url text properties.
2486
2487         * shr.el: Ditto.
2488
2489         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2490         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2491
2492 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2495         work for two or more articles.
2496
2497 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2500         divide an image that's in an html article to two or more when washing
2501         non-ASCII characters in alt text of it.
2502
2503 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2506         smime-decrypt-region using function argument.
2507         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2508
2509         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2510
2511         * smime.el (smime-decrypt-region): Catch it.
2512
2513 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * smime.el (smime-mode-map): Move initialization into declaration.
2516         (gnus-run-mode-hooks): Don't autoload.
2517         (smime-mode): Use define-derived-mode.
2518
2519 2010-11-11  Glenn Morris  <rgm@gnu.org>
2520
2521         * smime.el (from): Restrict declaration to XEmacs.
2522
2523         * nnir.el (gnus-group-topic-name): Autoload.
2524
2525 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * shr.el (shr-insert): Don't break long line if it is because of
2528         kinsoku-bol characters in the line end.
2529
2530 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2531
2532         * nnir.el (nnir-request-move-article): Fix to provide original group
2533         and subject.
2534         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2535         been retrieved.
2536
2537         * gnus-sum.el (gnus-summary-move-article): Use original group and
2538         subject for virtual articles such as those in an nnir summary buffer.
2539
2540 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2543         least 21.5).
2544
2545         * smime.el (from): Declare it again for XEmacs.
2546
2547 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * message.el (message-resend): Don't disable encoding unless it's
2550         already encoded.
2551
2552         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2553         low-numbered articles.
2554
2555 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * rfc2047.el (rfc2047-syntax-table): Simplify.
2558
2559         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2560
2561         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2562         set-char-table-range for XEmacs.
2563
2564 2010-11-10  Glenn Morris  <rgm@gnu.org>
2565
2566         * time-date.el (time-to-seconds): Always an alias on Emacs,
2567         never a real function.
2568         (with-no-warnings): Remove compat stub, now unused.
2569         (time-less-p): Doc fix.
2570         (time-to-number-of-days): Simplify.
2571
2572         * smime.el (from): Remove unused declaration.
2573
2574         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2575         (gnus-float-time): On Emacs, always an alias.
2576
2577         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2578         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2579
2580 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * dgnushack.el: Don't use ignore-errors in the top level form since it
2583         is unavailable in XEmacs even if cl is loaded.
2584
2585         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2586
2587 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * shr.el (browse-url-mailto): Autoload.
2590
2591         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2592
2593         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2594         regexp doesn't need quoting.
2595
2596 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2597
2598         * message.el (message-subject-trailing-was-ask-regexp)
2599         (message-subject-trailing-was-regexp): Match was: in addition to was.
2600
2601 2010-11-09  Glenn Morris  <rgm@gnu.org>
2602
2603         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2604         (nnbabyl-check-mbox): Use point-at-bol.
2605
2606 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2609
2610         * message.el (message-mailto): New function.
2611         (message-mailto): Should accept other parameters.
2612         (message-mailto): Remove since it duplicates browse-url-mailto
2613         functionality.
2614
2615 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2618         methods.
2619         (gnus-read-active-file): Ditto.
2620
2621         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2622         ": " from the prompt.
2623         (gnus-group-make-group): Ditto.
2624
2625 2010-11-07  Glenn Morris  <rgm@gnu.org>
2626
2627         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2628         (gnus-bookmark-kill-line): Use point-at-eol.
2629
2630 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2633         asterisks in From header.
2634
2635 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2638         string to avoid making the From headers syntactically invalid.
2639
2640         * message.el (message-send-mail): Don't insert courtesy messages if the
2641         message already has List-Post and List-ID messages.
2642
2643 2010-11-06  Glenn Morris  <rgm@gnu.org>
2644
2645         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2646         `condition', `type', `length' a prefix.
2647         (gnus-treat-predicate): Update for above name changes.
2648
2649 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2650
2651         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2652         binding.  Handled by `gnus-summary-refer-thread' instead.
2653         (nnir-warp-to-article): New backend function.
2654
2655         * nnimap.el (nnimap-request-thread): Force dependency updating.
2656
2657         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2658         (gnus-summary-refer-thread): Rework to improve thread-referral.
2659
2660         * gnus-int.el (gnus-warp-to-article): New function.
2661
2662         * gnus-sum.el (gnus-summary-article-map): Bind it.
2663
2664 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2665
2666         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2667         gnus-summary-refer-thread.
2668
2669         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2670         headers.
2671         (gnus-summary-limit-include-thread): Prevent articles in thread from
2672         being cut in gnus-cut-threads.
2673         (gnus-summary-refer-thread): Limit retrieved headers to those in
2674         thread.
2675
2676 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * message.el (message-send-mail): Use the value of
2679         message-courtesy-message from the message buffer.
2680
2681         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2682
2683         * shr.el (shr-browse-url): Implement mailto: URLs.
2684
2685         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2686         "raw".
2687
2688         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2689         if it's already selected.
2690
2691         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2692
2693 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2696         to measure the length and truncate alt text.
2697
2698 2010-11-03  Glenn Morris  <rgm@gnu.org>
2699
2700         * nndiary.el (nndiary-generate-nov-databases-1)
2701         (nndiary-generate-active-info): Rename dynamic variable `files' to
2702         something less generic.
2703
2704 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2705
2706         * nnir.el (nnir-request-move-article): Call the underlying backend to
2707         move articles from nnir.
2708
2709 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2712
2713 2010-11-02  Julien Danjou  <julien@danjou.info>
2714
2715         * nnir.el: Remove wais support.
2716
2717 2010-11-02  Glenn Morris  <rgm@gnu.org>
2718
2719         * gnus-html.el: Reorder requirements to quieten compiler.
2720
2721 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2724         properly for XEmacs as well.
2725         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2726         (gnus-article-natural-long-line-p): Use window-width rather than
2727         frame-width.
2728
2729 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2730
2731         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2732         (nnir-read-parms): Don't modify query.
2733         (nnir-run-query): Add ability to search topic on current line.
2734         (nnir-get-active): Clean up.
2735
2736 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2739         degenerate articles.
2740
2741         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2742         (gnus-print-buffer): Just print the buffer as is, without any copying
2743         to a buffer and then re-highlighting.
2744
2745         * nnimap.el (nnimap-request-group): Store the new updated info.
2746         (nnimap-request-group): Select the group when we don't know whether it
2747         exists or not.
2748
2749         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2750         groups.
2751
2752         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2753         groups.
2754
2755         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2756         groups.
2757
2758         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2759         long-lines case by only filling the long lines.
2760
2761         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2762         (bug #7311).
2763
2764 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * shr.el: No need to declare `declare-function' since shr.el is for
2767         only Emacsen that provide `libxml-parse-html-region'.
2768
2769         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2770         effective only in a file it is referred to.
2771
2772 2010-11-01  Glenn Morris  <rgm@gnu.org>
2773
2774         * mm-util.el (gnus-completing-read): Autoload.
2775         (mm-read-coding-system): Simplify Emacs definition.
2776
2777         * nnmail.el (gnus-activate-group):
2778         * nnimap.el (gnutls-negotiate):
2779         * nntp.el (netrc-parse): Fix declarations.
2780
2781 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2784         string-match-p in Emacs >=23.
2785
2786         * gnus-msg.el (gnus-configure-posting-styles)
2787         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2788
2789 2010-11-01  Glenn Morris  <rgm@gnu.org>
2790
2791         * nnir.el (declare-function): Add compat stub.
2792         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2793         (nnir-run-gmane): Require 'mm-url.
2794
2795         * mm-util.el (mm-string-to-multibyte): Simplify.
2796
2797         * shr.el (declare-function): Add compat stub.
2798         (url-cache-create-filename): Declare.
2799         (mm-disable-multibyte, widget-convert-button): Autoload.
2800
2801         * smime.el (ldap-search): Declare.
2802         (smime-cert-by-ldap-1): Require ldap on Emacs.
2803
2804         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2805         (nnimap-keepalive): Use gnus-float-time.
2806
2807         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2808         (mail-source-delete-crash-box): Use gnus-float-time.
2809
2810         * gnus-dired.el (gnus-completing-read): Autoload.
2811
2812         * mm-view.el (gnus-rescale-image): Autoload.
2813
2814         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2815
2816         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2817
2818         * sieve-manage.el: Require 'cl when compiling.
2819
2820         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2821         (gnus-iswitchb-completing-read): Require iswitchb.
2822         (gnus-select-frame-set-input-focus): Silence compiler.
2823
2824 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * message.el (message-subject-trailing-was-query): Change default to t,
2827         since I think that's what most people want.
2828
2829         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2830         appending for easier debugging.
2831         (nnimap-wait-for-connection): Take a regexp.
2832         (nnimap-request-accept-article): Wait for the continuation line before
2833         sending anything unless we're streaming.
2834
2835         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2836         leave the header washing to take place.
2837
2838 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2839
2840         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2841         regular expression match and replace in posting styles.
2842
2843 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2844
2845         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2846         an entire server.
2847         (nnir-get-active): New function.
2848         (nnir-run-imap): Use it.
2849         (nnir-run-gmane): Who knew, gmane search returns an article score!
2850
2851         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2852         server on the current line with nnir.
2853
2854 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2857         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2858         left edge.
2859         (gnus-article-foldable-buffer): Skip past the prefix when determining
2860         raggedness.
2861
2862         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2863         the raw article, and change `C-u g' to show the article without doing
2864         treatments.
2865
2866         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2867         on to `gnus-treat-article'.
2868         (gnus-inhibit-article-treatments): New variable.
2869
2870         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2871
2872         * gnus-art.el (gnus-treatment-function-alist): Have
2873         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2874         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2875         sections.
2876
2877         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2878         parameter.
2879         (gnus-article-fill-cited-long-lines): New function.
2880         (gnus-article-fill-cited-article): Allow filling only long sections.
2881
2882         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2883         and non-punctuation (like after the apostrophe in "'We").
2884
2885         * gnus-sum.el (gnus-summary-select-article): Make sure
2886         gnus-original-article-buffer is alive.
2887
2888         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2889         reflect the order they're in in the digest.
2890
2891         * gnus.el (gnus-group-startup-message): Move point to the start of the
2892         buffer.
2893
2894         * nnimap.el (nnimap-capability): New function.
2895         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2896         is set.
2897
2898 2010-10-31  David Engster  <dengste@eml.cc>
2899
2900         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2901         conform with changes to gnus-completing-read.
2902
2903 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2906
2907 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2908
2909         * nnir.el: Move defvar, defcustom around to keep file organized
2910         and keep byte-compiler quiet.
2911         (nnir-read-parms): Accept search-engine as arg.
2912         (nnir-run-query): Pass search-engine as arg.
2913         (nnir-search-engine): Remove.
2914
2915 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * shr.el (shr-generic): The text nodes should be text, not :text.
2918
2919         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2920         later in the file.
2921
2922 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2923
2924         * nnir.el: General clean up.  Allow searching with multiple engines.
2925         Allow separate extra-parameters for each engine.
2926         Batch queries when possible.
2927         (nnir-imap-default-search-key,nnir-method-default-engines):
2928         Add customize interface.
2929         (nnir-run-gmane): New engine.
2930         (nnir-engines): Use it.  Qualify all prompts with engine name.
2931         (nnir-search-engine): Remove global variable.
2932         (nnir-run-hyrex): Restore for now.
2933         (nnir-extra-parms,nnir-search-history): New variables.
2934         (gnus-group-make-nnir-group): Use them.
2935         (nnir-group-server): Remove in favor of gnus-group-server.
2936         (nnir-request-group): Avoid searching twice.
2937         (nnir-sort-groups-by-server): New function.
2938
2939 2010-10-30  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-group.el: Remove gnus-group-fetch-control.
2942
2943         * gnus-start.el (gnus-find-new-newsgroups):
2944         Remove gnus-check-first-time-used.
2945
2946         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2947
2948 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2949
2950         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2951         set on groups that don't have \* permanentflags.
2952
2953 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2956         control the background color.
2957         (shr-tag-img): Ignore very small web bug type images.
2958         (shr-put-image): Add help-echo alt texts to the images.
2959         (shr-tag-video): Show the video poster image.
2960
2961 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * shr.el (shr-table-depth): New variable.
2964         (shr-tag-table-1): Only insert the images after the top-level table.
2965
2966         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2967
2968         * gnus-util.el (gnus-list-memq-of-list): New function.
2969
2970         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2971         selected.
2972         (nnimap-unsplittable-articles): New slot.
2973         (nnimap-new-articles): Use it.
2974
2975 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2976
2977         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2978         move to the previous line on `M-g'.
2979
2980 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2983         *-request-group, which seems unnecessary.
2984
2985         * nnimap.el (nnimap-quote-specials): Function copied over from
2986         imap.el.
2987         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2988         they support that.  Suggested by Tom Regner.
2989
2990 2010-10-29  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2993         defalias.
2994         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2995
2996         * gnus.el: Remove `gnus-nntp-service' variable.
2997         (gnus-secondary-servers): Make obsolete.
2998         (gnus-nntp-server): Make obsolete.
2999
3000         * gnus-start.el (gnus-1): Remove x-splash calls.
3001
3002         * gnus-ems.el (gnus-x-splash): Remove.
3003
3004         * gnus.el (gnus-group-startup-message): Simplify/update code.
3005
3006         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3007         definition.
3008
3009         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3010         capability before doing anything.
3011         (gnus-group-insert-group-line): Remove useless
3012         gnus-group-remove-excess-properties.
3013
3014 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3017
3018 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3021         config after reselecting.
3022
3023 2010-10-28  Julien Danjou  <julien@danjou.info>
3024
3025         * shr.el (shr-put-image): Use point even if only inserting text.
3026         (shr-put-image): Save excursion when inserting alt text on non-graphic
3027         display, so the behaviour is the same when we are on a graphic display.
3028
3029         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3030
3031 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3034         (gnus-mime-copy-part): Check coding system, not charset.
3035         (gnus-mime-view-part-externally): Never remove part.
3036         (gnus-mime-view-part-internally): Don't remove part here.
3037         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3038         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3039         multipart/alternative.
3040
3041         * mm-decode.el (mm-display-part): Take optional arg `force'.
3042
3043 2010-10-26  Julien Danjou  <julien@danjou.info>
3044
3045         * gnus-group.el (gnus-group-default-list-level): Add this function to
3046         compute the default list level.
3047         (gnus-group-default-list-level): Add possibility to use a function.
3048
3049 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3052
3053         * gnus-group.el (gnus-group-completing-read)
3054         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3055         gnus-replace-in-string.
3056
3057 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * shr.el (shr-tag-div): Add.
3060
3061         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3062
3063 2010-10-25  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-util.el: Remove `gnus-with-local-quit'.
3066
3067         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3068
3069 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3072         the original article buffer.
3073
3074 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * nnimap.el (nnimap-request-head): New function.
3077         (nnimap-request-move-article): Try to be slighly faster by not
3078         requesting the entire message when moving.
3079         (nnimap-transform-headers): Don't bug out on bodiless articles.
3080         (nnimap-send-command): Have no outstanding messages if the IMAP server
3081         doesn't support streaming.
3082         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3083
3084 2010-10-24  Julien Danjou  <julien@danjou.info>
3085
3086         * message.el (message-default-headers): Fix type.
3087
3088 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3091         prefetching images.
3092
3093         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3094         backend for unknown groups.  This is mainly useful for nnimap groups.
3095
3096         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3097         group isn't covered by the agent.
3098
3099 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3100
3101         * nnir.el (nnir-method-default-engines): New variable.
3102         (nnir-run-query): Use it.
3103         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3104         (gnus-summary-nnir-goto-thread): Change group if needed.
3105
3106         * gnus-group.el (gnus-group-group-map): Add key binding for
3107         gnus-group-make-nnir-group.
3108
3109 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * shr.el (shr-tag-object): Add.
3112
3113         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3114         original article buffer live.
3115         (gnus-summary-select-article-buffer):
3116         Mention gnus-widen-article-buffer.
3117
3118 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * shr.el (shr-tag-strong): Add.
3121
3122 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3125         group names.  They mess up the group buffer badly.
3126
3127         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3128
3129         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3130         instead of the summary one.
3131
3132 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mml.el (mml-preview): Work properly when editing article.
3135
3136         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3137         gnus-have-read-active-file if it's already been in.
3138
3139 2010-10-22  Tom Tromey  <tromey@redhat.com>
3140
3141         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3142         gnus-group-completing-read.
3143
3144 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * message.el (message-mode-map): Don't bind M-; to comment region, to
3147         allow the global comment-dwim to work.
3148
3149 2010-10-21  Julien Danjou  <julien@danjou.info>
3150
3151         * message.el (message-setup-1): Allow message-default-headers to be a
3152         function.
3153
3154 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * shr.el (shr-tag-table): Simplify.
3157
3158 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3161         to avoid trying to snarf invalid stuff.
3162
3163         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3164
3165         * gnus.el (gnus-message-archive-group): Quote value.
3166         (gnus-message-archive-group): Mark as changed.
3167
3168         * shr.el (shr-add-font): Don't put the font properties on the newline
3169         or the indentation.
3170
3171         * message.el (message-fix-before-sending): Change options when sending
3172         non-printable characters.
3173
3174         * gnus.el (gnus-message-archive-method): Change the default to
3175         monthly outgoing groups.
3176
3177         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3178         that have gotten new numbers.
3179
3180         * nnimap.el (nnimap-request-replace-article): New function.
3181
3182 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3185         (nnrss-request-article): Don't use special html washing code.
3186
3187 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * shr.el (shr-tag-table): Remove useless nconc.
3190
3191 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * gnus-art.el (article-wash-html): Simplify and remove the charset
3194         stuff.  Use the normal html rendering code instead of the special html
3195         washing code.
3196
3197         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3198         `gnus-w3m' symbols.
3199         (mm-text-html-washer-alist): Remove.
3200
3201         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3202         (mm-inline-media-tests): Remove use.
3203         (mm-text-html-renderer): Change default to the `shr' symbol.
3204
3205         * mm-view.el (mm-inline-text-html): Remove use.
3206
3207         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3208         `gnus-blocked-images' to be a function.
3209         (gnus-article-wash-function): Remove.
3210
3211 2010-10-20  Julien Danjou  <julien@danjou.info>
3212
3213         * spam.el (spam-list-of-processors): Mark as obsolete.
3214
3215         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3216         (nnimap-insert-partial-structure): Fix boundary detection.
3217
3218 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3219
3220         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3221         run file-truename on remote files.  This can be expensive and even
3222         prevent one from editing drafts if some unrelated buffer has a stale
3223         connection.
3224
3225 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3228         kinsoku-eol regardless of shr-kinsoku-shorten.
3229         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3230         (shr-tag-table): Support caption, thead, and tfoot.
3231
3232 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3235         lines.
3236         (shr-save-contents): New command and keystroke.
3237
3238         * nndoc.el (nndoc-type-alist): Add git support.
3239         (nndoc-git-type-p): New function.
3240         (nndoc-transform-git-article): Ditto.
3241         (nndoc-transform-git-headers): Ditto.
3242         (nndoc-transform-git-headers): Generate Subject headers.
3243
3244         * shr.el (shr-parse-style): New function.
3245         (shr-tag-span): Ditto.
3246
3247         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3248         to `G G' to avoid collisions.
3249
3250 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * shr.el: Load kinsoku if necessary.
3253         (shr-kinsoku-shorten): New internal variable.
3254         (shr-find-fill-point): Make kinsoku shorten text line if
3255         shr-kinsoku-shorten is bound to non-nil.
3256         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3257         shr-indentation too when testing if table is wider than frame width.
3258         (shr-insert-table): Use `string-width' instead of `length' to measure
3259         text width.
3260         (shr-insert-table-ruler): Make sure indentation is done at bol.
3261
3262 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3263
3264         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3265         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3266         undecoded network data.
3267
3268 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3271         name in the mode line spec so that the mode line menu works
3272         (bug #2431).
3273
3274         * message.el (message-get-reply-headers): If we're fed `to-address',
3275         then always use that.
3276
3277         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3278         aren't so wide as to need to switch off the edit menu.
3279
3280         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3281         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3282
3283         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3284         `M-g'.
3285         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3286         the permanent marks.
3287
3288 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3289
3290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3291         Splitting according to references/in-reply-to obeys the ignore-groups
3292         variable, while splitting by sender and subject do not.
3293
3294 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3297         alist, so that we can look for non-Unicode chars.
3298         (article-translate-strings): Allow both character and string maps.
3299
3300 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * shr.el (shr-insert): Don't insert space behind a wide character
3303         categorized as kinsoku-bol, or between characters both categorized as
3304         nospace.
3305
3306 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3307
3308         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3309         headers to gnus-newsgroup-headers.
3310
3311 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * shr.el (shr-tag-img): Don't align images -- since we're not
3314         rescaling, this often leads to ugly displays.
3315
3316 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3317
3318         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3319         duplicates.
3320
3321 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3322
3323         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3324         call.
3325
3326 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus.el: Autoload gnus-html-show-images.
3329
3330         * nnimap.el: Use nnheader-message throughout.
3331
3332         * shr.el (shr-tag-img): Ignore images with no data.
3333
3334 2010-10-15  Julien Danjou  <julien@danjou.info>
3335
3336         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3337         a possibility to disable format=flow encoding when using hard newlines.
3338
3339 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * shr.el (shr-insert): Remove space inserted before or after a
3342         breakable character or at the beginning or the end of a line.
3343         (shr-find-fill-point): Do kinsoku; find the second best point or give
3344         it up if there's no breakable point.
3345
3346 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnimap.el (nnimap-open-connection): Message when opening connection
3349         for debugging purposes.
3350
3351         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3352         on every setup buffer call to allow this to change from article to
3353         article.
3354
3355         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3356         buffers where we have a wide table.
3357
3358 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3359
3360         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3361         uses *-request-thread.
3362
3363 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3366         incantation, which is no longer valid.
3367
3368 2010-10-14  Julien Danjou  <julien@danjou.info>
3369
3370         * shr.el: Fix defcustom type (char -> character).
3371
3372 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3375         programs.
3376
3377 2010-10-14  Julien Danjou  <julien@danjou.info>
3378
3379         * shr.el (shr-tag-a): Use url-link as widget type.
3380
3381         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3382         `gnus-group-get-icon'.
3383
3384 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3387         This should make server editing work better.
3388
3389         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3390
3391         * tls.el (tls-program): Remove spurious %s from openssl.
3392
3393         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3394         (nnimap-parse-flags): Fix regexp.
3395
3396         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3397         probably work for CJVK text, too.
3398
3399         * nnimap.el (nnimap-extend-tls-programs): Remove.
3400         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3401
3402         * tls.el (tls-starttls-switches): Remove starttls hack.
3403         (open-tls-stream): Ditto.
3404         (tls-find-starttls-argument): Ditto.
3405
3406 2010-10-13  Julien Danjou  <julien@danjou.info>
3407
3408         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3409         responses.
3410
3411 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3414
3415         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3416         anything in Emacs.
3417
3418         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3419
3420 2010-10-13  Julien Danjou  <julien@danjou.info>
3421
3422         * shr.el (shr-width): Make shr-width a defcustom with default to
3423         fill-column.
3424         (shr-tag-img): Use shr-width rather than fill-column.
3425
3426 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * dgnushack.el (byte-optimize-apply)
3429         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3430
3431         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3432         position when (X-)Faces exist.
3433         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3434         avatars when called interactively.
3435
3436 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3439         gnus-article-x-face-too-ugly is bound.
3440
3441 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3444
3445         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3446         mailbox that doesn't exist.
3447
3448 2010-10-12  Julien Danjou  <julien@danjou.info>
3449
3450         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3451         (shr-get-image-data): Encode URL properly when fetching from cache.
3452         (shr-tag-img): Use aligned-to spaces to align correctly images.
3453
3454         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3455         before inserting the Gravatar.
3456
3457         * shr.el (shr-tag-img): Add align attribute support for <img>.
3458
3459 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-gravatar.el (gnus-art): Require.
3462
3463         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3464         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3465         Remove long obsoleted functions.
3466
3467 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3470
3471         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3472
3473         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3474         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3475         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3476         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3477         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3478         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3479         * sieve-manage.el, smime.el, spam.el:
3480         Fix comment for declare-function.
3481
3482 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * nnimap.el (nnimap-request-rename-group): Select group read-only
3485         before renaming it.
3486
3487         * shr.el (shr-insert): Fix up the white space only regexp.
3488
3489         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3490         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3491
3492         * shr.el (shr-current-column): New function.
3493         (shr-find-fill-point): New function.
3494
3495 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3496
3497         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3498         numbers.
3499
3500 2010-10-11  Julien Danjou  <julien@danjou.info>
3501
3502         * shr.el (shr-hr-line): Add.
3503         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3504         display hr lines.
3505         (shr-max-columns): Do not change state to nil if we just inserting
3506         spaces.
3507
3508 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3511         select the last group.
3512
3513 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3516
3517 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3518
3519         * dig.el (dig-mode-map): Declare and define in one step.
3520
3521 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3524         for Gnus.
3525         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3526         (nnimap-update-qresync-info): Mark \Seen articles as read.
3527
3528         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3529         non-variable, too.
3530
3531         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3532         available.
3533         (nnimap-update-info): Rely more on the current active than the param
3534         active to avoid marking articles as read too much.
3535
3536         * auth-source.el (auth-source-create): Use (user-login-name) for the
3537         user name default.
3538
3539         * nnimap.el (nnimap-update-info): If the server doesn't return any
3540         useful info, just use the previous info.
3541         (nnimap-update-info): Prefer old info over start-article.
3542         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3543
3544 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3545
3546         * nnir.el (autoload): Clean up autoloads.
3547         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3548         Use key rather than value.
3549         (nnir-imap-search-other): New variable.
3550         (nnir-read-parm): Use it.
3551         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3552         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3553
3554 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3557         the process, too.
3558
3559 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * spam.el (gnus-summary-mode-map): Bind to "$".
3562         Suggested by Russ Allbery.
3563
3564         * shr.el: Rework the way things are indented by <li> slightly.
3565
3566         * gnus.el (gnus-group-set-parameter): Fix typo.
3567
3568         * nnimap.el: Start implementing QRESYNC support.
3569
3570 2010-10-09  Julien Danjou  <julien@danjou.info>
3571
3572         * nnir.el (nnir-engines): Fix too many arguments.
3573
3574 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3577         group is the "last", so that the backends like nnfolder actually save
3578         their folders.
3579
3580         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3581         try to use that for the tls stream.
3582         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3583         UIDVALIDITY and find out which groups are read-only and not.
3584         (nnimap-get-flags): Use the same marks parsing code as the rest of
3585         nnimap.
3586
3587 2010-10-09  Julien Danjou  <julien@danjou.info>
3588
3589         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3590
3591         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3592         retrieving gravatars.
3593
3594         * shr.el (shr-table-corner): Add.
3595         (shr-table-line): Add.
3596         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3597
3598 2010-10-08  Julien Danjou  <julien@danjou.info>
3599
3600         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3601
3602 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3603
3604         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3605
3606         * gnus-sum.el (gnus-mark-article-as-unread)
3607         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3608         (gnus-summary-set-bookmark): Use it.
3609
3610         * gnus-msg.el (gnus-setup-message): Use it.
3611
3612         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3613
3614         * gnus.el (gnus-group-remove-parameter): Use it.
3615
3616         * gnus-group.el (gnus-group-make-web-group): Use it.
3617
3618         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3619
3620         * nnregistry.el: Update docs to mention manual.
3621
3622         * gnus-registry.el: Update docs to mention nnregistry.el.
3623         (gnus-registry-initialize): Don't install nnregistry refer method
3624         automatically.
3625         (gnus-registry-install-nnregistry): Remove it.
3626
3627 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * shr.el (shr-insert): Don't insert double spaces.
3630
3631 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-gravatar.el (gnus-treat-from-gravatar)
3634         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3635         called interactively.
3636
3637         * gnus-art.el (gnus-mime-view-part-externally)
3638         (gnus-mime-view-part-internally): Make predicate function passed to
3639         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3640         of a mime type.
3641
3642         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3643
3644 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * shr.el (require): Require cl when compiling.
3647         (shr-tag-hr): New function.
3648
3649         * nnimap.el (nnimap-update-info): Remove double setting of high.
3650         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3651         This makes nnimap work properly on Courier again.
3652
3653         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3654         the variable for backwards compatibility.
3655
3656         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3657         the file name before using to avoid setting mm-default-directory to
3658         nil.
3659
3660         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3661         bidning gnus-agent variables.
3662
3663         * shr.el (shr-render-td): Use a cache for the table rendering function
3664         to avoid getting an exponential rendering behaviour in nested tables.
3665         (shr-insert): Rework the line-breaking algorithm.
3666         (shr-insert): Don't leave trailing spaces.
3667         (shr-insert-table): Also insert empty TDs.
3668         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3669
3670 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3671
3672         * gnus-sum.el (gnus-number): Rename from `number'.
3673         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3674         (gnus-summary-limit-children): Update uses correspondingly.
3675
3676 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3679         (gnus-gravatar-transform-address): Don't show avatars of people of
3680         which mail addresses match gnus-gravatar-too-ugly.
3681
3682 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * shr.el (shr-table-widths): Expand TD elements to fill available
3685         space.
3686
3687 2010-10-07  Julien Danjou  <julien@danjou.info>
3688
3689         * nnimap.el (nnimap-request-rename-group): Add this method.
3690
3691 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3694         name from XEmacs' function-arglist.
3695
3696         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3697         gravatar under XEmacs.
3698
3699 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * auth-source.el: Update docs with TODO items.
3702
3703         * gnus-sync.el: Update docs to explain state and plans.
3704
3705         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3706         Hooks for mark updates.
3707         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3708
3709         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3710         hooks with arguments, which is needed for mark update hooks.
3711
3712 2010-10-06  Julien Danjou  <julien@danjou.info>
3713
3714         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3715         was matched.
3716
3717         * sieve-manage.el: Update example in `Commentary'.
3718
3719         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3720
3721         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3722         not 2000.
3723         (sieve-manage-authenticate): Re-add function.
3724
3725 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * shr.el (shr-insert): Get 'space transition right.
3728         (shr-render-td): Only delete space at the end of the TD.
3729
3730         * nnimap.el (nnimap-open-connection): Prepare to support
3731         open-gnutls-stream.
3732
3733         * shr.el: Rearrange function order to be more logical.
3734
3735 2010-10-06  Julien Danjou  <julien@danjou.info>
3736
3737         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3738         (nnrss-discover-feed): Remove 404 URL in docstring.
3739
3740         * nnir.el: Fix Swish-E URL.
3741         Fix Namazu URL.
3742
3743         * message.el (message-change-subject): Remove 404 URL in a comment.
3744
3745 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3748         called interactively.
3749
3750         * gnus-util.el (gnus-remove-if): Allow hash table.
3751         (gnus-remove-if-not): New function.
3752
3753         * gnus-art.el (gnus-mime-view-part-as-type)
3754         * gnus-score.el (gnus-summary-score-effect)
3755         * gnus-sum.el (gnus-read-move-group-name):
3756         Replace remove-if-not with gnus-remove-if-not.
3757
3758         * gnus-group.el (gnus-group-completing-read):
3759         Regard collection as a hash table if it is not a list.
3760
3761 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3764
3765         * shr.el: Document the table-rendering algorithm.
3766
3767 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3770         for Emacsen having no `libxml-parse-html-region' support.
3771
3772 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3775         invalid URLs.
3776
3777         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3778         line-broken.
3779         (shr-tag-img): Ignore image fetching errors.
3780         (shr-overlays-in-region): Compute overlay positions correctly.
3781
3782         * mm-decode.el (mm-shr): Require shr.
3783
3784         * gnus-art.el (gnus-blocked-images): Move variable here.
3785
3786         * shr.el (shr-insert-table): Bind free variable.
3787
3788         * mm-decode.el (mm-shr): Bind shr-content-function.
3789
3790         * shr.el (shr-content-function): New variable.
3791
3792         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3793         added for symmetry.
3794
3795         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3796
3797         * gnus-group.el (gnus-group-make-group): Doc fix.
3798
3799         * nnimap.el (nnimap-request-newgroups): Return success.
3800
3801         * shr.el (shr-find-elements): New function.
3802         (shr-tag-table): Put all the images after the table.
3803         (shr-tag-table): Really inhibit images inside the table.
3804         (shr-collect-overlays): Copy over overlays from the TD elements to the
3805         main document.
3806
3807         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3808         gnus-blocked-images.
3809
3810 2010-10-05  Julien Danjou  <julien@danjou.info>
3811
3812         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3813
3814         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3815         (gnus-html-maximum-image-size): Add this function.
3816         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3817
3818         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3819         server-value of the capability is nil.
3820
3821 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * shr.el (shr-tag-em): Add <EM> tag.
3824
3825 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3826
3827         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3828         customizable.
3829
3830         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3831         handing broken links to browse-url.
3832
3833 2010-10-05  Julien Danjou  <julien@danjou.info>
3834
3835         * gnus-util.el (gnus-emacs-completing-read)
3836         (gnus-iswitchb-completing-read): Use autoload rather than require.
3837
3838 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3841         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3842         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3843         iswitchb-temp-buflist for XEmacs.
3844
3845         * gnus-util.el (gnus-completing-read-function): Exclude
3846         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3847         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3848         XEmacs.
3849
3850         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3851         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3852
3853         * gnus-html.el: Don't require help-fns under XEmacs.
3854         (gnus-html-schedule-image-fetching): Work for XEmacs.
3855
3856         * mm-decode.el (mm-shr): Decode contents by charset.
3857
3858 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3861         unknown.
3862
3863         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3864         (shr-get-image-data): Ensure against the cache file missing.
3865
3866         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3867         for data.
3868
3869         * spam-report.el (spam-report-url-ping-plain): Don't query about
3870         killing the process.
3871
3872         * shr.el (shr-render-td): Protect against too-wide text.
3873
3874 2010-10-04  Julien Danjou  <julien@danjou.info>
3875
3876         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3877         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3878
3879         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3880         retrieved.
3881
3882 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * shr.el (browse-url): Require.
3885         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3886         lines.
3887         (shr-show-alt-text, shr-browse-image): New commands.
3888         (shr-browse-url, shr-copy-url): New commands.
3889
3890         * gnus-sum.el (gnus-widen-article-window): New variable.
3891         (gnus-summary-select-article-buffer): Use it.
3892
3893         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3894         without @ signs.
3895
3896 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3897
3898         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3899
3900 2010-10-04  Julien Danjou  <julien@danjou.info>
3901
3902         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3903         for XEmacs.
3904
3905 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3908
3909         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3910         (nnimap-close-server): Implement.
3911
3912         * dgnushack.el (iswitchb): Require to shut up the compiler.
3913
3914         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3915         (shr-insert): Tweak line breaking.
3916         (shr-insert): Handle <pre> better.
3917         (shr-tag-li): Get <li> indentation right.
3918         (shr-tag-li): Get <li> indentation even righter.
3919         (shr-tag-blockquote): Ensure paragraph start.
3920         (shr-make-table): Tweak table generation.
3921         (shr-make-table): Fix typo.
3922
3923         * shr.el: Implement table rendering.
3924
3925 2010-10-04  Julien Danjou  <julien@danjou.info>
3926
3927         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3928
3929 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * shr.el (shr-insert): Use string anchors instead of line anchors.
3932
3933 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * shr.el: Add headings.
3936         (shr-ensure-paragraph): Actually work.
3937         (shr-tag-li): Make <ul> prettier.
3938         (shr-insert): Get white space at the beginning/end of elements right.
3939         (shr-tag-p): Collapse subsequent <p>s.
3940         (shr-ensure-paragraph): Don't insert double line feeds after blank
3941         lines.
3942         (shr-insert): \t is also space.
3943         (shr-tag-s): Fix "s" tag name function.
3944         (shr-tag-s): Fix face prop name.
3945
3946 2010-10-03  Julien Danjou  <julien@danjou.info>
3947
3948         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3949
3950         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3951         gnus-window-inside-pixel-edges.
3952
3953         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3954         gnus-ems.
3955
3956         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3957
3958         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3959         function.
3960
3961         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3962         resize choice.
3963
3964 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3967         beginning of the buffer.
3968
3969         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3970         article buffer again.
3971
3972         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3973
3974         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3975         when it's at the start of the buffer.
3976
3977         * shr.el (shr-tag-blockquote): Convert name.
3978         (shr-rescale-image): Use the right image-size variant.
3979
3980         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3981         buffer isn't shown, then select the current article first instead of
3982         bugging out.
3983         (gnus-summary-select-article-buffer): Show both the article and summary
3984         buffers again.
3985
3986         * shr.el (shr-fontize-cont): Protect against regions with no text.
3987         Rename tag functions to shr-tag-* for enhanced security.
3988         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3989
3990 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3991
3992         * shr.el (shr-insert):
3993         * pop3.el (pop3-movemail):
3994         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3995         loaded.
3996
3997 2010-10-03  Glenn Morris  <rgm@gnu.org>
3998
3999         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4000
4001         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4002
4003         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4004
4005         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4006
4007         * gnus-util.el (gnus-make-local-hook): Simplify.
4008
4009 2010-10-02  Julien Danjou  <julien@danjou.info>
4010
4011         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4012         (gnus-ido-completing-read): New function.
4013         (gnus-emacs-completing-read): New function.
4014         (gnus-completing-read): Use gnus-completing-read-function.
4015         Add gnus-completing-read-function.
4016
4017 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * shr.el (shr-insert-document): Autoload.
4020         (shr-img): Be silent.
4021         (shr-insert): Add a newline after every picture before text.
4022         (shr-add-font): Use overlays for combining faces.
4023         (shr-insert): Pass upwards the text start point.
4024
4025         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4026         possible.
4027         (mm-shr): New function.
4028
4029 2010-10-02  Julien Danjou  <julien@danjou.info>
4030
4031         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4032         should go backward.
4033
4034 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4035
4036         * shr.el (shr): Fix typo in provide call.
4037
4038 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039
4040         * shr.el: New file.
4041
4042         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4043
4044         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4045         completing read.
4046
4047 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4050         we're being queried about.  Suggested by Dan Jacobson.
4051
4052         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4053         Suggested by Jason Eisner.
4054
4055         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4056         table, too.  Suggested by Stefan Wiens.
4057         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4058         the table unnecessary.  Suggested by Stefan Wiens.
4059
4060         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4061         longer needed, and probably doesn't work either, as pointed out by
4062         Stefan Wiens.
4063         (gnus-summary-exit): Remove call to the clearing function.
4064         (gnus-summary-exit-no-update): Ditto.
4065
4066         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4067         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4068         Reported by Stefan Monnier.
4069         (gnus-summary-save-in-rmail): Ditto.
4070
4071         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4072         article buffer, instead of both the article buffer and the summary
4073         buffer.  Sort of suggested by Dan Jacobson.
4074
4075         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4076
4077         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4078         Suggested by Dan Jacobson.
4079
4080         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4081         documentation clearer.
4082
4083         * message.el (message-shorten-references): Comment on the number "21".
4084         Suggested by Stefan Monnier.
4085
4086         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4087         Suggested by Dan Jacobson.
4088
4089         * gnus.el (gnus-large-newsgroup):
4090         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4091
4092         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4093         externalize attachments.  Bug reported by Steve Wen.
4094
4095         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4096         really message anything to the user.
4097
4098         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4099         directly.
4100
4101         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4102         messages in empty groups.
4103
4104 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4105
4106         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4107         non-UIDNEXT group.
4108
4109 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4112         not the value from the collection.
4113
4114         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4115         values.  This sometimes happens on some groups that have no info.
4116         (nnimap-request-newgroups): New function.
4117
4118 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4121         check into `gnus-registry-initialize'.
4122         (gnus-registry-initialize): Ditto.
4123         Fix and extend header docs.
4124
4125 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4128         regexp backtrace overflows.
4129
4130         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4131         for starttls that tls.el implements; i.e. openssl.
4132
4133         * tls.el (tls-starttls-switches): Give up on using starttls with
4134         gnutls-cli.
4135         (tls-program): Add --insecure to be consistent with the defaults from
4136         openssl s_client.  Now all three commands are insecure.
4137
4138 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * lpath.el: Bind completion-styles-alist for XEmacs.
4141
4142         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4143         (gravatar-create-image): New function that's an alias to
4144         gnus-xmas-create-image, gnus-create-image, or create-image.
4145         (gravatar-data->image): Use it.
4146
4147 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4150         install the nnregistry refer method.
4151         (gnus-registry-install-hooks): Use it.
4152         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4153         unfollowed groups.
4154
4155 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4156
4157         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4158         expanding threads.
4159
4160 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * nnir.el: Use the server names without suffixes (bug #7009).
4163
4164         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4165         unencrypted to STARTTLS, if possible.
4166
4167 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4168
4169         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4170         headers before superseding.
4171
4172 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * nnrss.el (nnrss-use-local): Add documentation.
4175
4176         * nnimap.el (nnimap-extend-tls-programs): New function.
4177         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4178         (nnimap-wait-for-connection): Accept the greeting from the stupid
4179         output from openssl s_client -starttls, too.
4180
4181         * tls.el (tls-starttls-switches): New variable.
4182         (tls-find-starttls-argument): Use it.
4183         (open-tls-stream): Ditto.
4184
4185         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4186         (netrc-machine): Ditto.
4187
4188         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4189         article number.
4190         (nnimap-split-fancy): New variable.
4191         (nnimap-split-incoming-mail): Use it.
4192
4193         * nntp.el (nntp-server-list-active-group): Document.
4194
4195         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4196         SELECT to get the message-id.
4197
4198         * mail-source.el (mail-sources): Remove webmail support.
4199         (defvar): Ditto.
4200         (mail-source-fetcher-alist): Ditto.
4201         (mail-source-fetch-webmail): Remove.
4202
4203         * webmail.el: Remove -- doesn't seem relevant any more.
4204
4205         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4206
4207         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4208         the \r.
4209
4210 2010-09-30  Julien Danjou  <julien@danjou.info>
4211
4212         * gnus-agent.el (gnus-agent-add-group): Fix call to
4213         gnus-completing-read.
4214
4215 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * nndoc.el (nndoc-retrieve-groups): New function.
4218
4219         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4220         `default', use nnmail-split-methods.
4221         (nnimap-request-article): Downcase the NILs so that they are nil.
4222
4223         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4224         symbol.
4225
4226         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4227         code, since if the user has requested network, that's what they ought
4228         to get.
4229         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4230         (nnimap-split-rule): Mark as obsolete.
4231
4232         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4233         New variable.
4234
4235         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4236         correct slot, too.
4237
4238 2010-09-29  Julien Danjou  <julien@danjou.info>
4239
4240         * gnus.el (gnus-local-domain): Declare variable obsolete.
4241
4242         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4243         Fix history computing.
4244         (gnus-ido-completing-read): Require ido.
4245
4246 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4249         build Gnus.
4250
4251         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4252         when interpreting the structures.
4253         (nnimap-request-accept-article): Add \r\n to the lines to make this
4254         work with Cyrus.
4255
4256         * nndraft.el (nndraft-request-expire-articles): Use the group name
4257         instead if "nndraft".  Fix found by Nils Ackermann.
4258
4259 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4260
4261         * nnregistry.el: Add.
4262
4263 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4264
4265         * nnmail.el (group, group-art-list, group-art):
4266         Remove unneeded directives.
4267
4268 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4271         (mm-mime-charset)
4272         * rfc2047.el (rfc2047-syntax-table)
4273         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4274
4275         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4276         rather than `insert-file-contents' and `eval-region'.
4277
4278         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4279         construction.
4280
4281         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4282
4283         * time-date.el: No need to require cl for Emacs 21.
4284
4285 2010-09-29  Julien Danjou  <julien@danjou.info>
4286
4287         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4288         replacement of `gnus-gravatar-relief' to mimic
4289         `gnus-faces-properties-alist'.
4290         Add :version property.
4291
4292 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * mail-source.el (mail-source-report-new-mail)
4295         * message.el (message-default-mail-headers)
4296         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4297
4298         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4299
4300 2010-09-28  Julien Danjou  <julien@danjou.info>
4301
4302         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4303         mail-address contains the same string as real-name.
4304
4305         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4306         non-blank in header, otherwise it'll get stripped.
4307
4308         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4309         real-name, and then for mail address rather than doing : or , search.
4310
4311 2010-09-27  Julien Danjou  <julien@danjou.info>
4312
4313         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4314         right completing-read function.
4315         (gnus-use-ido): New variable
4316         (gnus-completing-read-with-default): Remove.
4317         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4318         (gnus-agent-add-group):
4319         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4320         * mm-view.el (mm-view-pkcs7-decrypt):
4321         * mm-util.el (mm-codepage-setup):
4322         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4323         * mml-smime.el (mml-smime-openssl-sign-query):
4324         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4325         (mml-insert-multipart):
4326         * gnus-msg.el (gnus-summary-yank-message):
4327         * gnus-int.el (gnus-start-news-server):
4328         * mm-decode.el (mm-interactively-view-part):
4329         * gnus-dired.el (gnus-dired-attach):
4330         * gnus.el (gnus-read-method):
4331         * gnus-bookmark.el (gnus-bookmark-jump):
4332         * gnus-art.el (gnus-mime-view-part-as-type)
4333         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4334         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4335         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4336         * nnmairix.el (nnmairix-create-server-and-default-group)
4337         (nnmairix-update-groups, nnmairix-get-server)
4338         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4339         (nnmairix-get-group-from-file-path):
4340         * nnrss.el (nnrss-find-rss-via-syndic8):
4341         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4342         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4343         (gnus-group-browse-foreign-server):
4344         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4345         (gnus-summary-execute-command, gnus-summary-respool-article)
4346         (gnus-read-move-group-name):
4347         * gnus-score.el (gnus-summary-increase-score)
4348         (gnus-summary-score-effect):
4349         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4350
4351 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4354         x-focus-frame.
4355
4356         * nnimap.el (auth-source-forget-user-or-password)
4357         (auth-source-user-or-password): Autoload.
4358
4359         * message.el (message-from-style, message-interactive)
4360         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4361         (message-yank-prefix, message-indentation-spaces, message-signature)
4362         (message-signature-file): Add comment.
4363
4364 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4367         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4368         new articles.
4369
4370         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4371         parts.
4372         (nnimap-request-article): Work with the t setting, too.
4373
4374         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4375         that you don't get flashes of other buffers.
4376         (gnus-summary-show-complete-article): Intern before setting.
4377
4378 2010-09-27  David Engster  <dengste@eml.cc>
4379
4380         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4381         well as HEADERS.
4382         (nnmairix-retrieve-headers): Provide new argument for the above.
4383
4384 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * gnus-sum.el (gnus-summary-move-article): Don't alter
4387         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4388         group.
4389
4390         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4391
4392         * message.el (message-cite-prefix-regexp): Revert my last edit.
4393
4394         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4395         variable instead of the Gnus variable.
4396
4397         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4398
4399         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4400
4401         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4402         since some servers don't like it.
4403         (nnimap-open-connection): Forget credentials if the server says the
4404         password was wrong.
4405         (nnimap-parse-line): Protect against invalid data.
4406
4407         * gnus-sum.el (gnus-summary-move-article): Add comment.
4408         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4409         nothing alters it while scanning for new messages.
4410
4411         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4412         which may or may not help.
4413         (nnimap-open-connection): If we're doing a stream connection, and then
4414         discover we're on a STARTTLS-capable server, then open a STARTTLS
4415         connection instead.
4416
4417 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * nnimap.el (utf7): Require.
4420
4421         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4422         prefix.
4423
4424 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4425
4426         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4427
4428 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * nnimap.el (nnimap-request-accept-article): Message the error on
4431         error.
4432
4433 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4436
4437 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * nndoc.el (nndoc-request-list): Return success always.
4440
4441         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4442         `fetch-old' -- we only want to fetch the articles we've requested.
4443         The rest are in the agent, probably.
4444         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4445         disappeared server" to something low.  It's not important.
4446
4447         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4448         arrived before the FETCH data.
4449
4450         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4451         target here, because we don't know the Gnus name of the group.
4452
4453         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4454         for the correct group.
4455
4456         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4457
4458         * gnus.el (gnus): Give a final warning after startup.
4459
4460         * gnus-util.el (gnus-action-message-log): New variable.
4461         (gnus-message): Use it.
4462         (gnus-final-warning): New function.
4463
4464         * nnimap.el (nnimap-open-connection): Record the greeting.
4465         (nnimap): Add greeting.
4466
4467 2010-09-26  Julien Danjou  <julien@danjou.info>
4468
4469         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4470         arguments.
4471         (gnus-html-wash-images): Fix spec computing to include start/end.
4472
4473         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4474
4475 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4478         deletion.
4479         (nnimap-retrieve-headers): Don't select the group, because that's
4480         already done by nnimap-possibly-change-group.
4481
4482         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4483         (gnus-picon-transform-address): Use it.
4484
4485         * mail-source.el (mail-source-value): Revert previous patch.
4486
4487         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4488         on failure.
4489         (nnimap-open-connection): Look up both virtual and physical server name
4490         credentials.
4491
4492         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4493
4494 2009-02-07  Dave Love  <fx@gnu.org>
4495
4496         * tls.el (open-tls-stream): Don't query killing process.
4497
4498 2009-02-08  Dave Love  <fx@gnu.org>
4499
4500         * gnus-win.el (gnus-window-to-buffer-helper)
4501         (gnus-all-windows-visible-p): Function needn't be a symbol.
4502
4503         * mail-source.el (mail-source-value): Function needn't be a symbol.
4504
4505 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * message.el (message-cite-prefix-regexp): Remove } from the cite
4508         prefix.
4509
4510         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4511         highlight again, so that the highlight is correct.
4512
4513         * gnus-picon.el (gnus-picon): Remove again.
4514         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4515
4516         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4517         doing the header highlightling, so that the background colour of the
4518         picon is correct.
4519
4520         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4521         (gnus-picon): Ditto.
4522         (gnus-picon): Reinstate.  The background colour for picons is white.
4523         (gnus-picon-insert-glyph): Make the background white.
4524
4525         * nnml.el (nnml-open-nov): Don't return dead buffers.
4526
4527         * auth-source.el (auth-source-create): Query the user for whether to
4528         store the credentials.
4529
4530         * netrc.el (netrc-store-data): New function.
4531
4532         * auth-source.el (auth-source-user-or-password): Use the existing auth
4533         sources, if any, for creation.
4534
4535         * gnus.el (gnus-group-fast-parameter): Return the last matching
4536         parameter instead of the first matching parameter.
4537
4538 2010-09-26  Julien Danjou  <julien@danjou.info>
4539
4540         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4541
4542 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * mml2015.el (mml2015-use): Remove gpg support.
4545
4546         * mml1991.el (mml1991-function-alist): Remove gpg function.
4547         (mml1991-gpg-sign): Remove.
4548
4549 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4550
4551         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4552         (gnus-browse-unsubscribe-current-group): Document it.
4553         (gnus-browse-unsubscribe-group): Use it.
4554
4555 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4558         address to the To list for easier response.
4559
4560         * gnus.el (gnus-play-startup-jingle): Remove.
4561         (gnus-splash): Don't play jingle.
4562         (gnus): Silence gnus-load message.
4563
4564         * gnus-art.el (gnus-treat-play-sounds): Remove.
4565
4566         * gnus.el (gnus-play-jingle): Remove audio support.
4567
4568         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4569
4570         * earcon.el: Remove -- no users.
4571
4572         * gnus-audio.el: Remove -- no users of this package.
4573
4574         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4575
4576         * gnus-start.el (gnus-setup-news): Remove nocem support.
4577
4578         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4579
4580         * gnus.el (gnus-use-nocem): Remove.
4581
4582         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4583         Remove.
4584
4585         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4586         uses NoCeM any more.
4587
4588         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4589         (gnus-button-ctan-handler): Ditto.
4590         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4591         (gnus-button-ctan-directory-regexp): Ditto.
4592         (gnus-button-handle-ctan): Ditto.
4593         (gnus-button-tex-level): Ditto.
4594         (gnus-button-alist): Remove CTAN stuff.
4595
4596 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4599         nnimap-streaming test.
4600
4601         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4602         servers twice.
4603
4604         * nnimap.el (nnimap-open-connection): Add more error reporting when
4605         nnimap fails early.
4606
4607         * nnheader.el (nnheader-get-report-string): New function.
4608         (nnheader-get-report): Use it.
4609
4610         * gnus-int.el (gnus-check-server): Say what the error was when opening
4611         failed.
4612
4613         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4614         using streaming.
4615
4616 2010-09-25  Julien Danjou  <julien@danjou.info>
4617
4618         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4619         gnus-window-inside-pixel-edges.
4620
4621 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4624
4625         * mm-decode.el (mm-save-part): Allow saving to other directories the
4626         normal Emacs way.
4627
4628         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4629         Suggested by Jay Berkenbilt.
4630
4631         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4632         there isn't a single byte.
4633
4634         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4635         just do it.  It doesn't really seem to matter what the user responds
4636         here, I think, so it's just a confusing question.
4637
4638         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4639         non-streaming case.
4640
4641         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4642         (gnus-article-encrypt-body): Use it.
4643
4644         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4645         keystroke.
4646
4647         * nnimap.el (nnimap-find-wanted-parts-1):
4648         Use gnus-fetch-partial-articles.
4649
4650         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4651
4652         * nnimap.el (nnimap-insert-partial-structure): New function.
4653         (nnimap-get-partial-article): New function.
4654         (nnimap-request-article): Use it.
4655         (nnimap-wait-for-response): Return whether the wait was successful.
4656         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4657         retrieval wasn't successful.
4658         (nnimap-retrieve-group-data-early): Allow throttling servers.
4659         (nnimap-streaming): New variable.
4660         (nnimap-fetch-partial-articles): Remove.
4661
4662         * mm-decode.el (mm-with-part): Protect against killed buffers.
4663
4664         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4665         for prettier summary display.
4666
4667 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4668
4669         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4670
4671 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4674         apparently third-party libraries depend on it.
4675
4676         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4677         before starting negotiation.
4678
4679         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4680         privacy reasons.
4681         (gnus-treat-mail-gravatar): Ditto.
4682
4683         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4684         buffer when inserting images.  Inserting text into the headers, for
4685         instance, can make them invalid.
4686
4687 2010-09-25  Julien Danjou  <julien@danjou.info>
4688
4689         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4690         variables.
4691
4692         * nnheader.el: Remove useless variables news-reply-yank-from and
4693         news-reply-yank-message-id.
4694
4695         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4696         variables.
4697
4698         * mml1991.el: Remove useless mml1991-verbose.
4699
4700         * gnus.el: Remove useless variable gnus-use-generic-from.
4701         Remove obsolete variable gnus-topic-indentation.
4702
4703         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4704
4705         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4706
4707         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4708
4709         * gnus-group.el: Remove useless gnus-group-icon-cache.
4710         Remove useless gnus-ephemeral-group-server.
4711
4712         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4713
4714         * mml2015.el: Remove useless mml2015-verbose.
4715
4716         * mml-smime.el: Remove useless mml-smime-verbose.
4717
4718         * gnus.el: Remove useless gnus-local-domain.
4719
4720         * gnus-gravatar.el (gnus-gravatar-transform-address):
4721         Use gnus-gravatar-size.
4722
4723         * gnus-art.el: Remove useless gnus-treat-translate.
4724
4725 2010-09-24  Julien Danjou  <julien@danjou.info>
4726
4727         * gnus-sum.el: Add support for Gravatars.
4728
4729         * gnus-art.el: Add support for Gravatars.
4730
4731         * gnus-gravatar.el: Add this file.
4732
4733         * gravatar.el: Add this file.
4734
4735 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4738
4739         * gnus-group.el (gnus-group-fetch-faq): Remove.
4740
4741         * gnus.el (gnus-group-faq-directory): Remove.
4742
4743         * gnus-group.el (gnus-group-fetch-charter): Remove.
4744
4745         * gnus.el (gnus-group-charter-alist): Remove.
4746
4747         * gnus-group.el (gnus-group-archive-directory): Remove.
4748         (gnus-group-recent-archive-directory): Ditto.
4749         (gnus-group-make-archive-group): Remove.
4750
4751         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4752
4753         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4754         use the same article number for all the cached articles.
4755
4756         * nnimap.el (nnimap-command): Register the last command time so
4757         that we can use it for idling NOOPs.
4758         (nnimap-open-connection): Start the keeplive timer.
4759         (nnimap-make-process-buffer): Store all the process buffers.
4760         (nnimap-keepalive): New function.
4761
4762         * starttls.el (starttls-open-stream): Add autoload cookie.
4763
4764 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4765
4766         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4767         handling.
4768
4769 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4772         its data structures.
4773
4774         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4775         instead of the cl.el copy-list.
4776         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4777         equalp.
4778
4779 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4782         and tool-bar-local-item-from-menu.
4783
4784         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4785         mode-line-highlight face for Emacs.
4786
4787         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4788         loading gnus-sum.elc; fix comment for canlock-verify.
4789         (gnus-article-jump-to-part): Use read-number.
4790         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4791         Remove Emacs pre-21 compatible code for help-echo.
4792         (gnus-article-next-page-1): No need to adjust the number of lines.
4793         (gnus-article-describe-bindings): Always use help-buffer.
4794
4795         * gnus-audio.el (gnus-audio-inline-sound)
4796         * gnus-cus.el (gnus-custom-mode)
4797         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4798
4799         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4800
4801         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4802         compatible code.
4803
4804 2010-09-24  Glenn Morris  <rgm@gnu.org>
4805
4806         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4807         visiting the fcc file in rmail-mode.
4808
4809         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4810
4811 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * nnir.el: Silence the byte compiler.
4814
4815         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4816         alias to browse-url-url-encode-chars if any.
4817         (gnus-html-encode-url): Use it.
4818
4819 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-start.el (gnus-use-backend-marks): New variable.
4822         (gnus-get-unread-articles-in-group): Use it.
4823
4824         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4825         makeover.
4826
4827 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4828
4829         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4830
4831 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4834         Remove.
4835         (gnus-setup-news-hook):
4836         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4837
4838         * gnus-int.el (gnus-request-update-info): Protect against backends not
4839         having the function.
4840
4841         * nnimap.el (nnimap-stream): Mention starttls.
4842         (nnimap-open-connection): Add starttls support.
4843
4844 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4845
4846         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4847
4848 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4851         BODYSTRUCTUREs.
4852         (nnimap-transform-headers): Unfold quoted {42} headers.
4853
4854         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4855         the info.
4856         (gnus-get-unread-articles): Only call updatep on backends that support
4857         it.
4858
4859         * nnweb.el (nnweb-request-update-info): NOOP.
4860
4861         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4862
4863         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4864         since it only deals with marks.
4865
4866         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4867         gnus-request-marks, and make a new gnus-request-update-info.
4868
4869         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4870         the active instead of the high number, which is usually too low.
4871
4872 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4873
4874         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4875         * encrypt.el: Remove.
4876
4877 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4880         server in symbolic form.
4881
4882         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4883
4884 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4887         (nnimap-update-info): Fix up code slightly.
4888
4889         * gnus-int.el (gnus-open-server): Add tracing for performance
4890         debugging.
4891
4892         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4893         (gnus-group-insert-group-line): Pass the real group name so that it
4894         gets the right data.
4895
4896         * gnus-start.el (gnus-get-unread-articles): Don't have
4897         `gnus-get-unread-articles-in-group' update info, since that can be
4898         really slow and doesn't seem to be needed?
4899
4900 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4901
4902         * time-date.el (date-to-time): Try using parse-time-string first before
4903         using the slower timezone-make-date-arpa-standard.
4904
4905 2010-09-22  Julien Danjou  <julien@danjou.info>
4906
4907         * gnus-group.el (gnus-group-insert-group-line):
4908         Call gnus-group-highlight-line.
4909         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4910         default hook list.
4911         (gnus-group-update-eval-form): Add new function.
4912         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4913         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4914
4915 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4918         immediate, then expire all articles.
4919         (nnimap-update-info): Fix off-by-one errors.
4920         (nnimap-flags-to-marks): Would return no marks lists for group with no
4921         flags.  Instead return the other data.
4922
4923 2010-09-22  Julien Danjou  <julien@danjou.info>
4924
4925         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4926         Only return an icon.
4927         (gnus-group-insert-group-line): Compute icon to return.
4928
4929         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4930         (gnus-html-image-fetched): Only cache if
4931         gnus-html-image-automatic-caching is set.
4932         (gnus-html-image-fetched): Check for errors.
4933
4934 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4937         once per method on `g'.  This ensures that backends like nnfolder don't
4938         open all their folders.
4939
4940         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4941         (nnimap-request-list): Nix out group in the correct buffer.
4942         (nnimap-parse-flags): Implement by using `read' instead of
4943         hand-parsing.
4944         (nnimap-flags-to-marks): Pass on permanent-flags.
4945         (nnimap-make-process-buffer): Record the server name.
4946         (nnimap-parse-flags): Fix typo.
4947         (nnimap-request-scan): Run split on the server in general, not just a
4948         single group.
4949
4950         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4951         parameter, and propagate this downwards.
4952
4953         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4954         since EXAMINE changes it on the server.
4955
4956         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4957         this command might take a while.
4958
4959 2010-09-22  Julien Danjou  <julien@danjou.info>
4960
4961         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4962         harmful if you have 2 images side-by-side, they can't be properly
4963         update on text deletion.  Using text-property is safer here.
4964         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4965         data.
4966
4967 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * nnimap.el (nnimap-expunge-inbox): Remove.
4970         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4971         (nnimap-expunge): Flip default to t.
4972
4973         * gnus.el (gnus-method-to-server): Don't push things to the cache
4974         unless it's unique.
4975         (gnus-server-to-method): Ditto.
4976
4977 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4980
4981 2010-09-22  Julien Danjou  <julien@danjou.info>
4982
4983         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4984         get the start of data.
4985         (gnus-html-encode-url): Add this function to encode special chars in
4986         URL.
4987         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4988         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4989
4990         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4991         default.
4992         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4993
4994         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4995         images alt-text.
4996         (gnus-html-put-image): Put alt-text as help-echo.
4997
4998 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5001         * mm-util.el (mm-decompress-buffer)
5002         * nnir.el (nnir-run-find-grep)
5003         * pop3.el (pop3-list): Use 3rd arg of split-string.
5004
5005         * time-date.el (format-seconds): Comment fix.
5006
5007         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5008         and byte-optimize-form-code-walker.
5009         (dgnushack-make-auto-load): Don't advise make-autoload.
5010
5011         * lpath.el: Remove Emacs 21 stuff.
5012
5013 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5016         outside the active range.  Suggested by Dan Christensen.
5017
5018         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5019         slightly later to avoid double-getting it.
5020
5021         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5022         previous patch.
5023
5024         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5025
5026 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5027
5028         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5029
5030 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-int.el (gnus-open-server): Give a better error message in the
5033         "go offline" case.
5034
5035         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5036         marks for nnimap, which is seldom the right thing to do.
5037
5038         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5039         (gnus-same-method-different-name): New function.
5040
5041         * nnimap.el (parse-time): Require.
5042
5043         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5044         method in the presence of many similar methods.
5045
5046         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5047
5048         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5049         nnml-inhibit-expiry.
5050
5051         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5052         find out whether methods are equal.
5053
5054         * nnimap.el (nnimap-find-expired-articles): New function.
5055         (nnimap-process-expiry-targets): New function.
5056         (nnimap-request-move-article): Request the article before looking at
5057         what the Message-ID is.  Fix found by Andrew Cohen.
5058         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5059
5060         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5061         for oldness in addition to being a predicate.
5062
5063         * nnimap.el (nnimap-request-group): When we have zero articles, return
5064         the right data to Gnus.
5065         (nnimap-request-expire-articles): Only delete articles immediately if
5066         the target is 'delete.
5067
5068         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5069         method, this would bug out.
5070
5071         * gnus-group.el (gnus-group-expunge-group): Rename from
5072         gnus-group-nnimap-expunge, and implemented as a normal interface
5073         function.
5074
5075         * gnus-int.el (gnus-request-expunge-group): New function.
5076
5077         * nnimap.el (nnimap-request-create-group): Implement.
5078         (nnimap-request-expunge-group): New function.
5079
5080 2010-09-21  Julien Danjou  <julien@danjou.info>
5081
5082         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5083         (gnus-html-cache-expired): Add new function.
5084         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5085         wethever we should display image for fetch it.
5086         Compute alt-text earlier to pass it to the fetching function too.
5087         (gnus-html-schedule-image-fetching): Change function argument to only
5088         get one image at a time, not a list.
5089         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5090         cache.
5091         (gnus-html-get-image-data): New function to retrieve image data from
5092         cache.
5093         (gnus-html-put-image): Change buffer argument to use image data rather
5094         than file, and place image above region rather than inserting a new
5095         one.  Do not take alt-text as argument, since it's useless now: we place
5096         the image above alt-text.
5097         (gnus-html-prune-cache): Remove.
5098         (gnus-html-show-images): Start to fetch image when we find one, do not
5099         push into a temporary list.
5100         (gnus-html-prefetch-images): Only fetch image if they have expired.
5101         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5102         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5103
5104 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5107
5108 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5111         spec inser "*" if the group isn't active instead of 0.
5112
5113         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5114         opening the server.
5115         (nnimap-request-delete-group): Implement group deletion.
5116         (nnimap-transform-headers): Return the size of the entire message in
5117         the Bytes header, not just the size of the first part.
5118         (nnimap-request-move-article): When moving an article from nnimap,
5119         request the article first so the accepting form has an article to
5120         accept.  Reported by Dan Christensen.
5121         (nnimap-command): Make sure that the error message doesn't error out.
5122
5123 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5124
5125         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5126         we haven't requested anything.
5127
5128 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5131         "".  Fix found by Andrew Cohen.
5132
5133         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5134         instead of -encode-string.
5135
5136 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5139
5140         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5141         by mm-subst-char-in-string.
5142
5143 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5146         waiting for the connection string.
5147
5148         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5149         arriving.
5150
5151         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5152         bogus characters.  This allows selecting certain Gmail groups.
5153
5154         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5155         (nnimap-fetch-partial-articles): New variable.
5156         (nnimap-open-connection): When looking for credentials, also use the
5157         nnimap-server-port.
5158         (nnimap-request-article): Return the group/article number, so that Gnus
5159         `^' works as expected.
5160         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5161
5162         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5163         comments.
5164         (gnus-methods-sloppily-equal): New function.
5165         (gnus): When using the development version of Gnus, load the gnus-load
5166         file.
5167
5168         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5169         `gnus-open-server' on each method before trying to scan them etc.
5170         This ensures that all the backend parameters are set correctly.
5171
5172         * nnimap.el (nnimap-authenticator): New variable.
5173         (nnimap-open-connection): Allow anonymous login.
5174         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5175         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5176
5177         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5178         patch, found by Knut Anders Hatlen.
5179
5180 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5181
5182         * gnus-agent.el (gnus-agent-batch-confirmation)
5183         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5184         to gnus-message.
5185         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5186         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5187         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5188         * gnus-int.el (gnus-open-server): Likewise.
5189         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5190         (gnus-score-check-syntax): Likewise.
5191         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5192         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5193         Likewise.
5194         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5195
5196 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5199         calling conventions so that prefetch doesn't bug out.
5200
5201 2010-09-19  Julien Danjou  <julien@danjou.info>
5202
5203         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5204         rather than `subst-char-in-region' in order to be able to replace ASCII
5205         char by UTF-8 ones.
5206
5207         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5208         than curl.
5209         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5210         the right URL and ALT text on images.
5211         (gnus-html-wash-tags): Fix tag case.
5212         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5213         (gnus-article-html): Add -o display_ins_del=2 option.
5214         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5215
5216 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5219         the extra mail headers, which sometimes seem to happen for unknown
5220         reasons.
5221
5222         * mail-parse.el (mail-header-encode-parameter): Define as
5223         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5224         (or most, perhaps?) mail readers don't understand the latter, but do
5225         understand the former.
5226
5227         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5228         to nil, so that no methods are automatically agentized.  I think this
5229         is probably what most users want.
5230
5231         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5232         from url-retrieve, for instance about invalid URLs.
5233
5234         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5235         groups that have no articles.
5236         (nnimap-request-article): Check that we really got an article when we
5237         requested one.
5238
5239         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5240         doesn't exist.
5241
5242         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5243         nntp buffer so the agent can save it.
5244         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5245         that CRLF doesn't get translated to \n.
5246         (nnimap-open-connection): Don't make 'shell commands only send \n.
5247
5248 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5249
5250         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5251         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5252         Update var name.
5253         (nnml-generate-nov-file): Use dolist.
5254         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5255         Use with-current-buffer.
5256
5257 2010-09-18  Julien Danjou  <julien@danjou.info>
5258
5259         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5260         parallel.
5261
5262 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5265         the range update right.
5266         (nnimap-request-group): Don't make `M-g' bug out on group with no
5267         marks.
5268         (nnoo): Require, so that other packages can require nnimap.
5269         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5270         command we're looking for.  This helps when the server sends more
5271         responses after we've gotten everything we expected.
5272         (nnimap): Add a `newlinep' field to keep track of end-of-line
5273         conventions.
5274         Don't send CRLF to things that don't want it.
5275         (nnimap-request-accept-article): Ditto.
5276
5277 2010-09-18  Julien Danjou  <julien@danjou.info>
5278
5279         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5280         than curl to retrieve images.
5281
5282 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5285         the marks.
5286         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5287         (nnimap-wait-for-connection): New function.
5288         (nnimap-open-connection): If we have PREAUTH, don't query for login
5289         credentials.
5290         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5291         when doing a partial update.
5292
5293 2010-09-18  Julien Danjou  <julien@danjou.info>
5294
5295         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5296         tags.
5297
5298 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * nnimap.el (nnimap-credentials): New function.
5301         (nnimap-open-connection): Use the new function to look for credentials
5302         also on the numeric equivalents of "imap" and "imaps".
5303
5304         * gnus-start.el (gnus-activate-group): Send the info to
5305         gnus-request-group.
5306
5307         * nnimap.el (nnimap-request-group): Have the "check" version of the
5308         function parse flags and update the info, so that a `M-g' get a total
5309         resync of all flags from the group.
5310
5311         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5312         to allow backends to alter the info on group selection.  Also alter all
5313         the backend -request-group functions to take the parameter.
5314
5315         * nnimap.el (nnimap-store-info): New function.
5316         (nnimap-update-info): Store the info for later usage.
5317         (nnimap-request-group): Use the stored info for the dont-check case, so
5318         that we don't retrieve all marks when we enter a group.
5319
5320         * nnimap.el: Use deffoo instead of defun for interface functions.
5321
5322         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5323         update the group info.  This makes the nndraft groups, for instance, go
5324         back to their old behaviour.
5325
5326         * gnus-sum.el (gnus-select-newsgroup): Indent.
5327
5328         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5329         in.
5330         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5331         nothing.
5332
5333         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5334         from methods that are denied.
5335
5336         * gnus-int.el (gnus-method-denied-p): New function.
5337
5338         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5339         store the password instead of netrc.
5340         (nnimap-open-connection): Don't error out when we can't make a
5341         connections.
5342
5343         * auth-source.el (auth-source-create): In the password prompt, say what
5344         we're querying for.  Also prompt for user name if that hasn't been
5345         given.
5346
5347         * nnimap.el (nnimap-with-process-buffer): Remove.
5348
5349 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5352         method when we're reading from the agent.
5353
5354         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5355
5356         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5357         that's probably most useful for users.
5358
5359         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5360         "failed" all the time.
5361
5362         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5363         ...)) with (with-current-buffer ... ).
5364
5365         * nntp.el (nntp-open-server): Return whether the open was successful or
5366         not.
5367
5368         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5369         select an unread unseen article first.
5370
5371         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5372         /etc/services, supply some sensible port defaults.
5373
5374         * dgnushack.el: Define netrc-credentials.
5375
5376 2010-09-17  Julien Danjou  <julien@danjou.info>
5377
5378         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5379
5380 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5381
5382         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5383         doesn't have any parameters.
5384
5385 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5388         only upcased checks.
5389
5390         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5391
5392         * nnimap.el (nnimap-open-shell-stream): New function.
5393         (nnimap-open-connection): Use it.
5394         (nnimap-transform-headers): Get the number of lines in each message.
5395         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5396         number of lines.
5397         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5398         problem.
5399
5400         * utf7.el (utf7-encode): Autoload.
5401
5402         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5403         to allow the mail splitting to not return a default group.  This is
5404         useful for nnimap, which will leave unmatched mail in the inbox.
5405
5406         * nnimap.el: Rewritten.
5407
5408         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5409         nnimap usage.
5410
5411         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5412         if the move is internal, so that nnimap can do fast internal moves.
5413
5414         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5415         data.
5416         (gnus-read-active-for-groups): Support finishing the early retrieval of
5417         data.
5418
5419         * gnus-range.el (gnus-range-nconcat): New function.
5420
5421         * gnus-int.el (gnus-finish-retrieve-group-infos)
5422         (gnus-retrieve-group-data-early): New functions.
5423
5424 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5425
5426         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5427         (nnrss-retrieve-groups):
5428         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5429         (pop3-quit): Use with-current-buffer.
5430
5431 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5434         instead of nnheader-accept-process-output.
5435
5436         * dgnushack.el (dgnushack-compile): Add comment.
5437
5438         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5439
5440         * gnus-html.el (gnus-html-schedule-image-fetching)
5441         (gnus-html-prefetch-images): Replace process-kill-without-query by
5442         gnus-set-process-query-on-exit-flag.
5443
5444 2010-09-16  Romain Francoise  <romain@orebokech.com>
5445
5446         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5447
5448 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5451         parameter to unintern is mandatory-ish in Emacs 24.
5452
5453         * gnus-html.el (gnus-html-schedule-image-fetching)
5454         (gnus-html-prefetch-images): Check for curl before using it.
5455
5456         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5457         depend on curl, which isn't essential.
5458
5459         * imap.el: Revert back to version
5460         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5461         seem problematic.
5462
5463 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5464
5465         * gnus-registry.el (gnus-registry-install-shortcuts):
5466         Explicitly pass `obarray' to `unintern' to avoid a warning.
5467
5468 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5471         change.
5472
5473         * nnrss.el (nnrss-request-list): Remove this function and related
5474         functions, including the moreover stuff.
5475
5476 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * nnrss.el (nnrss-retrieve-groups): New function.
5479
5480 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5481
5482         * .dir-locals.el: Add no-byte-compile cookie.
5483
5484 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * time-date.el (format-seconds): Comment fix.
5487
5488         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5489         for back end that doesn't support request-scan.
5490
5491 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5494         then do request scans from the backends.
5495
5496         * netrc.el (netrc-credentials): New conveniency function.
5497
5498         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5499         avoid running a hook per line, since this takes a lot of time,
5500         profiling shows.
5501         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5502         directly if gnus-visual-p is true.
5503
5504 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5507         groups; replace mapcar with dolist which is a bit faster; pass groups
5508         info to gnus-read-active-file-1.
5509         (gnus-read-active-file-1): Scan only specified groups if the new
5510         optional arg `infos' is given.
5511
5512 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5515
5516         * pop3.el (pop3-movemail): Remove.
5517         (pop3-streaming-movemail): Rename to pop3-movemail.
5518
5519         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5520         don't restrict end-tag searches to the end of the line.
5521
5522 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5525         articles of every unchecked group to t, which means unknown since the
5526         server has never been opened.
5527
5528 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-html.el (gnus-html-show-alt-text): New command.
5531         (gnus-html-browse-image): Ditto.
5532         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5533         to browse the image directly.
5534         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5535         better.
5536
5537         * gnus-async.el (gnus-async-article-callback):
5538         Call `gnus-html-prefetch-images' unconditionally.
5539
5540         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5541         before feeding URLs to curl.
5542
5543 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5546         internal images as deletable by `W D D'.
5547
5548         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5549         (gnus-async-article-callback): Fix typo.
5550
5551 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5554         current line to work around bugs in the output from w3m.
5555
5556         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5557         for groups that want that.
5558
5559         * nntp.el (nntp-wait-for-string): Supply a timeout for
5560         accept-process-output to ensure progress.
5561
5562         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5563         level to get unread articles from, then use that for foreign groups,
5564         too.
5565
5566         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5567         confuses the rest of the function.
5568
5569         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5570         for the methods that support -retrieve-groups, too.
5571
5572         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5573
5574 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5577         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5578
5579         * pop3.el: Require cl when compiling.
5580         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5581
5582 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5585         that aren't going to be activated.
5586         (gnus-get-unread-articles): Fix up the last commit.
5587
5588         * gnus-html.el (gnus-article-html): Allow calling without specifying
5589         the handle.  In that case, dissect the buffer first.
5590
5591         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5592
5593         * nnimap.el (nnimap-open-connection): Revert the change that would look
5594         into authinfo for imaps instead of imap.
5595
5596         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5597         say that you don't want to call gnus-request-group with don-check, but
5598         do check the reponse.  This is for virtual groups only.
5599         (gnus-get-unread-articles): Count the archive groups as secondary, so
5600         that they're activated the same way as before.
5601
5602         * imap.el (imap-message-map): Removed optional buffer parameter, since
5603         no callers use it.
5604         (imap-message-get): Ditto.
5605         (imap-message-put): Ditto.
5606         (imap-mailbox-map): Ditto.
5607         (imap-mailbox-put): Ditto.
5608         (imap-mailbox-get): Ditto.
5609         (imap-mailbox-get): Revert last change for this function.
5610
5611         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5612         case-insensitively.
5613         (nnimap-debug): Remove.
5614
5615         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5616         to use `imap-fetch' instead.  According to the comments, this should be
5617         safe, since all other IMAP clients use the 1:* syntax.
5618         (imap-enable-exchange-bug-workaround): Removed.
5619         (imap-debug): Removed -- doesn't seem very useful.
5620
5621         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5622         mail from a file, and the file doesn't exist.
5623
5624         * imap.el (imap-log): New convenience function used throughout instead
5625         of repeating the same code all over the place.
5626
5627         * pop3.el (pop3-streaming-movemail): Return t for success.
5628
5629         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5630         .authinfo if we're using ssl connection.
5631
5632         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5633         already have if we're in a main Gnus `g' run.
5634
5635         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5636
5637 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5640
5641         * nnmh.el (nnmh-request-list-1): Bind `file'.
5642
5643         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5644         alias to set-process-query-on-exit-flag or process-kill-without-query.
5645         (pop3-open-server): Use it.
5646
5647 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5650         box to the Incoming file.  Fixes mistake in previous checkin.
5651
5652         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5653         request loop (for debugging purposes) removed.
5654
5655         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5656         culprit is more visible.
5657         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5658         (nnml-add-incremental-nov): New functions to do "incremental" nov
5659         updates, where we just append to the end of the existing nov files
5660         without reading/writing them in full.
5661
5662         * mail-source.el (mail-source-delete-crash-box): Really only check the
5663         incoming files once in a while.
5664
5665         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5666
5667         * mail-source.el (mail-source-delete-crash-box): Only check the
5668         incoming files for deletion once per day to save a lot of file
5669         accesses.
5670
5671         * pop3.el (pop3-logon): Fix up unbound variable typo.
5672
5673         * mail-source.el (pop3-streaming-movemail): Autoload.
5674
5675         * pop3.el (pop3-streaming-movemail):
5676         Respect pop3-leave-mail-on-server.
5677
5678         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5679         retrieval.
5680
5681         * pop3.el (pop3-process-filter): Remove unused function.
5682         (pop3-streaming-movemail, pop3-send-streaming-command)
5683         (pop3-wait-for-messages, pop3-write-to-file)
5684         (pop3-number-of-responses): New functions for streaming pop3
5685         retrieval.
5686
5687         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5688         come from no known methods.
5689         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5690         list.
5691
5692         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5693         message sizes.
5694         (pop3-movemail): Use erase-buffer instead of looping and deleting
5695         regions, which seems rather odd.
5696
5697         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5698         file once per `g' run.
5699
5700         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5701         directories.  This makes the draft queue directory work.
5702
5703         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5704         data from the backends, so that we only request the list of groups from
5705         each method once.  This should speed things up considerably.
5706
5707         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5708         detect that it's not implemented.
5709
5710         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5711         we actually do recurse down into the tree, but don't stat all leaf
5712         nodes.
5713
5714         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5715         then say so instead of bugging out.
5716
5717         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5718         files exist before trying to read them.
5719
5720         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5721         around <pre_int>.
5722
5723         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5724
5725         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5726
5727 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * mm-util.el (mm-image-load-path): Just return the image directories,
5730         not all directories in the path in addition to the image directories.
5731         (mm-image-load-path): Maintain a cache of the image directories so that
5732         the `g' command in Gnus doesn't have to stat dozens of directories each
5733         time.
5734
5735         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5736         (gnus-html-wash-tags): Add a new `i' command to insert images.
5737         (gnus-html-insert-image): New command and keystroke.
5738         (gnus-html-redisplay-with-images): New command and keystroke.
5739         (gnus-html-show-images): Rename command.
5740         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5741         spacers.
5742         (gnus-html-wash-tags): Decode entities at the end, so that entities
5743         inside the tags don't mess up the rest of the "parsing".
5744
5745         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5746         so that nnimap methods aren't agentized by default.  There's apparently
5747         many problems related to agent/imap behaviour.
5748
5749         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5750
5751         * gnus-html.el: Doc fix.
5752
5753 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5756         specifier-spec-list for Emacs 21.
5757
5758         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5759         glyph-width and glyph-height instead of display-graphic-p and
5760         image-size; make avoidance of displaying small images work for XEmacs.
5761
5762         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5763         for XEmacs.
5764
5765         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5766         of symbol that holds plist data.
5767         (gnus-process-plist): Remove plist of process after getting it.
5768
5769 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * message.el (message-generate-hashcash): Change default to
5772         'opportunistic if hashcash is installed.
5773
5774         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5775         (gnus-html-put-image): Only call image-size once, since it's somewhat
5776         time-consuming on remote X servers.
5777
5778 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5781         type on data, not a file name.
5782
5783         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5784         window-pixel-edges for Emacs 21.
5785
5786         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5787         decoded contents.
5788         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5789
5790 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5793         group line format, since it isn't very interesting.
5794
5795         * gnus-agent.el (gnus-agent-short-article),
5796         (gnus-agent-long-article): Increase values for these two variables,
5797         since most people are likely to have more network connection and
5798         storage than before.
5799
5800         * gnus.el (gnus-refer-article-method): Change default to 'current.
5801         When referring an article, the common behaviour is to refer it from the
5802         current select method, not the native select method.  The chances of
5803         the native select method having the message in question is rather slim
5804         these days.
5805
5806         * gnus-sum.el (gnus-auto-select-subject): Change default to
5807         `unseen-or-unread'.  I think it's likely that most people want to
5808         select an unseen article over a previously seen, but unread one.
5809
5810         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5811         means that in the article buffer none of the minor mode elements will
5812         be shown, usually, and this is not desirable in most cases.
5813
5814         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5815         that commands like `d' (and the like) go to the next line in the
5816         buffer, instead of the next unread article.  I think this is the
5817         behaviour that is most natural for most users.
5818         (gnus-single-article-buffer): Change default to nil, so that people can
5819         have as many article buffers open as they have summary buffer.  I think
5820         this is the most natural way for the groups to behave.
5821
5822         * message.el (message-generate-new-buffers): Change default to
5823         `unsent', so that all new message buffers start their names with the
5824         string "*unsent", and it's easier to find the buffers if you move from
5825         them.
5826
5827 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5830         small.  They're probably tracking images.
5831         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5832         (gnus-html-rescale-image): Yet another try at getting the image sizing
5833         right.
5834
5835         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5836         nntp-marks-file-name is nil.
5837
5838 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * gnus-html.el (gnus-html-wash-tags)
5841         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5842         Better logging.
5843
5844 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5847
5848         * gnus-html.el (gnus-html-wash-tags): Check the value of
5849         gnus-blocked-images in the summary buffer.
5850
5851 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5854
5855 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5858         like "a", it seems like.
5859         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5860         since it needs to be picked from the correct buffer.
5861
5862         * nnwfm.el: Remove.
5863
5864         * nnlistserv.el: Remove.
5865
5866 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5867
5868         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5869         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5870
5871 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872
5873         * nnkiboze.el: Remove.
5874
5875         * nndb.el: Remove.
5876
5877         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5878         alt text.
5879         (gnus-html-rescale-image): Try to get the rescaling logic right for
5880         images that are just wide and not tall.
5881
5882         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5883         overshadow variable bindings.
5884
5885 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * gnus-html.el (gnus-html-wash-tags)
5888         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5889         Add extra logging.
5890
5891 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5894         (gnus-max-image-proportion): New variable.
5895         (gnus-html-rescale-image): New function.
5896         (gnus-html-put-image): Rescale images.
5897
5898 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5899
5900         Fix up some byte-compiler warnings.
5901         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5902         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5903         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5904         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5905         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5906         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5907         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5908
5909 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-html.el (gnus-article-html): Decode contents by charset.
5912
5913 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5916         (gnus-html-frame-width, gnus-blocked-images)
5917         * message.el (message-prune-recipient-rules): Add custom version.
5918         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5919
5920         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5921         functions.
5922
5923         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5924         gnus-process-get.
5925
5926 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5927
5928         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5929         instead of lsub directly.
5930
5931 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * nnwarchive.el: Remove.
5934
5935         * gnus-soup.el: Remove.
5936
5937         * nnsoup.el: Remove.
5938
5939         * nnultimate.el: Remove.
5940
5941         * gnus-html.el (gnus-blocked-images): New variable.
5942
5943         * message.el (message-prune-recipients): New function.
5944         (message-prune-recipient-rules): New variable.
5945
5946         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5947         guess whether a long line is natural text or not.
5948
5949         * gnus-html.el (gnus-html-schedule-image-fetching):
5950         Use gnus-process-plist and friends for compatibility.
5951
5952 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5953
5954         * gnus-html.el: Require packages that define macros used in this file.
5955         (gnus-article-mouse-face): Declare to silence byte-compiler.
5956         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5957         process-get.
5958         (gnus-html-put-image): Use plist-get to avoid getf.
5959         (gnus-html-prefetch-images): Use with-current-buffer.
5960
5961 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-ems.el: Provide compatibility functions for
5964         gnus-set-process-plist.
5965
5966         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5967         header-line-format for XEmacs 21.4.
5968
5969         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5970         * gnus.el (gnus-valid-select-methods)
5971         * message.el (message-send-mail-partially-limit)
5972         * mm-decode.el (mm-text-html-renderer)
5973         * mml.el (mml-insert-mime-headers-always)
5974         * smiley.el (smiley-regexp-alist): Bump custom version.
5975
5976 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-html.el: require mm-url.
5979         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5980         with the url to `url'.
5981         (gnus-html-wash-tags): Support cid: URLs/images.
5982
5983 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5986         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5987         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5988
5989         * gnus-move.el: Remove file, since it doesn't really work.
5990
5991         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5992         UTF-8.  This seems to fix problems with some German web feeds.
5993
5994         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5995         at the top so that the proper colours are applied.
5996
5997         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5998         don't have dots in their names.
5999
6000         * gnus-art.el (gnus-article-view-part): Doc fix.
6001
6002         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6003         XEmacs-compatible.
6004         (gnus-html-put-image): Don't do images on non-graphic displays.
6005
6006         * nnslashdot.el: Remove this unused backend.
6007
6008         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6009         actions.
6010         (gnus-undo-register-1): Revert last change.
6011
6012         * gnus-group.el (gnus-group-completing-read): Protect against not
6013         having completion-styles bound.
6014
6015         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6016         make broken recipients happier.
6017
6018         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6019
6020         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6021         point parameter.
6022
6023         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6024
6025         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6026         completion-styles for group selection.
6027
6028 2009-02-04  Andreas Schwab  <schwab@suse.de>
6029
6030         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6031         headers and regexp-quote the match if necessary.
6032
6033 2009-03-24  Miles Bader  <miles@gnu.org>
6034
6035         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6036         the blinking smiley.
6037
6038 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6039
6040         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6041         blink smiley.
6042
6043 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6046         where the dribbel file lives exists.
6047
6048         * message.el (message-send-mail-partially-limit): Change the default to
6049         nil, since most people don't want this.
6050
6051         * mm-url.el (mm-url-decode-entities): Also decode entities like
6052         &#x3212.
6053
6054 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6055
6056         * gnus-sum.el (gnus-summary-idna-message):
6057         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6058         Hyperlink urls in docstrings with URL `...'.
6059
6060 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6061
6062         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6063         functions.
6064
6065 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066
6067         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6068         say what the mouseover text should be.
6069
6070         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6071         version of the mm-w3m-safe-url-regexp variable to only download images
6072         in the groups where we want that to happen.
6073
6074         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6075
6076         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6077         easier debugging.
6078         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6079         big pictures in the article buffer.
6080
6081         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6082         gnus-article-html.
6083         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6084         w3m.
6085
6086         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6087
6088 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6091         which doesn't exist.
6092
6093         * message.el (message-inhibit-ecomplete): New variable to allow some
6094         function to inhibit ecomplete address storage.
6095         (message-resend): Disable ecomplete message storage when resending
6096         messages.
6097
6098         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6099
6100 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6103         Save excursion while copying, moving, and deleting articles in order to
6104         prevent the cursor from jumping to unforeseen place.
6105
6106 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * lpath.el: No need to bind bookmark-current-buffer,
6109         bookmark-yank-point and bookmark-make-record-function.
6110
6111 2010-08-17  Glenn Morris  <rgm@gnu.org>
6112
6113         * gnus-sync.el: Require gnus components whose functions are used.
6114
6115         * gnus-art.el (bookmark-make-record-function):
6116         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6117         Declare for compiler.
6118
6119         * mm-url.el (mml-compute-boundary): Autoload.
6120
6121 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6124
6125 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         Typo fix "hoo4a" -> "hook".
6128
6129         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6130
6131 2010-08-14  Glenn Morris  <rgm@gnu.org>
6132
6133         * gnus-sync.el (gnus-sync): Fix defgroup version.
6134
6135 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6138
6139         * gnus-sync.el: Fix docs.
6140         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6141         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6142
6143 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         Optimizations for gnus-sync.el.
6146
6147         * gnus-sync.el: Add docs about gnus-sync-backend
6148         possibilities.
6149         (gnus-sync-save): Remove unnecessary message.
6150         (gnus-sync-read): Optimize and show what groups were skipped.
6151
6152 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6153
6154         Minor bug fixes for gnus-sync.el.
6155
6156         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6157         Don't read the sync on get-new-news.
6158
6159         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6160         quiet.
6161
6162         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6163         (fix typo).
6164
6165 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6166
6167         Make saving and restoring of hidden threads work with overlays.
6168         Patch applied by Ted Zlatanov.
6169
6170         * gnus-sum.el (gnus-hidden-threads-configuration)
6171         (gnus-restore-hidden-threads-configuration): Update to deal with text
6172         properties, rather than searching for a magic character.
6173
6174 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6175
6176         New gnus-sync.el library for synchronization of marks.
6177
6178         * gnus-sync.el: New library for synchronization of marks.
6179
6180         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6181         renamed from `gnus-registry-grep-in-list'.
6182
6183         * gnus-registry.el (gnus-registry-follow-group-p):
6184         Use `gnus-grep-in-list'.
6185
6186         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6187
6188 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6191         determining charset of text fails.
6192
6193 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * nnmail.el (nnmail-get-new-mail-1): Revert.
6196
6197         * nnml.el (nnml-active-number): Make sure names of newly created groups
6198         in nnml-group-alist are encoded.
6199
6200 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6203         containing non-ASCII characters in active file for nnml back end.
6204
6205 2010-07-24  David Engster  <dengste@eml.cc>
6206
6207         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6208         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6209
6210 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6211
6212         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6213         tag (Bug#6654).
6214
6215 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6218         the article buffer, not the summary buffer.
6219
6220 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6223         Emacs 23 as well.
6224
6225 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6228         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6229
6230 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6231
6232         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6233         Patch applied by Karl Fogel.
6234
6235         * gnus-sum.el (gnus-summary-bookmark-make-record):
6236         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6237
6238 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6239
6240         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6241         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6242         C-w still not working correctly from Article buffers; Thierry's
6243         patch to fix that will be applied after this.
6244
6245         * gnus-art.el (bookmark-make-record-function): New local variable.
6246
6247         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6248         article buffer.
6249         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6250
6251 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6252
6253         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6254         on changes in bookmark.el.
6255
6256 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6259         `no-log' instead of message not to log prompt string.
6260
6261 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6262
6263         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6264         the *other* type of HTML form submission.
6265
6266 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6267
6268         * auth-source.el (auth-source-pick): If choice does not contain a
6269         questioned keyword, set the check to t.
6270
6271 2010-06-12  Romain Francoise  <romain@orebokech.com>
6272
6273         * gnus-util.el (gnus-date-get-time): Move up before first use.
6274
6275 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6278         (gnus-article-edit-part): Bind it to make last part that is substituted
6279         or deleted visible.
6280         (gnus-mime-display-single): Buttonize part of which id equals to
6281         gnus-mime-buttonized-part-id.
6282
6283 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6284
6285         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6286         (gnus-dd-mmm): Use gnus-date-get-time.
6287         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6288         simplify logic.
6289         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6290         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6291
6292 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6293
6294         * auth-source.el (top): Autoload `secrets-list-collections',
6295         `secrets-create-item', `secrets-delete-item'.
6296         (auth-sources): Fix tag string.
6297         (auth-get-source, auth-source-retrieve, auth-source-create)
6298         (auth-source-delete): New defuns.
6299         (auth-source-pick): Rewrite in order to avoid 2 passes.
6300         (auth-source-forget-user-or-password): New parameter USERNAME.
6301         (auth-source-user-or-password): New parameters CREATE-MISSING and
6302         DELETE-EXISTING.  Retrieve password interactively, if needed.
6303
6304 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6305
6306         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6307         deleting unused directories when gnus-expert-user is t.
6308
6309 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6312         for each temp file when gnus-article-browse-delete-temp is ask.
6313
6314 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6317         Lisp calls to delete-backward-char by calls to delete-char.
6318
6319 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6320
6321         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6322
6323 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6324
6325         * password-cache.el (password-cache-remove): Fix docstring.
6326
6327 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6330         article unless decoding article to be saved.
6331
6332 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6335         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6336         generated within the mm-with-unibyte-current-buffer macro.
6337
6338 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6341         to nil when we're in a mml-preview buffer and no group is selected.
6342
6343 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6344
6345         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6346         when catching the `C-g'.  Reported by "Leo".
6347
6348 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * message.el (message-forward-make-body-plain)
6351         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6352         multibyte-string-p.
6353
6354         * lpath.el: Revert.
6355
6356 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * message.el (message-forward-make-body-mml): Assume original message
6359         is multibyte string; error on unibyte.
6360         (message-forward-make-body-plain): Ditto; don't add excessive newline
6361         in body end.
6362
6363         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6364
6365 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6366
6367         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6368         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6369
6370 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * mm-extern.el (mm-extern-url): Don't use
6373         mm-with-unibyte-current-buffer.
6374         (mm-extern-cache-contents): Use with-current-buffer instead of
6375         save-excursion + set-buffer.
6376
6377 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * mm-util.el (mm-emacs-mule): Remove.
6380
6381 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6382
6383         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6384         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6385         change.
6386
6387 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6390         bind the default value of enable-multibyte-characters to nil.
6391
6392 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * message.el (message-forward-make-body-plain)
6395         (message-forward-make-body-mml):
6396         Don't use mm-with-unibyte-current-buffer.
6397
6398 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6399
6400         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6401
6402 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6403
6404         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6405         (Bug#5592).
6406
6407 2010-05-07  Julien Danjou  <julien@danjou.info>
6408
6409         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6410         it to mm-pipe-part.
6411
6412         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6413         it is given.
6414
6415 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * binhex.el (binhex-decode-region-internal)
6418         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6419         (dns-query)
6420         * nnweb.el (nnweb-gmane-search)
6421         * pgg-parse.el (pgg-parse-armor)
6422         * pgg.el (pgg-verify-region)
6423         * sha1.el (sha1-string-external)
6424         * uudecode.el (uudecode-decode-region-internal)
6425         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6426         XEmacs.
6427
6428         * gnus-art.el (gnus-article-browse-html-parts)
6429         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6430         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6431         make-temp-file.
6432
6433         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6434         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6435         compiling.
6436
6437         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6438         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6439         XEmacs when compiling.
6440
6441         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6442         gnus-pick-mode-off-hook for XEmacs when compiling.
6443         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6444         gnus-binary-mode-off-hook for XEmacs when compiling.
6445
6446         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6447         Return nil if char-charset is not available.
6448
6449         * imap.el (imap-disable-multibyte)
6450         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6451         macros.
6452
6453         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6454         instead of encode-coding-string.
6455
6456         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6457         'xemacs) instead of mm-emacs-mule to switch function definitions.
6458         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6459
6460         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6461         bind temporary-file-directory for XEmacs;
6462         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6463         timer-set-function for XEmacs 21.4 and SXEmacs;
6464         bind timer-list for XEmacs 21.4 and SXEmacs;
6465         fbind char-charset and find-charset-region for non-Mule XEmacs;
6466         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6467         encode-coding-region and encode-coding-string for XEmacs having no
6468         file-coding feature.
6469
6470 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6471
6472         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6473
6474 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6477         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6478
6479 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6480
6481         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6482         alias `jka-compr-delete-temp-file' no longer exists.
6483
6484 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6485
6486         Use define-minor-mode in Gnus where applicable.
6487         * mml.el (mml-mode): Use define-minor-mode.
6488         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6489         (gnus-undo-mode): Use define-minor-mode.
6490         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6491         (gnus-dead-summary-mode): Use define-minor-mode.
6492         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6493         Initialize in declaration.
6494         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6495         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6496         (gnus-mailing-list-mode): Use define-minor-mode.
6497         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6498         (gnus-draft-mode): Use define-minor-mode.
6499         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6500         (gnus-dired-mode): Use define-minor-mode.
6501
6502 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6503
6504         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6505         handles on recursive mml-to-mime translation and check them for
6506         boundary delimiter collisions.  Reported by Greg Troxel.
6507
6508 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6511
6512 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * mm-util.el (mm-find-buffer-file-coding-system):
6515         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6516
6517 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6518
6519         * message.el (message-generate-headers): Record insertion of optional
6520         headers as well.  Otherwise the check to prevent repeated insertion of
6521         optional headers is a no-op.
6522
6523 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6524
6525         * smime.el: Don't mention CVS.
6526
6527         * nnrss.el (nnrss-fetch): Don't mention CVS.
6528
6529         * nnir.el: Don't mention CVS.
6530
6531 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6532
6533         * gnus-sum.el (gnus-summary-bookmark-make-record):
6534         Add `location' field.
6535
6536 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * lpath.el: Fbind bookmark-default-handler,
6539         bookmark-get-bookmark-record, bookmark-make-record-default,
6540         bookmark-prop-get for Emacs <23 and XEmacs.
6541
6542 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6543
6544         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6545         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6546         Use with-current-buffer to silence the byte-compiler.
6547         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6548         bother to require `gnus'.
6549         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6550
6551 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6552
6553         * gnus-sum.el (gnus-summary-bookmark-make-record)
6554         (gnus-summary-bookmark-jump): New functions.
6555         (gnus-summary-mode): Setup bookmark support.
6556
6557 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6558
6559         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6560         if set.
6561
6562 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6565         gnus-article-browse-html-save-cid-image; make it work recursively for
6566         forwarded messages as well.
6567         (gnus-article-browse-html-parts): Work when prefix arg is given.
6568         (gnus-article-browse-html-article): Doc fix.
6569
6570 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6571
6572         * message.el (message-default-mail-headers):
6573         (message-default-headers): Carry the value mail-default-headers over
6574         into message-default-mail-headers, rather than message-default-headers.
6575
6576 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6577
6578         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6579         charset.
6580
6581         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6582         charset into the <meta> tag when the article is encoded to utf-8.
6583
6584 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-art.el (gnus-article-browse-delete-temp-files):
6587         Delete directories as well.
6588         (gnus-article-browse-html-parts): Work for images that do not specify
6589         file names; delete temp directory when quitting; insert header at the
6590         right place; use file: scheme for image files.
6591
6592 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6593
6594         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6595         (gnus-article-browse-html-parts): Use it to make temporary cid image
6596         files in addition to html file so that browser may display them.
6597
6598 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6601
6602 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6605
6606 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * auth-source.el (auth-sources): Change default to be simpler.
6609         Explain about Secret Service API sources.  Improve Customize options.
6610         (auth-source-pick): Change to accept any number of search parameters.
6611         Implement fallbacks iteratively, not recursively.  Add scoring on the
6612         second pass and sort by score.  Call Secret Service API when needed.
6613         (auth-source-user-or-password): Use it.  Call Secret Service API
6614         directly when needed to get the user name and the password.
6615
6616 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6617
6618         * message.el (message-interactive): Doc fix.
6619         (message-qmail-inject-args): Reflow.
6620         (message-kill-to-signature): Fix typo in docstring.
6621
6622         * smiley.el (smiley-buffer): Fix typo in docstring.
6623
6624 2010-03-24  Glenn Morris  <rgm@gnu.org>
6625
6626         * mail-source.el (gnus-message): Declare.
6627         (mail-source-delete-old-incoming): Require gnus-util.
6628
6629 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6632
6633         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6634
6635         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6636         password-cache's default if it is not bound.
6637         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6638         password-cache-expiry's default if it is not bound.
6639
6640         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6641         available in Emacs 21.
6642
6643         * lpath.el: Suppress compiler warnings for:
6644         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6645         XEmacs;
6646         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6647         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6648         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6649
6650 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * auth-source.el (auth-sources): Fix up definition so extra parameters
6653         are always inline.
6654
6655 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6656
6657         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6658         wasn't updated after mismatch.  Clear cached mailbox info correctly
6659         when uidvalidity changes.
6660         (nnimap-group-prefixed-name): New function to avoid some code
6661         duplication.
6662         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6663         (nnimap-request-group): Use it.
6664         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6665         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6666         with many imap folders.  This is done by caching the group status from
6667         the imap server persistently in a group parameter `imap-status'.  (This
6668         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6669         but not persistently, so every Gnus startup was still very slow.)
6670
6671 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6674         delete the extra newline.  Otherwise editing of :string and :number
6675         types don't work.
6676
6677 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6678
6679         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6680         secrets.el dependency.
6681         (auth-sources): Add optional user name.  Add secrets.el configuration
6682         choice (unused right now).
6683
6684 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * gnus-sum.el (gnus-summary-make-menu-bar):
6687         Let `gnus-registry-install-shortcuts' fill in the functions.
6688
6689         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6690         warnings.
6691         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6692         (gnus-registry-install-shortcuts): Populate and use it in a
6693         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6694
6695 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6696
6697         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6698         In-place substitutions for the group name encoding/decoding.
6699         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6700         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6701         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6702         (nnimap-update-unseen, nnimap-request-list)
6703         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6704         (nnimap-request-set-mark, nnimap-split-to-groups)
6705         (nnimap-split-articles, nnimap-request-newgroups)
6706         (nnimap-request-create-group, nnimap-request-accept-article)
6707         (nnimap-request-delete-group, nnimap-request-rename-group)
6708         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6709         `encoded-mbx' for consistency.
6710         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6711         variable `imap-current-mailbox'.
6712
6713         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6714         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6715
6716 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6717
6718         * pop3.el (pop3-display-message-size-flag): Display message size byte
6719         counts during POP3 download.
6720         (pop3-movemail): Use it.
6721         (pop3-list): Implement listing of available messages.
6722
6723 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6724
6725         * nnir.el (nnir-get-article-nov-override-function): New function to
6726         override the normal NOV retrieval.
6727         (nnir-retrieve-headers): Use it.
6728
6729 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6730
6731         * auth-source.el (netrc-machine-user-or-password): Autoload.
6732
6733 2010-03-19  Glenn Morris  <rgm@gnu.org>
6734
6735         Stop message.el from loading about 40 libraries it doesn't always need.
6736         The general approach is to autoload rather than require, and to
6737         require in the specific functions rather than the file.  (Bug#5642)
6738
6739         * gmm-utils.el: Don't require wid-edit.
6740         (widget-create-child-value, widget-convert, widget-default-get):
6741         Autoload.
6742
6743         * gnus-util.el: Don't require time-date, netrc.
6744         (message-fetch-field, gnus-group-name-decode): Declare rather than
6745         autoloading.
6746         (gnus-fetch-field): Require message.
6747         (gnus-decode-newsgroups): Require gnus-group.
6748
6749         * ietf-drums.el: Don't require time-date.
6750
6751         * message.el: Don't require hashcash, canlock, ecomplete.
6752         Do require mail-utils.  Require nnheader only when compiling.
6753         (smtpmail-default-smtp-server): Remove declaration.
6754         (message-send-mail-function): Check smtpmail-default-smtp-server
6755         is bound rather than requiring smtpmail.
6756         (message-auto-save-directory, message-insert-signature):
6757         Use expand-file-name rather than nnheader-concat.
6758         (nnheader-insert-file-contents): Autoload.
6759         (hashcash-wait-async): Declare.
6760         (message-send-mail): Only call gnus-setup-posting-charset if
6761         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6762         (message-send-mail-with-sendmail): Require sendmail.
6763         (canlock-password, canlock-password-for-verify): Declare.
6764         (message-canlock-password): Require canlock.
6765         (nnheader-get-report): Autoload.
6766         (gnus-setup-posting-charset): Declare.
6767         (message-send-news): Require gnus-msg.
6768         (message-make-references, message-make-in-reply-to): Use mail-header-id
6769         rather than the alias mail-header-message-id.
6770         (ecomplete-add-item, ecomplete-save): Declare.
6771         (message-put-addresses-in-ecomplete): Require ecomplete.
6772         (ecomplete-display-matches): Autoload.
6773
6774         * mm-decode.el: Don't require mailcap, gnus-util.
6775         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6776         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6777         Autoload.
6778         (mailcap-mime-extensions): Declare.
6779
6780         * mm-encode.el: Don't require mailcap.
6781         (mailcap-extension-to-mime): Autoload.
6782
6783         * mml-sec.el: Don't require password-cache.
6784
6785         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6786         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6787         (mml-minibuffer-read-type): Require mailcap.
6788         (mml-preview): Require gnus-msg.
6789
6790         * mml1991.el: Require password-cache.
6791         (password-cache-expiry): Remove declaration.
6792
6793         * mml2015.el: Require password-cache.
6794         (password-cache-expiry): Remove declaration.
6795
6796         * nneething.el (mailcap): Require mailcap.
6797
6798         * nnheader.el (declare-function): Add compatibility stub.
6799         (message-remove-header): Declare rather than autoload.
6800         (nnheader-replace-header): Require message.
6801
6802         * nnimap.el (declare-function): Add compatibility stub.
6803         (netrc-parse, netrc-machine-user-or-password): Declare.
6804         (nnimap-open-connection): Require netrc.
6805
6806         * nntp.el (declare-function): Add compatibility stub.
6807         (netrc-parse, netrc-machine, netrc-get): Declare.
6808         (nntp-send-authinfo): Require netrc.
6809
6810         * rfc2047.el: Don't require qp.
6811         (quoted-printable-encode-region, quoted-printable-decode-string):
6812         Autoload.
6813
6814         * sieve-mode.el: Don't require easymenu.
6815         (easy-menu-add-item): Autoload it.
6816
6817         * spam-stat.el (time-to-number-of-days): Autoload it.
6818
6819 2010-03-19  Glenn Morris  <rgm@gnu.org>
6820
6821         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6822
6823 2010-03-18  Glenn Morris  <rgm@gnu.org>
6824
6825         * hashcash.el (declare-function): Remove duplicate definition.
6826
6827 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6828
6829         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6830         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6831         value if any backslash escapes).
6832
6833 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6836         if it is available.  (bug#5647)
6837
6838         * lpath.el: Suppress compiler warning for coding-system-from-name for
6839         Emacs 21 and XEmacs.
6840
6841 2010-03-14  Juri Linkov  <juri@jurta.org>
6842
6843         * hmac-def.el:
6844         * hmac-md5.el:
6845         * netrc.el: Fix keywords.
6846
6847 2010-02-26  Glenn Morris  <rgm@gnu.org>
6848
6849         * message.el (message-send-mail-function): Change the default, so that
6850         it inherits from a customized send-mail-function.  (Bug#5643)
6851
6852 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6853
6854         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6855         shell-command-to-string signals an error (bug#5299).
6856
6857 2010-02-24  Glenn Morris  <rgm@gnu.org>
6858
6859         * message.el (message-smtpmail-send-it)
6860         (message-send-mail-with-mailclient): Doc fixes.
6861
6862 2010-02-16  Glenn Morris  <rgm@gnu.org>
6863
6864         * message.el (message-default-mail-headers): Change the default value
6865         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6866
6867 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6870         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6871
6872 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6873
6874         * time-date.el (date-to-time): Doc fix (Bug#5408).
6875
6876 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6877
6878         * message.el (message-mail): Just pass yank-action on to message-setup.
6879         (message-setup): Handle (FUN . ARGS) form of yank-action.
6880         (message-with-reply-buffer, message-widen-reply)
6881         (message-yank-original): Handle non-buffer values of
6882         message-reply-buffer (Bug#4080).
6883         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6884
6885 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6886
6887         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6888         Fix typo in docstring.
6889
6890 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6891
6892         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6893         response.
6894
6895 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6898
6899         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6900
6901         * message.el (message-check-news-header-syntax): Protect against a
6902         string that `rfc822-addresses' returns when parsing fails.
6903
6904 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6907         (gnus-previous-char-property-change): New functions.
6908
6909         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6910
6911 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6912
6913         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6914         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6915
6916 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6917
6918         * message.el (message-exchange-point-and-mark): Rework last change to
6919         avoid using optional arg of exchange-point-and-mark, for backward
6920         compatibility.
6921
6922 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6923
6924         * message.el (message-exchange-point-and-mark):
6925         Call exchange-point-and-mark with an argument rather than setting
6926         mark-active by hand (Bug#5175).
6927
6928 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * nntp.el (nntp-service-to-port): Work for service expressed with
6931         numeric string; replace [:digit:] with [0-9] for XEmacs.
6932
6933 2009-12-17  Glenn Morris  <rgm@gnu.org>
6934
6935         * gnus-group.el (gnus-bug-group-download-format-alist):
6936         Change emacs entry to debbugs.gnu.org.  Bump :version.
6937
6938 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6941
6942 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * message.el (message-info): Explain why we use `Info-goto-node'.
6945
6946 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6949
6950 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6951
6952         * message.el (message-completion-in-region): New compatibility function.
6953         (message-expand-group): Use it.
6954
6955 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6958         with no unread article should be listed if the 2nd arg `predicate' is
6959         given.
6960
6961 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6964
6965 2009-11-29  Juri Linkov  <juri@jurta.org>
6966
6967         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6968         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6969         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6970
6971 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6972
6973         * sha1.el (sha1-string-external): default-directory "/" in case
6974         otherwise non-existent.  process-connection-type pipe for touch of
6975         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6976
6977 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6978
6979         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6980         it's comms related and sgml-mode.el has "comm" on that basis too.
6981
6982 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6985         containing tspecial characters if they have been already quoted.
6986
6987 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6988
6989         * dns-mode.el (auto-mode-alist): Purecopy string.
6990
6991 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6992
6993         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6994
6995 2009-10-24  Glenn Morris  <rgm@gnu.org>
6996
6997         * gnus-art.el (help-xref-stack-item): Define for compiler.
6998
6999 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7000
7001         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7002
7003 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7006
7007 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7010         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7011
7012 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7015         (gnus-overlays-in): New alias to overlays-in.
7016
7017         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7018         gnus-overlay-get, and gnus-delete-overlay.
7019         (gnus-summary-show-thread): Make it work as well for systems in which
7020         next-single-char-property-change is not available.
7021         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7022
7023         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7024         (gnus-overlay-get): New alias to extent-property.
7025         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7026
7027         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7028         SXEmacs.
7029
7030         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7031         SXEmacs.
7032
7033 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7036
7037 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7038
7039         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7040         and XEmacs that don't have `remove-overlays'.
7041
7042 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7043
7044         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7045         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7046         selective display.  Use overlays instead.
7047
7048 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7049
7050         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7051
7052 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7053
7054         * spam-stat.el (spam-stat-load): Fix typo in message.
7055
7056 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7057
7058         * dig.el (dig-invoke): Fix typo in docstring.
7059         (query-dig): Reflow docstring.
7060
7061 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7062
7063         * gnus-art.el (gnus-article-encrypt-body):
7064         * message.el (message-check-recipients):
7065         * mm-util.el (mm-codepage-setup):
7066         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7067         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7068
7069 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7070
7071         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7072         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7073         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7074         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7075         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7076
7077 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7078
7079         * dig.el: Add "Keywords: comm", as per net-utils.el.
7080
7081 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * dig.el (dig-mode): Use define-derived-mode.
7084
7085 2009-09-19  Glenn Morris  <rgm@gnu.org>
7086
7087         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7088
7089 2009-09-18  Glenn Morris  <rgm@gnu.org>
7090
7091         * gnus-diary.el (gnus-diary-check-message):
7092         * message.el (message-insert-formatted-citation-line):
7093         * nnbabyl.el (top-level):
7094         * nndiary.el (nndiary-schedule):
7095         Fix typos in condition-case handlers.
7096
7097 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7100         configuration that provides the sole article window in a frame;
7101         position point correctly after deleting a part.
7102
7103 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7104
7105         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7106         (spam-resolve-registrations-routine): Use it to unregister articles
7107         that change status.
7108
7109 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7112         with XEmacs.
7113         (parse-time-string-chars): Use it.
7114
7115 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * imap.el (imap-interactive-login): Better messages.
7118         (imap-open): Fix bug with renamed buffer on reconnect.
7119         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7120         for easier debugging and cleaner code.  On successful (guessed based on
7121         server capabilities) secondary authentication, set imap-state
7122         correctly.
7123         (imap-last-authenticator): Define imap-last-authenticator as a variable
7124         to avoid warnings.
7125
7126 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * nnrss.el (nnrss-request-article): Remove binding of
7129         default-enable-multibyte-characters that has gotten needless by
7130         the 2007-07-13 change in rfc2047-encode-message-header.
7131
7132         * mml.el (mml-insert-multipart): Error on the message header.
7133         (mml-insert-part): Error on the message header; position point at
7134         the end of a MIME tag.
7135
7136 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * time-date.el (autoload): Expand define-obsolete-function-alias into
7139         defalias and make-obsolete for old Emacsen that Gnus supports.
7140         (with-no-warnings): Define it for old Emacsen.
7141         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7142         is available.
7143         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7144         float-time is available; suppress compile warning for time-to-seconds.
7145
7146         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7147         (gnus-float-time): Alias to float-time if it exists.
7148
7149         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7150         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7151         float-time is available; suppress compile warning for time-to-seconds.
7152
7153         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7154         XEmacs.
7155
7156 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * imap.el (imap-message-map): Docstring fix.
7159
7160 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7163         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7164         Add the optional argument `encoding' that overrides the default.
7165
7166         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7167         mm-encode-buffer.
7168
7169 2009-09-04  Glenn Morris  <rgm@gnu.org>
7170
7171         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7172         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7173         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7174         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7175         * mm-util.el (mm-with-unibyte-current-buffer)
7176         (mm-find-buffer-file-coding-system):
7177         * yenc.el (yenc-decode-region): Use default-value rather than
7178         default-enable-multibyte-characters.
7179
7180 2009-09-03  Glenn Morris  <rgm@gnu.org>
7181
7182         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7183         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7184         than default-enable-multibyte-characters.
7185
7186 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7187
7188         * gnus-art.el (gnus-article-read-summary-keys):
7189         Fix gnus-buffer-configuration's value temporarily used.
7190
7191 2009-09-02  Glenn Morris  <rgm@gnu.org>
7192
7193         * gnus-util.el (gnus-float-time): New function.
7194         * gnus-delay.el (gnus-delay-article):
7195         * gnus-sum.el (gnus-thread-latest-date):
7196         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7197         * nnspool.el (nnspool-request-newgroups):
7198         Use gnus-float-time rather than time-to-seconds.
7199         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7200
7201         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7202         (gnus-header-subject-face, gnus-header-newsgroups-face)
7203         (gnus-header-name-face, gnus-header-content-face):
7204         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7205         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7206         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7207         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7208         (gnus-cite-face-11):
7209         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7210         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7211         (gnus-server-closed-face, gnus-server-denied-face)
7212         (gnus-server-offline-face):
7213         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7214         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7215         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7216         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7217         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7218         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7219         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7220         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7221         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7222         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7223         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7224         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7225         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7226         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7227         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7228         (gnus-summary-high-undownloaded-face)
7229         (gnus-summary-low-undownloaded-face)
7230         (gnus-summary-normal-undownloaded-face)
7231         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7232         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7233         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7234         (gnus-splash-face):
7235         * message.el (message-header-to-face, message-header-cc-face)
7236         (message-header-subject-face, message-header-newsgroups-face)
7237         (message-header-other-face, message-header-name-face)
7238         (message-header-xheader-face, message-separator-face)
7239         (message-cited-text-face, message-mml-face):
7240         * sieve-mode.el (sieve-control-commands-face)
7241         (sieve-action-commands-face, sieve-test-commands-face)
7242         (sieve-tagged-arguments-face):
7243         * spam.el (spam-face):
7244         Mark face aliases with "-face" in the name as obsolete.
7245
7246 2009-09-01  Glenn Morris  <rgm@gnu.org>
7247
7248         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7249         than goto-line.
7250
7251 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7254         Don't move point if the command is invoked inside the message header.
7255
7256 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7257
7258         * imap.el (imap-send-command): Simplify.
7259         (imap-wait-for-tag): point-max -> buffer-size.
7260
7261 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7262
7263         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7264         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7265         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7266         * nnir.el (nnir-swish-e-index-file):
7267         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7268         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7269         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7270         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7271         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7272         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7273
7274 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7277         Don't save excursion.
7278
7279 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7280
7281         * nnheader.el (nnheader-find-file-noselect):
7282         * mm-util.el (mm-insert-file-contents):
7283         Use (default-value 'major-mode) instead of default-major-mode.
7284
7285 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7286
7287         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7288
7289 2009-08-26  Glenn Morris  <rgm@gnu.org>
7290
7291         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7292         than placing in files.el.
7293
7294 2009-08-25  Glenn Morris  <rgm@gnu.org>
7295
7296         * nnir.el (top-level): Don't require cl at run-time.
7297         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7298         Replace cl-function substitute with gnus-replace-in-string.
7299         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7300         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7301         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7302         simplified expansions.
7303
7304 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7305
7306         * dig.el (dig): Add autoload cookie.
7307
7308 2009-08-22  Glenn Morris  <rgm@gnu.org>
7309
7310         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7311         goto-line.
7312
7313 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7314
7315         * parse-time.el (parse-time-string-chars): Save match data.
7316
7317 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7318
7319         * parse-time.el (parse-time-string-chars): Compute using character
7320         classes, to handle non-ascii characters (Bug#3190).
7321
7322 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7325
7326         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7327         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7328         (gnus-mm-display-part, gnus-mime-display-single)
7329         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7330         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7331
7332         * gnus-sum.el
7333         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7334         (gnus-summary-move-article): Add expirable mark to articles copied or
7335         moved to group that has auto-expire turned on if the option is non-nil.
7336
7337 2009-07-24  Glenn Morris  <rgm@gnu.org>
7338
7339         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7340         Fix typo.  (Bug#3903)
7341
7342 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7345         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7346         that should not be used for draft articles.
7347         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7348         that has no concern in minor mode keys.
7349         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7350         Abolish.
7351
7352 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7355         article without making inquiry to a user for unknown encoding.
7356
7357         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7358         (nnmaildir--scan): Assume i-node and device number that file-attributes
7359         returns might be cons-cell.
7360
7361         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7362
7363         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7364
7365 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * auth-source.el: Remove docs now in auth.texi.  Don't use
7368         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7369         `auth-source-hide-passwords' and use them.
7370
7371 2009-07-15  Glenn Morris  <rgm@gnu.org>
7372
7373         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7374
7375 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7378         excessive whitespace from the default values of title and description.
7379
7380 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7383         mail-fetch-field to fetch Content-Description header in order to
7384         exclude newlines.
7385
7386 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7387
7388         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7389         format used by GnuPG 2.0.11.
7390
7391 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7394         to deleted part.
7395
7396 2009-05-30  David Engster  <dengste@eml.cc>
7397
7398         * nnmairix.el: Remove old documentation in the commentary block.
7399         (nnmairix-request-group): Do not update active file for nnml back ends.
7400         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7401         end so that overview files are ignored.
7402         (nnmairix-update-groups): Make updating the groups more robust by using
7403         marks.
7404         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7405         with dollar characters in message-id.
7406
7407 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7410         2008-12-25 in dns.el.
7411
7412 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7415         could happen if the text is only composed of spaces and/or tabs.
7416
7417 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7418
7419         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7420         when sending a queued message to avoid extra mml tags.
7421
7422 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7425
7426 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7429         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7430         rmail-toggle-header for XEmacs;
7431         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7432
7433 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-dired.el: Remove autoload for gnus-setup-message.
7436         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7437         displaying Gnus logo; always use compose-mail.
7438
7439 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7442
7443 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7446         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7447         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7448         available.
7449         (gnus-nocem-epg-verify): New function.
7450
7451 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7454
7455 2009-02-15  Glenn Morris  <rgm@gnu.org>
7456
7457         * gnus-util.el (rmail-insert-rmail-file-header)
7458         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7459         autoloads.
7460         (rmail-default-rmail-file): Remove unnecessary declaration.
7461         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7462
7463 2009-02-14  Glenn Morris  <rgm@gnu.org>
7464
7465         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7466         variable (only used in gnus-util, which declares it anyway).
7467         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7468         which was only needed by gnus-art (changed to not use it any more).
7469         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7470         only used in gnus-util, which autoloads it itself.
7471         (rmail-update-summary): Fix autoload.
7472
7473         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7474         rather than rmail-output-to-rmail-file.
7475
7476 2009-02-07  Glenn Morris  <rgm@gnu.org>
7477
7478         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7479         autoload of function that no longer exists.
7480         (rmail-toggle-header): Declare.
7481         (message-forward-rmail-make-body): Handle mbox Rmail.
7482
7483 2009-01-31  Glenn Morris  <rgm@gnu.org>
7484
7485         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7486         2009-01-09 change.
7487
7488 2009-01-31  Dave Love  <fx@gnu.org>
7489
7490         * imap.el (imap-fetch-safe): Bind debug-on-error.
7491         (imap-debug): Add imap-fetch-safe.
7492
7493 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7494
7495         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7496         (auth-source-forget-all-cached): New convenience function.
7497         (auth-source-user-or-password): Accept list of modes or a single mode.
7498
7499         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7500         auth-source modes.
7501
7502         * netrc.el (netrc-machine-user-or-password): Use list of
7503         auth-source modes.
7504
7505         * nnimap.el (nnimap-open-connection): Use list of
7506         auth-source modes.
7507
7508         * nntp.el (nntp-send-authinfo): Use list of
7509         auth-source modes.
7510
7511 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7512
7513         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7514         now.
7515
7516 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7519         coding system in XEmacs; add a workaround for XEmacs.
7520
7521         * lpath.el: Fbind coding-system-aliasee.
7522
7523 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7526         of current-language-environment.
7527
7528 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7529
7530         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7531         available at runtime.
7532
7533 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7536
7537 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7538
7539         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7540         the greatest positive fixnum value doesn't work under an XEmacs with
7541         bignum support; use the most-positive-fixnum constant instead,
7542         available since Emacs 21.1 with cl and XEmacs 21.1.
7543
7544 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7547         XEmacs gets not to work.
7548
7549 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * mm-util.el (mm-coding-system-priorities): Allow the value like
7552         "Japanese (UTF-8)" of current-language-environment.
7553
7554 2009-01-09  Glenn Morris  <rgm@gnu.org>
7555
7556         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7557         with last-command-event.
7558
7559 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7562         in the doc string.
7563
7564         * message.el (message-fix-before-sending): Amend comment.
7565
7566 2009-01-08  Dave Love  <fx@gnu.org>
7567
7568         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7569
7570 2009-01-07  David Engster  <dengste@eml.cc>
7571
7572         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7573         simplified server definitions by converting it via
7574         gnus-server-to-method.
7575
7576 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7579         parameter's operands.
7580
7581 2009-01-06  David Engster  <dengste@eml.cc>
7582
7583         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7584         primary select method (for gnus-group-mark-article-as-read).
7585
7586 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7587
7588         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7589         `(gnus)Face', not `(gnus)X-Face'.
7590
7591 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * mm-util.el (mm-ucs-to-char): New function.
7594
7595         * mm-url.el (mm-url-decode-entities): Use it.
7596
7597         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7598         unicode-to-char.
7599
7600 2009-01-05  Dave Love  <fx@gnu.org>
7601
7602         * time-date.el: Require cl for `declare'.
7603
7604 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7607         Dave Love.
7608
7609 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * message.el (message-fix-before-sending): Add `eight-bit' to
7612         illegible-text check.
7613
7614 2009-01-03  Michael Olson  <mwolson@gnu.org>
7615
7616         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7617         `headers' is nil.  This can occur if the IMAP server does not have
7618         permissions to read messages from a folder, but can write new messages
7619         to the folder.
7620         (nnimap-request-article-part): Do not insert `data' if it is nil.
7621
7622         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7623         characters which will confuse `read', so skip past them.
7624
7625 2009-01-01  Dave Love  <fx@gnu.org>
7626
7627         * imap.el (imap-string-to-integer): Fix typo.
7628         (imap-fetch-safe): New function.
7629         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7630
7631         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7632
7633         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7634         (imap-parse-greeting): Fix doc strings.
7635         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7636         (imap-parse-flag-list): Make messages unique.
7637         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7638
7639         * nnimap.el: Fix author email.
7640         (nnimap-split-rule): Add FIXME comment.
7641         (nnimap-debug): Fix doc string.
7642
7643 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7646
7647 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7650         nslookup if resolv.conf isn't available.
7651         (dns-query): Rename from query-dns.
7652         (dns-query-cached): Rename from query-dns-cached.
7653
7654 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7657         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7658         to check if those variables exist (first appeared in Emacs 18.50).
7659
7660 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * mm-util.el (mm-line-number-at-pos): New function.
7663
7664         * spam-report.el (spam-report-process-queue): Use it.
7665
7666 2008-12-24  David Engster  <dengste@eml.cc>
7667
7668         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7669         parameters that haven't existed as variables as buffer-local variables.
7670
7671 2008-12-23  Dave Love  <fx@gnu.org>
7672
7673         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7674         cadar.
7675
7676         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7677         imap-starttls-p.
7678         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7679
7680 2008-12-22  Dave Love  <fx@gnu.org>
7681
7682         * imap.el: Fix author email.  Doc fixes.
7683         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7684         reply.
7685
7686 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * spam-report.el (spam-report-gmane-max-requests): New constant.
7689         (spam-report-gmane-wait): New variable.
7690         (spam-report-gmane-ham, spam-report-gmane-spam)
7691         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7692         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7693         the server.
7694
7695         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7696         Add explanations.
7697
7698         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7699         nnheader-accept-process-output and nnheader-read-timeout if available.
7700         (pop3-movemail): Use it.
7701
7702         * message.el (message-check-news-body-syntax): Fix signature check if
7703         there's an attachment.
7704
7705 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * mm-util.el: Add comments to the mm- emulating functions.
7708
7709 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7712         Reported by Stephen Berman <stephen.berman@gmx.net>.
7713
7714 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * mm-util.el (mm-substring-no-properties): New function.
7717         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7718         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7719         (mm-string-to-multibyte): Doc fix.
7720
7721         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7722
7723 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * mml.el (mml-attach-file): Strip text properties from file name.
7726         (Bug#1574)
7727
7728 2008-12-16  Glenn Morris  <rgm@gnu.org>
7729
7730         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7731
7732 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7735         knows since the charset specified might be a bogus alias that
7736         mm-charset-synonym-alist provides.
7737
7738 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7741         "ISO_8859-1".
7742
7743         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7744
7745 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mm-util.el (mm-charset-eval-alist):
7748         Define it before mm-charset-to-coding-system.
7749         (mm-charset-to-coding-system): Add optional argument `silent';
7750         define it before mm-charset-override-alist.
7751         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7752         default value if it can be used in Emacs currently running;
7753         silence mm-charset-to-coding-system.
7754
7755 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7758         `allow-override' which says whether to use `mm-charset-override-alist'.
7759         (rfc2047-decode-encoded-words): Use it.
7760
7761         * mm-util.el (mm-charset-override-alist): Fix custom type;
7762         add `(gb2312 . gbk)' to choices.
7763
7764 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7767         fast.
7768
7769         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7770
7771         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7772
7773 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7774
7775         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7776         on links.
7777
7778         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7779
7780 2008-12-03  Lute Kamstra  <lute@gnu.org>
7781
7782         * sha1.el: Remove leading * from docstrings of defcustoms,
7783         deffaces, defconsts and defuns.
7784
7785 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7788         users' addresses that don't have domain parts.
7789         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7790         rather than message-narrow-to-head since there will be the message
7791         header separator.
7792
7793 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7794
7795         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7796         since the result is inserted in a unibyte buffer anyway.
7797         (nnimap-demule-use-string-to-multibyte): Remove.
7798         (nnimap-demule): Alias it to mm-string-to-multibyte.
7799
7800 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7803         variable for debugging bug#464 and bug#1174.
7804         (nnimap-demule): Use it.
7805
7806 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7809         score calculation correctly.
7810
7811 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7812
7813         * message.el (message-send-mail): Just set the buffer to unibyte
7814         rather than use mm-with-unibyte-current-buffer which does a lot more.
7815         (message-send-mail-partially): Don't bother with
7816         mm-with-unibyte-current-buffer since it's already been made unibyte by
7817         message-send-mail.
7818
7819 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7822
7823 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7824
7825         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7826
7827 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7830         require itself and to remove `with-no-warnings'.
7831
7832 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7833
7834         * starttls.el (starttls-any-program-available): Get the name of the
7835         available TLS layer program.
7836         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7837         well as the host name in the "opening" message.
7838
7839         * auth-source.el (auth-source-cache, auth-source-do-cache)
7840         (auth-source-user-or-password): Cache passwords and logins by default,
7841         allow override with `auth-source-do-cache'.
7842         (auth-source-forget-user-or-password): Allow users to remove cache
7843         entries if needed.
7844
7845 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7846
7847         * md4.el (md4-buffer): Fix typo in docstring.
7848         (md4, md4-64): Doc fixes.
7849         (md4-pack-int32): Reflow docstring.
7850
7851 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7852
7853         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7854         condition-case to only the forward-sexp call.
7855
7856 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7859         quotes contained.  Make it more robust regardless by an extra
7860         condition-case wrapper.
7861
7862 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7865
7866 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * nnml.el (nnml-request-expire-articles): Check if the function set to
7869         `nnmail-expiry-target' returns the symbol `delete'.
7870
7871         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7872
7873         * nnmail.el (nnmail-expiry-target): Fix custom type.
7874
7875 2008-10-02  Glenn Morris  <rgm@gnu.org>
7876
7877         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7878         Silence compiler warning.
7879
7880 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7881
7882         * tls.el (open-tls-stream): Show the actual command being
7883         executed, instead of the format string.
7884
7885 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * lpath.el: Fbind codepage-setup for Emacs 23.
7888
7889 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7890
7891         * mml.el (mml-menu): Don't assume mml2015 is bound.
7892
7893 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7896         exists.
7897
7898 2008-09-27  Glenn Morris  <rgm@gnu.org>
7899
7900         * gnus-util.el (mail-header-remove-comments): Autoload it.
7901
7902 2008-09-27  Andreas Schwab  <schwab@suse.de>
7903
7904         * gnus-util.el (gnus-split-references): Strip comments.
7905         (gnus-parent-id): Likewise.
7906
7907 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * message.el (message-confirm-send): Fix version.
7910
7911 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * message.el (message-idna-to-ascii-rhs-1): Use
7914         mail-extract-address-components rather than mail-header-parse-addresses
7915         that is an alias by default to ietf-drums-parse-addresses that does not
7916         support non-ASCII names in headers' contents.
7917
7918 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7919
7920         * message.el (message-confirm-send): Fix variable documentation to
7921         avoid the "y/n" wording.
7922
7923 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7924
7925         * message.el (message-set-auto-save-file-name): Save to a different
7926         filename so multiple messages (especially drafts) can be recovered.
7927
7928 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7929
7930         * message.el (message-confirm-send): Add appropriate version.
7931
7932 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7933
7934         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7935         defvar.
7936
7937 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7938
7939         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7940         (mm-pkcs7-enveloped-magic): Ditto.
7941
7942 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7943
7944         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7945         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7946
7947 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7948
7949         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7950         default, it's better.
7951
7952 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7953
7954         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7955         summary line gnus-number property and ignore them (with a warning
7956         message).
7957
7958 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7961         macro caddr in the interactive form since it won't be expanded.
7962
7963 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7966         `charset'; fix name of function called recursively.
7967         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7968
7969 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7972         (gnus-mime-set-charset-parameters): New function.
7973         (gnus-mime-view-part-as-charset): Use it to correctly display part
7974         specifying wrong charset.
7975
7976 2008-09-08  David Engster  <dengste@eml.cc>
7977
7978         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7979         in completing-read for back end server.
7980
7981 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * message.el (message-confirm-send): New variable to confirm sending a
7984         message.
7985         (message-send): Use it.
7986
7987 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7990
7991 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7994
7995 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7998         prevent tracking too many groups.
7999         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8000         Use it.
8001
8002 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8003
8004         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8005         moving point to the bottom of the window in order to avoid recentering.
8006
8007 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8010
8011         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8012         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8013         (gnus-article-beginning-of-window): Fix calculation.
8014
8015 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * gnus-msg.el (gnus-summary-supersede-article)
8018         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8019         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8020         message header.
8021
8022 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8023
8024         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8025         pending output coming after the status change.
8026
8027 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8028
8029         * message.el:
8030         * gnus-start.el:
8031         * gnus-registry.el: Remove VMS support.
8032
8033 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8036         macro.
8037         (rfc2104-hash): Use it.
8038
8039 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8042         (gnus-summary-sort-by-most-recent-date): New commands.
8043         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8044         and menu entries.
8045
8046 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8049         don't redisplay article for raw contents; remove plural articles stuff.
8050
8051         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8052         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8053         on gnus-summary-save-article; display results properly.
8054
8055 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * lpath.el: No need to fbind ns-focus-frame.
8058
8059 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8062
8063 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-art.el (gnus-summary-save-in-pipe):
8066         Consider gnus-save-all-headers.
8067
8068 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8069
8070         * gnus-util.el (ns-focus-frame): Remove declaration.
8071         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8072         like x.
8073
8074 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8075
8076         * rfc2104.el (rfc2104-zero): Delete defconst.
8077         (rfc2104-hex-alist): Likewise.
8078         (rfc2104-hex-to-int): Delete func.
8079         (rfc2104-hexstring-to-bitstring): Likewise.
8080         (rfc2104-nybbles): New defconst.
8081         (rfc2104-hash): Rewrite for speed.
8082
8083 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * tls.el (open-tls-stream): Make it work with the 2nd argument
8086         BUFFER that is a string but does not exist as a buffer object, as
8087         mentioned in the doc-string.
8088
8089 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8092         SXEmacs.
8093
8094 2008-07-16  Glenn Morris  <rgm@gnu.org>
8095
8096         * gnus-util.el (ns-focus-frame): Declare for compiler.
8097
8098 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8101         set as a group parameter.
8102         (gnus-summary-save-in-pipe): Work when it is called independently.
8103         (gnus-summary-pipe-to-muttprint): Don't modify
8104         gnus-summary-pipe-output-default-command.
8105
8106 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8107
8108         * message.el (message-send-mail-with-sendmail):
8109         Display the error message.
8110
8111 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-art.el (gnus-default-article-saver):
8114         Add gnus-summary-save-in-pipe to choices.
8115         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8116         gnus-summary-pipe-output-default-command as the default command.
8117         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8118         instead of gnus-last-shell-command.
8119
8120         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8121         New user option.
8122         (gnus-summary-muttprint-program): Mention the value will be changed.
8123         (gnus-summary-save-article): Force showing of all headers.
8124         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8125
8126 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8127
8128         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8129
8130 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8131
8132         * nnimap.el (nnimap-id):
8133         * sieve-manage.el (sieve-manage-open): Doc fixes.
8134
8135 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8136
8137         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8138         if available.
8139
8140 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8141
8142         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8143
8144         * nnkiboze.el (nnkiboze-generate-group):
8145         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8146
8147         * nnmairix.el: Require CL.
8148
8149 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * dgnushack.el: Autoload get-display-table and put-display-table for
8152         XEmacs 21.5.
8153
8154         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8155         21.4 and SXEmacs.
8156
8157 2008-06-15  David Engster  <dengste@eml.cc>
8158
8159         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8160
8161 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8162
8163         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8164         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8165         runtime choice under XEmacs.
8166
8167         * gnus-sum.el (gnus-summary-set-display-table):
8168         Use `gnus-put-display-table', `gnus-get-display-table',
8169         `gnus-set-display-table' for the display table, instead of `aset'.
8170
8171         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8172         Use `gnus-put-display-table', `gnus-get-display-table',
8173         `gnus-set-display-table' for the display table.
8174
8175 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * nnmairix.el: Add autoloads.
8178
8179 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * nnmairix.el (nnmairix-delete-recreate-group)
8182         (nnmairix-update-and-clear-marks): Fix error messages.
8183
8184 2008-06-14  David Engster  <dengste@eml.cc>
8185
8186         * nnmairix.el: Upgrade to version 0.6.
8187         (nnmairix-group-toggle-propmarks-this-group)
8188         (nnmairix-group-toggle-readmarks-this-group)
8189         (nnmairix-group-delete-recreate-this-group)
8190         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8191         (nnmairix-remove-tick-mark-original-article): New commands.
8192         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8193         (nnmairix-propagate-marks-to-nnmairix-groups)
8194         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8195         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8196         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8197         functions needed for marks propagation and manipulation of read marks.
8198         (nnmairix-update-groups): New function.
8199         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8200         (nnmairix-determine-original-group-from-registry)
8201         (nnmairix-determine-original-group-from-path)
8202         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8203         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8204         New helper functions.
8205         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8206         keystrokes for new commands.
8207         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8208         (nnmairix-request-group): Check allow-fast group parameter.
8209         (nnmairix-request-create-group): Set allow-fast group parameter if
8210         nnmairix-allowfast-default is set.
8211         (nnmairix-close-group): Propagate marks upon closing if needed.
8212         (nnmairix-group-toggle-threads-this-group): Use new.
8213         nnmairix-group-toggle-parameter helper function.
8214         (nnmairix-search): Better check for empty search result.
8215         (nnmairix-goto-original-article): Use new helper functions for
8216         determining original article.
8217         (nnmairix-show-original-article): Make sure message-id is in brackets.
8218         (nnmairix-call-mairix-binary): Change variable name.
8219         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8220         helper function.
8221         (nnmairix-widget-toggle-activate): Fix doc string.
8222
8223 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * nnir.el: Require edmacro when compiling with XEmacs.
8226         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8227         available in Emacs 21.
8228
8229 2008-06-11  Glenn Morris  <rgm@gnu.org>
8230
8231         * gnus-util.el (x-focus-frame):
8232         * gnus.el (image-size):
8233         * mm-decode.el (image-size): Declare.
8234
8235         * gnus-picon.el (declare-function): Add compat definition.
8236         (image-size): Declare.
8237
8238         * gnus-group.el (tool-bar-map):
8239         * gnus-sum.el (tool-bar-map): Define for compiler.
8240
8241         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8242
8243         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8244
8245         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8246         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8247         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8248         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8249         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8250         * sieve-manage.el, spam-report.el, spam.el:
8251         Remove unnecessary eval-and-compile of autoloads.
8252
8253 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8254
8255         * auth-source.el: Precise Tramp doc.
8256
8257 2008-06-07  Glenn Morris  <rgm@gnu.org>
8258
8259         * nnmairix.el: Remove unnecessary eval-when-compile.
8260
8261 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * lpath.el: Fbind propertize for XEmacs 21.4.
8264
8265 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * nnir.el: Move here from ../contrib.
8268
8269 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * gnus-util.el (gnus-read-shell-command): New function.
8272         * mm-decode.el (mm-pipe-part):
8273         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8274
8275 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8278
8279 2008-06-03  Glenn Morris  <rgm@gnu.org>
8280
8281         * pop3.el (nnheader-accept-process-output): Autoload it.
8282
8283 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8286         are not 2-digit hexadecimal characters that follow `%'s.
8287
8288 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * message.el (message-bogus-recipient-p): Fix type in doc string.
8291         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8292         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8293         Improve custom options.
8294         (message-bogus-recipient-p): Adjust accordingly.
8295
8296 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8297
8298         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8299         long-form month and day names.
8300
8301 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * dgnushack.el: Autoload debug, eudc-expand-inline and
8304         pgg-snarf-keys-region for XEmacs.
8305
8306         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8307
8308         * nnmairix.el: Require edmacro when compiling with XEmacs.
8309
8310 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8313         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8314
8315 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * auth-source.el: Add more docs.
8318
8319         * netrc.el (netrc-machine): Always match if the port is not given.
8320
8321 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8324         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8325         retrieval faster in some cases, but might make CPU usage larger.
8326         If this has any bad side effects, we might revert this change.
8327
8328         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8329         seems to make mail retrieval much, much faster.
8330         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8331         unconditionally.
8332
8333         * gnus-draft.el (gnus-group-send-queue):
8334         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8335
8336 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8339
8340         * message.el (message-bogus-address-regexp): Fix and improve custom
8341         type.
8342         (message-setup-hook): Add message-check-recipients as custom option.
8343
8344 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * message.el (message-cite-function): Remove bogus autoload which crept
8347         in during merge from v5-10.
8348
8349 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8350
8351         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8352
8353         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8354
8355         * auth-source.el: Preliminary Tramp docs.
8356         (auth-sources): Change the default auth-sources to use
8357         EPA .gpg files.
8358
8359 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8360
8361         * nntp.el: Autoload `auth-source-user-or-password'.
8362         (nntp-send-authinfo): Use it.
8363
8364         * nnimap.el: Autoload `auth-source-user-or-password'.
8365         (nnimap-open-connection): Use it.
8366
8367         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8368         for the gnus-message function.
8369         (auth-source-user-or-password): Use it.
8370
8371 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8372
8373         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8374         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8375         (rfc2104-hash): Use it.
8376
8377 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8378
8379         * gnus-art.el (gnus-article-toggle-truncate-lines):
8380         Don't use `iff' in docstring.
8381
8382 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8383
8384         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8385
8386         * gnus-util.el (gnus-extract-address-component-name)
8387         (gnus-extract-address-component-email): Convenience functions around
8388         `gnus-extract-address-components'.
8389
8390         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8391         Use `gnus-extract-address-component-email' to fix bug of comparing full
8392         sender name to `user-mail-address'.
8393
8394 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8395
8396         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8397         catch/throw to optimize.
8398         (gnus-registry-find-keywords): Just use member to find a keyword.
8399
8400 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8401
8402         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8403         is current before calling gnus-server-prepare.
8404         (gnus-server-setup-buffer, gnus-server-update-server)
8405         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8406
8407 2008-05-04  Juri Linkov  <juri@jurta.org>
8408
8409         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8410         (mailcap-file-default-commands): Use mailcap-replace-in-string
8411         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8412         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8413
8414 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8415
8416         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8417
8418 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8419
8420         * gnus.el: Bump version to 0.11.
8421
8422 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8423
8424         * gnus.el: No Gnus v0.10 is released.
8425
8426 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8429         hooks.
8430         (gnus-update-read-articles): Speed up non-marks-using users.
8431         (gnus-use-marks): Define gnus-use-marks.
8432         (gnus-propagate-marks): Rename variable to something more sensible.
8433
8434 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8435
8436         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8437         (gmm-image-load-path-for-library): Fix typos in docstrings.
8438         (gmm-message): Reflow docstring.
8439
8440 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8441
8442         * mail-source.el (mail-source-set-1, mail-source-bind):
8443         Move auth-source code out of the macro to clean it up and fix bugs.
8444
8445 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8446
8447         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8448         by sender if it's equal to user-mail-address, it's likely to be
8449         useless.
8450
8451         * mail-source.el (mail-source-bind): Don't use user or password if they
8452         are not bound.  Unintern them if they are nil.  Don't use server unless
8453         it's bound, and default it to empty string otherwise.
8454
8455 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * mail-source.el: Load auth-source.el.
8458         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8459         get user name or password, if auth-sources is set up.
8460
8461         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8462         strategy of splitting with parent.
8463         (gnus-registry-split-fancy-with-parent)
8464         (gnus-registry-post-process-groups): Use it and fix prior
8465         bug (returning a list as the split result).
8466
8467         * auth-source.el (auth-sources): Remove server parameter.
8468         (auth-source-pick, auth-source-user-or-password)
8469         (auth-source-user-or-password-imap)
8470         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8471         (auth-source-user-or-password-sftp)
8472         (auth-source-user-or-password-smtp): Remove server parameter.
8473
8474 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8475
8476         * smime.el (smime-sign-region, smime-encrypt-region)
8477         (smime-decrypt-region):
8478         Remove redundant calls to `generate-new-buffer-name'.
8479
8480 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8481
8482         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8483         Don't use QP for message/rfc822.
8484         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8485
8486 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8487
8488         * sieve-manage.el (sieve-string-bytes): Remove.
8489         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8490         correct byte-length only if the process's coding-system is the same as
8491         the one used internally by Emacs to represent strings.
8492
8493 2008-04-22  Juri Linkov  <juri@jurta.org>
8494
8495         * mailcap.el (mailcap-file-default-commands): New function.
8496
8497 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * message.el (message-signature-separator, message-cite-function):
8500         Change custom version.
8501
8502 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8503
8504         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8505         commands.
8506         (tls-checktrust): Ditto.
8507
8508 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * mm-decode.el (mm-display-external): Make temp file read-only.
8511
8512 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8515         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8516         `C-c C-f d'.
8517
8518 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8519
8520         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8521
8522 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * gnus.el: Bump version to 0.9.
8525
8526 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * gnus.el: No Gnus v0.8 is released.
8529
8530 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8531
8532         * mail-source.el (mail-source-value):
8533         Prefer fboundp to functionp so it works with macros as well.
8534
8535 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8536
8537         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8538         Fix last change in case the element is not even a symbol.
8539
8540 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8541
8542         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8543         Prefer fboundp to functionp so it works with macros as well.
8544
8545 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8546
8547         * auth-source.el: Add docs.
8548         (auth-sources): Modify format to support server.
8549         (auth-source-pick, auth-source-user-or-password)
8550         (auth-source-user-or-password-imap)
8551         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8552         (auth-source-user-or-password-sftp)
8553         (auth-source-user-or-password-smtp): Add server parameter.
8554
8555 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * gnus-registry.el: Initialize the registry when gnus-registry-install
8558         is t.
8559
8560 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * compface.el (uncompface): Make buffer unibyte.
8563
8564 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8565
8566         * mail-source.el (mail-source-value):
8567         Prefer fboundp to functionp so it works with macros as well.
8568
8569 2008-04-05  Glenn Morris  <rgm@gnu.org>
8570
8571         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8572
8573 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8576         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8577
8578         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8579         multibyteness after rather than before erasing it.
8580
8581         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8582         mm-with-multibyte.
8583         (gnus-request-article-this-buffer): Make sure the proper decoding is
8584         used if gnus-original-article-buffer happens to be unibyte.
8585
8586         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8587         default-enable-multibyte-characters.
8588
8589         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8590         default-enable-multibyte-characters.
8591
8592         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8593
8594         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8595
8596 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8597
8598         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8599         Fix last change in case the element is not even a symbol.
8600
8601 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8602
8603         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8604         (imap-message-copyuid-1): Use it.
8605         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8606         J. Williams in
8607         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8608
8609         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8610         imap-enable-exchange-bug-workaround.
8611         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8612
8613 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8614
8615         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8616         a 100 byte status-checks into a 2-3MB transfer for each group.
8617         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8618         to enable bug workaround or not.
8619         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8620
8621 2008-03-31  Glenn Morris  <rgm@gnu.org>
8622
8623         * message.el (mml2015-use): Declare for compiler.
8624         (message-info): Require mml2015 when appropriate.
8625
8626 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8629         whitespace.
8630
8631 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8632
8633         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8634         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8635         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8636         (nntp-service-to-port): New function.
8637         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8638         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8639         (nntp-open-netcat-stream): New function.
8640         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8641
8642 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8643
8644         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8645
8646 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8647
8648         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8649
8650 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8651
8652         * dns.el (dns-write): Use set-buffer-multibyte.
8653
8654 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8655
8656         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8657
8658 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * message.el (message-signature-separator): Change default.
8661         Improve custom type.
8662         (message-cite-function): Change default to
8663         message-cite-original-without-signature.
8664
8665         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8666         toggle.
8667
8668         * message.el (message-check-news-body-syntax): Fix signature check.
8669         (message-setup-1): Mark buffer as unmodified _after_ running
8670         message-setup-hook and handling message-alternative-emails.
8671         (message-shorten-references): Be more strict when building list of
8672         valid references to comply with GNKSA.
8673
8674         * gnus-group.el (gnus-read-ephemeral-bug-group)
8675         (gnus-read-ephemeral-debian-bug-group)
8676         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8677
8678         * message.el (message-info): Don't use booleanp which isn't supported
8679         in Emacs 21 and XEmacs.
8680
8681 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8684         gnus-group-gmane-group-download-format.
8685         (gnus-group-read-ephemeral-gmane-group): Rename from
8686         gnus-group-read-ephemeral-gmane-group.
8687         (gnus-read-ephemeral-gmane-group-url): Rename from
8688         gnus-group-read-ephemeral-gmane-group-url.
8689         (gnus-bug-group-download-format-alist): New variable.
8690         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8691         (gnus-read-ephemeral-emacs-bug-group): New commands.
8692
8693 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8696         (gnus-visible-headers): Improve custom type.
8697
8698 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * mml.el (mml-menu): Add workarounds for XEmacs.
8701
8702         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8703         X-Boundary header.
8704
8705         * message.el (message-simplify-recipients): Fix previous commit.
8706
8707 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8708
8709         * mm-util.el (mm-set-buffer-multibyte): New function.
8710         * mm-decode.el (mm-copy-to-buffer): Use it.
8711
8712         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8713         Prefer fboundp to functionp so it works with macros as well.
8714
8715 2008-03-19  Glenn Morris  <rgm@gnu.org>
8716
8717         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8718         Accidentally removed in the sync process with Emacs.
8719
8720 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * message.el (message-alter-recipients-discard-bogus-full-name):
8723         New function.
8724         (message-alter-recipients-function): New variable.
8725         (message-get-reply-headers): Use it.
8726         (message-replace-header): New helper function.
8727         (message-recipients-without-full-name): New variable.
8728         (message-simplify-recipients): New command.
8729
8730         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8731
8732         * message.el (message-info): Handle EasyPG manual.
8733
8734         * mml.el (mml-menu): Add entry for EasyPG.
8735
8736 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8737
8738         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8739         parameter.
8740
8741         * message.el (message-disassociate-draft): Specify drafts group name
8742         fully.
8743
8744 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8745
8746         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8747         Eliminate unnecessary duplicates from the match list.
8748
8749 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8752
8753         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8754
8755         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8756         args of `how-many' of which the XEmacs version doesn't take; declare
8757         Info-index-next as function.
8758
8759 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * gnus-score.el (gnus-score-headers): Fix handling of
8762         gnus-inhibit-slow-scoring.
8763
8764         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8765         string.
8766         (gnus-button-url-regexp): Improve handling of parenthesis.
8767         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8768         (gnus-button-handle-info-keystrokes): Handle index entries.
8769
8770 2008-03-15  Glenn Morris  <rgm@gnu.org>
8771
8772         * parse-time.el (parse-time-string): Simplify.
8773
8774 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8777         Incoming* files.
8778
8779 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8780
8781         * auth-source.el (auth-sources): Rename from auth-source-choices.
8782         (auth-source-pick): Use it.
8783
8784 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8785
8786         * binhex.el (binhex-decode-region-internal):
8787         * uudecode.el (uudecode-decode-region-internal):
8788         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8789         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8790         setting default-enable-multibyte-characters.
8791
8792 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8793
8794         * auth-source.el (auth-source-protocols)
8795         (auth-source-protocols-customize, auth-source-choices): Add and
8796         modified variable customizations and defaults.
8797         (auth-source-pick, auth-source-user-or-password)
8798         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8799         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8800         (auth-source-user-or-password-sftp)
8801         (auth-source-user-or-password-smtp): Use new variables and provide an
8802         interface to netrc.el.
8803
8804 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8807         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8808         Make sure the nntp port to specify is a string.
8809
8810 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8811
8812         * nntp.el: Use with-current-buffer.
8813         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8814         dubious mm-with-unibyte-current-buffer.
8815         (nntp-with-open-group-function): New function extracted from
8816         nntp-with-open-group macro.
8817         (nntp-with-open-group): Use the function, so it's easier to debug.
8818         Add indentation and debugging info.
8819         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8820         Recommend the use of the netcat alternatives.
8821
8822         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8823         Avoid mm-string-as-multibyte as well.
8824
8825         * nnweb.el (nnweb-insert-html):
8826         Remove use of nnheader-string-as-multibyte.
8827
8828         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8829         (nnheader-string-as-multibyte): Remove.
8830
8831         * mm-view.el: Use inhibit-read-only.
8832         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8833         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8834         or unibyte-string.
8835
8836         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8837         (mm-uu-yenc-extract): Use with-current-buffer.
8838
8839         * gnus-soup.el (gnus-soup-send-packet): Don't use
8840         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8841
8842         * nnmh.el: Use with-current-buffer.
8843         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8844         mm-string-as-multibyte on the output of mm-encode-coding-string.
8845
8846         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8847         (nnimap-request-move-article): Use with-current-buffer.
8848
8849         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8850         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8851         conversion uses string-make-unibyte rather than string-as-unibyte.
8852
8853         * gnus-msg.el: Use with-current-buffer.
8854
8855         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8856
8857 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8858
8859         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8860         string for caching if it is 'PIN.
8861
8862 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * lpath.el: Consider the case without Emacs/W3.
8865
8866 2008-03-08  Glenn Morris  <rgm@gnu.org>
8867
8868         * time-date.el (date-to-time, time-subtract, time-add)
8869         (safe-date-to-time): Doc fixes.
8870
8871 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * mail-source.el (mail-source-delete-old-incoming-confirm):
8874         Change default to nil.
8875         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8876
8877 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * lpath.el: Rearrange.
8880
8881         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8882         (gnus-article-goto-prev-page): Work for articles having ^L's.
8883
8884         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8885
8886         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8887
8888 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8889
8890         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8891         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8892         (gnus-bookmark-jump): Adjust some variable names.
8893
8894 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8895
8896         * auth-source.el: New package.
8897         (auth-source-choices): Add customization entry point variable.
8898
8899         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8900         bug.
8901
8902 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8903
8904         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8905         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8906         (gnus-registry-install-shortcuts): Rename from
8907         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8908         the `gnus-registry-mark-map' keymap dynamically from
8909         `gnus-registry-marks'.  The generated functions update the summary line
8910         when a registry mark is added or deleted, and will call
8911         `gnus-registry-install-p' (see the comments in the code).
8912         (gnus-registry-user-format-function-M): Use concat intelligently.
8913
8914         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8915         the registry mark functions.
8916
8917 2008-03-05  Glenn Morris  <rgm@gnu.org>
8918
8919         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8920         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8921         gnus-art.
8922         (top-level): No need to load own source when compiling.
8923
8924 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8927         Suggested by <chris.anderton@zetnet.co.uk>.
8928
8929 2008-03-04  Glenn Morris  <rgm@gnu.org>
8930
8931         * gnus-sum.el (top-level): No need to require gnus when compiling,
8932         since unconditionally required near start of file.
8933         (gnus-summary-display-while-building): Move definition before use.
8934
8935 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * gnus-registry.el (gnus-registry-user-format-function-M):
8938         Add formatting function.
8939
8940 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8941
8942         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8943         with plists.
8944         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8945         Use new format.
8946
8947 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8950         `where-is-internal' that returns a range of key sequences.
8951
8952 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8953
8954         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8955
8956         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8957         (gnus-summary-jump-to-group): Consider windows on other displayed
8958         frames as well.  Similar changes might be needed elsewhere, but that's
8959         the one I've bumped into during my use.
8960
8961         * nndoc.el (nndoc-oe-dbx-type-p):
8962         * gnus-msg.el (gnus-debug):
8963         * gnus-group.el (gnus-update-group-mark-positions):
8964         Use mm-string-to-multibyte.
8965
8966 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8969         doesn't handle NotDashEscaped.
8970
8971         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8972         (mml-dnd-attach-options): Fix typo in custom choice.
8973
8974         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8975         Change nndoc-article-type to mbox.
8976         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8977
8978         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8979         to nil, instead of html2text.
8980
8981         * imap.el (imap-debug): Add `imap-ping-server'.
8982
8983         * gnus-bookmark.el: Add FIXMEs.
8984
8985         * message.el (message-form-letter-separator)
8986         (message-send-form-letter-delay): New variables.
8987         (message-send-form-letter): Use them.  New command to send form
8988         letters.  Requested by Uwe Siart.
8989         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8990
8991 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * Update copyright years.
8994
8995 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         Sync from EMACS_22_BASE.
8998
8999         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9000
9001 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9002
9003         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9004         empty author.
9005
9006 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9007
9008         * gnus-registry.el (gnus-registry-marks): Add variable for
9009         customization of marks and their appearance.
9010         (gnus-registry-read-mark): Use it.
9011         (gnus-registry-do-marks): Add utility function to loop through
9012         `gnus-registry-marks'.
9013         (gnus-registry-install-shortcuts-and-menus): Add function to install
9014         shortcuts and menus.
9015         (gnus-registry-initialize): Use it.
9016         (gnus-registry-default-mark): Clarify documentation.
9017
9018 2008-02-29  Glenn Morris  <rgm@gnu.org>
9019
9020         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9021         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9022         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9023         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9024         Change defcustom :version from 23.0 to 23.1.
9025
9026 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9027
9028         * gnus-registry.el (gnus-registry-follow-group-p)
9029         (gnus-registry-post-process-groups): Add functions to aid registry
9030         splitting and improve logging.  Clarify behavior in function
9031         documentation.
9032         (gnus-registry-split-fancy-with-parent): Use them.
9033
9034 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9035
9036         * gnus-art.el: Use with-current-buffer.
9037
9038 2008-02-27  David Engster  <dengste@eml.cc>
9039
9040         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9041         Express real group name in the response.
9042
9043 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9046         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9047         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9048         autoload gnus-registry-fetch-group when compiling.
9049         (nnmairix-request-group-with-article-number-correction):
9050         Remove unreferenced argument passed to nnmairix-call-backend.
9051
9052 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9055         (mm-uu-extract): Improve face for low color ttys.
9056         Reported by Sascha Wilde.
9057
9058 2008-02-27  Glenn Morris  <rgm@gnu.org>
9059
9060         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9061         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9062         variables to defconsts.  Convert comments to doc-strings.
9063         (nnmairix-last-server, nnmairix-current-server): Convert from free
9064         variables to defvars.  Convert comments to doc-strings.
9065         (gnus-registry-fetch-group): Autoload.
9066         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9067         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9068         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9069         caddr.
9070         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9071         nnmairix-request-group-with-article-number-correction call.
9072         (nnmairix-fast, nnmairix-group): New, less general names, for free
9073         variables passed from nnmairix-request-group to
9074         nnmairix-request-group-with-article-number-correction.  Declare.
9075         (nnmairix-request-group-with-article-number-correction):
9076         Use nnmairix-fast, nnmairix-group rather than fast, group.
9077
9078 2008-02-26  David Engster  <dengste@eml.cc>
9079
9080         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9081         version 0.5.
9082
9083 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9086         instead of making an extra function call.  Don't add the current group
9087         to articles only when they have the group.  Use
9088         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9089         Reported by David <de_bb@arcor.de>.
9090
9091 2008-02-24  Miles Bader  <miles@gnu.org>
9092
9093         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9094         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9095         (mm-find-mime-charset-region):
9096         * mm-bodies.el (mm-encode-body):
9097         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9098
9099 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9102         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9103
9104 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * mail-source.el (mail-source-delete-incoming): Change default.
9107         Supplement doc string.
9108
9109         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9110
9111 2008-02-14  Glenn Morris  <rgm@gnu.org>
9112
9113         * time-date.el (format-seconds): New function.
9114
9115 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * nnmail.el (nnmail-message-id-cache-file): Derive from
9118         `gnus-home-directory'.
9119
9120 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9123         Document negative prefix.
9124
9125         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9126
9127 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * message.el (message-unsent-separator): Add the Exim bounce
9130         separator.
9131
9132 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9133
9134         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9135         list.
9136         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9137         recipient/signer list.
9138
9139 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * Makefile.in (datarootdir): Define.
9142         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9143         name that might contain whitespace.
9144
9145 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9148         fbound (Emacs 23 unicode), signal an error.
9149
9150 2008-02-08  Glenn Morris  <rgm@gnu.org>
9151
9152         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9153
9154 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9155
9156         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9157         ports to the calls to `netrc-machine-user-or-password' in addition to
9158         "imap" and "imaps".
9159
9160 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9161
9162         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9163
9164         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9165
9166 2008-02-01  Kenichi Handa  <handa@m17n.org>
9167
9168         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9169         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9170         (rfc2104-hash): Convert the result of concat to unibyte string.
9171
9172 2008-02-01  Dave Love  <fx@gnu.org>
9173
9174         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9175         coding-system-for-read.
9176         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9177
9178 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9181         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9182         <hanche@math.ntnu.no>.
9183
9184 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9187
9188         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9189
9190 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9191
9192         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9193         * message.el (message-beginning-of-line): Use featurep instead of bound
9194         tests in order to resolve conditionals at compile time.
9195
9196 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9197
9198         * mail-source.el (mail-sources): Add `group' choice.
9199
9200         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9201         parameter `in-group' to control into which group the articles go.
9202         Add treatment of `group' mail-source.
9203
9204 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9207
9208         * mm-decode.el (mm-dissect-buffer): Decode description.
9209
9210         * mml.el (mml-to-mime): Encode message header first.
9211
9212 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9215         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9216
9217         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9218         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9219
9220 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9221
9222         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9223
9224 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9227         prefix keys.
9228         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9229         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9230         gnus-xmas.el.
9231
9232         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9233         (gnus-xmas-article-describe-bindings): New function.
9234         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9235         gnus-xmas-article-describe-bindings.
9236
9237         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9238
9239 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9240
9241         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9242         Add new variables for article mark management.
9243         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9244         list of extra data entries which, when present, will indicate that the
9245         article ID should not be trimmed from the registry.
9246         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9247         functions.
9248         (gnus-registry-read-mark): New function to read a mark name from the
9249         user.
9250         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9251         (gnus-registry-set-article-mark-internal): New functions to add and
9252         remove marks.
9253         (gnus-registry-get-article-marks): New function to show the marks for
9254         an article, or retrieve them for further use.
9255
9256 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9259         keys when no argument is given.
9260
9261 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * imap.el (imap-ping-server): New variable.
9264         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9265         (imap-ping-server): Minor doc string fixes.
9266
9267 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9268
9269         * imap.el (imap-ping-server): New function.
9270         (imap-opened): Call imap-ping-server.
9271
9272 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-sum.el (gnus-article-sort-by-random)
9275         (gnus-thread-sort-by-random): Fix doc strings.
9276         Reported by jidanni@jidanni.org.
9277
9278 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-art.el (gnus-article-describe-bindings): New function.
9281         (gnus-article-read-summary-keys): Use it.
9282         (gnus-article-mode-map): Bind `C-h b' to it.
9283
9284 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9287         XEmacs.
9288         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9289         Protect against non-character events.
9290
9291         * lpath.el: Fbind map-keymap for Emacs 21.
9292
9293 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9296         New command.
9297         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9298         instead of END.  Change name of the temp file.
9299         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9300         customizable.
9301
9302 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9305         bind `S W' to gnus-article-wide-reply-with-original; set default
9306         binding to gnus-article-read-summary-send-keys.
9307         (gnus-article-read-summary-keys): Fix the order of keys; display
9308         continuation keys correctly in the echo area; describe bindings
9309         correctly when keys end with `C-h'.
9310         (gnus-article-read-summary-send-keys): New function.
9311         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9312         Work for gnus-article-read-summary-send-keys; display continuation keys
9313         correctly in the echo area.
9314         (gnus-article-reply-with-original): Ignore prefix argument.
9315         (gnus-article-wide-reply-with-original): New function.
9316
9317         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9318         Emacs 21.
9319
9320 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9323         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9324
9325 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9328         (gnus-group-read-ephemeral-gmane-group): New command.
9329
9330 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9331
9332         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9333
9334 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * message.el (message-send-mail-function): Increase custom version.
9337
9338         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9339         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9340
9341 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9342
9343         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9344         for the cases where imap-authenticate is called with a nil buffer
9345         parameter.
9346
9347 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9350         html parts correctly; support forwarded messages.
9351         (gnus-article-browse-html-article): Remove work buffers.
9352
9353         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9354         compiling.
9355         (netrc-bound-and-true-p): New macro.
9356         (netrc-parse): Use it instead of bound-and-true-p that is not available
9357         in XEmacs 21.4.
9358
9359 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9360
9361         * gnus-registry.el (gnus-registry-mark-article)
9362         (gnus-registry-article-marks): Add functionality to mark articles
9363         through the Gnus registry.
9364
9365         * encrypt.el: Clarify documentation for the new pgg method.
9366         (encrypt-file-alist): Add PGG option.
9367         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9368         functionality.  Abstract password key and messaging to external
9369         functions.
9370         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9371         (encrypt-message-method-and-cipher): Add new convenience external
9372         functions.
9373         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9374         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9375
9376         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9377         (netrc-parse): Use encrypt-file-alist to determine if
9378         encrypt-find-model or encrypt-insert-file-contents should be used.
9379
9380         * encrypt.el: Clarify documentation.  Load password-cache or
9381         password, whichever one is found first, instead of autoloading.
9382
9383 2007-12-19  Glenn Morris  <rgm@gnu.org>
9384
9385         * mml.el (message-options-set, message-narrow-to-head)
9386         (message-in-body-p, message-mail-p, message-encode-message-body):
9387         Autoload.
9388         (message-remove-header, message-narrow-to-headers-or-head)
9389         (message-subscribed-p, message-make-mail-followup-to)
9390         (message-position-on-field, message-news-p)
9391         (message-options-set-recipient, message-generate-headers)
9392         (message-sort-headers): Declare as functions.
9393
9394 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9397         convention in doc string.
9398
9399 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9402         title to html parts.
9403         (gnus-article-browse-html-article): Pass message header to it.
9404
9405         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9406
9407 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9410         or password compatible with XEmacs.
9411
9412 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9415         format document.
9416         (gnus-mime-delete-part): Don't write description line if empty.
9417         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9418
9419 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9420
9421         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9422         (gnus-summary-mark-read-and-unread-as-read)
9423         (gnus-summary-mark-current-read-and-unread-as-read)
9424         (gnus-summary-mark-unread-as-ticked): Doc fix.
9425         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9426
9427 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9430         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9431
9432 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9435         yes-or-no-p.
9436
9437 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * mm-decode.el (mm-add-meta-html-tag): New function.
9440         (mm-save-part-to-file, mm-pipe-part): Use it.
9441
9442         * gnus-art.el (gnus-article-browse-delete-temp-files):
9443         Use gnus-y-or-n-p instead of y-or-n-p.
9444         (gnus-article-browse-html-parts): Work with message/external-body; use
9445         mm-add-meta-html-tag.
9446
9447 2007-12-11  Glenn Morris  <rgm@gnu.org>
9448
9449         * gnus-cache.el: Require gnus-sum not just when compiling.
9450
9451         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9452
9453         * gnus-int.el (gnus-server-opened, gnus-status-message):
9454         Move definitions before use.
9455
9456         * mm-decode.el: Require gnus-util.
9457         (mm-remove-part): Only call delete-annotation on XEmacs.
9458
9459         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9460
9461         * nnmail.el: Require gnus-int.
9462
9463         * spam.el: Move `require's before `eval-when-compile's.
9464
9465         * gnus-ems.el (gnus-alive-p):
9466         * gnus-fun.el (message-goto-eoh):
9467         * gnus-util.el (gnus-group-name-decode):
9468         * mail-source.el (gnus-compress-sequence):
9469         * message.el (Info-goto-node, format-spec):
9470         * mm-bodies.el (message-options-get):
9471         * mm-decode.el (mm-view-pkcs7):
9472         * mm-util.el (gmm-write-region):
9473         * mml-smime.el (mml-compute-boundary)
9474         (gnus-completing-read-with-default):
9475         * mml.el (widget-button-press, gnus-make-hashtable):
9476         * mml1991.el (mm-decode-content-transfer-encoding)
9477         (mm-encode-content-transfer-encoding)
9478         (message-options-get, message-options-set):
9479         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9480         * nnfolder.el (gnus-request-group):
9481         * nnheader.el (ietf-drums-unfold-fws):
9482         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9483         * smime.el (gnus-run-mode-hooks):
9484         * spam-stat.el (gnus-message): Autoload.
9485
9486         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9487         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9488         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9489         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9490         Add declare-function compatibility definition.
9491
9492         * gnus-cache.el (nnvirtual-find-group-art):
9493         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9494         (gnus-add-image, gnus-add-wash-type):
9495         * gnus-group.el (nnkiboze-score-file):
9496         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9497         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9498         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9499         (message-tokenize-header, gnus-get-buffer-create)
9500         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9501         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9502         * gnus.el (gnus-group-decoded-name):
9503         * mail-source.el (imap-capability):
9504         * mm-bodies.el (message-options-set):
9505         * mm-decode.el (gnus-configure-windows):
9506         * mm-extern.el (message-goto-body):
9507         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9508         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9509         (epg-sub-key-validity, message-options-set):
9510         * mml.el (widget-event-point, gnus-configure-windows):
9511         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9512         * mml2015.el (epg-check-configuration, epg-configuration)
9513         (message-options-set):
9514         * nndb.el (nndb-request-article):
9515         * nnfolder.el (gnus-request-create-group):
9516         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9517         * nnmaildir.el (gnus-group-mark-article-read):
9518         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9519         * rfc1843.el (message-fetch-field):
9520         * spam.el (gnus-extract-address-components):
9521         Declare as functions.
9522
9523 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9526
9527         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9528
9529         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9530         bind show-trailing-whitespace for XEmacs.
9531
9532 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9535         new no-op macro for backward compatibility.
9536
9537         * imap.el (imap-string-to-integer): New function.
9538
9539 2007-12-09  Glenn Morris  <rgm@gnu.org>
9540
9541         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9542
9543         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9544         * message.el, mm-view.el, sieve-manage.el, smime.el:
9545         Add declare-function compatibility definition.
9546
9547         * gnus-art.el (w3-region, w3m-region, Info-menu):
9548         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9549         * gnus-sum.el (gnus-get-predicate):
9550         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9551         * message.el (mail-abbrev-in-expansion-header-p):
9552         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9553         (w3m-detect-meta-charset, w3m-region):
9554         * sieve-manage.el (password-read, password-cache-add)
9555         (password-cache-remove):
9556         * smime.el (password-read-and-add): Declare as functions.
9557
9558 2007-12-08  David Kastrup  <dak@gnu.org>
9559
9560         * gnus-sum.el (gnus-summary-simplify-subject-query):
9561         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9562         `message'.
9563
9564 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9567         it to bind idna-program, installation-directory, defined-colors, and
9568         face-attribute for XEmacs of the version that compiles defcustom forms.
9569
9570 2007-12-07  Glenn Morris  <rgm@gnu.org>
9571
9572         * gnus-art.el (article-make-date-line): Revert previous change.
9573
9574 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9577
9578 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9579
9580         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9581         Call gnus-add-to-range ranges only once with a prepared article-list.
9582
9583 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9584
9585         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9586         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9587         group names with backslashes.
9588         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9589
9590 2007-12-06  Deepak Goel  <deego3@gmail.com>
9591
9592         * gnus-art.el (article-make-date-line):
9593         * gnus-start.el (gnus-load):
9594         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9595
9596 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-art.el (gnus-use-idna)
9599         * gnus-start.el (gnus-site-init-file)
9600         * message.el (message-use-idna)
9601         * mm-uu.el (mm-uu-hide-markers)
9602         * smiley.el (smiley-style): Revert changes that suppress warnings.
9603
9604 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9607         specify charset to html source.
9608         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9609
9610 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9613         idna-program in order to suppress byte compile warning issued by XEmacs
9614         that came to byte compile the default value section of defcustom forms
9615         recently.
9616
9617         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9618         value of installation-directory.
9619
9620         * message.el (message-use-idna): Don't directly refer to the value of
9621         idna-program.
9622
9623         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9624
9625         * smiley.el (smiley-style): Don't directly call face-attribute.
9626
9627 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9630
9631         * gnus-dired.el: Reduce Gnus dependencies.
9632         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9633         Don't require.  Use autoloads instead.
9634         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9635         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9636         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9637         (gnus-dired-mode): Adjust doc string.
9638         (gnus-dired-mail-mode): New variable.
9639         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9640         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9641         (gnus-dired-mail-buffers): New function.  Return mail or message
9642         composition buffers.
9643         (gnus-dired-attach): Use it.
9644         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9645         NO-DECODE.
9646         (gnus-dired-print): Use `gnus-print-buffer' depending on
9647         `gnus-dired-mail-mode'.
9648
9649 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * rfc2047.el (rfc2047-encoded-word-regexp)
9652         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9653         explaining what regexp patterns are for.
9654
9655 2007-12-04  Glenn Morris  <rgm@gnu.org>
9656
9657         * password.el: Move to password-cache.el.
9658
9659         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9660         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9661         * mml-smime.el (password-read, password-cache-add)
9662         (password-cache-remove):
9663         No need to autoload, since mml-sec requires password.
9664
9665         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9666         * message.el (gnus-extract-address-components):
9667         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9668
9669         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9670         password.
9671
9672 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * mailcap.el: Reduce dependencies.
9675         (mail-header-parse-content-type): Autoload.
9676         (mailcap-delete-duplicates): New alias.
9677         (mailcap-mime-info): Add optional argument NO-DECODE.
9678         (mailcap-mime-types): Use mailcap-delete-duplicates.
9679
9680         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9681
9682 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9683
9684         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9685         (imap-parse-status): Upcase status-att for servers that sends them
9686         lower-case (e.g., MS Exchange 2007).
9687
9688 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9689
9690         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9691         function.
9692
9693         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9694         (gnus-uu-yenc-article): New function.
9695
9696         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9697
9698         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9699
9700 2007-12-02  Glenn Morris  <rgm@gnu.org>
9701
9702         * binhex.el (binhex): New custom group.
9703         (binhex-decoder-program, binhex-decoder-switches)
9704         (binhex-use-external): Move to the binhex custom group.
9705
9706         * uudecode.el (uudecode): New custom group.
9707         (uudecode-decoder-program, uudecode-decoder-switches)
9708         (uudecode-use-external): Move to the uudecode custom group.
9709
9710         * netrc.el (top-level): Don't load `encrypt' features.
9711         (netrc-parse): Don't use encrypt.
9712         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9713
9714         * encrypt.el: Remove file.
9715
9716 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9719         matches on patches.
9720
9721         * gnus-art.el (gnus-article-browse-html-article):
9722         Mention `mm-text-html-renderer' in the doc string.
9723
9724         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9725         string.  Add comments.
9726
9727         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9728         if rhs is ASCII.
9729
9730 2007-12-01  Glenn Morris  <rgm@gnu.org>
9731
9732         * mail-source.el (top-level): Require format-spec before
9733         eval-when-compile.
9734
9735 2007-11-30  Glenn Morris  <rgm@gnu.org>
9736
9737         * encrypt.el: Require password, rather than autoloading password-read.
9738
9739 2007-11-29  Glenn Morris  <rgm@gnu.org>
9740
9741         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9742         (sasl-make-client, sasl-next-step, sasl-step-data)
9743         (sasl-step-set-data): Declare as functions.
9744
9745 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9748
9749 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9750
9751         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9752         certs should be verified and what is to be done in the event of a
9753         verification failure.
9754
9755         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9756         caller can indicate whether the cache should be disregarded for this
9757         call.  This way the result of the call is reproducible at all times and
9758         can be considered a canonical server name for the supplied method.
9759         (gnus-agent-method-p): Canonicalize server names by pushing their
9760         method through `gnus-method-to-server' using the no-cache argument.
9761
9762         * gnus-srvr.el (gnus-server-insert-server-line):
9763         Call `gnus-method-to-server' with `no-cache' argument.
9764
9765         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9766         gnus-agent-possibly-synchronize-flags as this should be called when the
9767         server is actually being opened.
9768         (gnus-agent-possibly-synchronize-flags)
9769         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9770         flags file of an agentized server to the latter function.
9771
9772         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9773         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9774         after a connection has been established successfully.
9775
9776 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-art.el (article-display-face): Force to display face if called
9779         interactively; check if gnus-article-x-face-too-ugly matches author.
9780         (article-display-x-face): Display face even if From header is missing
9781         as article-display-face does.
9782
9783 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9784
9785         * hashcash.el (message-narrow-to-headers-or-head)
9786         (message-fetch-field, message-goto-eoh)
9787         (message-narrow-to-headers): Declare as functions.
9788
9789 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * mail-source.el (mail-sources): Default to fetch from file for
9792         compatibility with default of nnmail-spool-file.
9793
9794 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9797         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9798         to look for encoded word that should be encoded again.
9799         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9800         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9801         encoding pattern.
9802         (rfc2047-decode-region): Switch strict regexp and loose one according
9803         to rfc2047-allow-irregular-q-encoded-words.
9804
9805 2007-11-25  Romain Francoise  <romain@orebokech.com>
9806
9807         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9808
9809 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * tls.el (tls-program): Provide more custom choices from
9812         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9813         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9814
9815 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9818         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9819
9820         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9821         `nnmail-spool-file'.
9822
9823         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9824         `nnmail-spool-file'.
9825
9826         * gnus-move.el (gnus-change-server): Ditto.
9827
9828         * gnus-kill.el (gnus-batch-score): Ditto.
9829
9830         * gnus-cache.el (gnus-jog-cache): Ditto.
9831
9832         * gnus-msg.el (gnus-summary-reply):
9833         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9834
9835 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9838         version.  Minor improvement to doc strings.
9839         (tls-program): Add comment.
9840
9841 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9842
9843         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9844         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9845         mismatch between the hostname provided in the certificate and the name
9846         of the host connnecting to.
9847         (open-tls-stream): Use them.  Check certificates against trusted root
9848         certificates.
9849
9850 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-cache.el (gnus-cache-generate-nov-databases):
9853         Use nnml-generate-nov-databases-directory instead of
9854         nnml-generate-nov-databases-1.
9855
9856 2007-11-24  Glenn Morris  <rgm@gnu.org>
9857
9858         * message.el (message-tool-bar-retro): Update for rename
9859         mail_send.xpm->mail-send.xpm.
9860
9861 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9864         `smime-ldap-search' for Emacs 22 and up.
9865
9866 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9867
9868         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9869
9870         * message.el (message-send-mail-function): Fix error convention.
9871         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9872         (message-widen-reply, message-send-mail, message-talkative-question)
9873         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9874         (message-clone-locals, message-send-news): Use with-current-buffer.
9875         (message-insert-or-toggle-importance): Remove unused var `valid'.
9876         (message-make-references): Remove unused var `new-references'.
9877         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9878
9879 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9880
9881         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9882         (spam-split-symbolic-return-positive): Reflow docstring.
9883         (spam-backends, spam-summary-exit-behavior)
9884         (spam-mark-ham-unread-before-move-from-spam-group)
9885         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9886         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9887         (spam-clear-cache, spam-backend-check, spam-install-backend)
9888         (spam-install-statistical-backend, spam-list-of-processors)
9889         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9890         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9891         (spam-check-crm114, spam-initialize, spam-unload-hook):
9892         Fix typos in docstrings.
9893
9894 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9897         been checked if they have never been read and those group levels are
9898         higher than the one that a user specified.
9899
9900 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9903         foreign groups unless a group level is specified by a user.
9904         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9905
9906 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * message.el (message-send-mail-function): Require sendmail.
9909
9910 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * message.el (message-send-mail-function): Check for smtpmail too.
9913
9914         * utf7.el (utf7-encode, utf7-decode): Use coding system
9915         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9916
9917         * message.el (message-send-mail-function): New function.
9918         (message-send-mail-function): Set default using
9919         message-send-mail-function.  Adjust doc string.
9920         (message-send-mail-with-mailclient): New function.
9921
9922 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9923
9924         * smime.el (from):
9925         * rfc2047.el (message-posting-charset):
9926         * qp.el (mm-use-ultra-safe-encoding):
9927         * pop3.el (parse-time-months):
9928         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9929         * nnml.el (files):
9930         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9931         (jka-compr-compression-info-list, ange-ftp-path-format)
9932         (efs-path-regexp):
9933         * nndiary.el (files):
9934         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9935         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9936         (epg-digest-algorithm-alist, inhibit-redisplay)
9937         (password-cache-expiry):
9938         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9939         (pgg-output-buffer, password-cache-expiry):
9940         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9941         (efs-path-regexp):
9942         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9943         (inhibit-redisplay):
9944         * mm-uu.el (file-name, start-point, end-point, entry)
9945         (gnus-newsgroup-name, gnus-newsgroup-charset):
9946         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9947         (latin-unity-ucs-list):
9948         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9949         (mm-uu-binhex-decode-function):
9950         * message.el (gnus-message-group-art, gnus-list-identifiers)
9951         (rmail-enable-mime-composing, gnus-local-organization)
9952         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9953         (gnus-read-active-file, facemenu-add-face-function)
9954         (facemenu-remove-face-function, gnus-article-decoded-p)
9955         (tool-bar-mode):
9956         * mail-source.el (display-time-mail-function):
9957         * gnus-util.el (nnmail-pathname-coding-system)
9958         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9959         (gnus-original-article-buffer, gnus-user-agent)
9960         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9961         (xemacs-codename, sxemacs-codename, emacs-program-version):
9962         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9963         * gnus-start.el (gnus-agent-covered-methods)
9964         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9965         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9966         (gnus-newsgroup-headers, gnus-group-list-mode)
9967         (gnus-group-mark-positions, gnus-newsgroup-data)
9968         (gnus-newsgroup-unreads, nnoo-state-alist)
9969         (gnus-current-select-method, mail-sources)
9970         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9971         (nnmail-spool-file, gnus-cache-active-hashtb):
9972         * gnus-mh.el (mh-lib-progs):
9973         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9974         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9975         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9976         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9977         (gnus-group-buffer):
9978         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9979         (font-lock-set-defaults):
9980         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9981         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9982         (gnus-summary-post-menu, total-parts, type, condition, length):
9983         * gnus-agent.el (gnus-agent-read-agentview):
9984         * flow-fill.el (show-trailing-whitespace):
9985         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9986         eval-and-compile wrappers for byte compiler pacifiers.
9987
9988         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9989         (mm-display-inline-fontify): Check for featurep 'xemacs not
9990         extent-list.
9991
9992         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9993         itimer-list.
9994         (mm-create-image-xemacs): Only do something for XEmacs.
9995         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9996
9997         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9998
9999         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10000         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10001
10002 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10003
10004         * nnimap.el (nnimap-split-download-body):
10005         * gnus-demon.el (gnus-demon):
10006         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10007
10008 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10011         New macros.
10012         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10013         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10014         copy data from unibyte buffer to multibyte current buffer.
10015         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10016         to copy data from unibyte current buffer to multibyte buffer.
10017         (nntp-make-process-buffer): Make process buffer unibyte.
10018
10019         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10020
10021 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10022
10023         * pop3.el (pop3-open-server): Accept and process data more robustly at
10024         connexion start to avoid spurious "POP SSL connexion failed" errors.
10025
10026 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10029         read group names.
10030
10031 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10034
10035 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10038         (nnmail-save-active): Use a unibyte buffer when saving active file,
10039         which may contain non-ASCII group names.
10040
10041         * nnml.el (nnml-request-group): Decode group names in messages.
10042
10043 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * message.el (message-citation-line-function)
10046         (message-insert-formatted-citation-line): Fix spelling of
10047         `message-insert-formated-citation-line'.
10048
10049 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10052
10053 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10056         nnmail-pathname-coding-system.
10057
10058         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10059         that a user enters; decode group names in messages.
10060
10061         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10062
10063 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10066
10067         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10068
10069         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10070         risky local variable.
10071
10072         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10073
10074 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10075
10076         * encrypt.el: Improve documentation to fix function name typo.
10077         Reported by Daiki Ueno <ueno@unixuser.org>.
10078
10079 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10082         even if the point is not in the last page of an article.
10083         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10084         back to the previous page.
10085
10086 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10089
10090 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10093
10094 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10095
10096         * message.el (message-check-news-body-syntax):
10097         Avoid mm-string-as-multibyte.
10098         (message-hide-headers): Don't assume (point-min)==1.
10099
10100 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * message.el (message-remove-blank-cited-lines): Fix if remove is
10103         given.
10104         (message-bogus-address-regexp): New variable.
10105         (message-bogus-recipient-p): New function.
10106         (message-check-recipients): New command.
10107         (message-syntax-checks): Add `bogus-recipient'.
10108         (message-fix-before-sending): Add `bogus-recipient'.
10109
10110         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10111         (gnus-treat-body-boundary): Don't test window-system.
10112
10113 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10114
10115         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10116
10117 2007-10-28  Miles Bader  <miles@gnu.org>
10118
10119         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10120         at compile-time too.
10121
10122 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * gnus-msg.el (gnus-message-setup-hook):
10125         Add `message-remove-blank-cited-lines' to options.
10126
10127 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * message.el (message-remove-blank-cited-lines): New function.
10130         Suggested by Karl Plästerer.
10131
10132 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10135         mapc.
10136
10137         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10138         (top-level): Use mapc to set functions to be traced for debugging.
10139
10140         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10141         called for effect with while loop.
10142
10143         * message.el (message-talkative-question): Replace mapcar called for
10144         effect with mapc.
10145
10146         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10147         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10148         called for effect with dolist.
10149
10150         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10151
10152         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10153         gnus-extra-headers and nnmail-extra-headers.
10154
10155         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10156         called for effect with dolist.
10157         (top-level): Use mapc to set functions to be traced for debugging.
10158
10159         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10160         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10161         dolist.
10162
10163         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10164         Replace mapcar called for effect with mapc.
10165         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10166         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10167         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10168         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10169
10170         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10171         remove-if that's a cl function.
10172
10173         * webmail.el (webmail-debug): Replace mapcar called for effect with
10174         dolist.
10175
10176         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10177         with mapc.
10178
10179 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10182         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10183         with while loop.
10184
10185         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10186         functions from article-* functions.
10187         (gnus-multi-decode-header): Replace mapcar called for effect with
10188         dolist.
10189
10190         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10191         (gnus-bookmark-show-details): Replace mapcar called for effect with
10192         while loop.
10193
10194         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10195         called for effect with while loop.
10196
10197         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10198         with dolist.
10199
10200         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10201         Replace mapcar called for effect with dolist.
10202
10203         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10204
10205         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10206         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10207         Replace mapcar called for effect with dolist.
10208         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10209         mapc.
10210
10211         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10212         Replace mapcar called for effect with dolist.
10213         (gnus-topic-list): Replace mapcar called for effect with mapc.
10214
10215         * gnus.el: Use mapc instead of mapcar to add autoloads.
10216
10217 2007-10-23  Richard Stallman  <rms@gnu.org>
10218
10219         * gnus-group.el (gnus-group-highlight): Mark as risky.
10220
10221 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus.el (gnus-server-to-method): Return method found first in
10224         gnus-newsrc-alist.
10225
10226         * gnus-art.el (gnus-article-highlight-signature)
10227         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10228         button overlay without the front stickiness.
10229
10230 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10231
10232         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10233         overview buffer needed a catch to receive its throw.
10234         (gnus-agent-flush-cache): Declare as interactive to make this function
10235         easier to use.
10236
10237 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10240         `next-line'.
10241
10242 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10245         exclude address matching message-dont-reply-to-names.
10246
10247 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-util.el (gnus-string<): New function.
10250
10251         * gnus-sum.el (gnus-article-sort-by-author)
10252         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10253
10254 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10257         the frame-focus tag is set in gnus-buffer-configuration.
10258
10259 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10262         the front stickiness.
10263
10264 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10267         url pattern; remove duplicate one.
10268         (gnus-article-extend-url-button): New function.
10269         (gnus-article-add-buttons): Use it.
10270         (gnus-button-push): Use concatenated url that it makes.
10271
10272 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10273
10274         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10275
10276 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10277
10278         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10279         Don't hardcode point-min==1.
10280
10281 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10284         Fix comment about "iso8859-1".
10285
10286 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10287
10288         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10289         ones returned from the verify-function.
10290
10291         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10292         Call mml2015-extract-cleartext-signature if extraction failed.
10293
10294 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10295
10296         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10297         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10298         failed.
10299
10300 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10303
10304 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10307         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10308         recommends to use EasyPG instead of PGG.
10309
10310         * pgg.el: Revert to revision 6.23.2.16.
10311
10312         * pgg-def.el: Revert to revision 6.6.2.14.
10313
10314         * pgg-gpg.el: Revert to revision 6.23.2.34.
10315
10316 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10317
10318         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10319         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10320         thread for both the null and zero (kill/expire thread) universal prefix
10321         cases.
10322         (gnus-summary-expire-thread): Add new function to expire a thread,
10323         using gnus-summary-kill-thread.
10324         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10325         shortcuts for gnus-summary-expire-thread.
10326         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10327         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10328
10329 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10330
10331         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10332         extras value, so an extras entry can be deleted.
10333         (gnus-registry-delete-extra-entry): Use it.
10334         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10335         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10336         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10337         storage through the gnus-registry, and provide an appropriate API for
10338         it.
10339
10340 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10343         Suggested by Leo <sdl.web@gmail.com>.
10344
10345         * gnus.el: Do.
10346
10347 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10350         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10351
10352         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10353
10354         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10355         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10356
10357 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10360         newline.
10361         (nnmbox-request-accept-article): Don't change article in source buffer;
10362         narrow to header to use message-fetch-field rather than
10363         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10364         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10365         as delimiters; make sure article ends with newline.
10366         (nnmbox-delete-mail): Correct last position of article to be deleted;
10367         ignore X-Gnus-Newsgroup header in article body.
10368         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10369         positions; make sure article ends with newline.
10370
10371         * message.el (message-display-abbrev): Don't infloop when a user
10372         inserts SPC in the beginning of header.
10373
10374         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10375         coding-system-for-read and coding-system-for-write for XEmacs having no
10376         file-coding feature.
10377
10378         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10379
10380 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10381
10382         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10383         list of groups not followed by default.  Fix type to be regexp.
10384         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10385
10386 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10387
10388         * hmac-def.el (define-hmac-function): Switch from old-style to
10389         new-style backquotes.
10390
10391         * md4.el (md4-make-step): Likewise.
10392
10393 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10396         raw-text coding system when saving .newsrc file, which may contain
10397         non-ASCII group names.
10398
10399 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-cus.el (gnus-score-extra): New widget.
10402         (gnus-score-extra-convert): New function.
10403         (gnus-score-customize): Use it for Extra.
10404
10405 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10406
10407         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10408         (mml2015-mailcrypt-clear-verify): Use it.
10409         (mml2015-gpg-clear-verify): Use it.
10410         (mml2015-pgg-clear-verify): Use it.
10411         (mml2015-epg-clear-verify): Replace the current part with the output
10412         from GnuPG; don't extract the plaintext by itself.
10413
10414         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10415         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10416         mml2015-clear-verify-function; don't touch the armor headers or
10417         dash-escaped text here.
10418
10419 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10422         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10423         parts, or application/octet-stream as a last resort.
10424         (gnus-mime-view-part-as-type): Don't toggle display.
10425         (gnus-mime-view-part-as-charset): Don't turn off display before
10426         querying charset.
10427
10428         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10429         stuff to undisplayer function in Emacs.
10430         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10431
10432         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10433         text/calendar parts.
10434
10435 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10438         decoding text/calendar parts.
10439
10440         * message.el (message-forward-make-body-mime): Always mark body as
10441         having no illegible text; remove signed-or-encrypted argument.
10442         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10443
10444         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10445         (mml-generate-mime-1): Don't encode body if it is specified to be in
10446         raw form; don't make buffer be unibyte when inserting multibyte string.
10447
10448 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10449
10450         * sha1.el: Fix up comment style.
10451         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10452         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10453
10454         * hex-util.el: Fix up comment style.
10455         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10456
10457         * gnus-salt.el: Use with-current-buffer.
10458         (gnus-pick-setup-message): Fix long-standing typo.
10459
10460 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * imap.el (imap-logout-timeout): New variable.
10463         (imap-logout, imap-logout-wait): New functions.
10464         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10465
10466         * nnimap.el (nnimap-logout-timeout): New server variable.
10467         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10468         nnimap-logout-timeout.
10469
10470         * gnus-art.el (gnus-article-summary-command-nosave)
10471         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10472
10473 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus.el (gnus-maximum-newsgroup): New variable.
10476
10477         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10478         according to gnus-maximum-newsgroup.
10479
10480         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10481         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10482         Limit the range of articles according to gnus-maximum-newsgroup.
10483
10484 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10485
10486         * gnus-art.el (gnus-sticky-article): Fix problems described in
10487         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10488         Don't perform gnus-configure-windows here; reuse existing sticky
10489         article buffer.
10490
10491         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10492         it doesn't exist in gnus-article-mode.
10493
10494 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10497         (gnus-agent-decoded-group-name): New function.
10498         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10499         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10500
10501 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10502
10503         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10504         Add binding for gnus-sticky-article.
10505         (gnus-summary-exit): Don't kill sticky article buffers.
10506
10507         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10508         article buffer.
10509         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10510         (gnus-kill-sticky-article-buffers): New commands.
10511
10512 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * nntp.el (nntp-xref-number-is-evil): New server variable.
10515         (nntp-find-group-and-number): If it is non-nil, don't trust article
10516         numbers in the Xref header.
10517
10518 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-agent.el (gnus-agent-read-group): New function.
10521         (gnus-agent-flush-group, gnus-agent-expire-group)
10522         (gnus-agent-regenerate-group): Use it.
10523         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10524         nnmail-pathname-coding-system.
10525
10526 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10529
10530         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10531         that are unread as unread, and also as selected so that information of
10532         marks having been changed by a user may be updated when exiting group.
10533
10534 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10537
10538 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10541         calculated ignoring signature parts to gnus-treat-article.
10542
10543 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10546         a point here in order to keep the window start.
10547         (gnus-insert-mime-security-button): Make a button overlay without the
10548         front stickiness.
10549         (gnus-mime-display-security): Goto the end of a button.
10550
10551         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10552
10553 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10556         group-name-at-point.
10557         (gnus-group-completing-read): New function that offers decoded
10558         non-ASCII group names for completion.
10559         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10560         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10561         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10562         (gnus-group-fetch-control): Use it.
10563         (gnus-fetch-group): Use group-name-at-point for the initial value
10564         rather than the default value; use gnus-alive-p.
10565
10566         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10567         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10568         (gnus-summary-post-news): Use gnus-group-completing-read.
10569
10570         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10571         (gnus-read-move-group-name): Decode group name for completion.
10572
10573 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10574
10575         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10576         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10577         Yamaoka slightly modified the code).
10578
10579 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10582         (nnmail-split-incoming): Bind it.
10583
10584         * nnml.el (nnml-group-name-charset): New function.
10585         (nnml-decoded-group-name): Use it; don't decode group name if
10586         nnmail-group-names-not-encoded-p is non-nil.
10587         (nnml-encoded-group-name): New function.
10588         (nnml-group-pathname): Inline nnml-decoded-group-name.
10589         (nnml-request-expire-articles): Decode group name in message.
10590         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10591         nnmail-pathname-coding-system.
10592         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10593         not decoded ones according to nnmail-group-names-not-encoded-p.
10594         (nnml-generate-active-info): Use nnml-encoded-group-name.
10595
10596 2007-08-08  Glenn Morris  <rgm@gnu.org>
10597
10598         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10599         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10600         doc-strings and comments.
10601
10602 2007-07-25  Glenn Morris  <rgm@gnu.org>
10603
10604         * Relicense all FSF files to GPLv3 or later.
10605
10606 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-sum.el (gnus-summary-move-article):
10609         Make gnus-summary-respool-article work.
10610
10611 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10614         string.
10615
10616 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10617
10618         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10619         that should be ignored when comparing distant RSS articles with local
10620         ones.
10621         (nnrss-make-hash-index): New function.  Create a hash index according
10622         to the ignored fields.
10623         (nnrss-check-group): Use it.
10624
10625 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10628
10629         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10630
10631         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10632         the new optional argument ENCODED is non-nil.
10633         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10634         coding system for encoding group name.
10635         (gnus-group-make-rss-group): Pass un-encoded group name to
10636         gnus-group-make-group.
10637         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10638         encoded.
10639
10640         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10641         Encode group name to which articles are moved or copied.
10642         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10643         coding system for encoding Newsgroup, Followup-To and Xref headers.
10644
10645         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10646         marks; use nnheader-file-coding-system to write a file.
10647         (nnagent-retrieve-headers): Bind file-name-coding-system to
10648         nnmail-pathname-coding-system.
10649
10650         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10651
10652         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10653         (nnml-request-article, nnml-request-create-group)
10654         (nnml-request-rename-group, nnml-find-id)
10655         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10656         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10657         (nnml-save-marks): Use nnml-group-pathname instead of
10658         nnmail-group-pathname.
10659
10660         (nnml-request-create-group, nnml-request-expire-articles)
10661         (nnml-request-move-article, nnml-request-delete-group)
10662         (nnml-deletable-article-p, nnml-possibly-create-directory)
10663         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10664         (nnml-open-marks): Bind file-name-coding-system to
10665         nnmail-pathname-coding-system.
10666
10667         (nnml-request-article): Pass server argument to nnml-find-group-number.
10668         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10669         Pass server argument to nnml-possibly-create-directory.
10670         (nnml-request-accept-article): Pass server argument to
10671         nnml-active-number and nnml-save-mail.
10672         (nnml-find-group-number): Pass server argument to nnml-find-id.
10673         (nnml-request-update-info): Pass server argument to
10674         nnml-marks-changed-p.
10675
10676         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10677         (nnml-save-mail, nnml-active-number): Add server argument.
10678
10679         (nnml-request-delete-group): Warn if group is missing.
10680         (nnml-get-nov-buffer): Decode group name.
10681         (nnml-generate-active-info): Encode group name.
10682         (nnml-open-marks): Decode group name in messages.
10683
10684 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10687         if it is not specified.
10688         (gnus-article-pipe-part, gnus-article-save-part)
10689         (gnus-article-interactively-view-part, gnus-article-copy-part)
10690         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10691         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10692         (gnus-article-replace-part, gnus-article-delete-part)
10693         (gnus-article-view-part-as-type): Pass raw prefix argument to
10694         gnus-article-part-wrapper.
10695
10696 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-agent.el (gnus-agent-save-active):
10699         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10700
10701         * gnus-cache.el (gnus-cache-save-buffers)
10702         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10703         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10704         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10705         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10706         (gnus-cache-generate-active, gnus-cache-rename-group)
10707         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10708         (gnus-cache-update-overview-total-fetched-for):
10709         Bind file-name-coding-system to nnmail-pathname-coding-system.
10710         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10711         New variables.
10712         (gnus-cache-decoded-group-name): New function.
10713         (gnus-cache-file-name): Use it.
10714         (gnus-cache-generate-active): Use non-decoded group name for active.
10715
10716         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10717         right place.
10718         (gnus-write-active-file): Don't break non-ASCII group names.
10719
10720         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10721         nnmail-pathname-coding-system.
10722
10723         * lpath.el: Bind default-file-name-coding-system,
10724         file-name-coding-system and language-info-alist for XEmacs.
10725
10726         * gnus-uu.el (gnus-uu-decode-save): Typo.
10727
10728 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10731
10732 2007-07-14  David Kastrup  <dak@gnu.org>
10733
10734         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10735         finishing actions if we did not edit the article.
10736
10737 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10740         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10741         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10742         (gnus-agent-flush-group, gnus-agent-flush-cache)
10743         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10744         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10745         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10746         (gnus-agent-regenerate-group)
10747         (gnus-agent-update-files-total-fetched-for)
10748         (gnus-agent-update-view-total-fetched-for):
10749         Bind file-name-coding-system to nnmail-pathname-coding-system.
10750         (gnus-agent-group-pathname): Don't encode file names by
10751         nnmail-pathname-coding-system.
10752         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10753         coding-system-for-write instead of buffer-file-coding-system to
10754         gnus-agent-file-coding-system.
10755
10756         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10757         Decode group name.
10758
10759         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10760
10761         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10762         (gnus-read-newsrc-el-file): Make group names unibyte.
10763
10764         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10765         nnmail-pathname-coding-system.
10766
10767         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10768         (nnrss-request-delete-group): Bind file-name-coding-system to
10769         nnmail-pathname-coding-system.
10770         (nnrss-read-server-data, nnrss-read-group-data):
10771         Bind file-name-coding-system correctly.
10772         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10773
10774         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10775         (nntp-server-to-method-cache): New variable.
10776         (nntp-group-pathname): New function that decodes non-ASCII group names.
10777         (nntp-possibly-create-directory, nntp-marks-changed-p)
10778         (nntp-save-marks, nntp-open-marks): Use it.
10779         (nntp-possibly-create-directory, nntp-open-marks):
10780         Bind file-name-coding-system to nnmail-pathname-coding-system.
10781         (nntp-open-marks): Decode group names when bootstrapping marks.
10782
10783         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10784         Newsgroups and Folowup-To headers.
10785
10786 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10789         (gnus-server-closed-face, gnus-server-denied-face)
10790         (gnus-server-offline-face): Remove variable.
10791         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10792
10793         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10794         of modifying message-stack directly for XEmacs.
10795
10796         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10797         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10798         if the coding-system argument is nil for XEmacs.
10799
10800         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10801         mm-charset-override-alist.
10802
10803         * rfc2047.el: Don't require base64; require rfc2045 for the function
10804         rfc2045-encode-string.
10805         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10806         to quote the parameter value.
10807
10808 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10811         form in gnus-group-name-charset-method-alist.
10812
10813         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10814         overrides the default layout edit-form.
10815
10816         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10817
10818         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10819
10820 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10823         as unfetched articles.
10824
10825 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10828
10829 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10832         original back end that keeps marks in the local system.
10833
10834 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10837         arg of pop-to-buffer for XEmacs.
10838         (gnus-article-read-summary-keys): Ditto; don't restore window
10839         configuration if summary command ends up with neither article buffer
10840         nor summary buffer; describe bindings if summary keys end with C-h.
10841
10842 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * message.el (message-fix-before-sending): Skip raw message part to be
10845         forwarded while checking illegible text.
10846         (message-forward-make-body-mime, message-forward-make-body):
10847         Mark signed or encrypted raw message as having no illegible text.
10848
10849 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10852         (gnus-message-with-timestamp-1): New macro.
10853         (gnus-message-with-timestamp): New function.
10854         (gnus-message): Use them.
10855
10856         * nnheader.el (nnheader-message): Use them.
10857
10858 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10861         .newsrc.eld file.
10862
10863 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-agent.el (gnus-agent-fetch-headers)
10866         (gnus-agent-retrieve-headers):
10867         Bind gnus-decode-encoded-address-function to identity.
10868
10869         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10870         available also when the server returns simply a dot.
10871
10872         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10873
10874 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10877
10878 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-ems.el (gnus-x-splash): Make it work.
10881
10882         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10883         from being used.
10884
10885         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10886
10887 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10890         4th and the 5th arguments.
10891
10892         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10893         the front stickiness.
10894         (gnus-article-summary-command-nosave): Correct the order of the
10895         arguments passed to pop-to-buffer.
10896         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10897         summary command ends up with the article buffer.
10898
10899         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10900         the same faces.
10901
10902 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10903
10904         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10905
10906 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10907
10908         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10909         * gnus-sum.el (gnus-summary-highlight):
10910         * pgg.el (pgg-sign-region, pgg-sign):
10911         * mail-source.el (mail-source-delete-old-incoming-confirm):
10912         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10913
10914 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (gnus-mime-view-part-externally)
10917         (gnus-mime-view-part-internally): Fix predicate function passed to
10918         completing-read.
10919
10920         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10921
10922         * gnus.el (gnus-update-message-archive-method): Add :version.
10923
10924 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus.el (gnus-update-message-archive-method): New variable.
10927
10928         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10929         according to gnus-message-archive-method if
10930         gnus-update-message-archive-method is non-nil.
10931
10932 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10935         Suggested by Loic Dachary <loic@dachary.org>.
10936         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10937
10938 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * message.el (message-pop-to-buffer): Add switch-function argument.
10941         (message-mail): Pass switch-function argument to it.
10942
10943 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10946         Improve doc string.
10947
10948 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10951         (gnus-header-content)
10952         * gnus-cite.el (gnus-cite-10)
10953         * gnus-srvr.el (gnus-server-closed)
10954         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10955         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10956         (gnus-group-mail-3-empty, gnus-group-mail-low)
10957         (gnus-group-mail-low-empty, gnus-splash)
10958         * message.el (message-header-to, message-header-cc)
10959         (message-header-subject, message-header-other, message-header-name)
10960         (message-header-xheader, message-separator, message-cited-text)
10961         (message-mml): Lighten colors of faces used for dark background.
10962
10963 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10964
10965         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10966         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10967
10968 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * message.el (message-narrow-to-headers-or-head):
10971         Ignore mail-header-separator in the body.
10972
10973 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10976         same as window size.
10977
10978 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10979
10980         * message.el (message-font-lock-keywords): Use message-header-xheader
10981         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10982         ahead of the anything pattern, to get it recognised.
10983
10984 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10987         spam.el loads uses it in the compiled defadvice form.
10988
10989 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10990
10991         * gnus-sum.el (gnus-articles-to-read)
10992         (gnus-summary-insert-old-articles): Don't truncate group name for
10993         `read-string'.
10994
10995         * gnus-util.el (gnus-limit-string): Delete this function.
10996
10997         * gnus-sum.el (gnus-simplify-subject-fully):
10998         Use `truncate-string-to-width' instead.
10999
11000 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11001
11002         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11003         Tell if, on summary exit, the next group has to be selected.
11004         (gnus-summary-exit): Use it.
11005
11006 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11009         non-break space.
11010
11011 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11014         Check if group is not a directory.
11015         (nnfolder-request-expire-articles): Don't delete articles if the target
11016         group is not available.
11017
11018         * nnml.el (nnml-request-create-group): Properly check if group is not a
11019         file.
11020         (nnml-request-expire-articles): Don't delete articles if the target
11021         group is not available.
11022
11023         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11024         Don't quote characters that are within parentheses.
11025
11026 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11029         (gnus-handle-ephemeral-exit): Select article according to it.
11030
11031 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * message.el (message-insert-formated-citation-line): Remove newline.
11034         (message-citation-line-format): Add final \n here so that the user can
11035         avoid a blank line.
11036
11037 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11038
11039         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11040         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11041         Update lanl/arXiv support.
11042
11043 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gnus.el: Bump version number.
11046
11047 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus.el (gnus-version-number): Bump version.
11050
11051 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11052
11053         * gnus.el: No Gnus v0.6 is released.
11054
11055 2007-04-27  Didier Verna  <didier@xemacs.org>
11056
11057         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11058         * gmm-utils.el (gmm-regexp-concat): ... here.
11059         * message.el: Don't require 'gnus-util.
11060         (message-dont-reply-to-names): Handle name change above.
11061         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11062
11063 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11066         since the initial value varies according to the system.
11067
11068 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11071
11072 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11073
11074         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11075
11076 2007-04-24  Didier Verna  <didier@xemacs.org>
11077
11078         Improve the type of gnus-ignored-from-addresses.
11079         * gnus-util.el (gnus-orify-regexp): New function.
11080         * message.el (gnus-util): Require it.
11081         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11082         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11084
11085 2007-04-24  Didier Verna  <didier@xemacs.org>
11086
11087         * gnus-sum.el:
11088         * gnus-utils.el: Fix some trailing whitespaces.
11089
11090 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11093         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11094         article's Message-ID; refer parent article in summary buffer.
11095
11096         * message.el (message-bounce): Call mime-to-mml.
11097
11098         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11099         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11100         optimize and/or forms properly.
11101
11102 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11105         URL.
11106
11107 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11110
11111 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11114         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11115         displayed of multipart/alternative part if it is invoked from summary
11116         buffer.
11117
11118         * mm-view.el (mm-inline-text-html-render-with-w3m)
11119         (mm-inline-text-html-render-with-w3m-standalone)
11120         (mm-inline-render-with-function): Use mail-parse-charset by default.
11121
11122 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11123
11124         * parse-time.el (parse-time-string-chars): Check if CHAR
11125         is less than the length of parse-time-syntax.
11126
11127 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11130         from gnus-newsgroup-processable.
11131
11132 2007-04-16  Didier Verna  <didier@xemacs.org>
11133
11134         * gnus-msg.el (gnus-configure-posting-styles):
11135         Handle message-signature-directory properly with :file syntax.
11136         Reported by "Leo".
11137
11138 2007-04-11  Didier Verna  <didier@xemacs.org>
11139
11140         New user option: message-signature-directory.
11141         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11142         * message.el (message-insert-signature): Ditto.
11143         * message.el (message-signature-file): Doc update.
11144         * message.el (message-signature-directory): New.
11145
11146 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * gnus-msg.el (gnus-inews-yank-articles):
11149         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11150
11151 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * message.el (message-yank-original): Make sure cited text ends with
11154         newline; don't exchange point and mark.
11155
11156 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11157
11158         * tls.el (open-tls-stream): Properly handle case where there
11159         is no associated buffer.
11160
11161 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11162
11163         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11164         message-yank-original, make sure (< mark TEXT point).
11165
11166 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * message.el (message-fill-column): New variable.
11169         (message-mode): Use it.  Add comment on a possible new hook.
11170
11171         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11172         (nnmail-get-new-mail): Reformat.
11173
11174         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11175
11176         * gmm-utils.el: Fix Commentary.
11177         (gmm-tool-bar-from-list): Fix typo in doc string.
11178
11179 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11180
11181         * message.el (message-yank-original): Don't switch point and mark
11182         unnecessarily to put point and mark as documented.
11183
11184 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11187         from the message heads.
11188
11189 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11190
11191         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11192         article buffer does not have a window.  This may not be the best
11193         solution but is certainly better than setting the start of the null,
11194         that is the current, window.
11195
11196 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11199         (gnus-draft-setup): Run it.
11200
11201         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11202         gnus-score-fast-scoring.  Allow regexp.
11203         (gnus-score-headers): Use it.
11204
11205         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11206         XEmacs.
11207
11208         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11209         string.
11210         (gnus-button-alist): Also catch `<f1> k ...'.
11211         (gnus-treat-display-x-face): Fix doc string.
11212
11213 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11214
11215         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11216         evaluation of gnus-extended-version to ensure correct generation of the
11217         User-Agent header when message-generate-headers-first is used.
11218
11219 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11220
11221         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11222         hashcash-path is nil.  Don't call callback with incorrect number of
11223         parameters if val is 0.
11224
11225 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11226
11227         * message.el (message-required-news-headers):
11228         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11229
11230 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11231
11232         * tls.el (open-tls-stream): In handshake-waiting loop,
11233         don't wait more if there is output available to process.
11234
11235 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11236
11237         * tls.el (tls-program): Doc fix.
11238
11239 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * message.el (message-generate-new-buffers): Change the meaning of the
11242         nil value; add `standard' to the choices; treat t as `unique'; improve
11243         doc string.
11244         (gnus-select-frame-set-input-focus): Autoload.
11245         (message-buffer-name): Search for the existing message buffer if
11246         message-generate-new-buffers is nil or `standard'; treat the value t of
11247         message-generate-new-buffers as `unique'.
11248         (message-pop-to-buffer): Raise the frame already displaying the message
11249         buffer; clear the echo area after querying.
11250         (message-setup): Pass the `continue' argument to compose-mail.
11251         (message-mail): Prefer `switch-function' if it is given; search for the
11252         existing message buffer if the `continue' argument is non-nil; pass
11253         continue and switch-function arguments to compose-mail by way of
11254         message-setup.
11255         (message-mail-other-window): Adjust argument of message-setup.
11256         (message-mail-other-frame): Ditto.
11257
11258 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11261         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11262         to turn font-lock on when turning gnus-message-citation-mode on.
11263
11264 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11265
11266         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11267         (mml-smime-function-alist): New variable; add epg as the backend.
11268         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11269         mml-smime- functions instead.
11270         * mm-view.el: Require smime.
11271
11272 2007-03-05  Didier Verna  <didier@xemacs.org>
11273
11274         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11275         instead of just inheritance for posting styles.
11276         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11277
11278 2007-02-24  Chris Moore  <dooglus@gmail.com>
11279
11280         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11281         * pgg-pgp.el (pgg-pgp-encrypt-region):
11282         * pgg-gpg.el (pgg-gpg-encrypt-region):
11283         Check pgg-encrypt-for-me if no other recipients.
11284
11285 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11286
11287         * tls.el (tls-certtool-program): Fix custom type.
11288
11289 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11292         and point-at-eol instead of line-(beginning|end)-position.
11293
11294         * assistant.el (assistant-parse-buffer): Ditto.
11295
11296         * netrc.el (netrc-parse-services): Ditto.
11297
11298 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11299
11300         * mml2015.el (mml2015-epg-find-usable-key): New function.
11301         (mml2015-epg-sign): Use it.
11302         (mml2015-epg-encrypt): Use it.
11303
11304 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * message.el (message-make-in-reply-to): Quote name containing
11307         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11308         if there are special characters.  Reported by NAKAJI Hiroyuki
11309         <nakaji@jp.freebsd.org>.
11310
11311 2007-02-27  Didier Verna  <didier@xemacs.org>
11312
11313         Include the group parameters as well as the topic ones in the
11314         inheritance filter process.
11315         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11316         argument GROUP-PARAMS-LIST.
11317         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11318
11319 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * nntp.el (nntp-never-echoes-commands)
11322         (nntp-open-connection-functions-never-echo-commands): New variables.
11323         (nntp-send-command): Use them.
11324
11325 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11326
11327         * mml2015.el (mml2015-epg-verify): Simplify.
11328
11329 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * mml.el (mml-content-disposition-alist): New user option.
11332         (mml-content-disposition): New function.
11333         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11334         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11335
11336 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11337
11338         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11339         verification.
11340
11341 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11342
11343         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11344         articles posted in the last 24 hours.
11345
11346 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11347
11348         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11349
11350 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11351
11352         * nntp.el (nntp-send-command): Don't wait for echoes when
11353         nntp-open-ssl-stream is used.
11354
11355 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11358         (gnus-message-add-citation-keywords)
11359         (gnus-message-remove-citation-keywords): Remove.
11360         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11361         directly, make the variables in font-lock-defaults buffer-local, add
11362         gnus-message-citation-keywords to them and then update the value of
11363         font-lock-keywords.
11364
11365 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * message.el (message-cite-original-1): Don't call
11368         gnus-article-highlight-citation.
11369
11370         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11371         citations; fix line count.
11372
11373 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11376         (gnus-message-add-citation-keywords)
11377         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11378         versions of font-lock-add-keywords and font-lock-remove-keywords to
11379         work with XEmacs correctly.
11380
11381 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-cite.el (gnus-cite-face-list): Set the values of
11384         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11385         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11386         (gnus-message-cite-prefix-regexp): New variable.
11387         (gnus-message-search-citation-line): Use it; protect against long
11388         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11389         the 0th match data for Emacs.
11390         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11391         (gnus-message-add-citation-keywords): Append keywords rather than
11392         prepending; emulate font-lock-add-keywords if it is not available.
11393         (gnus-message-remove-citation-keywords):
11394         Emulate font-lock-remove-keywords if it is not available.
11395
11396         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11397
11398         * message.el (message-cite-prefix-regexp): Set the value of
11399         gnus-message-cite-prefix-regexp.
11400
11401 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11402
11403         * nnweb.el (nnweb-google-parse-1): Update parser.
11404
11405 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11406
11407         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11408
11409 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11410
11411         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11412         regexp.
11413
11414 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11417         string-to-multibyte.
11418         (uudecode-decode-region-internal): Use it.
11419
11420         * lpath.el: Fbind string-as-multibyte for XEmacs.
11421
11422 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11425         Fix custom choice.
11426
11427         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11428
11429 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11430
11431         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11432
11433         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11434         `write-region' to respect `mm-inhibit-file-name-handlers'.
11435
11436 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11439         Use gnus-home-directory instead of "~/" or "$HOME".
11440
11441 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11442
11443         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11444         to mention filename.
11445         Add comments at beginning regarding usage.
11446         (encrypt-write-file-contents): Change interactive so a string is
11447         acceptable.  If the file has no associated model, show an error instead
11448         of a nonsense prompt.
11449
11450 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11451
11452         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11453         Thanks to Yoshihiko Yamada for kind notification of this typo.
11454
11455 2007-01-12  Kenichi Handa  <handa@m17n.org>
11456
11457         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11458         multibyte buffer.
11459
11460 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * gnus-score.el (gnus-score-fast-scoring): New variable.
11463         (gnus-score-headers): Use it.
11464
11465         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11466
11467         * message.el (message-cite-original-1):
11468         Call gnus-article-highlight-citation if requested.
11469         (message-make-from): Allow name and address as optional arguments.
11470
11471         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11472
11473         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11474         bugs to doc string.
11475         (gnus-button-alist): Add mid\\|message-id.
11476         (gnus-button-fetch-group): Extend for use in
11477         `browse-url-browser-function'.
11478         (gnus-button-url-regexp): Try to catch paired parentheses like in
11479         Wikipedia URLs.
11480
11481         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11482         Suggested by Simon Krahnke <overlord@gmx.li>.
11483
11484 2007-01-13  Romain Francoise  <romain@orebokech.com>
11485
11486         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11487         Update copyright.
11488
11489 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11490
11491         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11492
11493 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11494
11495         * gnus-registry.el (gnus-registry-unfollowed-groups)
11496         (gnus-registry-split-fancy-with-parent): Fix documentation.
11497
11498 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11501         from nnweb groups.
11502
11503 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11506         Xref urls.  Erase buffer before requesting head.
11507
11508         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11509
11510 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11513         customizable.
11514
11515 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11516
11517         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11518         no signing key is found.
11519         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11520         no encrypting and/or signing key is found.
11521
11522 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11525
11526 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11527
11528         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11529         headers read from disk with the ones newly found in the current search.
11530         This should no longer cause problems, because the article numbers in
11531         Gmane's `nov.php' output are ignored since the previous change.
11532
11533 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11534
11535         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11536
11537 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11540         replace-regexp-in-string; bind url-version; fbind display-images-p and
11541         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11542         find-face and set-itimer-function for Emacs; bind itimer-list for
11543         Emacs.
11544
11545         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11546
11547 2007-01-01  Romain Francoise  <romain@orebokech.com>
11548
11549         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11550
11551 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11552
11553         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11554         `define-minor-mode' macro definition expanded properly.
11555         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11556         exclude it there.
11557
11558         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11559         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11560         `fboundp' test.
11561         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11562         This is OK to autoload in (S)XEmacs now.
11563
11564 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11565
11566         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11567         keystroke.
11568         (gnus-summary-limit-to-singletons): Fix typo.
11569
11570         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11571         else fails.
11572
11573 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11574
11575         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11576         docstring.
11577
11578         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11579         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11580         (gnus-summary-insert-dormant-articles): Fix typo in message.
11581
11582 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11585         nil for XEmacs.
11586         (gnus-message-citation-mode): Don't autoload in XEmacs.
11587
11588         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11589
11590 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11591
11592         * nnimap.el (nnimap-expunge-search-string):
11593         Mention nnimap-search-uids-not-since-is-evil in docstring.
11594
11595 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * spam.el: Revert to make-obsolete-variable because
11598         define-obsolete-variable-alias is not supported in Emacs 21.
11599
11600         * spam.el (spam-ifile-path, spam-ifile-database-path)
11601         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11602         make-obsolete-variable.
11603         (spam-bsfilter-path, spam-bsfilter-program)
11604         (spam-spamassassin-path, spam-spamassassin-program)
11605         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11606         Don't use "path" inappropriately.
11607         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11608         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11609         variable names.
11610
11611 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11612
11613         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11614         summary buffer.
11615
11616         * password.el (password-cache-remove): Use clear-string to burn
11617         password, if available.
11618
11619 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11622
11623         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11624
11625         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11626         (gnus-message-highlight-citation): Move defcustom here from
11627         gnus-cite.el.
11628         (gnus-message-citation-mode): Autoload.
11629
11630         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11631         checks to make it compile with XEmacs.
11632         (gnus-message-citation-mode): New minor mode.
11633         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11634         (gnus-message-highlight-citation): New variables.
11635         (gnus-message-search-citation-line)
11636         (gnus-message-add-citation-keywords)
11637         (gnus-message-remove-citation-keywords)
11638         (turn-on-gnus-message-citation-mode)
11639         (turn-off-gnus-message-citation-mode): New functions.
11640
11641 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11642
11643         * gnus-cite.el: Enable highlighting of different citation levels in
11644         message-mode.
11645
11646 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * message.el (message-make-fqdn): Fix comment.
11649         (message-bogus-system-names): Add ".local".
11650
11651         * spam.el (spam-ifile-path, spam-ifile-program)
11652         (spam-ifile-database-path, spam-ifile-database)
11653         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11654         Don't use "path" inappropriately.
11655         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11656         strings.
11657         (spam-check-ifile, spam-ifile-register-with-ifile)
11658         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11659         Use new variable names.
11660
11661         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11662         (gnus-treat-display-smileys): Simplify using
11663         gnus-image-type-available-p.
11664
11665         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11666         available.
11667
11668         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11669         Use `display-images-p' if available.
11670
11671 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11674         one after turning on the buffer's multibyteness instead of decoding
11675         them directly in the unibyte buffer that causes unexpected conversion
11676         in Emacs 23 (unicode).
11677
11678 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11679
11680         * message.el (message-generate-hashcash): Fix custom type.
11681
11682 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11685
11686 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11689         disconnect icons.  Add help text.
11690
11691 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11692
11693         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11694         negated to be consistent with the others we handle.
11695
11696 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11699         version of gnus-summary-buffer to something, so that we can use two
11700         article buffers at the same time.
11701
11702 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11703
11704         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11705         trigger all the extra headers.
11706         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11707         sorting.
11708
11709 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11710
11711         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11712         solid groups.
11713
11714 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11715
11716         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11717
11718 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * legacy-gnus-agent.el: Add Copyright notice.
11721
11722 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11723
11724         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11725
11726 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11729
11730         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11731         to make it work reliably in CVS Emacs.
11732         (gnus-summary-limit-strange-charsets-predicate)
11733         (gnus-summary-limit-to-predicate): New functions.
11734
11735 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11736
11737         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11738         specifying array size.
11739         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11740         array if it is too small.
11741         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11742         (gnus-sort-threads-loop): New function.
11743
11744 2006-12-06  Chris Moore  <dooglus@gmail.com>
11745
11746         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11747         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11748
11749 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11750
11751         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11752         options.
11753
11754 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11755
11756         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11757         DOS-ing the recipient.
11758
11759         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11760         the headers when creating the mapping to avoid mismappings.
11761         (nnweb-gmane-create-mapping): Always nix out old mapping.
11762
11763 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11766         and mm-verify-option to never.
11767
11768 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * message.el (message-signed-or-encrypted-p): New function.
11771         (message-forward-make-body): Use it.
11772
11773         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11774         Replace encode-coding-string with mm-encode-coding-string.
11775
11776 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * nneething.el (nneething-decode-file-name):
11779         Replace decode-coding-string with mm-decode-coding-string.
11780
11781         * gnus-int.el (gnus-open-server): Say failed server's name.
11782
11783 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11784
11785         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11786         strings to a single string.  Quote `errors-file-name'.
11787         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11788         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11789         Adjust calls.  Use `shell-quote-argument'.
11790
11791 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11792
11793         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11794         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11795
11796         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11797         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11798         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11799         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11800         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11801         (gnus-subscribe-newsgroup, gnus-1):
11802         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11803         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11804         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11805         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11806
11807 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11810         keystroke.
11811         (gnus-summary-limit-to-bodies): Implement headersp.
11812
11813 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11816
11817 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11820
11821 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * message.el (message-generate-hashcash): Expand range of values to
11824         include `opportunistic'.
11825         (message-send-mail): Use it.
11826
11827 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11828
11829         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11830         and comment it.
11831
11832         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11833
11834 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-util.el (gnus-extract-address-components): Improve comment.
11837
11838 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-util.el (gnus-extract-address-components): Work with address in
11841         which the name portion contains @.
11842
11843         * lpath.el: Fbind custom-autoload.
11844
11845 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * gnus.el (gnus-start): Move custom group up.
11848         (gnus-select-method): Don't autoload, but make it available for
11849         `customize-variable'.
11850         (gnus-getenv-nntpserver): Don't autoload.
11851
11852 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11853
11854         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11855
11856 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * message.el (message-sendmail-extra-arguments): New variable.
11859         (message-send-mail-with-sendmail): Use it.
11860
11861 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11864         mm-with-unibyte-current-buffer to make string unibyte.
11865
11866         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11867         mm-string-as-multibyte.
11868
11869 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11870
11871         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11872         Reported by Werner Koch <wk@gnupg.org>.
11873
11874 2006-11-14  Daiki Ueno  <ueno@p360>
11875
11876         * mml2015.el: Autoload epa-select-keys when compiling.
11877
11878 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11879
11880         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11881         message-options.
11882         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11883
11884 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11885
11886         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11887         EasyPG (< 0.0.6).
11888         (mml2015-always-trust): New user option.
11889         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11890         prompt.
11891
11892 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * nntp.el (nntp-authinfo-force): New variable.
11895         (nntp-send-authinfo): Use it.
11896
11897 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11900         decode encoded words.  Improve prompt.  Add comment about forwarding.
11901         (message-replacement-char): Move up.
11902
11903 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11904
11905         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11906         instead of gnus-intersection because arguments of gnus-sorted-nunion
11907         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11908
11909 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11912         (message-simplify-subject-functions):
11913         Enable message-strip-subject-encoded-words by default.
11914
11915 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * message.el (message-strip-subject-encoded-words): New function.
11918         (message-simplify-subject-functions): New variable.
11919         (message-simplify-subject): Use it.  Fix typo in doc string.
11920         Support message-strip-subject-encoded-words.
11921
11922 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11923
11924         * gnus-diary.el (gnus-diary-delay-format-function):
11925         * nndiary.el (nndiary-reminders):
11926         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11927
11928 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * gnus-art.el (article-hide-boring-headers): Fetch date from
11931         gnus-original-article-buffer to avoid problems with localized date
11932         strings.
11933
11934 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11937
11938 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11941         New variables.
11942         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11943         (mm-charset-synonym-alist): Move some entries to
11944         mm-codepage-iso-8859-list.
11945         (mm-charset-synonym-alist, mm-charset-override-alist):
11946         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11947
11948 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11951
11952 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11955         with Emacs 21 and XEmacs.
11956
11957 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11958
11959         * spam.el (spam-parse-address): New function for better parsing,
11960         catching errors, etc.
11961         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11962
11963 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * mm-view.el: Add interactive arg to html2text autoload.
11966
11967 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11970
11971 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11974         New variables.
11975         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11976         (mm-charset-synonym-alist): Move some entries to
11977         mm-codepage-iso-8859-list.
11978
11979         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11980
11981 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * message.el (message-citation-line-format)
11984         (message-insert-formated-citation-line): Fix implementation of %E, %N
11985         and %n according to the doc string.
11986
11987 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11988
11989         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11990         Use car-safe to avoid bad parses.
11991
11992 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11995         names.
11996
11997         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11998
11999 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12002         header.
12003
12004         * message.el (message-draft-headers): Add Date.
12005         (message-headers-to-generate): Fix typo in docstring.
12006
12007         * nndraft.el (nndraft-required-headers): New variable.
12008         (nndraft-generate-headers): Use it.
12009
12010         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12011
12012 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12013
12014         * gnus-registry.el (gnus-registry-wash-for-keywords)
12015         (gnus-registry-find-keywords): New functions to allow easy searching of
12016         articles that are in the registry.
12017
12018 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12019
12020         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12021         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12022         Reported by Damien Elmes <damien@repose.cx>.
12023
12024 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * gnus.el (gnus-mime): Remove unused custom group.
12027
12028 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12029
12030         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12031         "blank line" when searching for end of armor headers.
12032
12033 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gmm-utils.el (gmm-write-region): Fix variable name.
12036
12037 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * gmm-utils.el (gmm-write-region): New function based on compatibility
12040         code from `mm-make-temp-file'.
12041
12042         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12043
12044         * nnmaildir.el (nnmaildir--update-nov)
12045         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12046         Use `gmm-write-region'.
12047
12048 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12051         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12052
12053         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12054
12055         * message.el (message-replacement-char): New variable.
12056         (message-fix-before-sending): Use it.
12057         (message-simplify-subject): New function to remove duplicate code.
12058         (message-reply, message-followup): Use it.
12059
12060         * gnus-sum.el (gnus-summary-make-menu-bar):
12061         Clarify gnus-summary-limit-to-articles.
12062
12063 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-util.el (gnus-with-local-quit): New macro.
12066
12067         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12068
12069 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12070
12071         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12072         ignore non-string data.
12073
12074 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12075
12076         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12077         non-string data (needs to be done in the registry too).
12078
12079 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12080
12081         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12082         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12083         (gnus-registry-split-fancy-with-parent)
12084         (gnus-registry-fetch-simplified-message-subject-fast)
12085         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12086         Remove text properties on ingress into the registry and when it's saved.
12087         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12088         registry from entries with no groups.
12089
12090 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12091
12092         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12093         function to remove string properties.
12094
12095 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gmm-utils.el (gmm): Adjust custom version.
12098
12099         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12100         Adjust custom version.
12101
12102         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12103
12104 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * gnus-art.el (gnus-insert-prev-page-button)
12107         (gnus-insert-next-page-button): Simplify.  Reformat.
12108
12109 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12110
12111         * gnus-art.el (gnus-insert-prev-page-button)
12112         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12113
12114 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12115
12116         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12117
12118 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12119
12120         * gnus-art.el (gnus-insert-mime-button)
12121         (gnus-insert-mime-security-button):
12122         Apply gnus-article-button-face to MIME and security buttons.
12123
12124 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12127         readable.
12128
12129 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12132
12133 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12134
12135         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12136         `browse-url-of-file' instead of `browse-url'.
12137
12138 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12139
12140         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12141         regexp.  Articles containing quotation were cut prematurely.
12142
12143 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * message.el (message-cite-original-1): Use nobody by default for the
12146         value of From header.
12147         (message-reply): Ditto.
12148
12149 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12150
12151         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12152         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12153         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12154
12155 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12158         mails in the doc string.  Add some URLs in comment.
12159         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12160
12161 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12164         backslashes handling and the way to find boundaries of quoted strings.
12165
12166 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12167
12168         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12169         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12170         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12171         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12172
12173 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12176         doc string.
12177         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12178
12179 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * lpath.el: Fbind epg-check-configuration.
12182
12183 2006-09-06  Simon Josefsson  <jas@extundo.com>
12184
12185         * mml2015.el (mml2015-use): Doc fix, mention epg.
12186
12187 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12188
12189         * mml2015.el (mml2015-use): Default to epg, if available.
12190
12191 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12192
12193         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12194         message-sender.
12195         (mml1991-epg-encrypt): Ditto.
12196         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12197         message-sender.
12198         (mml2015-epg-encrypt): Ditto.
12199
12200 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12201
12202         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12203         several common directories.
12204
12205 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12206
12207         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12208         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12209
12210 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-art.el (article-decode-encoded-words): Make it fast.
12213
12214 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12217
12218         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12219         in quoted string into `\'.
12220
12221 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12224         Use standard-syntax-table.
12225
12226 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (gnus-decode-address-function): New variable.
12229         (article-decode-encoded-words): Use it to decode headers which are
12230         assumed to contain addresses.
12231         (gnus-mime-delete-part): Remove useless `or'.
12232
12233         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12234         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12235         (gnus-nov-parse-line): Use it to decode From header.
12236         (gnus-get-newsgroup-headers): Ditto.
12237         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12238
12239         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12240         (mail-decode-encoded-address-string): New alias.
12241
12242         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12243         New function.
12244         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12245         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12246         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12247         (rfc2047-decode-string): Ditto.
12248         (rfc2047-decode-address-region): New function.
12249         (rfc2047-decode-address-string): New function.
12250
12251 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * message.el (message-caesar-buffer-body): Allow rotating headers.
12254
12255         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12256
12257         * message.el (message-insert-formated-citation-line): Fix %f.
12258         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12259
12260 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12263         (gnus-bookmark-mouse-available-p): New macro.
12264         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12265         (gnus-bookmark-bmenu-show-infos): Use it.
12266         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12267         (gnus-bookmark-bmenu-hide-infos): Ditto.
12268         (gnus-bookmark-remove-properties): New function.
12269         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12270         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12271         (gnus-bookmark-write-file): Bind coding-system-for-write.
12272         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12273         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12274         group before selecting it.
12275         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12276         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12277         quit-window if it is not available; use gnus-mouse-2 and bind it to
12278         gnus-bookmark-bmenu-select-by-mouse.
12279         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12280         (gnus-bookmark-bmenu-select-by-mouse): New function.
12281
12282 2006-08-13  Romain Francoise  <romain@orebokech.com>
12283
12284         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12285         space.
12286
12287 2006-08-10  Romain Francoise  <romain@orebokech.com>
12288
12289         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12290         (dns-mode-soa-auto-increment-serial): New user option.
12291         (dns-mode-soa-maybe-increment-serial): New function.
12292         (dns-mode): Add the latter to `write-contents-functions'.
12293
12294 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * compface.el (uncompface): Use binary rather than raw-text-unix.
12297
12298 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * compface.el (uncompface): Make sure the eol conversion doesn't take
12301         place when communicating with the external programs.
12302         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12303
12304 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12307
12308 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12309
12310         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12311         Make it more robust by parsing author and date independently.
12312
12313 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12316
12317 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12318
12319         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12320         first matching secret key.
12321         (mml2015-epg-encrypt): Ditto.
12322
12323         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12324         first matching secret key.
12325         (mml1991-epg-encrypt): Ditto.
12326
12327         * mml2015.el (mml2015-encrypt-to-self): New user option.
12328         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12329         mml2015-epg-encrypt-to-self is set.
12330
12331         * mml1991.el (mml1991-encrypt-to-self): New variable.
12332         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12333         mml1991-epg-encrypt-to-self is set.
12334
12335         * mml2015.el (mml2015-signers): New user option.
12336         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12337         (mml2015-epg-encrypt): Allow to select signing keys.
12338
12339         * mml1991.el (mml1991-signers): New variable.
12340         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12341         (mml1991-epg-encrypt): Allow to select signing keys.
12342
12343 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * nnheader.el (nnheader-insert-head): Make it work even if the file
12346         uses CRLF for the line-break code.
12347
12348 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12349
12350         * mml2015.el: Require mml-sec instead of password.
12351         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12352         (mml2015-cache-passphrase): Inherit the default value from
12353         mml-secure-cache-passphrase.
12354         (mml2015-passphrase-cache-expiry): Inherit the default value from
12355         mml-secure-passphrase-cache-expiry.
12356
12357         * mml1991.el: Require mml-sec instead of password.
12358         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12359         (mml1991-cache-passphrase): Inherit the default value from
12360         mml-secure-cache-passphrase.
12361         (mml1991-passphrase-cache-expiry): Inherit the default value from
12362         mml-secure-passphrase-cache-expiry.
12363
12364         * mml-sec.el: Require password.
12365         (mml-secure-verbose): New user option.
12366         (mml-secure-cache-passphrase): New user option.
12367         (mml-secure-passphrase-cache-expiry): New user option.
12368
12369 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12370
12371         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12372         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12373         andreas@altroot.de (Andreas Vögele).
12374
12375         FIXME: Use `tiny change'?
12376
12377 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12378
12379         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12380         workaround for the url package included with Emacs.
12381
12382         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12383
12384 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12387         correctly.  This fixes a bug caused by the 2006-05-12 change.
12388
12389 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12390
12391         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12392         some information about the error when saying that the `bogus' mail
12393         group will be used.
12394
12395 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12398         string.
12399
12400 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12401
12402         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12403
12404 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12405
12406         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12407
12408 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12409
12410         * mml1991.el (mml1991-function-alist): Add epg.
12411         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12412         (mml1991-epg-encrypt): New functions.
12413
12414 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12415
12416         * mml2015.el (mml2015-verbose): New variable.
12417         (mml2015-cache-passphrase): Ditto.
12418         (mml2015-passphrase-cache-expiry): Ditto.
12419         (mml2015-function-alist): Add epg.
12420         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12421         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12422         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12423         New functions.
12424
12425 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12426
12427         * message.el (message-cite-original-1): Preserve region when removing
12428         quoted text due to X-No-Archive in order to avoid bogus attribution
12429         when citing multiple messages.
12430
12431 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12432
12433         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12434         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12435
12436 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus-diary.el (gnus-user-format-function-d)
12439         (gnus-user-format-function-D): Autoload.
12440
12441         * imap.el (Commentary): Fix typo.
12442
12443         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12444         2006-04-22 contribution.
12445
12446 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12447
12448         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12449         It didn't really fix the bogosity I'm seeing with solid web groups.
12450
12451 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12452
12453         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12454         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12455         created using server names.  If we use the feature without declaring
12456         it, Gnus does not properly manage server and group state.
12457
12458         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12459         bound.
12460
12461 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12462
12463         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12464         looking up the method using GROUP's prefix before inventing a new one.
12465         It is used on killed/unknown groups in various places where returning
12466         an all-new method isn't expected by the caller.
12467
12468         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12469         and match semantics of gnus-group-real-prefix.
12470
12471 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * nnmail.el (nnmail-broken-references-mailers): New variable.
12474         (nnmail-ignore-broken-references): New function generalizing
12475         nnmail-fix-eudora-headers.
12476         (nnmail-fix-eudora-headers): Now obsolete.
12477
12478         * gnus-art.el (gnus-button-handle-custom):
12479         Support `customize-apropos*'.
12480
12481 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12482
12483         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12484
12485         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12486         articles.
12487
12488 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * message.el (message-cite-reply-above): New variable.
12491         (message-yank-original): Use it.
12492
12493 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12496
12497 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12500         as read.
12501
12502         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12503
12504 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12507         (gnus-bookmark-default-file): Use gnus-directory.
12508         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12509         Remove "*" in doc string.
12510         (gnus-bookmark-write-file): Simplify.
12511         (gnus-bookmark-maybe-sort-alist): Use `when'.
12512         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12513         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12514         Add FIXME about Emacs 21 and XEmacs compatibility.
12515         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12516         compatibility.
12517         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12518         compatibility.
12519         (gnus-bookmark-menu-heading): Fix version.
12520
12521 2006-06-19  Bastien Guerry  <bzg@altern.org>
12522
12523         * gnus-bookmark.el: New file.
12524
12525 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * message.el (message-syntax-checks): Doc fix.
12528
12529 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12530
12531         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12532         unsubscribed groups as if they were killed ones.  It causes duplicate
12533         entries in gnus-newsrc-alist.
12534
12535 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * message.el (message-syntax-checks): Doc fix.
12538         (message-send-mail): Add check for continuation headers.
12539         (message-check-news-header-syntax): Fix regexp used to check for
12540         continuation headers.
12541
12542 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12545
12546 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12549
12550 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12553         default-truncate-lines.
12554
12555 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12558         to fill the utf-8 entry.
12559
12560         * lpath.el: Fbind unicode-precedence-list.
12561
12562 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12563
12564         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12565
12566 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12567
12568         * gnus-agent.el (directory-files-and-attributes): Move all the way
12569         forward (the third and final move).
12570         (gnus-agent-read-agentview): Trap reconstruction errors due to
12571         nonexistent directory.  Handle by returning nil.
12572
12573 2006-05-30  Didier Verna  <didier@xemacs.org>
12574
12575         * message.el (message-dont-reply-to-names): Update the custom type.
12576         * message.el (message-dont-reply-to-names): New defsubst: potentially
12577         convert a list of regexps into a single one.
12578         * message.el (message-get-reply-headers): Use it.
12579         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12580
12581 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-agent.el (directory-files-and-attributes): Move forward.
12584
12585 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gnus-ml.el (gnus-mailing-list-subscribe)
12588         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12589         (gnus-mailing-list-message): Fix doc strings.
12590
12591 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12592
12593         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12594         of doing it manually.
12595
12596 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12597
12598         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12599         comment.
12600
12601 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12602
12603         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12604         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12605         (gnus-agent-read-local): All symbols allocated in my-obarray.
12606         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12607         (gnus-agent-regenerate-group): Check numeric names to see if they are
12608         messages or groups.
12609         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12610         better way of do this...)
12611
12612         * gnus-cache.el (gnus-agent-total-fetched-for):
12613         Ignore 'dummy.group' (there should be a better way of do this...)
12614
12615 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12618         (gnus-saved-headers): Ditto.
12619         (gnus-default-article-saver): Mention functions may have properties.
12620         (gnus-article-save): Override gnus-save-all-headers and
12621         gnus-saved-headers by :headers property which saver function may have.
12622         (gnus-summary-save-in-file): Add :headers property.
12623         (gnus-summary-write-to-file): Ditto.
12624
12625         * gnus-sum.el (gnus-summary-save-article): Bind
12626         gnus-prompt-before-saving to t when saving many articles in a file;
12627         always show all headers.
12628
12629         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12630
12631 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12634         marks.
12635
12636         * message.el (message-indent-citation): Add optional arguments to allow
12637         using it outside of message buffers.
12638
12639         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12640         (gnus-article-treat-unfold-headers): Use it.
12641         (gnus-article-truncate-lines): New variable.
12642         (gnus-article-mode): Use it.
12643         (gnus-article-toggle-truncate-lines): New function.
12644
12645         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12646         Add gnus-article-toggle-truncate-lines.
12647
12648         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12649         coding system in XEmacs, use binary.
12650
12651 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12654         after-load-alist.
12655
12656         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12657         this function should save decoded articles.
12658         (gnus-summary-write-to-file): Use property to specify this function
12659         should save decoded articles and specify gnus-summary-save-in-file
12660         should be used to save articles other than the first one when saving
12661         many articles.
12662         (gnus-summary-save-body-in-file): Use property to specify this
12663         function should save decoded articles.
12664         (gnus-summary-write-body-to-file): Use property to specify this
12665         function should save decoded articles and specify
12666         gnus-summary-save-body-in-file should be used to save articles other
12667         than the first one when saving many articles.
12668
12669         * gnus-sum.el (gnus-summary-save-article): Simplify.
12670
12671 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-art.el (gnus-default-article-saver):
12674         Add gnus-summary-write-body-to-file.
12675         (gnus-article-save-coding-system): Don't use coding system object
12676         in XEmacs.
12677         (gnus-read-save-file-name): Add optional `dir-var' argument which
12678         specifies directory in which files are saved; work even if optional
12679         `variable' argument is not specified.
12680         (gnus-summary-write-to-file): Read file name.
12681         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12682         (gnus-summary-write-body-to-file): New function.
12683
12684         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12685         (gnus-summary-local-variables): Add it.
12686         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12687         (gnus-summary-save-article): Remove optional `decode' argument;
12688         determine whether to decode articles by the value of
12689         gnus-default-article-saver; when saving many files using
12690         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12691         it first and use gnus-summary-save-in-file or
12692         gnus-summary-save-body-in-file thereafter unless
12693         gnus-prompt-before-saving is always; move point to article which
12694         will be saved.
12695         (gnus-summary-save-article-file): Revert.
12696         (gnus-summary-write-article-file): Revert.
12697         (gnus-summary-save-article-body-file): Revert.
12698         (gnus-summary-write-article-body-file): New function.
12699
12700 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * gnus-art.el (gnus-default-article-saver): Doc fix.
12703         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12704         from gnus-summary-save-article-coding-system, and default to a
12705         certain coding system.
12706         (gnus-output-to-file): Add coding cookie and encode text according
12707         to gnus-article-save-coding-system; don't use mm-append-to-file.
12708
12709         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12710         gnus-art.el and rename to gnus-article-save-coding-system.
12711         (gnus-summary-save-article): Require gnus-art; don't show all
12712         headers if it decodes articles; don't add coding cookie here;
12713         don't bind mm-text-coding-system-for-write.
12714         (gnus-summary-save-article-file): Save decoded articles.
12715         (gnus-summary-write-article-file): When saving many files, use
12716         gnus-summary-write-to-file first and gnus-summary-save-in-file
12717         thereafter unless gnus-prompt-before-saving is always.
12718         (gnus-summary-save-article-body-file): Save decoded articles.
12719
12720         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12721
12722 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * nnrss.el (nnrss-check-group): Bind hash-index.
12725
12726 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12727
12728         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12729         its hash index.  Store this hash in `nnrss-group-data'.
12730         (nnrss-read-group-data): Update accordingly.
12731
12732 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12735         entry.
12736
12737         * gnus-sum.el (gnus-summary-make-menu-bar):
12738         Add gnus-article-browse-html-article.
12739
12740 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12741
12742         * gnus-sum.el (gnus-summary-mime-map):
12743         Add gnus-article-browse-html-article.
12744
12745         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12746
12747 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12750         suitable coding systems in customize.
12751
12752 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * mail-source.el (mail-sources): Fix custom type.
12755
12756 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12759         (gnus-summary-expire-articles-now): Shorten prompt.
12760
12761         * gmm-utils.el (wid-edit): Require.
12762         (defun-gmm): Rename from `gmm-defun-compat'.
12763         (gmm-image-search-load-path): Use it.
12764         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12765
12766 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-sum.el (gnus-summary-save-article-coding-system):
12769         New variable.
12770         (gnus-summary-save-article): Add optional `decode' argument.
12771         If it is set and gnus-summary-save-article-coding-system is non-nil,
12772         save decoded article.
12773         (gnus-summary-write-article-file): Save decoded article if
12774         gnus-summary-save-article-coding-system is non-nil.
12775
12776         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12777         type.
12778
12779 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12782
12783 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12786         first to test gnus-single-article-buffer which may be buffer-local.
12787
12788         * gnus-sum.el (gnus-summary-setup-buffer):
12789         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12790         group; make gnus-article-buffer, gnus-article-current, and
12791         gnus-original-article-buffer always buffer-local.
12792         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12793         group.
12794         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12795
12796 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * nnml.el (nnml-request-compact-group): Compressed files might not
12799         have .gz extension.
12800
12801 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12802
12803         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12804         (mm-copy-to-buffer): Use with-current-buffer.
12805         (mm-display-part): Simplify.
12806         (mm-inlinable-p): Add optional arg `type'.
12807
12808 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12809
12810         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12811         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12812         Try harder to show the attachment internally or externally using
12813         gnus-mime-view-part-as-type.
12814
12815 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * message.el (message-from-style, message-signature-separator)
12818         (message-user-organization-file, message-send-mail-function)
12819         (message-citation-line-function, message-yank-prefix)
12820         (message-indent-citation-function, message-signature)
12821         (message-signature-file, message-signature-insert-empty-line):
12822         Remove autoloads.
12823
12824         * gnus-art.el (gnus-buttonized-mime-types):
12825         Remove "multipart/signed".  Revert 2006-04-26 change.
12826
12827 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828
12829         * gnus.el (gnus-version-number): Bump version.
12830
12831 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12832
12833         * gnus.el: No Gnus v0.5 is released.
12834
12835 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12836
12837         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12838         fetching articles by message-id.
12839
12840 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12841
12842         * message.el (hashcash): Require hashcash as normal.
12843
12844         * ecomplete.el (ecomplete-highlight-match-line):
12845         Use point-at-eol.
12846         (ecomplete-highlight-match-line): Use `highlight', because that
12847         face exists in both Emacs and XEmacs.
12848
12849         * message.el (message-display-abbrev): Use point-at-bol.
12850
12851         * mail-source.el: Don't require timer/timer-funcs.
12852
12853         * gnus-async.el: Ditto.
12854
12855         * password.el: Ditto.
12856
12857         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12858
12859         * mm-url.el: Ditto.
12860
12861         * gnus-xmas.el: Don't require timer-funcs.
12862
12863         * mm-util.el: Require timer/timer-funcs.
12864
12865 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12866
12867         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12868         Close.
12869
12870 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12873         unibyte after clear-decrypt function runs.
12874
12875         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12876         returns as a unibyte string.
12877
12878 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * lpath.el: Revert.
12881
12882         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12883         (pgg-gpg-process-sentinel): Revert.
12884
12885         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12886         (pgg-pgp-lookup-key): Revert.
12887
12888         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12889         (pgg-pgp5-lookup-key): Revert.
12890
12891         * pgg.el (pgg-fetch-key): Revert.
12892
12893 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * lpath.el: Fbind string-as-multibyte for XEmacs.
12896
12897         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12898         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12899         (mml1991-pgg-encrypt): Ditto.
12900
12901         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12902         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12903         a multibyte buffer.
12904
12905         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12906         (pgg-pgp-lookup-key): Ditto.
12907
12908         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12909         (pgg-pgp5-lookup-key): Ditto.
12910
12911         * pgg.el (pgg-fetch-key): Ditto.
12912
12913 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * message.el (message-user-organization-file): Check several
12916         locations of the organization file.
12917
12918         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12919         Add gnus-article-view-part-as-type.
12920
12921         * gnus-art.el (gnus-article-view-part-as-type): New function.
12922
12923         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12924         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12925
12926         * mml.el: Simplify autoload.
12927         (mml-mode): defvar dnd-protocol-alist instead of using
12928         symbol-value.
12929         (mml-default-directory): New variable.
12930         (mml-minibuffer-read-file): Use it.
12931         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12932
12933         * message.el (message-citation-line-format): New variable.
12934         (message-insert-formated-citation-line): New function.
12935         (message-citation-line-function):
12936         Add `message-insert-formated-citation-line' to custom type.
12937
12938         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12939         to doc string.
12940
12941         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12942         depending on mm-verify-option.
12943
12944 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12947         binding pgg-* variables; reimplement the section which prevents
12948         MIME header from being signed.
12949         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12950         pgg-text-mode; remove a blank line at the top of body.
12951
12952         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12953         lines at the top of body; use gnus-newsgroup-charset if there's no
12954         Charset header.
12955
12956 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * message.el (message-self-insert-commands): Doc fix.
12959
12960         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12961         (mm-uu-pgp-encrypted-test): Ditto.
12962         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12963         between header and body; return application/pgp-encrypted handle
12964         if decryption failed; decode decrypted body by charset.
12965
12966         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12967         element match to application/pgp-*.
12968
12969 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12970
12971         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12972         HTML.
12973
12974 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * mail-source.el (mail-source-call-script): Message the error
12977         string.
12978
12979 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12980
12981         * gnus-util.el (gnus-byte-compile): Use it.
12982
12983 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12984
12985         * gnus-util.el (kill-empty-logs): New function.
12986
12987 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12988
12989         * message.el (message-mail-alias-type): Doc fix.
12990         (message-mail-alias-type-p): New function.
12991         (message-send): Use it.
12992         (message-mode): Ditto.
12993         (message-strip-forbidden-properties): Ditto.
12994
12995         * ecomplete.el (ecomplete-database-file-coding-system):
12996         New variable.
12997         (ecomplete-save): Use it.
12998         (ecomplete-setup): Use it.
12999
13000 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * message.el (message-self-insert-commands): New variable.
13003         (message-strip-forbidden-properties): Use it.
13004
13005 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13008         that doesn't make XEmacs choke.
13009
13010 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gnus-util.el (gnus-replace-in-string):
13013         Prefer replace-regexp-in-string over of replace-in-string.
13014
13015 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * gnus-util.el (gnus-select-frame-set-input-focus):
13018         Use select-frame-set-input-focus if it is available in XEmacs; use
13019         definition defined in Emacs 22 for old Emacsen.
13020
13021         * dgnushack.el: Autoload unmorse-region for XEmacs.
13022
13023         * lpath.el: Bind cursor-in-non-selected-windows and
13024         select-frame-set-input-focus for XEmacs.
13025
13026 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13029
13030 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * gnus-registry.el (gnus-registry-cache-save): Remove text
13033         properties when saving via the temp buffer.
13034
13035 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * message.el (message-generate-hashcash): Honor custom type.
13038
13039 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13040
13041         * message.el (message-generate-hashcash): Default to non-nil when
13042         hashcash is found.
13043
13044         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13045         (gnus-refer-thread-limit): Increase default to 500.
13046
13047         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13048
13049         * flow-fill.el (fill-flowed): Allow delete-space.
13050
13051 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13054         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13055         Remove autoloads.
13056
13057 2006-04-18  Simon Josefsson  <jas@extundo.com>
13058
13059         * message.el (message-generate-hashcash): Default to.
13060
13061 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13064         concatenating segments rather than before concatenating them.
13065
13066 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13069
13070 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13073
13074         * message.el (message-forward-make-body-plain):
13075         Allow message-forward-ignored-headers to be a list.
13076         (message-remove-ignored-headers): Factor out into function.
13077         (message-forward-make-body-mml): Use it.
13078
13079         * imap.el (imap-quote-specials): New function.
13080         (imap-login-auth): Quote specials.
13081
13082         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13083         (rfc2231-parse-string): Allow concatanation of parameters that
13084         aren't contiguous.  The test case is
13085           (mail-header-parse-content-type "message/external-body;
13086             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13087             access-type=LOCAL-FILE;
13088             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13089
13090 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13091
13092         * nntp.el (nntp-accept-process-output): Return the value of
13093         `nnheader-accept-process-output'.
13094
13095 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13098         (gnus-button-alist): Recognize more diff formats.
13099         (gnus-button-patch): Strip directory.
13100
13101 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13102
13103         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13104         Emacs 22 when setting focus.
13105
13106 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107
13108         * gnus-art.el (gnus-article-treat-types): Do treatment of
13109         text/x-verbatim parts.
13110         (gnus-button-patch): New command.
13111
13112         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13113         addresses that contain invalid characters.
13114
13115 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * message.el (message-put-addresses-in-ecomplete):
13118         Use gnus-replace-in-string.
13119         (message-is-yours-p): Use the more correct
13120         mail-header-parse-address instead of
13121         mail-extract-address-components.
13122         (message-put-addresses-in-ecomplete): Fix typo.
13123
13124         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13125         keystroke.
13126
13127         * gnus-art.el (gnus-treatment-function-alist): Change order of
13128         newsgroups/generic header folding to avoid double-folding.
13129
13130         * message.el (message-hidden-headers): Add X-Draft-From.
13131
13132         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13133         New command.
13134         (gnus-summary-repeat-search-article-backward): New command.
13135
13136         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13137         groups in the parent topic.
13138
13139 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13140
13141         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13142         (spam-extra-header-to-number): Return the CRM114 number as a
13143         number instead of a string.
13144
13145 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13146
13147         * gnus-art.el (gnus-face-properties-alist): Move here from
13148         gnus-fun.
13149
13150         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13151
13152 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153
13154         * message.el (message-strip-forbidden-properties): Only display on
13155         self-insert-command.
13156
13157         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13158         reindent.
13159         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13160
13161 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13162
13163         * smiley.el (smiley-style): Fix typo.
13164
13165 2006-03-23  Kenichi Handa  <handa@m17n.org>
13166
13167         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13168         instead of set-buffer-multibyte.
13169
13170 2006-03-23  Kenichi Handa  <handa@m17n.org>
13171
13172         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13173         buffer and then decode the buffer text if necessary.
13174         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13175         first, and after mm-encode-body, change the buffer to unibyte.
13176
13177 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * hashcash.el (hashcash-insert-payment-async-2):
13180         Use message-goto-eoh instead of doing it manually.
13181         (mail-add-payment): Use message-narrow-to-header instead of trying
13182         to do the same itself.
13183
13184         * message.el (message-hidden-headers): Add Face.
13185
13186         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13187         reparenting code.
13188         (gnus-summary-reparent-children): Refactored out code.
13189         (gnus-summary-thread-map): New keystroke.
13190         (gnus-summary-reparent-children): Make into command.
13191
13192         * smiley.el (smiley-style): Default to `medium' if using a large
13193         font.
13194
13195         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13196         does it itself.
13197
13198         * message.el (message-point-in-header-p): Simplify definition.
13199
13200 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13201
13202         * nnagent.el (nnagent-request-set-mark): Silence log file
13203         writing.
13204         (nnagent-request-set-mark): Use write-region instead of
13205         append-to-file.
13206
13207         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13208         strange select method.
13209
13210         * ecomplete.el (ecomplete-display-matches): Get highlightling
13211         right.
13212         (ecomplete-display-matches): Use literals.
13213         (ecomplete-display-matches): Disable message logging.
13214
13215         * message.el (message-display-abbrev): Small optimization.
13216
13217         * ecomplete.el (ecomplete-display-matches): Allow automatic
13218         display.
13219
13220         * message.el (message-strip-forbidden-properties):
13221         Display abbrevs.
13222         (message-display-abbrev): Get automatic display right.
13223
13224         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13225         keystrokes.
13226
13227 2006-04-13  Romain Francoise  <romain@orebokech.com>
13228
13229         TODO: Backport to v5-10!
13230
13231         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13232         Move here (and rename) from gnus-registry.el.
13233
13234         * gnus-registry.el: Require gnus-util.
13235         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13236
13237 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * gnus-group.el (gnus-group-catchup-current):
13240         Change if-then-else-if-then-else into cond.
13241         (gnus-group-catchup): Indent.
13242         (group-name-at-point): New function.
13243         (gnus-fetch-group): Provide default from thing at point.
13244
13245 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13246
13247         * message.el (message-display-abbrev): Fix regexp.
13248
13249         * ecomplete.el (ecomplete-highlight-match-line):
13250         Reimplement choosing.
13251         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13252         dead variables.
13253
13254         * message.el (message-newline-and-indent): Remove debugging.
13255         (message-display-abbrev): Use new implementation.
13256
13257 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * gnus-art.el (gnus-article-mode):
13260         Set cursor-in-non-selected-windows to nil.
13261
13262         * smiley.el: Revert previous change.
13263         (smiley-data-directory): defvar it before using it in the
13264         defcustom of `smiley-style'.
13265
13266 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13267
13268         * message.el (message-newline-and-indent): New function.
13269
13270         * ecomplete.el: Implement more bits.
13271
13272         * message.el (message-put-addresses-in-ecomplete): Clean up the
13273         string.
13274
13275         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13276
13277         * gnus-sum.el (gnus-summary-save-parts):
13278         Bind gnus-summary-save-parts-counter and use it to make unique file
13279         names.
13280
13281         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13282
13283         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13284         parameter to say whether to actually parse the individual
13285         addresses.
13286
13287         * message.el (message-put-addresses-in-ecomplete): New function.
13288         (ecomplete): Require.
13289         (message-mail-alias-type): Add ecomplete as an option.
13290
13291 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13292
13293         * flow-fill.el (fill-flowed): Remove trailing space from blank
13294         quoted lines.
13295
13296 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13297
13298         * smiley.el (smiley-style): Move definition later to avoid a
13299         compilation warning.
13300
13301 2006-04-12  Kenichi Handa  <handa@m17n.org>
13302
13303         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13304         buffer and then decode the buffer text if necessary.
13305         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13306         first, and after mm-encode-body, change the buffer to unibyte.
13307         Use mm-disable-multibyte instead of set-buffer-multibyte.
13308
13309 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13312         Content-Type header instead of Content-Disposition header.
13313         (gnus-mime-inline-part): Ditto.
13314         (gnus-mime-view-part-as-charset): Ignore charset that the part
13315         specifies.
13316
13317         * mm-decode.el (mm-display-part): Work with external parts and
13318         usual parts similarly.
13319
13320         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13321         instead of gnus-display-mime.
13322
13323         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13324         instead of with-temp-buffer.
13325
13326         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13327         tag to summarized topics part in order to encode non-ASCII text.
13328
13329 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * smiley.el (smiley-style): New variable.
13332         (smiley-directory): New function.
13333         (smiley-data-directory): Derive from `smiley-style' using
13334         `smiley-directory'.
13335         (smiley-regexp-alist): Add new entries.
13336
13337         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13338         (gnus-article-browse-delete-temp): Add :version.
13339
13340 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13341
13342         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13343         the sieve region.
13344
13345 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13346
13347         * gnus.el (gnus-version-number): Bump version.
13348
13349 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * gnus.el: No Gnus v0.4 is released.
13352
13353 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13354
13355         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13356         layout.
13357
13358         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13359         unknown charset.
13360
13361         * message.el (message-header-synonyms): Add Original-To to the
13362         default.
13363
13364         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13365         optional parameter.
13366
13367 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * gnus-fun.el (gnus): Require it for gnus-directory.
13370
13371 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13374
13375 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13376
13377         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13378
13379 2006-04-05  Simon Josefsson  <jas@extundo.com>
13380
13381         * password.el (password-reset): New function.
13382
13383 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13384
13385         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13386         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13387
13388 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13389
13390         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13391         Some whitespace was matched into the url, which broke browsing hits
13392         > 100 when mm-url-use-external was nil.
13393
13394 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13397         Check gnus-extra-headers for 'Newsgroups.
13398
13399         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13400         bound.
13401
13402 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13403
13404         * pgg-gpg.el: Clean up process buffers every time gpg processes
13405         complete.
13406
13407 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13410         doc string.
13411
13412 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13413
13414         * pgg-gpg.el (pgg-gpg-process-filter)
13415         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13416
13417         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13418         lines, temporary fix.
13419
13420 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13423
13424 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13425
13426         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13427         default-enable-multibyte-characters.  This reverts the change from
13428         revision 6.17 which is no longer necessary because the passphrase
13429         is sent separately now.  GnuPG messages are unreadable under
13430         multibyte locales with default-enable-multibyte-characters set to
13431         nil.
13432
13433 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-tool-bar-gnome): Move "spell".
13436
13437 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13440         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13441         instead.
13442
13443 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13444
13445         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13446         Improve newsgroups handling for NNTP overviews which don't include
13447         Newsgroups.
13448
13449 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13450
13451         * message.el (message-resend): Bind message-generate-hashcash to nil.
13452
13453 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13454
13455         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13456         when searching for already-paid recipients.
13457
13458 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13459
13460         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13461         passphrases when it is not needed.
13462         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13463         passphrase stuff from gpg, should only be necessary when you use
13464         gpg with a smartcard.
13465
13466 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * mml.el (mml-insert-mime): Ignore cached contents of
13469         message/external-body part.
13470
13471         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13472         (mm-insert-part): Ditto.
13473
13474 2006-03-23  Simon Josefsson  <jas@extundo.com>
13475
13476         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13477         Reiner.
13478         (pgg-gpg-use-agent-p): Use it again.
13479
13480 2006-03-23  Simon Josefsson  <jas@extundo.com>
13481
13482         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13483         older emacsen.
13484         (pgg-gpg-use-agent-p): Don't use it.
13485
13486 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13489         if we can.
13490
13491 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13492
13493         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13494         (pgg-gpg-update-agent): New function.
13495         (pgg-gpg-use-agent-p): New function.
13496         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13497         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13498         (pgg-gpg-sign-region): Use it.
13499
13500 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13503         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13504
13505 2006-03-21  Simon Josefsson  <jas@extundo.com>
13506
13507         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13508         <wilde@sha-bang.de>.
13509         (pgg-gpg-use-agent): New variable.
13510         (pgg-gpg-process-region): Use it.
13511         (pgg-gpg-encrypt-region): Likewise.
13512         (pgg-gpg-encrypt-symmetric-region): Likewise.
13513         (pgg-gpg-decrypt-region): Likewise.
13514         (pgg-gpg-sign-region): Likewise.
13515         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13516
13517 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13520
13521         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13522         Add comment on version.
13523
13524 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * smiley.el: Add missing test smiley.
13527
13528 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * mm-decode.el (mm-with-part): New macro.
13531         (mm-get-part): Use it; work with message/external-body as well.
13532         (mm-save-part): Treat name and filename equally.
13533
13534         * mm-extern.el (mm-extern-cache-contents): New function.
13535         (mm-inline-external-body): Use it; force the part to be displayed;
13536         move undisplayer added to the cached handle to the parent.
13537
13538         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13539         (gnus-mime-view-part-as-type): Work with message/external-body.
13540
13541         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13542
13543 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13546         images in image-load-path.  [Sync with image.el, revision 1.60, in
13547         Emacs.]
13548
13549 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13552         path rather than symbol.  Always return list of directories.
13553         Guarantee that image directory comes first.  [Sync with image.el,
13554         revision 1.59, in Emacs.]
13555
13556         * message.el (message-make-tool-bar): Adjust to new API of
13557         `gmm-image-load-path-for-library'.
13558
13559         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13560
13561         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13562
13563 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13564
13565         * gnus-art.el (gnus-article-only-boring-p):
13566         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13567         intangible text.
13568         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13569
13570 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13573         Use `defun' instead of `gmm-defun-compat'.
13574
13575 2006-03-14  Simon Josefsson  <jas@extundo.com>
13576
13577         * message.el (message-unique-id): Don't use message-number-base36
13578         if (user-uid) is a float.
13579         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13580
13581 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13584
13585         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13586         empty line between a part and a message part.
13587
13588 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * smiley.el: Add more test smileys.
13591         (smiley-data-directory, smiley-regexp-alist)
13592         (gnus-smiley-file-types): Fix doc strings.
13593         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13594         adding new elements.
13595         (smiley-mouse-map): Unused code.  Make it a comment.
13596
13597 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13600         scan latest NoCeM messages instead of old ones.
13601         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13602         delimiters that are recently used.
13603         (gnus-nocem-load-cache): Add autoload cookie.
13604
13605         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13606
13607         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13608         level which is larger than gnus-use-nocem is specified.
13609
13610         * gnus-group.el (gnus-group-get-new-news): Ditto.
13611
13612 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * gnus-util.el (gnus-tool-bar-update): New function.
13615
13616         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13617         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13618
13619         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13620
13621         * gnus-group.el (gnus-group-redraw-when-idle)
13622         (gnus-group-redraw-check): Remove.
13623         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13624
13625 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13628         if optional last element is specified in splits (FIELD VALUE...).
13629
13630 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13633         to gmm-image-load-path-for-library.  Call with no-error argument.
13634         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13635
13636         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13637
13638         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13639
13640         * gmm-utils.el (gmm-image-load-path): Remove alias.
13641
13642 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * gmm-utils.el (gmm-image-load-path): Add alias.
13645
13646         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13647         nnml-generate-nov-databases-1.
13648         (nnml-generate-nov-databases): Use it.
13649         (nnml-generate-nov-databases-directory): Document no-active
13650         argument.
13651
13652         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13653         directory if path is t.  Add no-error.
13654
13655         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13656         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13657
13658         * gnus-art.el (gnus-article-browse-delete-temp-files):
13659         Simplify resetting gnus-article-browse-html-temp-list.
13660
13661         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13662         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13663         Add example to docstring.  Rename local variables.  Move error
13664         checks to default case in cond and simplify.
13665
13666 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13669         handle is multipart when calling it recursively.
13670         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13671
13672 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13673
13674         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13675         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13676
13677 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13680         is loaded.
13681
13682         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13683         loaded.
13684
13685 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13688         to "Emacs 23 (unicode)" in doc string.
13689
13690         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13691         "Emacs 23 (unicode)" in comment.
13692
13693 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13696
13697         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13698         characters 160 through 255 in Emacs 23.
13699
13700 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13703         gnus-article-browse-html-temp.
13704         (gnus-article-browse-delete-temp): Make it customizable.
13705         Add `file'.  Adjust doc string.
13706         (gnus-article-browse-delete-temp-files): Add argument.
13707         Allow query for each file.  Adjust doc string.
13708         (gnus-article-browse-html-parts):
13709         Add `gnus-article-browse-delete-temp-files' to
13710         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13711
13712 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13713
13714         * gnus-art.el (gnus-article-browse-html-temp)
13715         (gnus-article-browse-delete-temp): New variables.
13716         (gnus-article-browse-delete-temp-files): New function.
13717         (gnus-article-browse-html-parts): Use it.
13718
13719 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13722
13723         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13724         string.
13725
13726         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13727         gnus-summary-insert-new-articles when unplugged.
13728         Remove gnus-summary-search-article-forward.
13729
13730         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13731         display-visual-class instead of display-color-cells.
13732
13733 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * dgnushack.el: Autoload customize-group for XEmacs.
13736
13737         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13738         message/* containing non-ASCII text properly.
13739
13740 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * message.el: Require gmm-utils, remove autoloads.
13743         (message-tool-bar): Set default based on
13744         gmm-tool-bar-style.
13745         (message-tool-bar-gnome): Add gmm-customize-mode.
13746
13747         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13748         gmm-tool-bar-style.
13749         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13750
13751         * gnus-group.el (gnus-group-tool-bar): Set default based on
13752         gmm-tool-bar-style.
13753         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13754
13755         * gmm-utils.el (gmm-image-directory): Rename variable from
13756         gmm-image-load-path.
13757         (gmm-image-load-path): Use gmm-image-directory.
13758         (gmm-customize-mode): New function.
13759         (gmm-tool-bar-style): New variable.
13760
13761         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13762         gnus-group-redraw-line-number.
13763         (gnus-group-redraw-check): Simplify.
13764         (gnus-group-tool-bar-update): Remove redraw check.
13765         (gnus-group-make-tool-bar): Add redraw check.
13766
13767 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13768
13769         * gnus-art.el (gnus-button): Add missing parentheses.
13770
13771 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * lpath.el: Fbind line-number-at-pos.
13774
13775 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13778
13779 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-art.el (gnus-button): New face.
13782         (gnus-article-button-face): Use it.
13783
13784         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13785         Add gnus-summary-next-page.  Re-order.
13786
13787         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13788         next-node are now included.
13789         (gnus-group-redraw-line-number): New internal variable.
13790         (gnus-group-redraw-check): Helper function for updating the tool
13791         bar.
13792         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13793
13794         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13795
13796         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13797         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13798         Use it to match format of Spamassassin 3.0 and later.
13799         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13800         (spam-check-bogofilter)
13801         (spam-bogofilter-register-with-bogofilter): Fix args of
13802         `gnus-error' calls.
13803
13804 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13807         unnecessary interaction when sending queued mails.
13808         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13809
13810 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13813         first or last are nil.
13814
13815 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13816
13817         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13818
13819 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13822
13823 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824
13825         * dns.el (query-dns): Protect more against buggy tcp output.
13826
13827 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13830         nov.php.
13831
13832 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13833
13834         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13835         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13836         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13837         output on the server side.
13838         (nnweb-google-create-mapping): Update regexps and add some
13839         progress indication.
13840
13841 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-group.el (gnus-group-tool-bar-gnome):
13844         Fix gnus-agent-toggle-plugged.  Re-order icons.
13845         (gnus-group-tool-bar-gnome):
13846         Add gnus-group-{prev,next}-unread-group.
13847         (gnus-group-tool-bar-gnome): Re-order icons.
13848
13849         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13850         Move gnus-summary-insert-new-articles.
13851
13852         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13853         Fix comments.
13854
13855         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13856         also available in Emacs 21.3.
13857
13858         * message.el (message-fix-before-sending): Change "Emacs 22" to
13859         "Emacs 23 (unicode)" in comment.
13860
13861         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13862         "Emacs 23 (unicode)" in comment.
13863
13864         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13865         comment.
13866         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13867
13868         * mm-view.el (mm-fill-flowed): Add :version.
13869
13870 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13873         and load-path.
13874
13875 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * message.el: Autoload gmm-image-load-path.
13878         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13879         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13880         consitency.
13881
13882         * gmm-utils.el (gmm-image-load-path): Also search in
13883         "../etc/images".  Don't set gmm-image-load-path if we don't find
13884         the image.
13885
13886 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * gmm-utils.el (gmm-image-load-path): Don't make
13889         `gmm-image-load-path' include subdirectories which the second arg
13890         `image' might specify.
13891
13892         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13893         subdirectory to icon file names.
13894
13895         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13896
13897 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13900         gmm-image-load-path calls.
13901
13902         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13903
13904         * message.el (message-make-tool-bar): Ditto.
13905
13906         * mml.el (mml-preview): Add comment concerning tool bar icons.
13907
13908         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13909         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13910
13911         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13912         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13913
13914         * message.el (message-tool-bar-gnome): Use new icon names.
13915         (message-make-tool-bar): Use `gmm-image-load-path'.
13916
13917         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13918         New functions from MH-E.
13919         (gmm-image-load-path): New variable from MH-E.
13920         (gmm-image-load-path): New function from MH-E.  Add arguments
13921         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13922         *-image-load-path-called-flag.
13923
13924 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13925
13926         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13927
13928 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13929
13930         * nnimap.el (nnimap-request-move-article): Change folder back to
13931         source group before deleting.
13932
13933 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13936
13937         * gnus-art.el (mm-url-insert-file-contents-external):
13938         Autoload mm-url.
13939
13940         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13941
13942 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13945         coding system which mm-charset-to-coding-system returns for a
13946         given charset is valid.
13947
13948 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13949
13950         * html2text.el (html2text-remove-tag-list):
13951         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13952
13953 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13954
13955         * gnus-cus.el: Revert 2005-10-17 change.
13956
13957 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-art.el (article-strip-banner):
13960         Call article-really-strip-banner only when the regexp match is made.
13961
13962 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-art.el (article-strip-banner):
13965         Use gnus-extract-address-components instead of
13966         mail-header-parse-addresses to make it work with non-ASCII text;
13967         remove mail-encode-encoded-word-string.
13968
13969         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13970         values which are surrounded with \"...\"; make it never cause a
13971         Lisp error; give up parsing of parameters if it failed in
13972         extracting type.
13973
13974 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13975
13976         * smime.el (smime-cert-by-ldap-1): Fix bug where
13977         `smime-ldap-search' returns results without userCertificates.
13978
13979 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13982
13983 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * spam.el (spam-check-spamassassin-headers): Adapt format for
13986         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13987         <ari@mbf.ocn.ne.jp>.
13988         (spam-list-of-processors): Add spam-use-gmane.
13989
13990 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13993         make-temp-file; make it work with XEmacs as well.
13994
13995         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13996         mm-make-temp-file.
13997
13998         * mm-decode.el (mm-display-external): Use the 3rd arg of
13999         mm-make-temp-file.
14000         (mm-create-image-xemacs): Ditto.
14001
14002 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14005         with message-narrow-to-headers.
14006         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14007         (gnus-draft-check-draft-articles): New function.
14008         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14009
14010 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-art.el (gnus-article-browse-html-parts):
14013         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14014         Don't use suffix argument for mm-make-temp-file for Emacs 21
14015         compatibility.  Remove useless `format'.
14016
14017 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14018
14019         * nnweb.el (nnweb-google-wash-article): Update regexps.
14020         (nnweb-group-alist): Use defvoo instead of defvar.
14021
14022 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14025         re-loading nn* modules.
14026
14027 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14030         for `tool-bar-mode' and don't check it's default-value.
14031
14032         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14033
14034         * message.el (message-make-tool-bar): Ditto.
14035
14036         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14037         `substring'.  Shorten tmp-file name.
14038
14039         * gnus.el: Remove bogus comment.
14040
14041 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14042
14043         * gnus-art.el (gnus-article-browse-html-parts): New function.
14044         (gnus-article-browse-html-article): New function for viewing html
14045         articles with a browser.
14046
14047 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14048
14049         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14050         in elisp.
14051         (pgg-gpg-encrypt-symmetric-region): Ditto.
14052         (pgg-gpg-sign-region): Ditto.
14053
14054         * pgg-def.el (pgg-text-mode): New variable.
14055
14056         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14057         (mml2015-pgg-encrypt): Ditto.
14058
14059         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14060         (mml1991-pgg-encrypt): Ditto.
14061
14062 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * nnfolder.el (nnfolder-insert-newsgroup-line):
14065         Use message-make-date instead of current-time-string.
14066
14067         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14068         to gnus-decoded which mm-uu might set.
14069
14070 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14073         don't decode quoted parameters; remove misimported Emacs code.
14074         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14075         (rfc2231-decode-encoded-string): Don't use split-string which
14076         behaves differently according to Emacs version; use
14077         mm-decode-coding-region to convert charset to coding-system.
14078         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14079         (rfc2231-encode-string): Remove misimported Emacs code.
14080
14081 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14084         when calling mail-header-parse-content-type.
14085         (article-de-quoted-unreadable): Ditto.
14086         (article-de-base64-unreadable): Ditto.
14087         (article-wash-html): Ditto.
14088
14089         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14090         calling mail-header-parse-content-type and
14091         mail-header-parse-content-disposition.
14092         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14093         mail-header-parse-content-type.
14094
14095         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14096         insert charset and format parameters; encode description after
14097         inserting it to buffer.
14098         (mml-insert-parameter): Fold lines properly even if a parameter is
14099         segmented into two or more lines; change the max column to 76.
14100
14101         * rfc1843.el (rfc1843-decode-article-body): Don't use
14102         ignore-errors when calling mail-header-parse-content-type.
14103
14104         * rfc2231.el (rfc2231-parse-string): Return at least type if
14105         possible; don't cause an error even if it fails in parsing of
14106         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14107         (rfc2231-encode-string): Don't break lines at the beginning, leave
14108         it to mml-insert-parameter.
14109
14110         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14111         calling mail-header-parse-content-type.
14112
14113 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * spam-report.el (spam-report-gmane-use-article-number):
14116         Improve doc string.
14117         (spam-report-gmane-internal): Check if a suitable header was found
14118         in the article.
14119
14120 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14123         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14124
14125 2006-02-05  Romain Francoise  <romain@orebokech.com>
14126
14127         Update copyright notices of all files in the gnus directory.
14128
14129 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14130
14131         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14132
14133 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14136         segmented lines of parameter value to cope with Thunderbird 1.5
14137         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14138         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14139         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14140
14141 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14142
14143         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14144         parts.
14145
14146 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14147
14148         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14149         there's only one active file for all servers.
14150         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14151         solid groups.  Gnus might have used a FAST request to select the group.
14152         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14153         and nnweb-search redundantly in the active file.
14154         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14155         (nnweb-request-create-group): Don't use ARGS.
14156         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14157         initialisations.  Let nnoo do the work.
14158
14159 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14162         Say the part has been decoded.
14163
14164         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14165
14166 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14167
14168         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14169         mailcap-viewer-test-cache when there's no 'test clause, since that
14170         will invert the meaning of a "nil" test previously determined by
14171         mailcap-mailcap-entry-passes-test.
14172
14173 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14176         compiling.
14177
14178         * gnus-sum.el: Ditto.
14179
14180         * message.el: Don't bind tool-bar-map when compiling.
14181
14182 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14185
14186 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14187
14188         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14189         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14190         current Google Groups.
14191
14192 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14195         and tool-bar-mode.
14196
14197         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14198         and tool-bar-mode.
14199
14200         * message.el (message-tool-bar-update): Simplify.
14201         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14202
14203         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14204         gnus-summary-buffer.
14205         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14206         gnus-summary-reply.
14207
14208         * gmm-utils.el (gmm): Add :version.
14209
14210 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * Makefile.in (clean): New rule.
14213         (distclean): Use it.
14214
14215 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14216
14217         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14218         Don't autoload.
14219
14220 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gmm-utils.el (gmm-verbose): Add :group.
14223
14224 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * message.el: Change some comments WRT tool-bars.
14227
14228         * gnus-sum.el (gnus-summary-tool-bar)
14229         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14230         (gnus-summary-tool-bar-zap-list): New variables.
14231         (gnus-summary-make-tool-bar): Complete rewrite using
14232         `gmm-tool-bar-from-list'.
14233
14234         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14235         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14236         New variables.
14237         (gnus-group-make-tool-bar): Complete rewrite using
14238         `gmm-tool-bar-from-list'.
14239         (gnus-group-tool-bar-update): New function.
14240
14241         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14242
14243 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14246         is dissected into a single part of which the type is the same as
14247         the given one; decode charset.
14248
14249 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14250
14251         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14252         into alists as symbol not string, since that's what
14253         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14254         look for.
14255
14256 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14259         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14260
14261         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14262
14263 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14266         (gnus-xmas-mime-security-button-menu): New function.
14267
14268         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14269         (gnus-mime-security-button-menu): New definition.
14270         (gnus-mime-security-button-map): Use them.
14271         (gnus-mime-security-button-menu): New function.
14272         (gnus-insert-mime-security-button): Addition to help echo.
14273         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14274         (gnus-mime-security-pipe-part): New functions.
14275
14276         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14277         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14278
14279         * mm-decode.el (mm-handle-set-disposition): Remove.
14280         (mm-handle-set-description): Remove.
14281
14282 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14285         (mm-w3m-standalone-supports-m17n-p): New function.
14286         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14287         w3m usage.
14288
14289         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14290         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14291
14292 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * message.el (message-tool-bar-zap-list):
14295         Use gmm-tool-bar-zap-list as custom type.
14296         (message-tool-bar-update): New function.
14297         (message-tool-bar, message-tool-bar-gnome)
14298         (message-tool-bar-retro): Add message-tool-bar-update.
14299         (message-tool-bar-gnome): Add flyspell-buffer.
14300
14301         * gnus-util.el (gnus-error): Describe `args'.
14302
14303         * gmm-utils.el (gmm-error): Describe `args'.
14304         (gmm-tool-bar-zap-list): New widget.
14305         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14306
14307 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14310         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14311         the number of recursive calls.
14312
14313         * mm-decode.el (mm-handle-set-disposition): New macro.
14314         (mm-handle-set-description): New macro.
14315
14316 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14319         encoding.
14320
14321 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * message.el (message-tool-bar-zap-list, message-tool-bar)
14324         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14325         (message-tool-bar-local-item-from-menu): Remove.
14326         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14327         (message-make-tool-bar): New function.
14328         (message-mode): Use `message-make-tool-bar'.
14329
14330         * gmm-utils.el: New file.
14331         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14332         (gmm-lazy): New widget copied from `nnmail.el'.
14333         (gmm-tool-bar-from-list): New function for creating customizable
14334         tool bars.
14335         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14336         output.
14337         (gmm): Add :prefix to defgroup.
14338
14339 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14340
14341         * gmm-utils.el (gmm-widget-p): New function.
14342
14343 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * mml.el (mml-attach-file): Describe `description' in doc string.
14346         (mml-menu): Add Emacs MIME manual and PGG manual.
14347
14348 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14349
14350         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14351
14352 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14353
14354         * nntp.el (nntp-end-of-line): Doc fix.
14355
14356 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14357
14358         * imap.el (imap-open): Handle case where buffer is a buffer
14359         object.
14360
14361 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14362
14363         * gnus-delay.el (gnus-delay): Don't autoload.
14364         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14365         to be re-loaded when customizing the `gnus-delay' group.
14366
14367 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14368
14369         * message.el (message-insert-citation-line): Use newlines.
14370
14371 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14372
14373         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14374         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14375         these routines, so the passphrase can be managed externally and
14376         passed in to the system.
14377         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14378         pgg-add-passphrase-to-cache function.
14379
14380         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14381         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14382         these routines, so the passphrase can be managed externally and
14383         passed in to the system.
14384         (pgg-pgp5-sign-region): Use new name of
14385         pgg-add-passphrase-to-cache function.
14386
14387 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14388
14389         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14390         part of the decoded armor to find the key-identifier.
14391         (pgg-gpg-lookup-key-owner): New function to return the
14392         human-readable identifier of a key owner.
14393         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14394         itself.
14395         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14396         the key value) if we have a key and can match it against a secret
14397         key.  Also, added a note pointing out fact that the prompt only
14398         indicates the first matching key.
14399
14400         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14401         pgg-decrypt-region.
14402         (pgg-add-passphrase-to-cache): Rename from
14403         `pgg-add-passphrase-cache' to reduce confusion (all callers
14404         changed).
14405         (pgg-remove-passphrase-from-cache): Rename from
14406         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14407         changed).
14408         (pgg-read-passphrase, pgg-add-passphrase-cache)
14409         (pgg-remove-passphrase-cache): Add informative docstrings.
14410         (pgg-decrypt): Convey provided passphrase in subordinate call to
14411         pgg-decrypt-region.
14412
14413 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14414
14415         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14416         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14417         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14418         'passphrase' argument, so the passphrase can be managed externally
14419         and then passed in to the system.
14420
14421         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14422         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14423         so the passphrase cache can be used reliably with identifiers
14424         besides a pgp packet's key id.
14425
14426         * pgg-gpg.el (pgg-gpg-encrypt-region)
14427         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14428         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14429         these routines, so the passphrase can be managed externally and
14430         passed in to the system.
14431
14432         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14433         'notruncate' argument, so the passphrase cache can be used
14434         reliably with identifiers besides a pgp packet's key id.
14435
14436 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14437
14438         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14439         symmetric encryption.
14440         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14441         encrypted session key.
14442         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14443         message ask for the passphrase in a proper way.
14444
14445         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14446         New user commands for symmetric encryption.
14447
14448 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14451
14452         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14453
14454 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14455
14456         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14457
14458 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * mm-decode.el (mm-inlined-types): Add application/pgp.
14461         (mm-automatic-display): Ditto.
14462
14463         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14464         part as text.
14465
14466 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * nnrss.el: Update copyright.
14469         (nnrss-opml-import): Query whether to subscribe to each entry.
14470
14471         * gnus-art.el:
14472         * gnus-sum.el:
14473         * gnus-xmas.el:
14474         * messagexmas.el:
14475         * mm-uu.el:
14476         * mm-view.el: Update copyright.
14477
14478 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * message.el (message-info): New function.
14481         (message-mode-menu): Add it.
14482         Update copyright.
14483
14484         * ChangeLog: Fix and update copyright.
14485
14486 2006-01-13  Romain Francoise  <romain@orebokech.com>
14487
14488         * message.el (message-forward-subject-name-subject): Prefer the
14489         address to 'nowhere' if the sender has no name.
14490         Fix typo.  Update copyright year.
14491
14492 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-art.el (article-wash-html):
14495         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14496         (gnus-article-wash-html-with-w3m-standalone): New function.
14497
14498         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14499         mm-inline-text-html-render-with-w3m-standalone.
14500         (mm-text-html-washer-alist): Map w3m-standalone to
14501         gnus-article-wash-html-with-w3m-standalone.
14502         (mm-inline-text-html-render-with-w3m-standalone): New function.
14503
14504 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14507         Improve LaTeX.
14508
14509 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14512         (nnrss-request-article): Render text/plain parts as HTML.
14513
14514         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14515         the buffer.
14516
14517 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14520         custom definition of `gnus-posting-styles'.
14521
14522         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14523         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14524
14525 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14528         Use nntp for bug archive.
14529
14530 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14533         parts.
14534         (nnrss-normalize-date): New function converts ISO 8601 date into
14535         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14536         (nnrss-check-group): Use it.
14537
14538 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14541
14542         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14543         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14544         (nnrss-insert-w3): Ditto.
14545
14546 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14549         the articles to be forwarded including the case where neither a
14550         number of articles nor a region is specified.
14551
14552 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * nnrss.el (nnrss-request-article): Fix last change; fill
14555         text/plain parts.
14556
14557 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14560         in text/plain part.
14561         (nnrss-check-group): Don't add excessive newline to dc:subject.
14562
14563 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14564
14565         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14566         article.
14567
14568 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14571         (nnml-use-compressed-files, nnml-save-mail): Support other
14572         comression programs such as bzip2.
14573
14574 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575
14576         * dns.el (query-dns): Make sure we check the buffer size before
14577         removing tcp headers.
14578
14579 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14582         remove MIME buttons associated with multipart/alternative parts.
14583         (gnus-mime-display-alternative): Tag buttons using `article-type'
14584         text property.
14585
14586         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14587         associated with multipart/alternative parts.
14588
14589         * gnus-art.el (gnus-signature-separator): Fix custom type.
14590
14591         * mm-decode.el (mm-inlined-types): Fix custom type.
14592         (mm-keep-viewer-alive-types): Ditto.
14593         (mm-automatic-display): Ditto.
14594         (mm-attachment-override-types): Ditto.
14595         (mm-inline-override-types): Ditto.
14596         (mm-automatic-external-display): Ditto.
14597
14598 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * spam-report.el (spam-report-user-mail-address)
14601         (spam-report-user-agent): New variables.
14602         (spam-report-url-ping-plain): Use spam-report-user-agent.
14603
14604 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14605
14606         * gnus-art.el (gnus-button-handle-custom): Do not just use
14607         `customize-apropos' for any "M-x customize-*" button but the
14608         function called for.  Accept both the function name and its
14609         argument in order to achieve this.
14610         (gnus-button-alist): Remove support for "custom:" URL's.
14611         Pass function name to `gnus-button-handle-custom' in case of "M-x
14612         customize-*" buttons.
14613
14614 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14617         multipart/alternative and add xref to mm-discouraged-alternatives
14618         in doc string.
14619
14620         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14621         gnus-buttonized-mime-types in doc string.
14622
14623 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14626         Suggest image/.* in the doc string.
14627
14628 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14631         message-marks (Debian bug #342521).
14632
14633 2005-12-12  Simon Josefsson  <jas@extundo.com>
14634
14635         * password.el (password-read-from-cache): Add.
14636         (password-read): Use it.
14637
14638 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * rfc2047.el (rfc2047-charset-to-coding-system):
14641         Recognize us-ascii as a MIME charset.
14642
14643         * mm-bodies.el (mm-decode-content-transfer-encoding):
14644         Protect against the case where the 2nd arg TYPE is nil.
14645
14646 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * pop3.el (pop3-stream-type): Fix custom version.
14649
14650         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14651
14652 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14653
14654         * mm-decode.el (mm-display-external): Add missing cdr.
14655
14656 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14659         RFC1524) if it is in mailcap or add a suffix according to
14660         mailcap-mime-extensions when generating a temp filename; postpone
14661         deleting a temp file for 2 seconds for some wrappers, shell
14662         scripts, and so on, which might exit right after having started a
14663         viewer command as a background job.
14664
14665 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * nntp.el (nntp-marks-directory): Fix custom group.
14668
14669         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14670         steps when < 10.
14671
14672         * gnus-start.el (gnus-no-server-1):
14673         Mention `gnus-level-default-subscribed' in doc string.
14674
14675 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14676
14677         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14678         parens.
14679
14680 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-xmas.el (gnus-use-toolbar): Revert.
14683         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14684         gnus-use-toolbar is default.
14685
14686         * messagexmas.el (message-use-toolbar): Revert.
14687         (message-setup-toolbar): Use global default-toolbar if
14688         message-use-toolbar is default.
14689
14690 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14693         according to default-toolbar-visible-p.
14694
14695         * messagexmas.el (message-use-toolbar): Ditto.
14696
14697 2005-11-26  Dave Love  <fx@gnu.org>
14698
14699         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14700         (tls-program, tls-success): Provide openssl alternative.
14701
14702         * starttls.el: Doc fixes.
14703         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14704         SERVICE to PORT.
14705
14706         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14707         port null or service name.
14708         (starttls-negotiate): Autoload.
14709
14710 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * message.el (message-kill-to-signature): Fix interactive spec.
14713
14714 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * pop3.el (pop3-open-server): Recognize a string as a service name.
14717
14718 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14719
14720         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14721
14722 2005-11-23  Dave Love  <fx@gnu.org>
14723
14724         Add pop3s, pop3/starttls.
14725
14726         * pop3.el (pop3-authentication-scheme): Clarify doc.
14727         (open-tls-stream, starttls-open-stream): Autoload.
14728         (pop3-stream-type): New.
14729         (pop3-open-server): Use it.
14730
14731         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14732         for POP.
14733         (mail-source-keyword-map): Add :stream for POP.
14734         (mail-source-fetch-pop): Use pop3-stream-type.
14735
14736 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14739         of current-time-string.
14740
14741 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14742
14743         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14744         date header.
14745
14746 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14747
14748         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14749         it can seriously impact performance as it bypasses the agent's
14750         local caches.
14751
14752 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14753
14754         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14755         must be explicitly online rather than "not explicitly offline" for
14756         its flags to be synchronized.
14757
14758         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14759         that gnus-uu-unmark-thread will function correctly.
14760
14761         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14762         1024K is instead displayed as 1M.
14763
14764 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14765
14766         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14767
14768 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14769
14770         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14771
14772 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14773
14774         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14775         error message to display actual error condition.
14776         (gnus-agent-save-local): Avoid saving symbols that are bound to
14777         nil as they simply result in a warning message in
14778         gnus-agent-read-local.
14779
14780 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14783         rather than make-variable-buffer-local for file-precious-flag.
14784
14785 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14786
14787         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14788         for duplicates which are removed.  The invalid sort check then
14789         triggers a rescan after the sort as sorting may have moved
14790         duplicate entries such that they can be cheaply detected.
14791
14792 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14795
14796 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14797
14798         * gnus-agent.el (gnus-agent-article-alist-save-format):
14799         Change internal variable to a custom variable.  Change default value
14800         from compressed(2) to uncompressed(1).
14801         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14802         support for uncompressed agentview files.  Taken together, reading
14803         the agentview file should now be 6-7 times faster.
14804
14805 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14806
14807         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14808         as a buffer-local variable.  This avoids creating truncated
14809         dribble files as a result of a hang up, eg.
14810
14811 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14812
14813         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14814         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14815         XEmacs.
14816
14817 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * gnus-start.el (gnus-start-draft-setup):
14820         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14821
14822         * gnus.el (gnus-splash): Change custom group.
14823         (gnus-group-get-parameter, gnus-group-parameter-value):
14824         Describe allow-list argument.
14825
14826         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14827         string.
14828
14829 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-art.el (gnus-default-article-saver): Add user-defined
14832         `function' to custom type.
14833
14834 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14835
14836         * imap.el (imap-open): Handle case where buffer is a buffer
14837         object.
14838
14839 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14842         long lines.
14843         (gnus-cache-delete-group): Wrap doc strings.
14844
14845         * gnus-agent.el (gnus-agent-rename-group)
14846         (gnus-agent-delete-group): Wrap doc strings.
14847
14848 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * messagexmas.el (message-use-toolbar): Change the valid values
14851         into default, top, bottom, left, and right.
14852         (message-toolbar-thickness): New variable.
14853         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14854         well.
14855         (message-setup-toolbar): Make it work.
14856
14857         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14858         (gnus-use-toolbar): Change the valid values into default, top,
14859         bottom, left, and right.
14860         (gnus-toolbar-thickness): New variable.
14861         (gnus-xmas-setup-toolbar): New function.
14862         (gnus-xmas-setup-group-toolbar): Use it.
14863         (gnus-xmas-setup-summary-toolbar): Use it.
14864
14865 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14866
14867         * gnus-start.el (gnus-1): Add "native" to
14868         gnus-predefined-server-alist.
14869
14870         * gnus.el (gnus-method-to-server): Don't add "native" to the
14871         lists here, because that leads to problems when
14872         gnus-select-method is bound.
14873
14874 2005-11-09  Simon Josefsson  <jas@extundo.com>
14875
14876         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14877         use (not sort-by-date) instead.
14878
14879 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14880
14881         * gnus-delay.el (gnus-delay-group): Don't autoload.
14882         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14883         to be re-loaded when customizing the `gnus-delay' group.
14884
14885 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14886
14887         * message.el: Revert last changes.
14888         (message-insert-citation-line): Use newlines.
14889
14890 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14891
14892         * message.el (message-courtesy-message)
14893         (message-mark-insert-begin, message-mark-insert-end)
14894         (message-elide-ellipsis, message-cancel-message)
14895         (message-add-header, message-change-subject)
14896         (message-cross-post-followup-to-header)
14897         (message-cross-post-insert-note, message-reduce-to-to-cc)
14898         (message-widen-reply, message-delete-not-region)
14899         (message-kill-to-signature, message-insert-signature)
14900         (message-insert-importance-high, message-insert-importance-low)
14901         (message-insert-or-toggle-importance)
14902         (message-insert-disposition-notification-to)
14903         (message-indent-citation, message-yank-original)
14904         (message-cite-original-without-signature, message-cite-original)
14905         (message-insert-citation-line, message-position-on-field)
14906         (message-fix-before-sending, message-send-mail-partially)
14907         (message-send-mail, message-send-mail-with-sendmail)
14908         (message-send-mail-with-qmail, message-send-news)
14909         (message-check-news-header-syntax, message-generate-headers)
14910         (message-insert-courtesy-copy, message-fill-address)
14911         (message-fill-header, message-shorten-references)
14912         (message-setup-1, message-cancel-news)
14913         (message-forward-make-body-plain, message-forward-make-body-mime)
14914         (message-forward-make-body-mml, message-encode-message-body)
14915         (message-forward-make-body-digest-plain)
14916         (message-forward-make-body-digest-mime)
14917         (message-use-alternative-email-as-from): Insert `hard-newline'
14918         instead of ordinary newlines.
14919
14920 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * message.el (message-generate-headers): Downcase the argument
14923         given to message-check-element.
14924
14925 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14926
14927         * nntp.el (nntp-authinfo-rejected): New error condition.
14928         (nntp-wait-for): Use new error condition to signal authentication
14929         error.
14930         (nntp-retrieve-data): Rethrow new error condition to break out of
14931         recursive call to nntp-send-authinfo.
14932
14933 2005-11-08  Romain Francoise  <romain@orebokech.com>
14934
14935         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14936         (gnus-summary-exit-map): Bind to `Z p'.
14937         (gnus-summary-make-menu-bar): Add menu item.
14938
14939 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14942         (gnus-treat-*): Add `first' in all doc strings.
14943
14944         * gnus-group.el (gnus-group-compact-group): Fix typo.
14945
14946 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus.el (gnus-parameters-case-fold-search): New variable.
14949         (gnus-parameters-get-parameter): Use it.
14950
14951         * gnus-score.el (gnus-home-score-file): Doc fix.
14952
14953 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14954
14955         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14956
14957 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * mm-util.el (mm-special-display-p): New function.
14960
14961         * mml.el (mml-preview): Use it; doc fix.
14962
14963 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14964
14965         * imap.el (imap-open): Handle case where buffer is a buffer object.
14966
14967 2005-10-29  Romain Francoise  <romain@orebokech.com>
14968
14969         * message.el (message-fix-before-sending): Fix comment.
14970
14971 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14972
14973         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14974
14975 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14976
14977         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14978         Used in gnus-score.el.
14979
14980 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14983
14984 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14987         whitespace removed in revision 7.8.  Use concatenated string to
14988         protect trailing whitespace.
14989
14990 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14991
14992         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14993         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14994         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14995         Courier IMAP ("some version from 2004").  Mostly based on similar
14996         code in the same function.
14997
14998 2005-10-26  Didier Verna  <didier@xemacs.org>
14999
15000         * gnus-group.el (gnus-group-compact-group): Invalidate original
15001         article buffer.
15002         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15003         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15004         NOV database and in article itself.
15005         Invalidate article backlog.
15006
15007 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15010
15011 2005-10-26  Simon Josefsson  <jas@extundo.com>
15012
15013         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15014         part of 2004-07-25 change.
15015
15016 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * message.el (message-display-completion-list): New function.
15019         (message-expand-group): Use it; make sure the Completions buffer
15020         is modifiable.
15021 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15022
15023         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15024         user-mail-name is an empty string.
15025
15026 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15029         depending on gnus-score-decay-constant.
15030
15031         * encrypt.el (encrypt-insert-file-contents)
15032         (encrypt-write-file-contents): Don't use `gnus-message'.
15033
15034         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15035         arguments.
15036         (mm-uu-type-alist): Add message-marks and insert-marks.
15037         Pass arguments to mm-uu-verbatim-marks-extract.
15038         (mm-uu-hide-markers): New variable.
15039         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15040
15041         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15042         (gnus-convert-image-to-face-command): Use "convert" by default to
15043         allow other input image formats.
15044         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15045         accordingly.
15046
15047 2005-10-23  Simon Josefsson  <jas@extundo.com>
15048
15049         * imap.el (imap-gssapi-program): Align command line parameters
15050         with latest GNU SASL.
15051         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15052
15053 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15054
15055         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15056         HTML.
15057         (nnslashdot-request-article): Ditto.
15058
15059         * lpath.el (featurep): Add nobreak-char-display.
15060
15061 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15062
15063         * mail-source.el (mail-source-fetch-pop): Require pop3.
15064         (mail-source-check-pop): Ditto.
15065
15066 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15069         errors.
15070
15071 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15074         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15075
15076         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15077
15078         * mm-bodies.el (mm-decode-string):
15079         Call `mm-charset-to-coding-system' with allow-override argument.
15080
15081 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15084         (rfc2047-charset-to-coding-system): New function.
15085         (rfc2047-decode-encoded-words): New function.
15086         (rfc2047-decode-region): Use them.
15087         (rfc2047-decode-cte): Remove.
15088         (rfc2047-parse-and-decode): Remove.
15089         (rfc2047-decode): Remove.
15090
15091 2005-10-15  Kenichi Handa  <handa@m17n.org>
15092
15093         * rfc2047.el (rfc2047-decode-cte): New function.
15094         (rfc2047-decode-region): Change the way to decode successive
15095         encoded-words: decode B- or Q-encoding in each encoded-word,
15096         concatenate them, and decode it as charset.
15097
15098 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * lpath.el: Fbind codepage-setup for XEmacs.
15101
15102 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15103
15104         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15105         widget-move-and-invoke.
15106         (gnus-custom-mode): Use gnus-custom-map.
15107
15108 2005-10-15  Bill Wohler  <wohler@newt.com>
15109
15110         * message.el (message-tool-bar-map): Rename image file from
15111         mail_send to mail/send.
15112
15113 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15114
15115         * message.el (message-expand-group): Pass the common
15116         prefix substring of completion to `display-completion-list'.
15117
15118 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * mml-sec.el (mml-secure-method): New internal variable.
15121         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15122         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15123         New functions using mml-secure-method.
15124
15125         * mml.el (mml-mode-map): Add key bindings for those functions.
15126         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15127         Harder <harder@myrealbox.com>.
15128         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15129         Goto end of message if point is the headers of the message.
15130
15131         * message.el (message-in-body-p): New function.
15132
15133         * assistant.el: Autoload gnus-util and netrc.
15134
15135         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15136         Use `mm-charset-override-alist' only when decoding.
15137
15138         * mm-bodies.el (mm-decode-body):
15139         Call `mm-charset-to-coding-system' with allow-override argument.
15140
15141         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15142         `filename' from Content-Disposition if Content-Type doesn't
15143         provide `name'.
15144         (gnus-mime-view-part-as-type): Set default instead of
15145         initial-input.
15146
15147 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15148
15149         * format-spec.el (format-spec): Propagate text properties of % spec.
15150
15151 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * gnus-art.el (gnus-treat-predicate): Add `first'.
15154
15155 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15158         (mm-charset-override-alist): New variable.
15159         (mm-charset-to-coding-system): Use it.
15160         (mm-codepage-setup): New helper function.
15161         (mm-charset-eval-alist): New variable.
15162         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15163         Warn about unknown charsets.
15164
15165         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15166
15167 2005-10-04  David Hansen  <david.hansen@gmx.net>
15168
15169         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15170         (nnrss-check-group): Ditto.
15171
15172 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15175         Rename x-gnus-verbatim to x-verbatim.
15176         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15177
15178         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15179         x-verbatim.
15180
15181         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15182
15183         * gnus-util.el (gnus-remove-duplicates): Remove.
15184
15185         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15186         instead of gnus-remove-duplicates.
15187
15188         * message.el (message-remove-duplicates): Remove.
15189         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15190         message-remove-duplicates.
15191
15192         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15193         available, else use implementation from `delete-dups'.
15194
15195         * message.el (message-insert-expires): New function.
15196         (message-mode-map): Add key binding.
15197         (message-mode-field-menu): Add menu entry.
15198         (message-mode): Document it.
15199         (message-make-expires-date): Use `message-make-date'.
15200
15201 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15202
15203         * message.el (message-make-expires-date): New function.
15204
15205 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * Makefile.in (list-installed-shadows): New entry.
15208         (install): Use it.
15209         (remove-installed-shadows): New entry.
15210
15211         * dgnushack.el (dgnushack-default-load-path): New variable.
15212         (dgnushack-find-lisp-shadows): New function.
15213         (dgnushack-remove-lisp-shadows): New function.
15214
15215 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * Makefile.in (install-el-elc): New entry.
15218         (install): Use it so that .el files are necessarily installed.
15219
15220 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15223
15224 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15225
15226         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15227         function rather than the diff-mode.el package.
15228         (mm-display-external): Use with-current-buffer.
15229         (mm-viewer-completion-map, mm-viewer-completion-map):
15230         Move initialization inside declaration.
15231
15232 2005-09-29  Simon Josefsson  <jas@extundo.com>
15233
15234         * spam.el: Load hashcash when compiling, to avoid warnings.
15235         Don't autoload mail-check-payment.
15236         (spam-check-hashcash): Define unconditionally, since hashcash.el
15237         is part of Gnus now.  Ignore errors from payment checking.
15238
15239 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * message.el (message-bold-region, message-unbold-region):
15242         Rename from `bold-region' and `unbold-region'.
15243
15244         * message.el: Remove useless autoloads.
15245
15246 2005-09-28  Simon Josefsson  <jas@extundo.com>
15247
15248         * message.el (message-use-idna): Default to t.
15249         (message-use-idna): Test whether encoding works too.  Doc fix.
15250
15251 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * nntp.el (nntp-warn-about-losing-connection): Remove.
15254
15255 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15256
15257         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15258         customizable.  Change default value.
15259         (mm-uu-diff-groups-regexp): Change default value.
15260         (mm-uu-type-alist): Add doc string.
15261         (mm-uu-configure): Add doc string.  Make it interactive.
15262         (mm-uu-tex-groups-regexp): New variable.
15263         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15264         (mm-uu-type-alist): Add LaTeX documents.
15265         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15266         of "text/verbatim".
15267         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15268
15269         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15270         instead of "text/verbatim".
15271
15272         * message.el (message-mark-inserted-region)
15273         (message-mark-insert-file): Use slrn style marks when called with
15274         prefix argument.
15275
15276 2005-09-27  Simon Josefsson  <jas@extundo.com>
15277
15278         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15279
15280 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15281
15282         * message.el (message-remove-duplicates): New function.
15283         Implementation borrowed from `gnus-remove-duplicates'.
15284         (message-idna-to-ascii-rhs): Also encode idna addresses in
15285         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15286         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15287         only ask about the same idna domain once per header and also tell
15288         in what header to replace the idna domain.
15289
15290         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15291         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15292         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15293         a header is decoded and not just the last one.
15294
15295 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15298         has been decoded.
15299
15300         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15301         (mm-insert-part): Don't modify text if it has been decoded.
15302
15303         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15304         decoded.
15305
15306         * mm-view.el (mm-inline-text): Don't strip text props unless
15307         decoding enriched or richtext parts.
15308
15309 2005-09-25  Romain Francoise  <romain@orebokech.com>
15310
15311         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15312         * gnus-start.el (gnus-subscribe-interactively):
15313         * gnus-uu.el (gnus-uu-grab-articles):
15314         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15315         space.
15316
15317 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15318
15319         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15320         * mm-view.el (mm-view-pkcs7-decrypt):
15321         * gnus-sum.el (gnus-summary-limit-to-extra)
15322         (gnus-summary-respool-article, gnus-read-move-group-name):
15323         * gnus-score.el (gnus-summary-increase-score):
15324         * gnus-util.el (gnus-completing-read-with-default):
15325         * gnus-art.el (gnus-read-save-file-name)
15326         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15327         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15328         * message.el (message-check-news-header-syntax):
15329         Follow convention for reading with the minibuffer.
15330
15331 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * spam-report.el (spam-report-url-ping-plain):
15334         Use gnus-extended-version as User-Agent.
15335
15336         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15337         default value is nil.
15338
15339         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15340         (mm-uu-verbatim-marks-extract): New function.
15341         (mm-uu-extract): New face.
15342         (mm-uu-copy-to-buffer): Use it.
15343
15344         * spam-report.el (spam-report-gmane-ham): Rename from
15345         `spam-report-gmane-unspam'.
15346         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15347         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15348
15349         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15350         Autoload.
15351         (spam-report-gmane-unregister-routine):
15352         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15353
15354 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15357         (spam-report-gmane-unregister-routine): Add support for gmane
15358         unregistration.
15359
15360         * spam-report.el (spam-report-gmane-unspam)
15361         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15362         (spam-report-gmane): Change to take a single article and do unspam
15363         registration.
15364
15365 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * mm-url.el (mm-url-decode-entities): Fix regexp.
15368
15369 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15370
15371         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15372         default to nil, to be able to use Gnus at all.  If the default
15373         switches to something else, then the function should be fixed not
15374         be exceedingly slow.
15375
15376 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15379         fail hard.
15380
15381         * spam-report.el: Add better Keywords line.
15382
15383         * spam.el: Add Maintainer and better Keywords line.
15384
15385 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-art.el (gnus-article-replace-part)
15388         (gnus-mime-replace-part): New functions.
15389         (gnus-mime-action-alist, gnus-mime-button-commands)
15390         (gnus-mime-save-part-and-strip): Add file argument.
15391         (gnus-article-part-wrapper): Add interactive argument.
15392
15393         * gnus-sum.el (gnus-summary-mime-map):
15394         Add `gnus-article-replace-part'.
15395
15396 2005-09-19  Didier Verna  <didier@xemacs.org>
15397
15398         The nnml compaction feature:
15399         * nnml.el (nnml-request-compact-group): New function.
15400         * nnml.el (nnml-request-compact): New function.
15401         * gnus-int.el (gnus-request-compact-group): New function.
15402         * gnus-int.el (gnus-request-compact): New function.
15403         * gnus-group.el (gnus-group-compact-group): New function.
15404         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15405         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15406         * gnus-srvr.el (gnus-server-compact-server): New function.
15407         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15408         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15409
15410 2005-09-18  Deepak Goel  <deego@gnufans.org>
15411
15412         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15413         format spec.
15414
15415 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15418
15419 2005-09-15  Romain Francoise  <romain@orebokech.com>
15420
15421         * message.el (message-fill-paragraph): Clarify docstring.
15422
15423 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-art.el (gnus-mime-display-part): Protect against broken
15426         MIME messages.
15427
15428 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15431         before parsing header.
15432
15433 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15434
15435         * html2text.el (html2text-replace-list): Add new entities.
15436
15437 2005-09-11  Romain Francoise  <romain@orebokech.com>
15438
15439         * message.el (message-alternative-emails): Improve docstring.
15440         (message-setup-1): Call `message-use-alternative-email-as-from'
15441         after `message-setup-hook' to give it precedence over posting
15442         styles, etc.
15443         (message-use-alternative-email-as-from): Add docstring.
15444         Remove the original From header if present.
15445
15446         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15447         (nnml-save-mail): Use it.
15448
15449         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15450         articles.  Add new argument `silent'.
15451         (gnus-uu-mark-all): Report the total number of marked articles.
15452
15453 2005-09-10  Romain Francoise  <romain@orebokech.com>
15454
15455         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15456         (gnus-uu-mark-series): Likewise.
15457
15458 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * spam-report.el (spam-report-gmane): Fix generation of spam
15461         report URL.
15462
15463 2005-09-10  Simon Josefsson  <jas@extundo.com>
15464
15465         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15466         t, based on discussion on the ding list with Robert Epprecht
15467         <epprecht@solnet.ch>.
15468
15469 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * spam-report.el (spam-report-gmane): Make it work without
15472         X-Report-Spam header.  Gmane now only provides Archived-At.
15473         This is only used if `spam-report-gmane-use-article-number' is nil.
15474         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15475
15476         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15477         make `gnus-summary-sort-by-recipient' work with threading.
15478
15479         * nnweb.el (nnweb-google-wash-article): Print a message if article
15480         is not available.
15481
15482 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15483
15484         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15485         change.  Decode text/* parts content before displaying.
15486
15487 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15490
15491 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15494
15495         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15496         url-package-name, url-package-version,
15497         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15498         w3m-display-inline-images, and w3m-minor-mode-map.
15499
15500 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * message.el (message-tab-body-function): Fix mismatched custom type.
15503
15504         * gnus.el (gnus-group-change-level-function): Ditto.
15505
15506         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15507
15508         * gnus-art.el (gnus-signature-limit)
15509         (gnus-article-mime-part-function): Ditto.
15510
15511 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * mml.el (mml-mode): Silence the byte compiler.
15514
15515         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15516         using `(sit-for 0)' before moving the point to the specified part;
15517         skip unbuttonized parts.
15518         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15519         return to the summary window if gnus-auto-select-part is non-nil.
15520
15521 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15522
15523         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15524         New variables.
15525         (mml-dnd-attach-file, mml-mode): Use them.
15526
15527         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15528         Make fetching article by MID work again for Google Groups.
15529         Add FIXME concerning gnus-group-make-web-group.
15530
15531         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15532         Don't depend on Gnus by using mail-extract-address-components if
15533         gnus-extract-address-components is not bound.
15534
15535 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15536
15537         * gnus-art.el (gnus-mime-display-security): Don't display the
15538         signature, but only the signed part.
15539
15540 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15543
15544         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15545         list, not listp.
15546
15547 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15548
15549         * mm-encode.el (mm-encode-content-transfer-encoding):
15550         Likewise when encoding.
15551
15552         * mm-bodies.el (mm-decode-content-transfer-encoding):
15553         De-canonicalize CRLF for all text content types, not just
15554         text/plain.
15555
15556 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15559         valid article; point arrow and cursor at the MIME button.
15560
15561 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15564         Suggested by Dan Christensen <jdc@uwo.ca>.
15565
15566         * mm-decode.el (mm-save-part): Enable change of prompt.
15567
15568 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15569
15570         * gnus-msg.el (gnus-inews-add-send-actions):
15571         Make `message-post-method' lambda parameter ARG `&optional'.
15572
15573 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * gnus-sum.el (gnus-summary-mime-map):
15576         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15577         gnus-article-jump-to-part.
15578
15579         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15580         (gnus-article-edit-part): Use it.
15581         (gnus-article-part-wrapper): Add no-handle argument.
15582         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15583         New functions.
15584
15585 2005-08-29  Romain Francoise  <romain@orebokech.com>
15586
15587         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15588         docstring.
15589         (gnus-face-from-file): Likewise.
15590
15591 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15594         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15595         non-nil.
15596         (gnus-auto-select-part): New variable.
15597         (gnus-article-jump-to-part): New function.
15598         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15599         (gnus-mime-delete-part): Allow selecting specified part after
15600         deleting or stripping parts.
15601         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15602         part if argument is bogus.
15603
15604 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15605
15606         * gnus-art.el (w3m-minor-mode-map):
15607         * gnus-spec.el (gnus-newsrc-file-version):
15608         * gnus-util.el (nnmail-active-file-coding-system)
15609         (gnus-original-article-buffer, gnus-user-agent):
15610         * gnus.el (gnus-ham-process-destinations)
15611         (gnus-parameter-ham-marks-alist)
15612         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15613         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15614         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15615         * mm-decode.el (gnus-current-window-configuration):
15616         * mm-extern.el (gnus-article-mime-handles):
15617         * mm-url.el (url-current-object, url-package-name)
15618         (url-package-version):
15619         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15620         (smime-keys, w3m-cid-retrieve-function-alist)
15621         (w3m-current-buffer, w3m-display-inline-images)
15622         (w3m-minor-mode-map):
15623         * mml-smime.el (gnus-extract-address-components):
15624         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15625         (gnus-newsrc-hashtb, message-default-charset)
15626         (message-deletable-headers, message-options)
15627         (message-posting-charset, message-required-mail-headers)
15628         (message-required-news-headers):
15629         * mml1991.el (mc-pgp-always-sign):
15630         * mml2015.el (mc-pgp-always-sign):
15631         * nnheader.el (nnmail-extra-headers):
15632         * rfc1843.el (gnus-decode-encoded-word-function)
15633         (gnus-decode-header-function, gnus-newsgroup-name):
15634         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15635
15636 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15637
15638         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15639         the end of the date treatments.
15640
15641 2005-08-15  Simon Josefsson  <jas@extundo.com>
15642
15643         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15644         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15645         Capello and Romain Francoise.
15646         (pgg-fetch-key-function): Remove, not used?
15647         (pgg-insert-url-with-w3): Require url, to get
15648         url-insert-file-contents regardless of where it is defined.
15649
15650 2005-08-13  Romain Francoise  <romain@orebokech.com>
15651
15652         * message.el (message-cite-original-1): New function.
15653         (message-cite-original): Use it.
15654         (message-cite-original-without-signature): Ditto.
15655
15656 2005-08-08  Romain Francoise  <romain@orebokech.com>
15657
15658         * message.el (message-yank-empty-prefix): New variable.
15659         (message-indent-citation): Use it.
15660         (message-cite-original-without-signature): Respect X-No-Archive.
15661
15662 2005-08-08  Simon Josefsson  <jas@extundo.com>
15663
15664         * pgg.el: Autoload url-insert-file-contents instead of loading
15665         w3/url.
15666         (pgg-insert-url-with-w3): Don't load url here.
15667
15668 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15669
15670         * message.el (message-kill-to-signature): Don't insert newline at
15671         bol.
15672         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15673
15674 2005-08-06  Romain Francoise  <romain@orebokech.com>
15675
15676         * message.el (message-user-fqdn): Fix typo in docstring.
15677
15678 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15679
15680         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15681
15682         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15683
15684 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * mm-bodies.el (mm-encode-body): Use coding system rather than
15687         charset to encode text.
15688
15689         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15690         number of charsets if utf-8 is available (XEmacs).
15691
15692 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15695         taken from `gnus-button-mid-or-mail-regexp'.
15696         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15697         (gnus-button-alist): Improve regexp for domain part of the MIDs
15698         for news:localpart@domain buttons.
15699         (gnus-button-ctan-directory-regexp): Update.
15700
15701 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * sieve-manage.el (sieve-manage-interactive-login):
15704         Use make-local-variable rather than make-variable-buffer-local.
15705         (sieve-manage-open): Ditto.
15706         (sieve-manage-authenticate): Ditto.
15707
15708         * mml.el (mml-generate-mime-1): Make the content type default to
15709         text/plain if the filename is not specified.
15710
15711 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15714         instead of insert-buffer.
15715
15716         * message.el (message-yank-original): Ditto; set the mark at the
15717         end of the yanked message.
15718
15719 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15722         lines to scroll rather than to stop it.
15723
15724         * mml.el (mml-generate-default-type): Add doc string.
15725         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15726         default to application/octet-stream when determining the content
15727         type if it is not specified for the part or the mml contents; add
15728         a comment about mml-generate-default-type.
15729
15730 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15733         make it default to application/octet-stream when determining the
15734         content type if it is not specified for the external contents.
15735
15736 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15739         segmented parameter but also other parameters might be there.
15740
15741 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * mm-decode.el (mm-display-external): Delete temp file, directory
15744         and buffer immediately if the external process is exited.
15745
15746 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15749         fewer lines than that of scroll-margin.
15750         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15751
15752 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-art.el (gnus-article-next-page): Revert.
15755         (gnus-article-beginning-of-window): New macro.
15756         (gnus-article-next-page-1): Use it.
15757         (gnus-article-prev-page): Ditto.
15758         (gnus-article-edit-part): Use insert-buffer-substring instead of
15759         insert-buffer.
15760         (gnus-article-edit-exit): Ditto.
15761
15762         * gnus-util.el (gnus-beginning-of-window): Remove.
15763         (gnus-end-of-window): Remove.
15764
15765         * lpath.el: Don't bind header-line-format and scroll-margin.
15766
15767 2005-07-25  Simon Josefsson  <jas@extundo.com>
15768
15769         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15770         to have the url package without w3.  Reported by Daiki Ueno
15771         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15772
15773 2005-07-20  Didier Verna  <didier@xemacs.org>
15774
15775         * gnus-diary.el: Remove the description comment (nndiary is now
15776         properly documented in the Gnus manual).
15777         Fix the spelling of "Back End".
15778         * nndiary.el: Ditto.
15779         Fix the copyright notice.
15780
15781 2005-07-18  Romain Francoise  <romain@orebokech.com>
15782
15783         * gnus-sum.el (gnus-summary-to-prefix)
15784         (gnus-summary-newsgroup-prefix): New variables.
15785         (gnus-summary-from-or-to-or-newsgroups): Use them.
15786
15787 2005-07-17  Romain Francoise  <romain@orebokech.com>
15788
15789         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15790         space as it's generally not especially interesting to the user.
15791
15792 2005-07-16  Romain Francoise  <romain@orebokech.com>
15793
15794         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15795         nil to avoid prompting and file modification if one of the
15796         messages at the top of the nnfolder file contains a copyright
15797         notice.
15798         Update copyright notice.
15799
15800         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15801         instead of `current-time-string' as the latter creates a time
15802         string that is not RFC 2822 compliant (it lacks the zone).
15803         Update copyright notice.
15804
15805 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15806
15807         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15808         for text/rtf.  Display default in prompt.  Pass default for M-n.
15809
15810         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15811
15812 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15813
15814         * gnus-msg.el (gnus-button-mailto):
15815         Remove save-selected-window-window hackery because it relies on
15816         save-selected-window internals.
15817
15818 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15821         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15822         (gnus-article-prev-page): Ditto.
15823
15824         * gnus-util.el (gnus-beginning-of-window): New function.
15825         (gnus-end-of-window): New function.
15826
15827         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15828
15829 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15830
15831         * gnus-score.el (gnus-score-edit-all-score):
15832         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15833         gnus-message.
15834
15835 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15836
15837         * gnus-msg.el (gnus-button-mailto):
15838         Remove save-selected-window-window hackery because it relies on
15839         save-selected-window internals.
15840
15841 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15844         add-minor-mode.
15845         (gnus-binary-mode): Ditto.
15846
15847         * gnus-topic.el (gnus-topic-mode): Ditto.
15848
15849 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15850
15851         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15852         (gnus-article-prev-page): Take scroll-margin into consideration.
15853
15854 2005-07-04  Lute Kamstra  <lute@gnu.org>
15855
15856         Update FSF's address in GPL notices.
15857
15858 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15859
15860         * gnus.el (gnus-exit):
15861         * gnus-group.el (gnus-group-icons):
15862         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15863
15864         * gnus-nocem.el (gnus-nocem):
15865         * message.el (message-various, message-buffers, message-sending)
15866         (message-interface, message-forwarding, message-insertion)
15867         (message-headers, message-news, message-mail):
15868         * pgg-gpg.el (pgg-gpg):
15869         * pgg-parse.el (pgg-parse):
15870         * pgg-pgp.el (pgg-pgp):
15871         * pgg-pgp5.el (pgg-pgp5):
15872         * pop3.el (pop3): Finish `defgroup' description with period.
15873
15874 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (article-display-face): Improve the efficiency.
15877         (article-display-x-face): Ditto; remove grey x-face stuff.
15878
15879 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (article-display-face): Correct the position in
15882         which Faces are inserted.
15883
15884 2005-06-29  Didier Verna  <didier@xemacs.org>
15885
15886         * gnus-art.el (article-display-face): Display faces in correct
15887         order.
15888
15889 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15892         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15893         (gnus-nocem-check-article): Fetch the Type header.
15894         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15895         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15896         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15897         make sure gnus-nocem-hashtb is initialized.
15898         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15899         (gnus-nocem-unwanted-article-p): Ditto.
15900
15901         * pgg.el (pgg-verify): Return the verification result.
15902
15903 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15904
15905         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15906         is ascii.
15907
15908 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15909
15910         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15911         `show-nonbreak-escape'.
15912
15913 2005-06-23  Lute Kamstra  <lute@gnu.org>
15914
15915         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15916
15917         * dig.el (dig-mode):
15918         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15919
15920 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15921
15922         * nnimap.el (nnimap-split-download-body): Fix spellings.
15923
15924 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15925
15926         * gnus-art.el (gnus-article-encrypt-body):
15927         * gnus-cus.el (gnus-score-customize):
15928         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15929         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15930
15931 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15932
15933         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15934         header by looking for magic "MII" at the beginnig.
15935
15936 2005-06-16  Miles Bader  <miles@gnu.org>
15937
15938         * gnus-xmas.el (gnus-xmas-group-startup-message):
15939         Use renamed gnus-splash face.
15940
15941         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15942         (assistant-field-face): New backward-compatibility alias for renamed
15943         face.
15944         (assistant-render-text): Use renamed assistant-field face.
15945
15946         * spam.el (spam): Remove "-face" suffix from face name.
15947         (spam-face): New backward-compatibility alias for renamed face.
15948         (spam-face, spam-initialize): Use renamed spam face.
15949
15950         * message.el (message-header-to, message-header-cc)
15951         (message-header-subject, message-header-newsgroups)
15952         (message-header-other, message-header-name)
15953         (message-header-xheader, message-separator, message-cited-text)
15954         (message-mml): Remove "-face" suffix from face names.
15955         (message-header-to-face, message-header-cc-face)
15956         (message-header-subject-face, message-header-newsgroups-face)
15957         (message-header-other-face, message-header-name-face)
15958         (message-header-xheader-face, message-separator-face)
15959         (message-cited-text-face, message-mml-face):
15960         New backward-compatibility aliases for renamed faces.
15961         (message-font-lock-keywords): Use renamed message faces.
15962
15963         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15964         (sieve-test-commands, sieve-tagged-arguments):
15965         Remove "-face" suffix from face names.
15966         (sieve-control-commands-face, sieve-action-commands-face)
15967         (sieve-test-commands-face, sieve-tagged-arguments-face):
15968         New backward-compatibility aliases for renamed faces.
15969         (sieve-control-commands-face, sieve-action-commands-face)
15970         (sieve-test-commands-face, sieve-tagged-arguments-face):
15971         Use renamed sieve faces.
15972
15973         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15974         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15975         (gnus-group-news-3-empty, gnus-group-news-4)
15976         (gnus-group-news-4-empty, gnus-group-news-5)
15977         (gnus-group-news-5-empty, gnus-group-news-6)
15978         (gnus-group-news-6-empty, gnus-group-news-low)
15979         (gnus-group-news-low-empty, gnus-group-mail-1)
15980         (gnus-group-mail-1-empty, gnus-group-mail-2)
15981         (gnus-group-mail-2-empty, gnus-group-mail-3)
15982         (gnus-group-mail-3-empty, gnus-group-mail-low)
15983         (gnus-group-mail-low-empty, gnus-summary-selected)
15984         (gnus-summary-cancelled, gnus-summary-high-ticked)
15985         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15986         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15987         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15988         (gnus-summary-low-undownloaded)
15989         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15990         (gnus-summary-low-unread, gnus-summary-normal-unread)
15991         (gnus-summary-high-read, gnus-summary-low-read)
15992         (gnus-summary-normal-read, gnus-splash):
15993         Remove "-face" suffix from face names.
15994         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15995         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15996         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15997         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15998         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15999         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16000         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16001         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16002         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16003         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16004         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16005         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16006         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16007         (gnus-summary-normal-ticked-face)
16008         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16009         (gnus-summary-normal-ancient-face)
16010         (gnus-summary-high-undownloaded-face)
16011         (gnus-summary-low-undownloaded-face)
16012         (gnus-summary-normal-undownloaded-face)
16013         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16014         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16015         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16016         (gnus-splash-face):
16017         New backward-compatibility aliases for renamed faces.
16018         (gnus-group-startup-message): Use renamed gnus faces.
16019
16020         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16021         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16022         (gnus-server-agent): Remove "-face" suffix from face names.
16023         (gnus-server-agent-face, gnus-server-opened-face)
16024         (gnus-server-closed-face, gnus-server-denied-face)
16025         (gnus-server-offline-face):
16026         New backward-compatibility aliases for renamed faces.
16027         (gnus-server-agent-face, gnus-server-opened-face)
16028         (gnus-server-closed-face, gnus-server-denied-face)
16029         (gnus-server-offline-face): Use renamed gnus faces.
16030
16031         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16032         Remove "-face" suffix from face names.
16033         (gnus-picon-xbm-face, gnus-picon-face):
16034         New backward-compatibility aliases for renamed faces.
16035
16036         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16037         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16038         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16039         (gnus-cite-11): Remove "-face" suffix from face names.
16040         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16041         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16042         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16043         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16044         New backward-compatibility aliases for renamed faces.
16045         (gnus-cite-attribution-face, gnus-cite-face-list)
16046         (gnus-article-boring-faces): Use renamed gnus faces.
16047
16048         * gnus-art.el (gnus-signature, gnus-header-from)
16049         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16050         (gnus-header-content): Remove "-face" suffix from face names.
16051         (gnus-signature-face, gnus-header-from-face)
16052         (gnus-header-subject-face, gnus-header-newsgroups-face)
16053         (gnus-header-name-face, gnus-header-content-face):
16054         New backward-compatibility aliases for renamed faces.
16055         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16056
16057         * gnus-sum.el (gnus-summary-selected-face)
16058         (gnus-summary-highlight): Use renamed gnus faces.
16059         * gnus-group.el (gnus-group-highlight): Likewise.
16060
16061 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16062
16063         * gnus-sieve.el (gnus-sieve-article-add-rule):
16064         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16065         * spam-stat.el (spam-stat-buffer-change-to-spam)
16066         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16067
16068         * message.el (message-is-yours-p):
16069         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16070
16071 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * mm-view.el (mm-inline-text): Withdraw the last change.
16074
16075 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16078         executing enriched-decode.
16079
16080 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16083         charset of tar files.
16084
16085 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16086
16087         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16088
16089 2005-06-04  Lute Kamstra  <lute@gnu.org>
16090
16091         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16092         information is never recorded.
16093
16094 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16095
16096         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16097
16098 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * pop3.el (pop3-apop): Run md5 in the binary mode.
16101
16102         * starttls.el (starttls-set-process-query-on-exit-flag):
16103         Use eval-and-compile.
16104
16105 2005-05-31  Simon Josefsson  <jas@extundo.com>
16106
16107         * smime.el (smime-replace-in-string): Define.
16108         (smime-cert-by-ldap-1): Use it.
16109
16110 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-art.el (article-display-x-face): Replace
16113         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16114
16115         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16116         set-process-query-on-exit-flag or process-kill-without-query.
16117
16118         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16119         loop instead of replace-regexp.
16120
16121         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16122         instead of process-kill-without-query if it is available.
16123
16124         * lpath.el: Fbind ldap-search-entries.
16125
16126         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16127         instead of find-file-hooks if it is available.
16128
16129         * mml1991.el: Bind pgg-default-user-id when compiling.
16130
16131         * mml2015.el: Bind pgg-default-user-id when compiling.
16132
16133         * nndraft.el (nndraft-request-associate-buffer):
16134         Use write-contents-functions instead of write-contents-hooks if it is
16135         available.
16136
16137         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16138         instead of find-file-hooks if it is available.
16139
16140         * nntp.el (nntp-open-connection): Replace
16141         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16142         (nntp-open-ssl-stream): Ditto.
16143         (nntp-open-tls-stream): Ditto.
16144
16145         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16146         set-process-query-on-exit-flag or process-kill-without-query.
16147         (starttls-open-stream-gnutls): Use it instead of
16148         process-kill-without-query.
16149         (starttls-open-stream): Ditto.
16150
16151 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16152
16153         * smime.el (smime-cert-by-ldap-1): Don't use
16154         replace-regexp-in-string.
16155
16156 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16157
16158         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16159
16160         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16161         in PEM format.  Adjust to the XEmacs compability.
16162
16163 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16166         by `string-to-number'.
16167         * gnus-agent.el (gnus-agent-regenerate-group)
16168         (gnus-agent-fetch-articles): Ditto.
16169         * gnus-art.el (gnus-button-fetch-group): Ditto.
16170         * gnus-cache.el (gnus-cache-generate-active)
16171         (gnus-cache-articles-in-group): Ditto.
16172         * gnus-group.el (gnus-group-set-current-level)
16173         (gnus-group-insert-group-line): Ditto.
16174         * gnus-score.el (gnus-score-set-expunge-below)
16175         (gnus-score-set-mark-below, gnus-summary-score-effect)
16176         (gnus-summary-score-entry): Ditto.
16177         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16178         (gnus-soup-pack): Ditto.
16179         * gnus-spec.el (gnus-xmas-format): Ditto.
16180         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16181         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16182         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16183         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16184         * nndb.el (nndb-get-remote-expire-response): Ditto.
16185         * nndiary.el (nndiary-parse-schedule-value)
16186         (nndiary-string-to-number, nndiary-request-replace-article)
16187         (nndiary-request-article): Ditto.
16188         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16189         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16190         * nneething.el (nneething-make-head): Ditto.
16191         * nnfolder.el (nnfolder-request-article)
16192         (nnfolder-retrieve-headers): Ditto.
16193         * nnheader.el (nnheader-file-to-number): Ditto.
16194         * nnkiboze.el (nnkiboze-request-article): Ditto.
16195         * nnmail.el (nnmail-process-unix-mail-format)
16196         (nnmail-process-babyl-mail-format): Ditto.
16197         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16198         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16199         (nnmh-request-create-group, nnmh-request-list-1)
16200         (nnmh-request-group, nnmh-request-article): Ditto.
16201         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16202         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16203         * nnsoup.el (nnsoup-make-active): Ditto.
16204         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16205         * nntp.el (nntp-find-group-and-number)
16206         (nntp-retrieve-headers-with-xover): Ditto.
16207         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16208         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16209         (pgg-format-key-identifier): Ditto.
16210         * pop3.el (pop3-last, pop3-stat): Ditto.
16211         * qp.el (quoted-printable-decode-region): Ditto.
16212
16213         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16214         of concat.
16215
16216 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16219
16220         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16221
16222         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16223
16224         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16225
16226         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16227
16228         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16229
16230         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16231         (gnus-carpal-mode): Ditto.
16232
16233         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16234         (gnus-browse-mode): Ditto.
16235
16236         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16237
16238         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16239
16240 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16241
16242         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16243
16244 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * gnus-util.el (gnus-run-mode-hooks): New function.
16247
16248         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16249
16250         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16251         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16252
16253 2005-05-27  Lute Kamstra  <lute@gnu.org>
16254
16255         * dns-mode.el (dns-mode): Specify customization group.
16256
16257 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16258
16259         * gnus-agent.el (gnus-agent-make-mode-line-string):
16260         Use mode-line-highlight as mouse-face.
16261
16262 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * canlock.el (canlock): Change the parent group to news.
16265
16266         * deuglify.el (gnus-outlook-deuglify): Add :group.
16267
16268         * dig.el (dig): Add :group.
16269
16270         * dns-mode.el (dns-mode): Add :group.
16271
16272         * encrypt.el (encrypt): Add :group.
16273
16274         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16275         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16276         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16277         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16278         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16279
16280         * gnus-diary.el (gnus-diary): Add :group.
16281
16282         * gnus.el (gnus-group-news-1-face): Add :group.
16283         (gnus-group-news-1-empty-face): Ditto.
16284         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16285         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16286         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16287         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16288         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16289         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16290         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16291         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16292         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16293         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16294         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16295         (gnus-summary-high-ticked-face): Ditto.
16296         (gnus-summary-low-ticked-face): Ditto.
16297         (gnus-summary-normal-ticked-face): Ditto.
16298         (gnus-summary-high-ancient-face): Ditto.
16299         (gnus-summary-low-ancient-face): Ditto.
16300         (gnus-summary-normal-ancient-face): Ditto.
16301         (gnus-summary-high-undownloaded-face): Ditto.
16302         (gnus-summary-low-undownloaded-face): Ditto.
16303         (gnus-summary-normal-undownloaded-face): Ditto.
16304         (gnus-summary-high-unread-face): Ditto.
16305         (gnus-summary-low-unread-face): Ditto.
16306         (gnus-summary-normal-unread-face): Ditto.
16307         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16308         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16309
16310         * hashcash.el (hashcash): New custom group.
16311         (hashcash-default-payment): Add :group.
16312         (hashcash-payment-alist): Ditto.
16313         (hashcash-default-accept-payment): Ditto.
16314         (hashcash-accept-resources): Ditto.
16315         (hashcash-path): Ditto.
16316         (hashcash-extra-generate-parameters): Ditto.
16317         (hashcash-double-spend-database): Ditto.
16318         (hashcash-in-news): Ditto.
16319
16320         * message.el (message-minibuffer-local-map): Add :group.
16321
16322         * netrc.el (netrc): Add :group.
16323
16324         * sieve-manage.el (sieve-manage-log): Add :group.
16325         (sieve-manage-default-user): Diito.
16326         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16327         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16328         (sieve-manage-authenticators): Ditto.
16329         (sieve-manage-authenticator-alist): Ditto.
16330         (sieve-manage-default-port): Ditto.
16331
16332         * sieve-mode.el (sieve-control-commands-face): Add :group.
16333         (sieve-action-commands-face): Ditto.
16334         (sieve-test-commands-face): Ditto.
16335         (sieve-tagged-arguments-face): Ditto.
16336
16337         * smime.el (smime): Add :group.
16338
16339         * spam-report.el (spam-report): Add :group.
16340
16341         * spam.el (spam, spam-face): Add :group.
16342
16343 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344
16345         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16346         return \n.\n.\n at the end of articles.  Protect against that.
16347         (nntp-with-open-group): Allow debugging.
16348
16349         * nnheader.el (mail-header-set-extra): Make into a function
16350         because I just could't understand how to quote the list properly.
16351
16352         * dns.el (query-dns-cached): New function.
16353
16354 2005-05-26  Lute Kamstra  <lute@gnu.org>
16355
16356         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16357
16358 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16361
16362         * gnus-art.el: Don't autoload mail-extract-address-components.
16363
16364         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16365         eval-and-compile to evaluate it.
16366
16367         * hashcash.el: Don't autoload executable-find.
16368
16369         * nndb.el: Don't declare the nndb back end two or more times; don't
16370         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16371
16372         * nntp.el: Autoload format-spec instead of format; use
16373         eval-and-compile to evaluate autoload forms.
16374
16375 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16376
16377         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16378
16379 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16380
16381         * gnus.el (gnus-version-number): Bump version.
16382
16383 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16384
16385         * gnus.el: No Gnus v0.3 is released.
16386
16387 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16388
16389         * lpath.el (featurep): Bind show-nonbreak-escape.
16390
16391 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-art.el (gnus-article-edit-part): Disable undo.
16394
16395 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16398         gnus-article-date-lapsed-new-header is t if date timer is active;
16399         skip headers in which the original date value is empty.
16400         (gnus-article-save-original-date): Redefine it as a macro.
16401         (gnus-display-mime): Use it.
16402
16403 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-art.el (article-date-ut): Support converting date in
16406         forwarded parts as well.
16407         (gnus-article-save-original-date): New function.
16408         (gnus-display-mime): Use it.
16409
16410 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16411
16412         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16413         enclosure element of <item>.
16414
16415 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16416
16417         * message.el (message-kill-buffer-query): Rename from
16418         `message-kill-buffer-query-if-modified'.  Add :version.
16419
16420 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16423         window layout.
16424
16425 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * mml.el: Autoload dnd when compiling.
16428
16429 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16432         x-dnd-*.
16433
16434 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * qp.el (quoted-printable-encode-region): Save excursion.
16437
16438 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16439
16440         * message.el (message-kill-buffer-query-if-modified): Add new variable
16441         so the user can kill a modified message buffer quickly.
16442         (message-kill-buffer): Use it.
16443
16444 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * lpath.el: Fbind display-time-event-handler; don't fbind
16447         string-to-multibyte.
16448
16449         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16450
16451 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16454         contained in text because xml.el decodes entities) with LFs.
16455
16456 2005-04-11  Lute Kamstra  <lute@gnu.org>
16457
16458         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16459         differently.
16460
16461 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16462
16463         * mm-util.el (mm-detect-coding-region): Typo.
16464
16465 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16468
16469 2005-04-06  Deepak Goel  <deego@gnufans.org>
16470
16471         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16472         user-function allow user modifications of the scores.
16473         (spam-stat-score-buffer-user): New function, to allow
16474         user-computed modifications to the score.
16475         (spam-stat-score-buffer-user-functions): List of additional
16476         scoring functions.
16477         (spam-stat-error-holder): Global temporary error holder.
16478         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16479         variable.
16480
16481 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16482
16483         * gnus-registry.el (gnus-registry-clean-empty-function)
16484         (gnus-registry-trim, gnus-registry-fetch-groups)
16485         (gnus-registry-delete-group): Groups that match
16486         `gnus-registry-ignored-groups' are removed from the registry
16487         entries, not just ignored for splitting.  This helps clean up the
16488         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16489         to get all the groups a message ID is in.
16490
16491         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16492         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16493         (spam-stat-score-buffer-user-functions): Add :number custom type.
16494
16495 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16498         argument in XEmacs.
16499
16500         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16501         (nnrss-request-group): Decode group name first.
16502         (nnrss-request-article): Make a text/plain article if mml-to-mime
16503         failed.
16504         (nnrss-get-encoding): Return a compatible encoding according to
16505         nnrss-compatible-encoding-alist.
16506         (nnrss-find-el): Use consp instead of listp.
16507         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16508
16509 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16512         which Emacs 20 doesn't support.
16513         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16514
16515 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16518         silence the byte compiler inside the defun.
16519
16520         * gnus-demon.el (parse-time-string): Add autoload.
16521
16522         * gnus-delay.el (parse-time-string): Add autoload.
16523
16524         * gnus-art.el (parse-time-string): Add autoload.
16525
16526         * nnultimate.el (parse-time): Require for `parse-time-string'.
16527
16528 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16531
16532         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16533
16534         * smime.el (smime-ldap-host-list): Add :version.
16535
16536 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16539         pass it to `gnus-browse-read-group'.
16540         (gnus-browse-read-group): Add NUMBER argument and pass it to
16541         `gnus-group-read-ephemeral-group'.
16542
16543         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16544         argument and pass it to `gnus-group-read-group'.
16545
16546 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16547
16548         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16549         mm-xemacs-find-mime-charset-1 if we have the mule feature
16550         available at runtime.
16551
16552 2005-03-25  Werner Lemberg  <wl@gnu.org>
16553
16554         * nnmaildir.el: Replace `illegal' with `invalid'.
16555
16556 2005-03-23  Lute Kamstra  <lute@gnu.org>
16557
16558         * time-date.el: Add comment on time value formats.
16559         Don't require parse-time.
16560         (with-decoded-time-value): New macro.
16561         (encode-time-value): New function.
16562         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16563         (days-to-time): Return a valid time value when arg is huge.
16564         (time-since): Use time-subtract.
16565         (time-to-number-of-days): Use time-to-seconds.
16566
16567 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16568
16569         * gnus-start.el (gnus-display-time-event-handler):
16570         Check display-time-timer at runtime rather than only at load time
16571         in case display-time-mode is turned off in the mean time.
16572
16573 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16574
16575         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16576         used.
16577
16578         * nneething.el (nneething-map-file-directory): Derive from
16579         `gnus-directory'.
16580
16581         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16582         the To/Cc button.
16583
16584 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * nnmaildir.el (nnmaildir-request-accept-article):
16587         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16588
16589 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16590
16591         * gnus-async.el: Require timer-funcs at compile time when in
16592         XEmacs for `run-with-idle-timer'.
16593
16594 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16595
16596         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16597         autoloaded function.
16598
16599 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16600
16601         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16602
16603 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16604
16605         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16606
16607 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16610         Add gnus-expert-user to default.
16611
16612 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16613
16614         * nnimap.el (nnimap-open-server): Ditto.
16615
16616         * imap.el (imap-authenticate): Fix typo.
16617
16618 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16619
16620         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16621         buffer (since IMAP server might return FETCH response out of
16622         order, and the nntp buffer must be sorted).
16623
16624 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16625
16626         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16627         comparison on string.
16628
16629         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16630         (gnus-agent-score): Rename category keywords to match gnus-cus.
16631         (gnus-agent-summary-fetch-series): Modify to protect against
16632         gnus-agent-summary-fetch-group clearing processable flags.
16633         (gnus-agent-synchronize-group-flags): Update live group buffer as
16634         synchronization may occur due to the user toggle the plugged
16635         status.
16636         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16637         successfully downloaded.
16638         (gnus-agent-expire-group-1): Avoid using markers when the overview
16639         is in ascending order; greatly improves performance.
16640         (gnus-agent-regenerate-group):
16641         Use gnus-agent-synchronize-group-flags to reset read status in both
16642         gnus and server.
16643         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16644
16645 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * message.el: Don't autoload former message-utils variables.
16648         (message-strip-subject-trailing-was): Change doc string.
16649
16650         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16651         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16652         (nnweb-google-search): Add "hl=en" here.
16653         (nnweb-google-parse-1, nnweb-google-create-mapping):
16654         Don't hardcode URL.
16655
16656 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16657
16658         * message.el (message-get-reply-headers, message-followup):
16659         Mention related variables `message-use-followup-to' and
16660         `message-use-mail-followup-to', in the information buffer.
16661
16662         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16663         of broken groups(-beta).google.com.
16664
16665 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16666
16667         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16668         parameter to invoked gnus-request-move-article; remove the
16669         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16670         all at once instead of once per article.
16671         (gnus-summary-remove-process-mark): Accept a list of articles as
16672         well as a single article for processing.
16673
16674         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16675         parameter.
16676
16677         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16678
16679         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16680
16681         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16682         parameter.
16683
16684         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16685         parameter.
16686
16687         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16688         parameter and remove the gnus-sum-hint-move-is-internal variable.
16689
16690         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16691         parameter.
16692
16693         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16694         parameter.
16695
16696         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16697         parameter.
16698
16699         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16700
16701         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16702         parameter.
16703
16704         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16705         parameter.
16706
16707 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16708
16709         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16710         a more conservative way.
16711
16712 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16713
16714         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16715         buffer, so it moves the window's cursor.
16716
16717 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16718
16719         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16720         `mm-dissect-multipart' and receive the from field as an (optional)
16721         argument from `mm-dissect-multipart'.
16722         (mm-dissect-multipart): Receive the from field as an argument and
16723         pass it on when we call `mm-dissect-buffer' on MIME parts.
16724         Fixes verification/decryption of signed/encrypted MIME parts.
16725
16726 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16727
16728         * gnus-sum.el (gnus-summary-move-article):
16729         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16730         whatever it calls (right now, only nnimap-request-move article
16731         respects it).
16732
16733         * nnimap.el (nnimap-request-move-article):
16734         When gnus-sum-hint-move-is-internal is set, don't do the extra
16735         nnimap-request-article.
16736
16737 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16740
16741         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16742         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16743
16744         * gnus-sum.el (gnus-summary-caesar-message):
16745         Apply `gnus-treat-article' after rotation.
16746
16747         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16748         doc string.
16749
16750 2005-02-22  Simon Josefsson  <jas@extundo.com>
16751
16752         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16753         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16754         <arne@arnested.dk>.
16755         (encrypt): Add password-cache and password-cache-expiry as group
16756         members.
16757
16758 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16759
16760         * smime.el (smime-ldap-host-list): Doc fix.
16761         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16762         cache) password.
16763         (smime-sign-region): Use it.
16764         (smime-decrypt-region): Use it.
16765         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16766         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16767         fails.
16768         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16769         certificate from DER to PEM format rather than calling openssl.
16770
16771         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16772
16773         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16774         for signing/encryption.
16775
16776         * mml.el (mml-parse-1): Use them.
16777
16778 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16779
16780         * nnrss.el (nnrss-verbose): Remove.
16781         (nnrss-request-group): Use `nnheader-message' instead.
16782
16783 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16784
16785         * nnrss.el (nnrss-verbose): New variable.
16786         (nnrss-request-group): Make it say nnrss is requesting a group.
16787
16788 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16791         Handle news URL with given port correctly.
16792
16793 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16796         containing special characters.
16797
16798         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16799
16800         * mml.el (mime-to-mml): Ditto.
16801
16802         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16803         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16804         (rfc2047-decode-region): Quote decoded words containing special
16805         characters when rfc2047-quote-decoded-words-containing-tspecials
16806         is non-nil.
16807
16808 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16809
16810         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16811
16812         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16813
16814 2005-02-15  Simon Josefsson  <jas@extundo.com>
16815
16816         * nnimap.el (nnimap-debug): Doc fix.
16817
16818         * imap.el (imap-debug): Doc fix.
16819
16820 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16823
16824 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16825
16826         * gnus.el (spam-contents): Improve docs for spam-contents
16827         parameter in its variable incarnation.
16828
16829 2005-02-14  Simon Josefsson  <jas@extundo.com>
16830
16831         * smime-ldap.el: Use require instead of load-library for ldap.
16832         (smime-ldap-search): Indent.
16833         (smime-ldap-search-internal): Shorten line.
16834
16835         * smime.el (smime-cert-by-dns): Add doc-string.
16836         (smime-cert-by-ldap-1): Indent.
16837
16838         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16839         mml-smime-get-dns-ldap.
16840         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16841
16842 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16843
16844         * smime.el: Require smime-ldap.
16845         (smime-ldap-host-list): New variable.
16846         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16847
16848         * mml-smime.el (mml-smime-encrypt-query): New function.
16849         (mml-smime-encrypt-query): Use it.
16850
16851         * smime-ldap.el: New file.
16852
16853 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16856
16857 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16860         argument in doc string.  Make query for type more clear.
16861
16862 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * gnus.el (gnus-group-startup-message): Search for gnus images in
16865         etc/images/gnus.
16866         * mm-util.el (mm-image-load-path): Likewise.
16867         * smiley.el (smiley-data-directory): Search for smilies in
16868         etc/images/smilies.
16869
16870 2005-02-09  Kim F. Storm  <storm@cua.dk>
16871
16872         Change Emacs release version from 21.4 to 22.1 throughout.
16873         Change Emacs development version from 21.3.50 to 22.0.50.
16874
16875 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16878
16879         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16880         non-Mule XEmacs as well.
16881         (mm-decompress-buffer): Signal an error intentionally if it does
16882         not decompress compressed data because auto-compression-mode is
16883         disabled.
16884
16885 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16888         an ID in the registry even if it has no groups.
16889
16890 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16893         merge it into mm-decompress-buffer.
16894         (gnus-mime-copy-part): Use the MIME part charset, the value which
16895         a user specified or gnus-newsgroup-charset for decoding, like
16896         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16897         save-buffer what was used.  Suggested by Kevin Ryde
16898         <user42@zip.com.au>.
16899         (gnus-mime-inline-part): Allow the name parameter as well as the
16900         filename parameter; force decompressing of compressed data; always
16901         display contents being not decoded as unibyte.
16902
16903         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16904         as well as the filename parameter.
16905
16906         * mm-util.el (mm-decompress-buffer):
16907         Merge gnus-mime-jka-compr-maybe-uncompress.
16908         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16909         of compressed data.
16910
16911 2005-02-08  Simon Josefsson  <jas@extundo.com>
16912
16913         * imap.el (imap-log): Doc fix.
16914
16915 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16918         the coding cookies; decompress compressed parts.
16919
16920         * mml.el (mml-generate-mime-1): Add the charset parameter according
16921         to the value which a user specified manually or the coding cookie.
16922
16923         * mm-util.el (mm-string-to-multibyte): New function.
16924         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16925         (mm-coding-system-to-mime-charset): New function.
16926         (mm-decompress-buffer): New function.
16927         (mm-find-buffer-file-coding-system): New function.
16928
16929         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16930         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16931         parts.
16932
16933 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16934
16935         * mm-view.el (mm-display-inline-fontify): Decode a part according
16936         to the charset parameter.
16937
16938 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16941         prefix arg is neither nil nor a number, as info specifies.
16942
16943 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16946         timestamps.
16947
16948 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16949
16950         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16951         groups error checking and notify user.
16952
16953 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16954
16955         * message.el (message-send-mail-function): Check existence of
16956         sendmail-program first before using default value
16957         `message-send-mail-with-sendmail'.  Otherwise use more generic
16958         `smtpmail-send-it'.
16959
16960 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * nntp.el (nntp-request-update-info): Always return nil.
16963
16964 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16965
16966         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16967
16968 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16969
16970         * message.el (message-beginning-of-line): Change the behavior when
16971         invoked between BOL and : so that it first moves backward.
16972
16973 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16976         article buffer when editing of the article is discarded.
16977         (gnus-article-prepare): Revert.
16978
16979 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-art.el (gnus-article-prepare):
16982         Remove message-strip-forbidden-properties from the local hook.
16983
16984 2005-01-27  Simon Josefsson  <jas@extundo.com>
16985
16986         * password.el (password-cache-add): Only start one timer per key.
16987         Reported by Derek Atkins <warlord@MIT.EDU>.
16988
16989 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16990
16991         * run-at-time.el: Remove.  It is no longer needed as
16992         timer-funcs.el in the xemacs-base package has a working version of
16993         `run-at-time'.
16994
16995         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16996
16997         * password.el: Require timer-funcs instead of run-at-time in
16998         XEmacs.
16999         Remove `password-run-at-time' macro.
17000         (password-cache-add): Use `run-at-time' instead of
17001         `password-run-at-time'.
17002
17003         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17004         Remove `nnheader-cancel-function-timers' alias,
17005         `cancel-function-timers' exists in XEmacs in timer-funcs.
17006
17007         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17008         for `run-with-idle-timer'.
17009
17010         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17011         for `run-at-time'.
17012
17013         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17014         for `with-timeout'.
17015
17016         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17017         the same as for XEmacs 21.4.
17018         No need to ignore `run-with-idle-timer', this function exists in
17019         XEmacs now in timer-funcs.el in the xemacs-base package.
17020         (dgnushack-compile): No need to delete
17021         run-at-time.el from the list of files to compile because it
17022         doesn't exist anymore.
17023
17024 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17027         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17028
17029 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17030
17031         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17032         sensitively.
17033
17034 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17035
17036         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17037
17038 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17041         which will be inserted according to the multibyteness of a buffer
17042         rather than the type of contents.  Suggested by ARISAWA Akihiro
17043         <ari@mbf.ocn.ne.jp>.
17044
17045         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17046         of string which old xml.el may return rather than a string.
17047
17048 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17051
17052 2005-01-16  Simon Josefsson  <jas@extundo.com>
17053
17054         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17055         idn/idna.el isn't available.
17056         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17057         <michael@waxrat.com>.
17058
17059         * hashcash.el: Remove non-FSF copyright header.
17060
17061         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17062         (hashcash-generate-payment): Use it.
17063         (hashcash-generate-payment-async): Use it.
17064
17065 2005-01-15  Simon Josefsson  <jas@extundo.com>
17066
17067         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17068         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17069
17070         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17071         gnus-summary-idna-message.
17072         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17073         (gnus-summary-idna-message): New function.
17074
17075 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17078         gnus-novice-user.
17079
17080 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * nnrss.el (nnrss-request-delete-group): Delete entries in
17083         nnrss-group-alist as well.
17084         (nnrss-save-server-data): Insert newline.
17085
17086 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17087
17088         * gnus.el (gnus-user-agent): Use list of symbols instead of
17089         symbols.  Display full version number for (S)XEmacs.
17090         Optionally display (S)XEmacs codename.
17091
17092         * gnus-util.el (gnus-emacs-version): Update for new
17093         `gnus-user-agent'.
17094
17095         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17096         Gnus version.
17097
17098 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17101         which is unreadable in some setups.
17102
17103 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-spec.el (gnus-update-format-specifications): Flush the
17106         group format spec cache if it doesn't support decoded group names.
17107
17108 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17109
17110         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17111         Allow to apply decay on score files matching a regexp.
17112
17113 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17116         compatibility in %g and %c.
17117
17118 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17121         name for only %g and %c.
17122         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17123         of gnus-tmp-group to decoded group name.
17124         (gnus-group-make-rss-group): Exclude `/'s from group names.
17125
17126 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * nnrss.el (nnrss-get-encoding): Fix regexp.
17129
17130 2004-12-27  Simon Josefsson  <jas@extundo.com>
17131
17132         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17133         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17134         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17135
17136 2004-12-17  Kim F. Storm  <storm@cua.dk>
17137
17138         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17139
17140         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17141
17142 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17143
17144         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17145
17146 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * nnrss.el: Require rfc2047 and mml.
17149         (nnrss-file-coding-system): New variable.
17150         (nnrss-format-string): Redefine it as an inline function.
17151         (nnrss-decode-group-name): New function.
17152         (nnrss-string-as-multibyte): Remove.
17153         (nnrss-retrieve-headers): Decode group name; don't use
17154         nnrss-format-string.
17155         (nnrss-request-group): Decode group name.
17156         (nnrss-request-article): Decode group name; allow a Message-ID as
17157         well as an article number; don't use nnrss-format-string; encode a
17158         Message-ID string which may contain non-ASCII characters; use
17159         mml-to-mime to compose a MIME article.
17160         (nnrss-request-expire-articles): Decode group name.
17161         (nnrss-request-delete-group): Decode group name.
17162         (nnrss-fetch): Clarify error message.
17163         (nnrss-read-server-data): Use insert-file-contents instead of load;
17164         bind file-name-coding-system; use multibyte buffer.
17165         (nnrss-save-server-data): Bind coding-system-for-write to the
17166         value of nnrss-file-coding-system; bind file-name-coding-system;
17167         add coding cookie.
17168         (nnrss-read-group-data): Use insert-file-contents instead of load;
17169         bind file-name-coding-system; use multibyte buffer.
17170         (nnrss-save-group-data): Bind coding-system-for-write to the
17171         value of nnrss-file-coding-system; bind file-name-coding-system.
17172         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17173         make it work with non-ASCII text.
17174         (nnrss-find-el): Make it work with old xml.el as well.
17175
17176 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17177
17178         * nnrss.el (nnrss-get-encoding): New function.
17179         (nnrss-fetch): Use unibyte buffer initially; bind
17180         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17181         decode contents according to the encoding attribute.
17182         (nnrss-save-group-data): Add coding cookie.
17183         (nnrss-mime-encode-string): New function.
17184         (nnrss-check-group): Use it to encode subject and author.
17185
17186 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17187
17188         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17189         imaginary variable.
17190
17191 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17194         correctly even if there are wide characters.
17195
17196 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17199         downcased symbol names; make a new cache instead of reusing
17200         bbdb-hashtable.
17201
17202 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17205         concatenating segments rather than before concatenating them.
17206         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17207
17208         * message.el (message-get-reply-headers): Bind `extra'.
17209
17210 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17211
17212         * message.el (message-extra-wide-headers): New variable.
17213         (message-get-reply-headers): Use it.
17214
17215 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17218         (gnus-agent-group-pathname): Ditto.
17219
17220         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17221
17222         * gnus-group.el (gnus-group-make-group): Decode group name.
17223         (gnus-group-make-rss-group): Register the group data after opening
17224         the nnrss group.
17225
17226 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17227
17228         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17229         by expiry now get marked as read.
17230
17231 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17234
17235 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17236
17237         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17238         unify Latin characters in XEmacs.
17239         (mm-find-mime-charset-region): Use it.
17240
17241 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-util.el (gnus-delete-directory): New function.
17244
17245         * gnus-agent.el (gnus-agent-delete-group): Use it.
17246
17247         * gnus-cache.el (gnus-cache-delete-group): Use it.
17248
17249 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17252         names.
17253
17254 2004-12-16  Simon Josefsson  <jas@extundo.com>
17255
17256         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17257
17258 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17261
17262         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17263         (gnus-group-set-current-level): Decode group name.
17264
17265 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17266
17267         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17268         failed.
17269
17270 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * gnus-group.el (gnus-group-delete-group): Decode group name.
17273         (gnus-group-make-rss-group): Encode group name.
17274         (gnus-group-catchup-current): Decode group name.
17275         (gnus-group-kill-group): Decode group name.
17276
17277 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17278
17279         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17280
17281 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-group.el (gnus-group-make-rss-group):
17284         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17285
17286         * gnus-start.el (gnus-setup-news): Honor user's setting to
17287         gnus-message-archive-method.  Suggested by Lute Kamstra
17288         <lute@gnu.org>.
17289
17290 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17291
17292         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17293         global counterparts of the buffer-local variables.
17294
17295 2004-11-16  Romain Francoise  <romain@orebokech.com>
17296
17297         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17298         counterparts of the buffer-local variables.
17299
17300 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * message.el (message-forbidden-properties): Fix typo in doc
17303         string.
17304
17305 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * gnus-util.el (gnus-replace-in-string): Add doc string.
17308
17309         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17310         to avoid problems when splitting mails with many recipients.
17311
17312 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17313
17314         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17315         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17316
17317 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17318
17319         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17320         if there is no hashtable in memory or file modification time is
17321         newer than cached timestamp.
17322
17323 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * gnus-sum.el (gnus-summary-limit-to-recipient):
17326         Implement not-matching option.
17327
17328 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17329
17330         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17331         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17332         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17333         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17334         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17335         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17336
17337 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * message.el (message-forward-make-body-mml): Remove headers
17340         according to message-forward-ignored-headers if a message is decoded.
17341
17342 2004-12-02  Romain Francoise  <romain@orebokech.com>
17343
17344         * message.el (message-forward-make-body-plain): Always remove
17345         headers according to message-forward-ignored-headers.
17346
17347 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17348
17349         * spam.el (spam-summary-prepare-exit): Remove the
17350         gnus-summary-limit pop for now, it has problems with ham marks for
17351         me.
17352
17353 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17354
17355         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17356         correctly.
17357
17358 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17359
17360         * format-spec.el (format-spec): Message the char.
17361
17362 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17363
17364         * gnus-art.el (gnus-split-methods): Reformat comments.
17365
17366         * spam.el (spam-summary-prepare-exit): Remove article limits
17367         before exiting the summary buffer.
17368
17369 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17372         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17373
17374         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17375         order to silence the byte compiler.
17376
17377         * spam.el: Fix the way to silence the byte compiler, which
17378         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17379         bbdb-search-simple, spam-BBDB-register-routine,
17380         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17381         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17382         spam-stat-buffer-is-spam, spam-stat-load,
17383         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17384         spam-stat-save and spam-stat-split-fancy.
17385
17386 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17389         which may confuse users.
17390         (canlock-password-for-verify): Ditto.
17391
17392         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17393
17394         * gnus-art.el (gnus-emphasis-alist): Ditto.
17395
17396         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17397
17398         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17399
17400         * gnus-start.el (gnus-save-killed-list): Ditto.
17401
17402         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17403         (gnus-sum-thread-tree-root): Ditto.
17404         (gnus-sum-thread-tree-false-root): Ditto.
17405         (gnus-sum-thread-tree-single-indent): Ditto.
17406
17407         * message.el (message-courtesy-message): Ditto.
17408         (message-archive-note): Ditto.
17409         (message-subscribed-address-file): Ditto.
17410         (message-user-fqdn): Ditto.
17411
17412         * spam-report.el (spam-report-gmane-regex): Ditto.
17413
17414         * spam.el (spam-blackhole-good-server-regex): Ditto.
17415
17416 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * mml.el (mml-preview): Widen the message buffer before copying
17419         the contents to the preview buffer; sort headers before previewing.
17420
17421         * message.el (message-hidden-headers): Fix the way to avoid a bug
17422         in the `repeat' widget in Emacs 21.3 or earlier.
17423
17424 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * message.el (message-hidden-headers): Default to "^References:".
17427         Improve customization type.  Suggested by Reiner Steib
17428         <Reiner.Steib@gmx.de>.
17429
17430 2004-11-25  Romain Francoise  <romain@orebokech.com>
17431
17432         * message.el (message-strip-forbidden-properties): Remove check for
17433         obsolete `message-hidden' text property, hidden headers are not
17434         accessible in the buffer anymore.
17435
17436 2004-11-22  Romain Francoise  <romain@orebokech.com>
17437
17438         * message.el (message-header-format-alist): Add `From' in list
17439         so that it can be sorted.
17440         (message-fix-before-sending): Widen and sort headers before
17441         sending.
17442         (message-hide-headers): Use narrowing to hide headers by moving
17443         them to the top of the buffer and narrowing to the region
17444         underneath.
17445
17446 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17447
17448         * message.el (message-strip-forbidden-properties):
17449         Bind buffer-read-only (etc) to nil.
17450
17451 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17454         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17455
17456 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17457
17458         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17459
17460 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17461
17462         * dns.el (query-dns): Use sit-for to time instead of
17463         accept-process-output, since that doesn't seem to work on udp
17464         sockets.
17465
17466 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17469
17470 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17473         doc string.  Improve doc string.
17474
17475 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * nntp.el (nntp-request-update-info): Return nil if
17478         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17479         may not call gnus-activate-group which uselessly issues the GROUP
17480         commands for all nntp groups and wastes time.  Reported by Romain
17481         Francoise <romain@orebokech.com>.
17482
17483         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17484
17485 2004-11-15  Simon Josefsson  <jas@extundo.com>
17486
17487         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17488         headers separately.
17489         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17490         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17491
17492 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus-start.el (gnus-convert-old-newsrc):
17495         Assign legacy-gnus-agent to 5.10.7.
17496
17497 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17498
17499         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17500         start of the lines.
17501
17502 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17503
17504         * hashcash.el (hashcash-default-payment): Change default to 20.
17505         (hashcash-default-accept-payment): Change default to 20.
17506         (hashcash-process-alist): New variable.
17507         (hashcash-generate-payment-async): Add.
17508         (hashcash-already-paid-p): Add.
17509         (hashcash-insert-payment): Don't generate payments twice.
17510         (hashcash-insert-payment-async): Add.
17511         (hashcash-insert-payment-async-2): Add.
17512         (hashcash-cancel-async): Add.
17513         (hashcash-wait-async): Add.
17514         (hashcash-processes-running-p): Add.
17515         (hashcash-wait-or-cancel): Add.
17516         (mail-add-payment): New optional argument.  Conditionally start
17517         asynchronous calculation.
17518         (mail-add-payment-async): Add.
17519
17520         * message.el (message-send-mail): Wait for asynchronous hashcash
17521         results.  Don't clobber existing X-Hashcash headers.
17522         (message-setup-1): Call mail-add-payment-async when
17523         message-generate-hashcash is non-nil.
17524
17525 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17526
17527         * message.el (message-use-alternative-email-as-from): Examine the
17528         From header as well; use message-make-from in order to include a
17529         user's full name.
17530
17531 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17534         default; improve customization type.
17535         (gnus-emphasis-custom-with-format): New macro.
17536         (gnus-emphasis-custom-value-to-external): New function.
17537         (gnus-emphasis-custom-value-to-internal): New function.
17538
17539 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17540
17541         * dns.el (query-dns): Resolve reverse addresses.
17542
17543 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17544
17545         * gnus-group.el (gnus-group-get-new-news): Use it.
17546
17547         * gnus-start.el (gnus-check-reasonable-setup): New function.
17548
17549 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17552         "Args out of range" error.  Reported by Arnaud Giersch
17553         <arnaud.giersch@free.fr>.
17554
17555 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17556
17557         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17558
17559 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17560
17561         * spam.el (spam group): Add :version.
17562
17563         * pgg-def.el (pgg group): Add :version.
17564
17565 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * gnus-art.el (gnus-article-edit-article): Don't associate the
17568         article buffer with a draft file.  This is a temporary measure
17569         against the 2004-08-22 change to gnus-article-edit-mode.
17570
17571 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17574         (html2text-format-tags): Remove unused variable `attr'.
17575
17576 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17577
17578         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17579
17580         * tls.el (tls-process-connection-type, tls-success)
17581         (tls-certtool-program): Add :version.
17582
17583         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17584         (starttls-extra-arguments, starttls-process-connection-type)
17585         (starttls-connect, starttls-failure, starttls-success): Add :version.
17586
17587         * spam-stat.el (spam-stat): Add :version.
17588
17589         * sieve.el (sieve): Add :version.
17590
17591         * sha1.el (sha1): Add :version.
17592         (sha1-use-external): Remove redundant version.
17593
17594         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17595         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17596         (nnmail-split-fancy-match-partial-words)
17597         (nnmail-split-lowercase-expanded): Add :version.
17598
17599         * nndiary.el (nndiary): Add :version.
17600
17601         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17602
17603         * mml-sec.el (mml-default-sign-method)
17604         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17605         Add :version.
17606
17607         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17608
17609         * mm-url.el (mm-url-use-external, mm-url-program)
17610         (mm-url-arguments): Add :version.
17611
17612         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17613         (mm-attachment-file-modes, mm-decrypt-option)
17614         (mm-w3m-safe-url-regexp): Add :version.
17615
17616         * message.el (message-cite-prefix-regexp)
17617         (message-sendmail-envelope-from, message-minibuffer-local-map)
17618         (message-user-fqdn, message-completion-alist): Add :version.
17619
17620         * gnus-win.el (gnus-configure-windows-hook)
17621         (gnus-use-frames-on-any-display): Add :version.
17622
17623         * gnus-art.el (gnus-article-address-banner-alist)
17624         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17625         (gnus-treat-from-picon, gnus-treat-mail-picon)
17626         (gnus-treat-x-pgp-sig): Add :version.
17627
17628         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17629         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17630         (gnus-summary-article-delete-hook)
17631         (gnus-summary-display-while-building): Add :version.
17632
17633         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17634         (gnus-get-top-new-news-hook): Add :version.
17635
17636         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17637         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17638
17639         * gnus-registry.el (gnus-registry): Add :version.
17640
17641         * gnus-spec.el (gnus-use-correct-string-widths)
17642         (gnus-make-format-preserve-properties): Add :version.
17643
17644         * gnus.el (gnus-group-charter-alist)
17645         (gnus-group-fetch-control-use-browse-url)
17646         (gnus-install-group-spam-parameters): Add :version.
17647
17648         * gnus-diary.el (gnus-diary): Add :version.
17649
17650         * gnus-delay.el (gnus-delay): Add :version.
17651
17652         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17653         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17654         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17655         Add :version.
17656
17657         * gnus-agent.el (gnus-agent-max-fetch-size)
17658         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17659         (gnus-agent-prompt-send-queue): Add :version.
17660
17661         * deuglify.el (gnus-outlook-deuglify): Add :version.
17662
17663         * html2text.el: Beautify code.  Improve doc strings.
17664         Some checkdoc cleanup.
17665         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17666
17667 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17668
17669         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17670
17671 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17672
17673         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17674         when package is loaded.
17675
17676         * spam.el (spam-summary-score-preferred-header): Add global preference
17677         for people who want to override the default SpamAssassin over
17678         Bogofilter preference (when both are set).
17679         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17680         (spam-user-format-function-S):
17681         Check spam-summary-score-preferred-header.
17682         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17683         (spam-user-format-function-S): Format the score correctly.
17684
17685 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17688         signature file.  Suggested by Manoj Srivastava
17689         <srivasta@golden-gryphon.com>.
17690
17691         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17692         iso-2022-jp even in the Japanese language environment.
17693         Suggested by Jason Rumney <jasonr@gnu.org>.
17694
17695 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17698         use the same characters as the dummy marks; make it free from
17699         getting affected by the language environment.
17700         (gnus-summary-read-group-1): Update mark positions only when the
17701         format spec is updated.
17702
17703         * gnus-spec.el (gnus-update-format-specifications): Return a list
17704         of updated types.
17705
17706 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17709         of boundp to check if display-warning is available.
17710
17711 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17712
17713         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17714
17715 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * nnspool.el (nnspool-spool-directory): Use news-path if the
17718         news-directory variable is not bound.
17719
17720         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17721         function instead of display-warning if it is not available.
17722
17723 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17724
17725         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17726         v5-10: Use `point-at-bol'.
17727
17728 2004-10-26  Simon Josefsson  <jas@extundo.com>
17729
17730         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17731         <chenggao@gmail.com>.
17732
17733 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17736         instead.
17737
17738 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17739
17740         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17741         to remove a server from the nnimap-server-buffer-alist.
17742         (nnimap-open-connection, nnimap-close-server): Use it.
17743
17744         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17745
17746 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17749         running the major-mode function.
17750
17751 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17754         dummy marks in the right way.
17755
17756 2004-10-18  David Edmondson  <dme@dme.org>
17757
17758         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17759         excessively.
17760
17761 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * gnus-util.el (gnus-split-references): Accept a nil references
17764         string and go on blissfully.
17765
17766         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17767         cases where the references string is non-nil but has no references.
17768
17769         * encrypt.el: Add autoload tags.
17770
17771         * spam.el (spam-resolve-registrations-routine): Remove article
17772         from unregistration list too.  Reported by David Hanak
17773         <dhanak@isis.vanderbilt.edu>
17774
17775 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17776
17777         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17778         nil.  Change custom type.
17779
17780 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17781
17782         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17783
17784         * gnus-sum.el (gnus-summary-move-article): Use it.
17785
17786 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17787
17788         * encrypt.el: Add autoload cookies.
17789
17790         * spam.el (spam-backend-article-list-property)
17791         (spam-backend-get-article-todo-list)
17792         (spam-backend-put-article-todo-list)
17793         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17794         Resolve registrations separately.
17795         (spam-register-routine): Format comments.
17796         (spam-unregister-routine, spam-register-routine): Always call with
17797         specific-articles, no default list.
17798         (spam-summary-prepare-exit): Use the spam-classifications function.
17799
17800         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17801         gnus-encrypt.el.
17802
17803         * encrypt.el: Copied from gnus-encrypt.el.
17804
17805         * gnus-encrypt.el: Commented that it's obsolete.
17806
17807 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17808
17809         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17810         (gnus-score-save): Use it.
17811
17812         * message.el (message-bury): Use `window-dedicated-p'.
17813
17814 2004-10-15  Simon Josefsson  <jas@extundo.com>
17815
17816         * pop3.el (top-level): Don't require nnheader.
17817         (pop3-read-timeout): Add.
17818         (pop3-accept-process-output): Add.
17819         (pop3-read-response, pop3-retr): Use it.
17820
17821 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17822
17823         * spam.el (spam-register-routine): Move comment.
17824         (spam-verify-bogofilter): Use 'unknown for the initial
17825         spam-bogofilter-valid state, not 'never.
17826
17827         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17828         for netrc-machine.
17829
17830         * nnimap.el (nnimap-open-connection):
17831         Use netrc-machine-user-or-password.
17832
17833 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17834
17835         * gnus-registry.el (gnus-registry-unload-hook):
17836         Set as a variable with add-hook.
17837
17838         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17839         of news-path.
17840
17841         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17842
17843         * spam.el: Delete duplicate `provide'.
17844         (spam-unload-hook): Set as a variable with add-hook.
17845
17846 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17849         in the doc string.
17850
17851         * message.el (message-ignored-news-headers)
17852         (message-ignored-supersedes-headers)
17853         (message-ignored-resent-headers)
17854         (message-forward-ignored-headers): Improve custom type.
17855
17856 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * message.el (message-tokenize-header): Fix 2004-09-06 change
17859         which used point-min in the wrong place.
17860
17861 2004-10-12  Simon Josefsson  <jas@extundo.com>
17862
17863         * tls.el (tls-certtool-program): New variable.
17864         (tls-certificate-information): New function, based on
17865         ssl-certificate-information.
17866
17867 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * compface.el: Move the version of ELisp-based uncompface program
17870         to the contrib directory because of the copyright problem.
17871
17872 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * message.el (message-kill-buffer): Raise the current frame.
17875
17876 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17877
17878         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17879
17880         * gnus.el (message-y-or-n-p): Autoload.
17881
17882         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17883         (pop3-password-required, pop3-authentication-scheme)
17884         (pop3-leave-mail-on-server): Make customizable.
17885         (pop3): New custom group.
17886         (pop3-retr): Remove `sleep-for' statements.
17887         Suggested by Dave Love <fx@gnu.org>.
17888
17889         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17890         Windows/DOS.
17891
17892         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17893         (imap-parse-body): Fix incorrect use of `assert'.
17894         Suggested by Dave Love <fx@gnu.org>.
17895
17896         * mml.el (mml-minibuffer-read-disposition): Require match.
17897         Suggested by Dave Love <fx@gnu.org>.
17898
17899 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17900
17901         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17902         doc string.
17903
17904 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17907
17908 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17909
17910         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17911         instead of calling `mm-insert-inline', to decode text/* parts
17912         before displaying them.
17913
17914 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * mm-uu.el (mm-uu-text-plain-type): New variable.
17917         (mm-uu-pgp-signed-extract-1): Use it.
17918         (mm-uu-pgp-encrypted-extract-1): Use it.
17919         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17920         bind mm-uu-text-plain-type with that value.
17921         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17922         mm-uu-dissect.
17923
17924 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-group.el (gnus-update-group-mark-positions):
17927         * gnus-sum.el (gnus-update-summary-mark-positions):
17928         * message.el (message-check-news-body-syntax):
17929         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17930         of string-as-multibyte.
17931
17932 2004-10-05  Juri Linkov  <juri@jurta.org>
17933
17934         * gnus-group.el (gnus-update-group-mark-positions):
17935         * gnus-sum.el (gnus-update-summary-mark-positions):
17936         * message.el (message-check-news-body-syntax):
17937         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17938         8-bit unibyte values to a multibyte string for search functions.
17939
17940 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17943         (mm-uu-dissect-text-parts): New function.
17944
17945         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17946         dissect text parts.
17947
17948         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17949         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17950
17951         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17952
17953         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17954         Use gnus-current-topics instead of gnus-current-topic.
17955
17956 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17957
17958         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17959
17960 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17961
17962         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17963         where approriate.
17964
17965         * nnml.el (nnml-generate-active-info): do.
17966
17967         * nndiary.el (nndiary-generate-active-info): do.
17968
17969         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17970         (gnus-topic-move): do.
17971
17972         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17973         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17974
17975         * gnus-srvr.el (gnus-server-prepare)
17976         (gnus-server-open-all-servers): do.
17977
17978         * gnus-msg.el (gnus-summary-cancel-article)
17979         (gnus-summary-resend-message)
17980         (gnus-summary-mail-crosspost-complaint): do.
17981
17982         * gnus-move.el (gnus-change-server): do.
17983
17984         * gnus-group.el (gnus-group-unmark-all-groups)
17985         (gnus-group-set-current-level): do.
17986
17987 2004-10-04  Simon Josefsson  <jas@extundo.com>
17988
17989         * message.el (message-generate-hashcash): Doc fix.
17990
17991 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17992
17993         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17994         avoid infinite recursion via gnus-get-function.
17995
17996 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17997
17998         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17999
18000         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18001
18002         * nnmail.el (nnmail-split-history): do.
18003
18004         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18005         (nnml-request-delete-group): do.
18006
18007         * nnslashdot.el (nnslashdot-read-groups): do.
18008
18009         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18010         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18011
18012         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18013         (nnspool-sift-nov-with-sed): Use last.
18014         (nnspool-retrieve-headers-with-nov): Use mapc.
18015         (nnspool-request-newgroups): Use dolist.
18016         (nnspool-request-group): Use last.
18017
18018         * nntp.el (nntp-read-server-type): Use dolist.
18019
18020         * nnvirtual.el (nnvirtual-create-mapping)
18021         (nnvirtual-update-read-and-marked): Use dolist.
18022         (nnvirtual-convert-headers): Simplify.
18023
18024 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18025
18026         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18027         Add support for sync'ing tick marks.
18028
18029 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18032         there's no visible header.
18033
18034 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18035
18036         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18037         When necessary, pass full group name to gnus-request-set-marks.
18038
18039 2004-10-01  Simon Josefsson  <jas@extundo.com>
18040
18041         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18042         acroread.
18043
18044 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18045
18046         * spam-report.el (spam-report-gmane): Fix interactive.
18047
18048         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18049
18050         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18051         when writing file.
18052         (gnus-agent-synchronize-flags): Don't default to being
18053         interactive.
18054
18055 2004-09-30  Simon Josefsson  <jas@extundo.com>
18056
18057         * message.el (message-generate-hashcash): Add.
18058         (message-send-mail): Use it, call mail-add-payment.
18059
18060 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18061
18062         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18063
18064 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18065
18066         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18067         gnus-requst-update-info with explicit code to sync the in-memory
18068         info read flags with the marks being sync'd to the backend.
18069
18070         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18071
18072 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18073
18074         * spam.el (spam-verify-bogofilter): Add new function.
18075         (spam-check-bogofilter)
18076         (spam-bogofilter-register-with-bogofilter): Use it.
18077         (spam-verify-bogofilter): Add small fixes.
18078
18079 2004-09-28  Simon Josefsson  <jas@extundo.com>
18080
18081         * hashcash.el (hashcash-generate-payment): Revert.
18082
18083 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18084
18085         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18086         Use gnus-extract-references instead of gnus-split-references.
18087
18088         * gnus-util.el (gnus-extract-references): Add new function, analogous
18089         to gnus-split-references but extracts only the message-ID without
18090         anything extra.
18091
18092         * hashcash.el (hashcash-generate-payment)
18093         (hashcash-check-payment): Do the right thing if hashcash-path is
18094         nil (because the hashcash program could not be found).
18095
18096         * spam.el (spam-use-hashcash): Remove comment.
18097
18098 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18099
18100         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18101         (gnus-cache-enter-article, gnus-cache-remove-article)
18102         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18103
18104         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18105
18106         * gnus-art.el (article-hide-boring-headers)
18107         (article-translate-strings, article-display-face)
18108         (gnus-article-mime-match-handle-first)
18109         (gnus-article-highlight-headers)
18110         (gnus-article-add-buttons-to-head): do.
18111
18112 2004-09-27  Simon Josefsson  <jas@extundo.com>
18113
18114         * hashcash.el: New version, from
18115         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18116         ../contrib/.
18117
18118 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18121
18122 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18123
18124         * gnus-dup.el (gnus-dup-open): Use mapc.
18125         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18126
18127         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18128         Reported by Stefan Wiens <s.wi@gmx.net>.
18129
18130         * gnus.el (gnus-shutdown): Use dolist.
18131
18132         * gnus-undo.el (gnus-undo): Use mapc.
18133
18134         * nnrss.el (nnrss-generate-active): do.
18135
18136         * message.el (message-cite-original-without-signature)
18137         (message-cite-original): Use mapc.
18138         (message-do-actions, message-make-forward-subject): Use dolist.
18139
18140 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18141
18142         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18143         deletion to remove entire duplicate line.  Fixes merged article
18144         number bug.
18145
18146 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18147
18148         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18149         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18150         first ask if you want to open a server and then, even when you
18151         responded with no, asking if you want to synchronize the server's
18152         flags.
18153         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18154         multi-line expressions.
18155         (gnus-agent-synchronize-group-flags): New internal function.
18156         Updates marks in memory (in the info structure) AND in the
18157         backend.
18158
18159         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18160
18161         * nnagent.el (nnagent-request-set-mark):
18162         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18163         method, to ensure that synchronization updates marks in the
18164         backend and in the info (in memory) structure.
18165
18166 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18169         convention fully; don't miss the root article of a thread; make
18170         the X-Draft-From header with correct article numbers.
18171
18172 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18173
18174         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18175         unless plugged.  Disable the agent so that an open failure causes
18176         an error.
18177
18178         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18179         Revert 2004-09-21 change.  The backend must be opened while
18180         synchronizing flags even when the backend stores the flags
18181         locally.
18182
18183 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18184
18185         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18186         in `header' match.  Reported by Svend Tollak Munkejord.
18187
18188         * message.el (message-cite-original): Fix use of
18189         `message-cite-articles-with-x-no-archive'.
18190
18191 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18194         (gnus-window-to-buffer): Ditto.
18195
18196         * mml.el (mml-preview-buffer): New variable.
18197         (mml-preview): Manage window layout with gnus-buffer-configuration.
18198
18199         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18200         X-Draft-From header even if those articles aren't quoted.
18201
18202 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18203
18204         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18205         (gnus-request-set-mark, gnus-request-update-mark): Use new
18206         g-s-t-u-l-m to decide to use backend even when unplugged.
18207
18208 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18211         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18212
18213 2004-09-20  Simon Josefsson  <jas@extundo.com>
18214
18215         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18216         "utf-16-le".
18217
18218 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18219
18220         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18221
18222 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18223
18224         * uudecode.el (uudecode-use-external): Add :version.
18225
18226         * smime.el (smime-CA-file, smime-encrypt-cipher)
18227         (smime-dns-server): Add :version.
18228
18229         * smiley.el (gnus-smiley-file-types): Add :version.
18230
18231         * sha1.el (sha1-use-external): Add :version.
18232
18233         * pgg-def.el (pgg-query-keyserver): Add :version.
18234
18235         * nnmail.el (nnmail-fancy-expiry-targets)
18236         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18237         Add :version.
18238
18239         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18240         (nnimap-retrieve-groups-asynchronous): Add :version.
18241         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18242
18243         * mml.el (mml-content-disposition-parameters)
18244         (mml-insert-mime-headers-always): Add :version.
18245
18246         * mm-util.el (mm-coding-system-priorities): Add :version.
18247
18248         * mm-decode.el (mm-inline-text-html-with-images)
18249         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18250         (mm-verify-option): Add :version.
18251         (mm-text-html-renderer): Change :version.
18252
18253         * message.el (message-fcc-externalize-attachments)
18254         (message-required-headers, message-draft-headers)
18255         (message-subject-trailing-was-query)
18256         (message-subject-trailing-was-ask-regexp)
18257         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18258         (message-mark-insert-end, message-archive-header)
18259         (message-archive-note, message-cross-post-default)
18260         (message-cross-post-note, message-followup-to-note)
18261         (message-cross-post-note-function, message-use-mail-followup-to)
18262         (message-subscribed-address-functions)
18263         (message-subscribed-address-file, message-subscribed-addresses)
18264         (message-subscribed-regexps, message-allow-no-recipients)
18265         (message-yank-cited-prefix, message-signature-insert-empty-line)
18266         (message-hidden-headers, message-hierarchical-addresses)
18267         (message-mail-user-agent, message-use-idna)
18268         (message-valid-fqdn-regexp)
18269         (message-strip-special-text-properties, message-header-synonyms)
18270         (message-beginning-of-line, message-tab-body-function): Add :version.
18271         (message-insert-canlock, message-wide-reply-confirm-recipients):
18272         Change :version.
18273
18274         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18275         and :version.
18276         (mail-source-delete-old-incoming-confirm)
18277         (mail-source-movemail-program): Add :version.
18278
18279         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18280         (gnus-agent-cache, gnus-agent): Change :version.
18281
18282         * gnus-util.el (gnus-use-byte-compile): Change :version.
18283
18284         * gnus-sum.el (gnus-summary-make-false-root-always)
18285         (gnus-summary-default-high-score)
18286         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18287         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18288         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18289         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18290         (gnus-sum-thread-tree-single-indent)
18291         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18292         (gnus-sum-thread-tree-leaf-with-other)
18293         (gnus-sum-thread-tree-single-leaf): Add :version.
18294         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18295         (gnus-article-loose-mime): Change :version.
18296
18297         * gnus-start.el (gnus-backup-startup-file)
18298         (gnus-save-startup-file-via-temp-buffer): Add :version.
18299
18300         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18301         (gnus-server-offline-face): Add :version.
18302
18303         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18304
18305         * gnus-msg.el (gnus-gcc-externalize-attachments)
18306         (gnus-debug-files, gnus-debug-exclude-variables)
18307         (gnus-discouraged-post-methods): Change :version.
18308         (gnus-confirm-mail-reply-to-news)
18309         (gnus-confirm-treat-mail-like-news): Add :version.
18310
18311         * gnus-int.el (gnus-server-unopen-status): Add :version.
18312
18313         * gnus-group.el (gnus-group-jump-to-group-prompt)
18314         (gnus-large-ephemeral-newsgroup)
18315         (gnus-fetch-old-ephemeral-headers): Add :version.
18316
18317         * gnus-fun.el (gnus-x-face-directory)
18318         (gnus-convert-pbm-to-x-face-command)
18319         (gnus-convert-image-to-x-face-command)
18320         (gnus-convert-image-to-face-command): Add :version.
18321
18322         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18323
18324         * gnus-cite.el (gnus-cite-blank-line-after-header)
18325         (gnus-article-boring-faces): Add :version.
18326
18327         * gnus-art.el (gnus-buttonized-mime-types)
18328         (gnus-inhibit-mime-unbuttonizing)
18329         (gnus-treat-display-face)
18330         (gnus-treat-body-boundary): Change :version.
18331         (gnus-body-boundary-delimiter, gnus-picon-databases)
18332         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18333         (gnus-treat-date-english, gnus-treat-fold-headers)
18334         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18335         (gnus-treat-mail-picon, gnus-treat-wash-html)
18336         (gnus-article-encrypt-protocol)
18337         (gnus-use-idna, gnus-article-over-scroll)
18338         (gnus-mime-display-multipart-alternative-as-mixed)
18339         (gnus-mime-display-multipart-related-as-mixed)
18340         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18341         (gnus-ctan-url, gnus-button-ctan-handler)
18342         (gnus-button-handle-ctan-bogus-regexp)
18343         (gnus-button-ctan-directory-regexp)
18344         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18345         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18346         (gnus-button-man-level, gnus-button-emacs-level)
18347         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18348
18349         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18350         (gnus-agent-go-online): Change :version.
18351         (gnus-agent-expire-unagentized-dirs)
18352         (gnus-agent-auto-agentize-methods): Add :version.
18353
18354         * flow-fill.el (fill-flowed-display-column)
18355         (fill-flowed-encode-column): Add :version.
18356
18357         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18358         (gnus-outlook-deuglify-unwrap-max)
18359         (gnus-outlook-deuglify-cite-marks)
18360         (gnus-outlook-deuglify-unwrap-stop-chars)
18361         (gnus-outlook-deuglify-no-wrap-chars)
18362         (gnus-outlook-deuglify-attrib-cut-regexp)
18363         (gnus-outlook-deuglify-attrib-verb-regexp)
18364         (gnus-outlook-deuglify-attrib-end-regexp)
18365         (gnus-outlook-display-hook): Add :version.
18366
18367         * binhex.el (binhex-use-external): Add :version.
18368
18369 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18372         and `invisible'.
18373
18374 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18377         in gnus-registry-trim.
18378
18379 2004-09-13  Simon Josefsson  <jas@extundo.com>
18380
18381         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18382
18383         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18384
18385         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18386         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18387         <yamaoka@jpl.org>.
18388         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18389         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18390         <yamaoka@jpl.org>.
18391
18392         * sieve.el (sieve-manage-mode): Ditto.
18393
18394 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18395
18396         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18397
18398 2004-09-11  Simon Josefsson  <jas@extundo.com>
18399
18400         * dns-mode.el: Add.
18401
18402         * mm-view.el (mm-display-dns-inline): Add.
18403
18404         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18405         (mm-automatic-display): Ditto.
18406
18407         * mailcap.el (mailcap-mime-data): Add text/dns.
18408         (mailcap-mime-extensions): Map .soa to text/dns.
18409
18410 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18411
18412         * gnus-art.el (article-decode-mime-words, article-babel)
18413         (gnus-article-highlight-signature, gnus-article-add-buttons)
18414         (gnus-signature-toggle): Remove unnecessary bindings of
18415         `inhibit-read-only' inherited from v5.10 merge.
18416
18417 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18418
18419         * nntp.el (nntp): New customization group.
18420         (nntp-authinfo-file): Add customization group.
18421
18422         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18423
18424         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18425
18426         * gnus.el (to-address, to-list, subscribed)
18427         (large-newsgroup-initial): Ditto.
18428
18429         * flow-fill.el (fill-flowed-display-column)
18430         (fill-flowed-encode-column): Ditto.
18431
18432 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18433
18434         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18435         Use point-min rather than 1.
18436         (message-send-mail): Use buffer-size rather than point-max.
18437
18438         * gnus-sum.el (gnus-summary-search-article-forward):
18439         Signal a specific `search-failed' rather than a generic `error'.
18440
18441         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18442         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18443         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18444
18445 2004-09-10  Simon Josefsson  <jas@extundo.com>
18446
18447         * nndb.el (require): Remove tcp and duplicate cl.
18448
18449 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-agent.el (directory-files-and-attributes): Move forward.
18452
18453 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18454
18455         * gnus-agent.el (directory-files-and-attributes):
18456         Optionally defined to support XEmacs.
18457
18458 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18459
18460         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18461         to avoid run-time CL dependencies.
18462         (gnus-agent-unfetch-articles): New function.
18463         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18464         article numbers even when local .overview file is missing.
18465         (gnus-agent-read-article-number): New function.  Only accepts
18466         27-bit article numbers.
18467         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18468         Use gnus-agent-read-article-number.
18469         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18470         from backend while recognizing that article numbers in .overview
18471         must be valid.
18472         (gnus-agent-update-files-total-fetched-for):
18473         Use directory-files-and-attributes to improve performance.
18474         * gnus-int.el (gnus-request-move-article):
18475         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18476         improve performance.
18477
18478         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18479         some users confused by references to .newsrc when they only have a
18480         .newsrc.eld file.
18481         (gnus-convert-mark-converter-prompt)
18482         (gnus-convert-converter-needs-prompt): Fix use of property list.
18483         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18484         New function.  Used internally to only display 'gnus converting
18485         files' message when actually necessary.
18486
18487         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18488         methods now autoloaded.
18489
18490 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18493         identifiers.
18494
18495 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * gnus-picon.el: Fix indentation and closing parenthesis.
18498
18499 2004-09-01  Simon Josefsson  <jas@extundo.com>
18500
18501         * message.el (message-canlock-generate): Require sha1, not
18502         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18503         to require within a function.  Sadly, if sha1.el isn't loaded, the
18504         let binding in m-c-g will hide the defcustom definition, which is
18505         bad.)
18506
18507         * canlock.el: Require sha1, not sha1-el.
18508
18509         * message.el: Don't autoload sha1 (there is a autoload cookie in
18510         sha1.el).
18511
18512         * sha1-el.el: Rename to sha1.el.
18513
18514 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18515
18516         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18517
18518 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18519
18520         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18521
18522 2004-08-30  Kim F. Storm  <storm@cua.dk>
18523
18524         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18525
18526         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18527         Add :group 'nnimap.
18528
18529 2004-08-30  Andreas Schwab  <schwab@suse.de>
18530
18531         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18532         ?* and ?\;.
18533
18534         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18535         and ?\' to symbol instead of whitespace.
18536
18537 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18540
18541         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18542         instead of re-search-forward.
18543
18544         * gnus-uu.el (gnus-uu-save-article): Ditto.
18545         (gnus-uu-post-encode-uuencode): Ditto.
18546
18547         * html2text.el (html2text-clean-list-items): Ditto.
18548         (html2text-clean-dtdd): Ditto.
18549         (html2text-format-tags): Ditto.
18550
18551         * message.el (message-send-mail-with-sendmail): Fix regexp.
18552         (message-fill-field-general): Use search-forward instead of
18553         re-search-forward.
18554         (unbold-region): Ditto.
18555
18556         * nnrss.el (nnrss-request-article): Ditto.
18557
18558         * nnslashdot.el (nnslashdot-request-article): Ditto.
18559
18560         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18561
18562         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18563         "Unrecognized menu descriptor" error in XEmacs.
18564
18565 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18566
18567         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18568         parent article of a sparse article in the thread hashtb.
18569
18570 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18571
18572         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18573         (nnmail-expand-newtext): Lowercase expanded entries if
18574         nnmail-split-lowercase-expanded is non-nil.
18575
18576 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18579
18580         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18581         of gnus-tmp-news-method into string under XEmacs.  It will be
18582         passed to gnus-correct-length which takes only a string argument.
18583
18584 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * gnus-util.el (gnus-bind-print-variables): New macro.
18587         (gnus-prin1): Use it.
18588         (gnus-prin1-to-string): Use it.
18589         (gnus-pp): New function.
18590         (gnus-pp-to-string): New function.
18591
18592         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18593         Replace pp-to-string with gnus-pp-to-string.
18594         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18595         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18596         * gnus-msg.el (gnus-debug): Ditto.
18597         * gnus-score.el (gnus-score-save): Ditto.
18598         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18599         gnus-pp-to-string.
18600         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18601         with gnus-pp.
18602         * score-mode.el (gnus-score-pretty-print): Ditto.
18603         * webmail.el (webmail-debug): Ditto.
18604
18605 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * gnus-art.el (article-display-face, article-display-x-face):
18608         Use buffer-read-only.
18609
18610 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * gnus-art.el (article-hide-list-identifiers):
18613         Bind inhibit-read-only as t.
18614
18615 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18618
18619 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18620
18621         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18622         (gnus-narrow-to-page): Don't assume point-min == 1.
18623         (gnus-article-edit-mode): Derive from message-mode.
18624
18625         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18626         point-min == 1.
18627
18628         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18629         Disable incorrect use of `assert'.
18630
18631         * message.el (message-mode): Set comment-start-skip.
18632
18633
18634 2004-08-22  Sam Steingold  <sds@gnu.org>
18635
18636         * pop3.el (pop3-leave-mail-on-server): New user variable.
18637         (pop3-movemail): Delete mail only when it is nil.
18638
18639 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18640
18641         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18642
18643         * mml.el (mml-preview): Use `pop-to-buffer'.
18644
18645         * message.el (message-goto-mail-followup-to): Insert after "To".
18646         (message-carefully-insert-headers): Add comment.
18647
18648         * gnus.el: Remove unused variable `gnus-article-check-size'.
18649
18650         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18651
18652         * gnus-art.el (gnus-button-alist):
18653         Improve `gnus-button-handle-library' entry.
18654
18655 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18656
18657         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18658         Use downcase, since XEmacs capitalizes error messages differently.
18659
18660 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18661
18662         * nntp.el: Add (require 'gnus) due to reference to
18663         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18664
18665 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18666
18667         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18668         Bind `mm-fill-flowed'.
18669
18670         * mm-decode.el (mm-dissect-singlepart): Check it.
18671
18672 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18673
18674         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18675         'imap' for netrc parsing.
18676
18677 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * mailcap.el (mailcap-mime-data): Mark as risky.
18680
18681 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18684         may be included in the encoded word.
18685         (rfc2047-encode): Don't append a space if the encoded word
18686         includes close parenthesis.
18687
18688 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18691         of text within parentheses.
18692
18693 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18694
18695         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18696         (gnus-encrypt-write-file-contents): Make the password key the file
18697         name PLUS the cipher, not just the cipher.  Also remove failed
18698         passwords from the cache.
18699
18700 2004-08-06  Simon Josefsson  <jas@extundo.com>
18701
18702         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18703         Doc fix.
18704
18705 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18708         LWSP.
18709
18710 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18711
18712         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18713         Try to append in-reply-to: data to the references: header.
18714
18715         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18716         (netrc-parse): Use gnus-encrypt.el functions.
18717
18718         * gnus-encrypt.el: Add new file for encryption support; currently
18719         does only a few GPG ciphers and an internal XOR cipher.
18720
18721         * password.el: Add comments on using password-read-and-add.
18722         (password-read-and-add): Add function to read and add the
18723         password to the cache at once.
18724
18725 2004-07-28  Simon Josefsson  <jas@extundo.com>
18726
18727         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18728         parameter (but don't use it, for now).
18729
18730         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18731         instead of hard coding to nil.
18732
18733 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18736         as mm-inline-image-xemacs does.
18737
18738 2004-07-26  Simon Josefsson  <jas@extundo.com>
18739
18740         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18741         Revert part of 2004-07-17 change below.
18742
18743 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18744
18745         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18746         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18747
18748 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18749
18750         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18751         quotes that actually start with ">" at the beginning of the
18752         lines.
18753
18754 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * rfc2047.el (rfc2047-encode-region): Fix last change.
18757         (rfc2047-encode-parameter): Remove useless concat.
18758
18759 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18762         encode special characters; fix some kind of misconfigured headers;
18763         signal a real error if debug-on-quit or debug-on-error is non-nil.
18764         (rfc2047-encode-max-chars): New variable.
18765         (rfc2047-encode-1): Use it.
18766         (rfc2047-encode-parameter): New function.
18767
18768         * mml.el (mml-insert-parameter): Remove an excessive space.
18769
18770 2004-07-17  Simon Josefsson  <jas@extundo.com>
18771
18772         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18773         Kai Grossjohann <kai@emptydomain.de>.
18774         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18775         (gnus-group-make-menu-bar): Ditto.
18776
18777         * gnus-util.el (gnus-group-server): Add.
18778
18779 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18780
18781         * message.el (message-clone-locals): Clone sendmail and smtp
18782         variables.
18783
18784 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * rfc2047.el (rfc2047-encode-region): Fix last change.
18787
18788 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18791         characters as non-special.
18792
18793 2004-07-09  Simon Josefsson  <jas@extundo.com>
18794
18795         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18796         Users will lose all flag changes made while unplugged with
18797         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18798         good default.  See numerous reports on ding mailing list.
18799
18800 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18803         add generate-head-function and generate-article-function to the
18804         rfc822-forward entry.
18805         (nndoc-rfc822-forward-generate-article): New function.
18806         (nndoc-rfc822-forward-generate-head): New function.
18807
18808         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18809
18810 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18811
18812         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18813         respect display group parameter and gnus-summary-expunge-below.
18814         (gnus-articles-to-read): Remove unused reference to display group
18815         parameter.
18816
18817 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18818
18819         * nnheader.el (nnheader-uniquify-message-id): New experimental
18820         variable.
18821         (nnheader-nov-read-message-id): Use it.
18822
18823         * spam-report.el (spam-report-gmane): Add interactive.
18824
18825 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18826
18827         * mm-encode.el (mm-content-transfer-encoding-defaults):
18828         Use qp-or-base64 for the application/* types.
18829
18830 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18831
18832         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18833
18834 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18835
18836         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18837         trim value.
18838
18839 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18840
18841         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18842         New macro and function.
18843         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18844
18845 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18848         after-load-alist.
18849
18850 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18851
18852         * gnus-group.el (gnus-group-get-new-news-this-group):
18853         Don't update info that isn't there.
18854
18855 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18856
18857         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18858         entry.
18859
18860 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * mm-view.el (mm-inline-render-with-function): Use multibyte
18863         buffer; decode html source by charset.
18864
18865         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18866
18867         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18868         Mule-UCS is loaded under XEmacs.
18869         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18870
18871 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18874
18875 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * mm-util.el (mm-coding-system-p): Return a coding-system.
18878         (mm-mime-mule-charset-alist): Use shift_jis instead of
18879         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18880         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18881         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18882         instead of japanese-shift-jis and iso-latin-1 respectively in
18883         order to share the default value with both Emacs and XEmacs-mule.
18884         (mm-mule-charset-to-mime-charset):
18885         Make mm-coding-system-priorities effective.
18886         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18887         while predicating of candidates upon the priorities.
18888
18889 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18890
18891         * gnus-sum.el (gnus-summary-make-menu-bar):
18892         Add gnus-uu-invert-processable.
18893
18894         * gnus.el: Autoload gnus-uu-invert-processable.
18895
18896 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * mm-util.el (mm-with-multibyte-buffer): New macro.
18899
18900         * rfc2047.el (rfc2047-encode-string): Use it.
18901         (rfc2047-encode-region): Move point to the end of the region after
18902         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18903
18904 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18907         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18908
18909 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18912         (gnus-cite-parse): Ignore quoted envelope From_.
18913         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18914
18915 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18916
18917         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18918         invalid addresses.
18919
18920 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18921
18922         * spam.el: Change section markers, revise TODO list.
18923         (spam-backends): Make new master list of all installed backends.
18924         (spam-summary-exit-behavior): Add new variable to determine how
18925         messages moves are done at summary exit.
18926         (spam-move-spam-nonspam-groups-only)
18927         (spam-process-ham-in-nonham-groups)
18928         (spam-process-ham-in-spam-groups): Remove variables, the
18929         spam-summary-exit-behavior variable should be used to manage this
18930         behavior.
18931         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18932         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18933         and spam-old-spam-articles.
18934         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18935         Add empty variables, placeholders for the backends they represent.
18936         (spam-set-difference): Move, unchanged.
18937         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18938         unless the user has a processor variable.
18939         (spam-classifications, spam-classification-valid-p)
18940         (spam-backend-properties, spam-backend-property-valid-p)
18941         (spam-backend-function-type-valid-p)
18942         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18943         (spam-report-articles-gmane, spam-report-articles-resend):
18944         Remove functions, they are not needed.
18945         (spam-install-backend-super, spam-backend-list)
18946         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18947         (spam-backend-function, spam-backend-ham-registration-function)
18948         (spam-backend-spam-registration-function)
18949         (spam-backend-ham-unregistration-function)
18950         (spam-backend-spam-unregistration-function)
18951         (spam-backend-statistical-p, spam-backend-mover-p)
18952         (spam-install-backend-alias, spam-install-checkonly-backend)
18953         (spam-install-mover-backend, spam-install-nocheck-backend)
18954         (spam-install-backend, spam-install-statistical-backend)
18955         (spam-install-statistical-checkonly-backend): Add backend installation
18956         support.
18957         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18958         (spam-group-processor-p): Use the new backend code and respect the
18959         summary exit behavior.
18960         (spam-mark-spam-as-expired-and-move-routine): Remove.
18961         (spam-summary-prepare): Change to use the new spam-old-articles
18962         variable.
18963         (spam-copy-or-move-routine, spam-copy-spam-routine)
18964         (spam-move-spam-routine, spam-copy-ham-routine)
18965         (spam-move-ham-routine): Add code to copy/move ham or spam.
18966         (spam-fetch-field-fast): Improve doc and code, plus allow the
18967         'number request.
18968         (spam-list-of-checks, spam-list-of-statistical-checks):
18969         Remove variables.
18970         (spam-split, spam-find-spam): Use the new backend code.
18971         (spam-registration-functions): Remove variable.
18972         (spam-unregister-routine): Add convenience wrapper.
18973         (spam-log-undo-registration, spam-register-routine)
18974         (spam-log-processing-to-registry)
18975         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18976         where possible.
18977         (spam-check-gmane-xref, spam-check-regex-headers)
18978         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18979         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18980         (spam-check-bogofilter-headers, spam-check-spamoracle)
18981         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18982         (spam-check-crm114-headers): Use the spam-split-group that
18983         spam-split prepares, no need to determine it every time.
18984
18985         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18986         to the nnheader-parse-naked-head call.
18987
18988         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18989
18990         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18991         the nnheader-nov-read-message-id call.
18992
18993 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18996         gnus-activate-group twice.  Suggested by Markus Peter
18997         <warp@spin.de>.
18998
18999 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * gnus-art.el (gnus-article-time-format): Exchange the order of
19002         day and month in the default value; fix customization type.
19003         (article-date-ut): Use add-text-properties.
19004         (article-make-date-line): Use message-make-date instead of
19005         current-time-string.
19006
19007         * message.el (message-fetch-field): Don't use set-text-properties.
19008         (message-make-date): Simplify.
19009
19010         * messagexmas.el (message-xmas-make-date): New function.
19011         (message-xmas-redefine): Defalias message-make-date to it.
19012
19013 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19016         (rfc2047-encode-region): Treat text within parentheses as special;
19017         show the original text when error has occurred.
19018
19019         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19020         already-computed method to gnus-activate-group.
19021
19022         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19023         same select-methods identical Lisp objects.
19024
19025         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19026         object when modifying the info.
19027
19028 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19031         gnus-opened-servers since it has never been opened with the new
19032         configuration yet.
19033
19034 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19037         arg to nnheader-generate-fake-message-id.
19038
19039 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19040
19041         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19042         number and build a fake message ID localized to a group and
19043         article number (so it's repeatable from that point on).
19044         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19045         ID format.
19046
19047         * gnus-sum.el (gnus-get-newsgroup-headers):
19048         Call nnheader-generate-fake-message-id with the article number.
19049
19050 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19051
19052         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19053         end-of-buffer.
19054
19055 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19056
19057         * message.el (message-ignored-supersedes-headers): Add Approved.
19058
19059 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19062         goto-char.
19063         (rfc2047-encode): Fold the line before encoding.
19064
19065 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19066
19067         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19068         folding -- not all headers can be folded, and this should be done
19069         by the message composition mode.  Probably.  I think.
19070
19071 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19074         fast.
19075
19076         * gnus-ems.el (gnus-remove-image): Don't use
19077         message-text-with-property; remove only the image found first.
19078
19079         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19080         found first.
19081
19082 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19083
19084         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19085
19086 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * message.el (message-text-with-property): Make it fast and accept
19089         optional arguments.
19090         (message-strip-forbidden-properties): Use it.
19091         (message-fix-before-sending): Follow the m-t-w-p change.
19092
19093         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19094
19095 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * gnus-art.el (article-hide-headers): Don't change the buffer
19098         mistakenly when performing mml-preview even if
19099         gnus-single-article-buffer is nil.
19100
19101 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19102
19103         * message.el (message-expand-name-databases): New user option.
19104         (message-expand-name): Use it.
19105
19106 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19107
19108         * spam.el (spam-report-articles-resend)
19109         (spam-report-resend-register-routine): Allow ham reporting.
19110         (spam-report-resend-register-ham-routine): Add wrapper.
19111         (spam-registration-functions): Add ham resending functions.
19112         (spam-list-of-processors): Add ham resend processor.
19113
19114         * gnus.el (ham-resend-to): Add new group parameter.
19115         (spam-process): Add ham resend option.
19116
19117         * spam-report.el (spam-report-resend): Allow reporting ham.
19118         (spam-report-resend-ham): Add wrapper.
19119
19120 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19121
19122         * message.el (message-cite-articles-with-x-no-archive):
19123         New variable.
19124         (message-cite-original): Use it.
19125
19126 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19127
19128         * message.el (message-cite-original): Respect X-No-Archive.
19129
19130 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * gnus-art.el (article-hide-headers): Refer to the values for
19133         gnus-ignored-headers and gnus-visible-headers in the summary
19134         buffer since a user may have set them as group parameters.
19135
19136 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * assistant.el (assistant-node-name): Add convenience function.
19139         (assistant-render-text, assistant-render-node): Add error handling,
19140         plus handle multiple next nodes.
19141         (assistant-find-next-node): Comment out for now.
19142         (assistant-find-next-nodes): Add function, returns list of next
19143         nodes.
19144
19145 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * mail-source.el (mail-source-directory): Fix doc-string.
19148
19149 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19150
19151         * assistant.el (assistant-render-text, assistant-eval): Add :set
19152         widget type, which is different because it takes and returns a
19153         list.  Much hilarity ensues.
19154
19155 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19156
19157         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19158
19159         * gnus-group.el (gnus-group-get-new-news-this-group):
19160         Add doc-string.
19161
19162         * gnus-start.el (gnus-activate-group): Add doc-string.
19163
19164 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19167
19168 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19169
19170         * assistant.el (assistant-render-text): Try to add a :set
19171         widget, more to come.
19172
19173         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19174         strings.
19175         (spam-report-articles-resend)
19176         (spam-register-routine): Do registration iff any articles warrant
19177         it.
19178         (spam-summary-prepare-exit): Change log message for nil group
19179         destinations.
19180
19181 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19182
19183         * spam.el (spam-report-resend-register-routine):
19184         Allow spam-report-resend-to to be a group parameter or a global value.
19185
19186 2004-05-26  Simon Josefsson  <jas@extundo.com>
19187
19188         * starttls.el: Merge with my GNUTLS based starttls.el.
19189         (starttls-gnutls-program, starttls-use-gnutls)
19190         (starttls-extra-arguments, starttls-process-connection-type)
19191         (starttls-connect, starttls-failure, starttls-success):
19192         New variables.
19193         (starttls-program, starttls-extra-args): Doc fix.
19194         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19195         New functions.
19196         (starttls-negotiate, starttls-open-stream):
19197         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19198         function if it is set.
19199
19200 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19201
19202         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19203         structured fields.
19204
19205 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19208
19209 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19210
19211         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19212         Add variable.
19213         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19214         assigning the spam-mark to new messages.
19215
19216 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19217
19218         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19219
19220 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19223
19224         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19225         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19226         default.
19227
19228 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19229
19230         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19231         correct data.
19232
19233 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19236         (spam-group-processor-p): Fix function.
19237         (spam-group-processor-multiple-p)
19238         (spam-group-spam-processor-report-gmane-p)
19239         (spam-group-spam-processor-report-resend-p)
19240         (spam-group-spam-processor-bogofilter-p)
19241         (spam-group-spam-processor-blacklist-p)
19242         (spam-group-spam-processor-ifile-p)
19243         (spam-group-ham-processor-ifile-p)
19244         (spam-group-spam-processor-spamoracle-p)
19245         (spam-group-spam-processor-crm114-p)
19246         (spam-group-ham-processor-bogofilter-p)
19247         (spam-group-spam-processor-stat-p)
19248         (spam-group-ham-processor-stat-p)
19249         (spam-group-ham-processor-whitelist-p)
19250         (spam-group-ham-processor-BBDB-p)
19251         (spam-group-ham-processor-spamoracle-p)
19252         (spam-group-ham-processor-copy-p): Remove functions with some
19253         prejudice against unneeded code.
19254         (spam-report-articles-resend)
19255         (spam-report-resend-register-routine): Allow the group/topic
19256         spam-resend-to value to override spam-report-resend-to.
19257         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19258         properly now.
19259
19260         * gnus.el (spam-resend-to): Add group/topic parameter.
19261         (spam-process): Move the OBSOLETE processors to the end of the
19262         choices.
19263
19264 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19265
19266         * spam-report.el (spam-report-resend-to, spam-report-resend):
19267         Start with resend-to set to nil, and then ask the user if necessary.
19268         (spam-report-resend): spam-report-resend takes a list of articles, not
19269         separate article numbers.
19270
19271 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19274         addition to emacs-w3m.
19275
19276 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19277
19278         * assistant.el (assistant-authinfo-data): New function.
19279         (assistant-eval): Eval for entire assistant.
19280
19281         * netrc.el (netrc-services-file): New variable.
19282         (netrc-parse-services): New function.
19283         (netrc-find-service-name): New function.
19284         (netrc-find-service-number): New function.
19285         (netrc-port-equal): New function.
19286         (netrc-machine): Use it.
19287
19288         * nnimap.el (nnimap-open-connection): Use netrc.
19289
19290         * gnus-util.el (gnus-netrc-get): Remove aliases.
19291
19292         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19293
19294         * assistant.el (wid-edit): Fix compilation.
19295
19296         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19297
19298 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19299
19300         * gnus-util.el (gnus-set-file-modes): New function.  (small
19301         patch).
19302
19303 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19304
19305         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19306
19307         * assistant.el (assistant-render-node): Fix up rendering and
19308         read-only text.
19309         (assistant-render-node): Reset.
19310         (assistant-make-read-only): Not sticky.
19311
19312 2004-05-20  Danny Siu  <dsiu@adobe.com>
19313
19314         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19315         centered even when gnus-auto-center-summary is t.
19316
19317 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19318
19319         * dns.el (dns-get-txt-answer): New function.
19320         (dns-read-txt): Ditto.
19321         (query-dns): Use it.
19322
19323 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19326         active for foreign groups even if the group level is higher than
19327         the specified value.
19328
19329 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19330
19331         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19332         non-active groups.
19333
19334         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19335
19336 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19337
19338         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19339
19340 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19341
19342         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19343         (spam-crm114-header, spam-crm114-spam-switch)
19344         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19345         (spam-crm114-positive-spam-header)
19346         (spam-crm114-database-directory, spam-list-of-processors)
19347         (spam-group-spam-processor-crm114-p)
19348         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19349         (spam-generic-score, spam-list-of-checks)
19350         (spam-list-of-statistical-checks, spam-registration-functions)
19351         (spam-check-crm114-headers, spam-crm114-score)
19352         (spam-check-crm114, spam-crm114-register-with-crm114)
19353         (spam-crm114-register-spam-routine)
19354         (spam-crm114-unregister-spam-routine)
19355         (spam-crm114-register-ham-routine)
19356         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19357         From asjo@koldfront.dk (Adam Sjøgren).
19358
19359         * gnus.el: Add spam-use-crm114.
19360
19361         * spam.el (spam-list-of-processors, spam-registration-functions):
19362         Add spam-use-resend.
19363         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19364         (spam-report-articles-gmane): Add doc fix.
19365         (spam-report-articles-resend, spam-report-resend-register-routine):
19366         Add wrappers around spam-report-resend-to.
19367
19368         * spam-report.el (spam-report-resend-to, spam-report-resend):
19369         Add support for resending spam.
19370         (spam-report-gmane): Fix line length >80.
19371
19372         * gnus.el (spam-process): Add spam-use-resend.
19373
19374 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19375
19376         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19377         number of processed spam messages.
19378         (spam-ham-copy-or-move-routine): Return the number of processed
19379         ham messages.
19380         (spam-summary-prepare-exit): Use the above values to decide
19381         whether status messages shouled be displayed.
19382
19383 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19386         `rfc2047-encoding-function-alist' in order to avoid conflicting
19387         with the old version.
19388         (rfc2047-encode-region): Concatenate words containing non-ASCII
19389         characters in structured fields; don't encode space-delimited
19390         ASCII words even in unstructured fields; don't break words at
19391         char-category boundaries.
19392         (rfc2047-encode-1): New function.
19393         (rfc2047-encode): Use it; encode text so that it occupies the
19394         maximum width within 76-column; work correctly on Q encoding for
19395         iso-2022-* charsets.
19396         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19397         sure not to break a line just after the header name.
19398         (rfc2047-b-encode-region): Remove.
19399         (rfc2047-b-encode-string): New function.
19400         (rfc2047-q-encode-region): Remove.
19401         (rfc2047-q-encode-string): New function.
19402
19403         * mm-util.el (mm-replace-in-string): New function.
19404
19405 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19406
19407         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19408         Really get it right.
19409         (gnus-inews-make-draft): Really.
19410
19411 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19412
19413         * nnmh.el (nnmh-request-list-1): Don't check the link count
19414         before descending.  (small patch)
19415
19416 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417
19418         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19419         stuff.
19420
19421         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19422         Match on real group name.
19423
19424         * gnus-art.el (gnus-signature-limit): Doc fix.
19425
19426         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19427
19428         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19429
19430 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19431
19432         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19433         isn't a string.
19434
19435 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19436
19437         * gnus-draft.el (gnus-draft-send):
19438         Bind rfc2047-encode-encoded-words.
19439
19440         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19441         (rfc2047-encodable-p): Say that =? needs encoding.
19442         (rfc2047-encode-encoded-words): New variable.
19443
19444         * gnus-group.el (gnus-group-select-group): Doc fix.
19445
19446         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19447
19448         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19449         to nil.
19450
19451         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19452
19453         * nnheader.el (nnheader-get-lines-and-char): New function.
19454
19455 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19456
19457         * gnus-msg.el (gnus-summary-followup-with-original):
19458         Document yanking of region when active.
19459
19460 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19463         groups if the group level is higher than the specified value.
19464
19465 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19466
19467         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19468         (gnus-group-jump-to-group): Add prefix argument using
19469         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19470         non-active group.
19471
19472         * compface.el (uncompface): Be verbose when changing
19473         `uncompface-use-external'.
19474
19475         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19476         handle manual section.
19477
19478 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19479
19480         * gnus-art.el (gnus-button-alist): Revert previous change.
19481
19482 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19485
19486 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19487
19488         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19489         whether backend can accept message.
19490
19491         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19492
19493 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19494
19495         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19496         Avoid creating directory when nntp-marks-is-evil is true.
19497         Reported by Reiner Steib.
19498
19499 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19500
19501         * gnus-picon.el (gnus-picon-style): New variable.
19502         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19503         (gnus-picon-transform-address): Support `gnus-picon-style'.
19504         From Jesper Harder <harder@ifa.au.dk>.
19505
19506 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19507
19508         * message.el (message-fill-field): Return point.
19509         (message-generate-headers): Go to end of field.
19510
19511         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19512         stuff for non-living groups.
19513
19514 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * gnus-art.el (gnus-article-followup-with-original)
19517         (gnus-article-reply-with-original): gnus-mark-active-p ->
19518         gnus-region-active-p.
19519
19520 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19521
19522         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19523         only when there is spam or ham to be processed.
19524
19525 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19526
19527         * mail-source.el (mail-source-delete-crash-box): Refactor.
19528         (mail-source-fetch): Use it.
19529         (mail-source-fetch-file): Ditto.
19530         (mail-source-fetch-directory): Run postscript in loop.
19531         (mail-source-fetch-pop): Delete.
19532         (mail-source-fetch-maildir): Ditto.
19533         (mail-source-fetch-imap): Ditto.
19534
19535         * imap.el (imap-authenticators): Comment out sasl.
19536
19537         * message.el (message-skip-to-next-address): New function.
19538         (message-fill-header-address): Refactor.
19539         (message-fill-address): Use it.
19540         (message-delete-address): Use it.
19541         (message-fill-header-general): Refactor.
19542         (message-fill-field-address): Rename.
19543         (message-narrow-to-field): Find the start of the header.
19544         (message-header-format-alist): Don't pre-fill.
19545         (message-fill-header): Remove.
19546         (message-insert-header): New function.
19547         (message-shorten-references): Use it.
19548
19549         * rfc2047.el (rfc2047-field-value): Strip props.
19550
19551         * mail-parse.el (mail-header-make-address): New alias.
19552
19553         * ietf-drums.el (ietf-drums-make-address): New function.
19554
19555         * imap.el: Add compiler directives.
19556
19557         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19558
19559         * gnus-art.el (article-decode-idna-rhs): Don't use
19560         message-idna-inside-rhs-p.
19561
19562 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * message.el (message-idna-inside-rhs-p): Remove.
19565         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19566
19567         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19568         false positives.
19569
19570 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19571
19572         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19573
19574 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19575
19576         * nneething.el (nneething-file-name): Don't create spurious
19577         files.
19578
19579         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19580         (gnus-inews-do-gcc): Remove sleep.
19581
19582         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19583         part under point.
19584
19585         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19586         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19587
19588 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19589
19590         * spam.el (spam-summary-prepare-exit): Fix (length).
19591
19592 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19593
19594         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19595         as expired without moving it" message when there are spam
19596         messages left.
19597
19598 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19599
19600         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19601         header is not nil.
19602
19603 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19604
19605         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19606         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19607         (nntp-marks-changed-p): New arg SERVER.
19608         (nntp-request-update-info): Adjust caller.
19609
19610 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19611
19612         * nntp.el (nntp-save-marks): Pass missing arg.
19613
19614 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19615
19616         * nntp.el: Support marks.
19617         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19618         (nntp-marks-modtime, nntp-marks-directory): New variables.
19619         (nntp-request-set-mark, nntp-request-update-info)
19620         (nntp-possibly-create-directory, nntp-marks-changed-p)
19621         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19622         New functions.
19623
19624 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19625
19626         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19627         (gnus-xmas-redefine): Rename.
19628
19629         * gnus-score.el (gnus-score-insert-help):
19630         Use gnus-select-lowest-window.
19631
19632         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19633         appt-select-lowest-window and rename to gnus-select-lowest-window.
19634
19635         * gnus.el: do.
19636
19637 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19638
19639         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19640         encodings of MIME-encoded words, in order to improve
19641         interoperability with several broken MUAs.
19642
19643 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19644
19645         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19646         tags, only when charsets are not specified in headers.
19647         (mm-inline-text-html-render-with-w3m): Ditto.
19648
19649         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19650         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19651
19652 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19653
19654         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19655         instead of MIME-decoded from fields when checking
19656         `gnus-article-address-banner-alist'.
19657
19658 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19659
19660         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19661         description rather than subject.
19662
19663 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19664
19665         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19666
19667 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19668
19669         * gnus.el (gnus-version-number): Bump.
19670
19671 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19672
19673         * gnus.el: No Gnus v0.2 is released.
19674
19675 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19676
19677         * gnus-agent.el (gnus-agent-read-agentview):
19678         Inline gnus-uncompress-range.
19679
19680 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19681
19682         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19683         `exec-installed-p'.
19684
19685 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19686
19687         * gnus.el (spam-process, spam-autodetect-methods):
19688         Add bsfilter and bsfilter-headers.
19689
19690         * spam.el (spam-bsfilter): New customize group.
19691         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19692         (spam-bsfilter-header, spam-bsfilter-probability-header)
19693         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19694         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19695         (spam-bsfilter-database-directory): New options.
19696         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19697         (spam-list-of-statistical-checks, spam-registration-functions):
19698         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19699         (spam-bsfilter-score): New command.
19700         (spam-check-bsfilter-headers, spam-check-bsfilter)
19701         (spam-bsfilter-register-with-bsfilter)
19702         (spam-bsfilter-register-spam-routine)
19703         (spam-bsfilter-unregister-spam-routine)
19704         (spam-bsfilter-register-ham-routine)
19705         (spam-bsfilter-unregister-ham-routine): New functions.
19706         (spam-generic-score): Support bsfilter; Accept an optional argument
19707         to recalcurate spam score even if scoring header has already been
19708         added.
19709         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19710         optional argument to recalcurate spam score even if scoring header
19711         has already been added.
19712
19713 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19714
19715         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19716         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19717         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19718         link is missing.
19719
19720 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19721
19722         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19723         (html2text-get-attr): Rewrite.
19724
19725         * message.el (message-setup-1): Remove redundant put-text-property
19726         on mail-header-separator.
19727
19728 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19729
19730         * gnus-registry.el (gnus-registry-cache-whitespace)
19731         (gnus-registry-action, gnus-registry-spool-action)
19732         (gnus-registry-split-fancy-with-parent): Change message levels
19733         from 5 to 3 or 7, as needed.
19734
19735         * spam.el (spam-summary-prepare-exit)
19736         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19737         (spam-split, spam-find-spam, spam-log-undo-registration)
19738         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19739         level from 5 to 6.
19740
19741 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19742
19743         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19744         2004-03-04 change).
19745
19746 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19747
19748         * sieve-manage.el (sieve-manage-open):
19749         * nnweb.el (nnweb-insert-html):
19750         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19751         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19752         * nnspool.el (nnspool-request-group):
19753         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19754         * nnml.el (nnml-request-update-info):
19755         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19756         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19757         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19758         (nnimap-request-set-mark):
19759         * nnfolder.el (nnfolder-request-update-info):
19760         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19761         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19762         * gnus-uu.el (gnus-uu-find-articles-matching):
19763         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19764         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19765         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19766         * gnus-nocem.el (gnus-nocem-scan-groups):
19767         * gnus-int.el (gnus-start-news-server):
19768         * gnus-group.el (gnus-group-make-kiboze-group)
19769         (gnus-group-browse-foreign-server):
19770         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19771         Use mapc when appropriate.
19772
19773 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19774
19775         FIXME: Make separate entries for each person.
19776
19777         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19778         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19779         <shields@msrl.com>:
19780
19781         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19782         may need for spam sorting and scoring.
19783         (spam-user-format-function-S): Add user format function suitable for
19784         general use.
19785         (spam-article-sort-by-spam-status): Add sorting function for summary
19786         sorting.
19787         (spam-extra-header-to-number): Add function to get a score from a
19788         header.
19789         (spam-summary-score): Add function to get a numeric score from the
19790         headers.
19791         (spam-generic-score): Fix function doc, was in wrong place.
19792         (spam-initialize): Take symbols when it's run, and install the
19793         extra headers that spam-necessary-extra-headers thinks we need.
19794
19795 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19796
19797         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19798         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19799
19800 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19801
19802         * gnus-sum.el (gnus-set-global-variables)
19803         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19804         (gnus-article-get-xrefs, gnus-summary-best-group)
19805         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19806         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19807         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19808         Use with-current-buffer.
19809
19810 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19811
19812         * spam.el (spam-summary-prepare-exit): Simplify logic.
19813         (spam-fetch-article-header): Read the article header if it's not
19814         available.
19815         (spam-list-articles): Simplify logic.
19816         (spam-filelist-register-routine): Fix bug with unregister-list.
19817
19818         * gnus-registry.el: Fix comments at beginning.
19819
19820 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19821
19822         * message.el (message-cater-to-broken-inn): Remove.
19823         (message-shorten-references): Make sure the total folded length of
19824         References is shorter than 998 characters to cater to a bug in INN
19825         2.3.  Also, don't pretend that references aren't folded -- this
19826         hasn't worked for a while.
19827
19828 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19829
19830         * gnus-agent.el (gnus-agentize):
19831         gnus-agent-send-mail-real-function no longer set to current value
19832         of message-send-mail-function but rather a lambda that calls
19833         message-send-mail-function.  The change makes the agent real-time
19834         responsive to user changes to message-send-mail-function.
19835
19836 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19837
19838         * legacy-gnus-agent.el
19839         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19840         help from Florian Weimer <fw@deneb.enyo.de>
19841
19842 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19843
19844         * nnmail.el (nnmail-cache-insert): Revert last change.
19845
19846 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * nnmail.el (nnmail-cache-insert): Always check whether
19849         nnmail-cache-ignore-groups matches a group name.
19850
19851 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19852
19853         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19854         (spam-find-spam, spam-log-processing-to-registry)
19855         (spam-log-registered-p, spam-log-unregistration-needed-p)
19856         (spam-log-undo-registration): Use gnus-message instead of
19857         gnus-error, none of these errors are fatal.
19858
19859         * gnus-registry.el (gnus-registry-clean-empty-function)
19860         (gnus-registry-clean-empty): Remove only empty entries without
19861         extra data.
19862
19863 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19864
19865         * spam-stat.el (spam-stat-buffer-change-to-spam)
19866         (spam-stat-buffer-change-to-non-spam): Change (error) to
19867         (gnus-message 8) invocation.
19868
19869 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * nntp.el (nntp-via-netcat-command): New variable.
19872         (nntp-via-netcat-switches): New variable.
19873         (nntp-open-via-rlogin-and-netcat): New function.
19874         (nntp-open-connection-function): Doc fix.
19875         (nntp-telnet-command): Doc fix.
19876         (nntp-end-of-line): Doc fix.
19877         (nntp-via-rlogin-command): Doc fix.
19878         (nntp-via-user-name): Doc fix.
19879         (nntp-via-address): Doc fix.
19880
19881 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19884         error in Emacs 21.1.
19885
19886 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19887
19888         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19889
19890 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19891
19892         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19893         (gnus-agent-with-refreshed-group): New macro.
19894         (gnus-agent-rename-group): New function.
19895         (gnus-agent-delete-group): New function.
19896         (gnus-agent-save-group-info): Use gnus-command-method when
19897         `method' parameter is nil.  Don't write nil entries into the
19898         active file.
19899         (gnus-agent-get-group-info): New function.
19900         (gnus-agent-fetch-articles):
19901         Use gnus-agent-update-files-total-fetched-for to increment disk space
19902         used.
19903         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19904         Use gnus-agent-update-view-total-fetched-for to increment disk space
19905         used.
19906         (gnus-agent-get-local): Add optional parameters to avoid calling
19907         gnus-group-real-name and gnus-find-method-for-group.
19908         (gnus-agent-set-local): Delete stored entry if either min, or max,
19909         are nil.
19910         (gnus-agent-fetch-session): Reworded error/quit messages.
19911         On quit, use gnus-agent-regenerate-group to record existance of any
19912         articles fetched to disk before the quit occurred.
19913         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19914         gnus-agent-update-view-total-fetched-for, and
19915         gnus-agent-update-files-total-fetched-for to decrement disk space
19916         used.
19917         (gnus-agent-retrieve-headers):
19918         Use gnus-agent-update-view-total-fetched-for to increment disk space
19919         used.
19920         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19921         with gnus-agent-update-files-total-fetched-for to decrement disk
19922         space and fresh group buffer.
19923         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19924         (gnus-agent-need-update-total-fetched-for): New variable.
19925         (gnus-agent-update-files-total-fetched-for): New function.
19926         (gnus-agent-update-view-total-fetched-for): New function.
19927         (gnus-agent-total-fetched-for): New function.
19928
19929         * gnus-cache.el (gnus-cache-save-buffers):
19930         Use gnus-cache-update-overview-total-fetched-for to change disk space
19931         used by this group.
19932         (gnus-cache-possibly-enter-article):
19933         Use gnus-cache-update-file-total-fetched-for to increment disk space
19934         used by this group.
19935         (gnus-cache-possibly-remove-article):
19936         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19937         used by this group.
19938         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19939         (gnus-cache-rename-group): New function.
19940         (gnus-cache-delete-group): New function.
19941         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19942         (gnus-cache-need-update-total-fetched-for): New variable.
19943         (gnus-cache-with-refreshed-group): New macro.
19944         (gnus-cache-update-file-total-fetched-for): New function.
19945         (gnus-cache-update-overview-total-fetched-for): New function.
19946         (gnus-cache-rename-group-total-fetched-for): New function.
19947         (gnus-cache-delete-group-total-fetched-for): New function.
19948         (gnus-cache-total-fetched-for): New function.
19949
19950         * gnus-group.el: Require gnus-sum and autoload functions to
19951         resolve warnings when gnus-group.el compiled alone.
19952         (gnus-group-line-format): Documented new %F.
19953         (size of Fetched data) group line format; identifies disk space
19954         used by agent and cache.
19955         (gnus-group-line-format-alist): Defined new F format.
19956         (gnus-total-fetched-for): New function.
19957         (gnus-group-delete-group): No longer update
19958         gnus-cache-active-altered as gnus-request-delete-group now keeps
19959         the cache in sync.
19960         (gnus-group-list-active): Let the agent store a server's active
19961         list if currently plugged.
19962
19963         * gnus-int.el (gnus-request-delete-group):
19964         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19965         local disk in sync with the server.
19966         (gnus-request-rename-group):
19967         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19968         local disk in sync with the server.
19969
19970         * gnus-start.el (gnus-get-unread-articles):
19971         Cosmetic simplification to logic.
19972
19973         * gnus-util.el (gnus-rename-file): New function.
19974
19975 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19976
19977         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19978
19979 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19980
19981         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19982         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19983
19984 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19985
19986         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19987         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19988
19989 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19992
19993 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19994
19995         * spam.el (spam-set-difference): Add function to replace
19996         gnus-set-difference in spam.el.
19997         (spam-summary-prepare-exit): Use spam-set-difference.
19998
19999 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20000
20001         * gnus-registry.el (gnus-registry-cache-file): Update to use
20002         gnus-dribble-directory OR gnus-home-directory OR ~.
20003         (gnus-registry-split-fancy-with-parent): Fix doc.
20004
20005 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * message.el (message-exchange-point-and-mark):
20008         Use message-mark-active-p.  Suggested by Jesper Harder
20009         <harder@ifa.au.dk>.
20010
20011 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * message.el (message-exchange-point-and-mark): Don't activate
20014         region if it was inactive.  Suggested by Hiroshi Fujishima
20015         <pooh@nature.tsukuba.ac.jp>.
20016
20017 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-art.el (article-display-face): Display Faces in the same
20020         order as X-Faces.
20021
20022 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20025
20026 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20029         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20030         (gnus-article-mime-hierarchy): Remove.
20031         (gnus-article-mime-hierarchy-next): Remove.
20032         (gnus-article-mode): Revert 2004-03-19 change.
20033         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20034         (gnus-insert-mime-button): Revert 2004-03-19 change.
20035         (gnus-mime-accumulate-hierarchy): Remove.
20036         (gnus-mime-enter-multipart): Remove.
20037         (gnus-mime-leave-multipart): Remove.
20038         (gnus-mime-display-part): Revert 2004-03-19 change.
20039         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20040
20041         * mml.el (mml-preview): Revert 2004-03-19 change.
20042
20043 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20044
20045         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20046
20047 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20048
20049         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20050         t while entering a file name using the mm-with-multibyte macro.
20051         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20052
20053         * mm-util.el (mm-with-multibyte): New macro.
20054
20055 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20058         New user option.
20059         (gnus-mime-multipart-functions): Doc and customization fix.
20060         (gnus-article-mime-hierarchy): New variable.
20061         (gnus-article-mime-hierarchy-next): New variable.
20062         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20063         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20064         gnus-article-mime-hierarchy-next to nil.
20065         (gnus-insert-mime-button): Show hierarchy numbers.
20066         (gnus-mime-accumulate-hierarchy): New function.
20067         (gnus-mime-enter-multipart): New function.
20068         (gnus-mime-leave-multipart): New function.
20069         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20070         (gnus-mime-display-alternative): Show hierarchy numbers.
20071
20072         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20073         gnus-article-mime-hierarchy-next to nil.
20074
20075 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20076
20077         * dns.el: Don't require gnus-xmas.
20078
20079 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20080
20081         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20082         inline PGP.
20083         (mml-menu): Disable mml-quote-region if mark is inactive.
20084
20085 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20088         when the group's active is not available.
20089
20090 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20093         error.
20094
20095 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20096
20097         * imap.el (imap-store-password): New variable.
20098         (imap-interactive-login): Use it.
20099         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20100
20101 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20104         window-start and hscroll to summary window.
20105
20106 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20107
20108         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20109         conversion message to newsrc-dribble when an actual conversion is
20110         performed.
20111
20112 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20113
20114         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20115
20116 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * mm-decode.el (mm-complicated-handles): New function reviving
20119         former definition of mm-multiple-handles.
20120
20121         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20122         (gnus-mime-delete-part): Use it.
20123
20124 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20125
20126         * gnus-agent.el (gnus-agent-read-local):
20127         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20128         avoid the implicit assumption that they will always be equal.
20129         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20130         coding-system-for-write, as the with-temp-file macro first prints
20131         to a buffer then saves the buffer.
20132
20133 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20134
20135         * gnus-art.el (gnus-article-edit-part): New function.
20136         (gnus-mime-save-part-and-strip): Use it; do query instead of
20137         signaling an error; don't use mm-multiple-handles.
20138         (gnus-mime-delete-part): Ditto.
20139
20140 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20141
20142         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20143         old file versions.
20144         (gnus-group-prepare-hook): Remove function that converted list
20145         form of gnus-agent-expire-days to group properties.
20146
20147         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20148         (gnus-request-accept-article): Re-indented.
20149
20150         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20151         converters to handle old agent file formats.  Add logic for a
20152         "backup before upgrading warning".
20153         (gnus-convert-mark-converter-prompt): Developers can mark
20154         functions as needing (default), or not needing,
20155         gnus-convert-old-newsrc's "backup before upgrading warning".
20156         (gnus-convert-converter-needs-prompt): Tests whether the user
20157         should be protected from potentially irreversable changes by the
20158         function.
20159
20160         * legacy-gnus-agent.el: New.  Provides converters that are only
20161         loaded when gnus-convert-old-newsrc needs to call them.
20162
20163 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * mail-source.el (mail-source-touch-pop): Doc fix.
20166
20167         * message.el (message-smtpmail-send-it): Doc fix.
20168
20169 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20170
20171         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20172
20173         * nnmail.el (nnmail-split-fancy): do.
20174
20175         * gnus-kill.el (gnus-kill, gnus-execute): do.
20176
20177 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20178
20179         * gnus-sum.el (gnus-widget-reversible-match)
20180         (gnus-widget-reversible-to-internal)
20181         (gnus-widget-reversible-to-external): New functions.
20182         (gnus-widget-reversible): New widget.
20183         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20184
20185 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20186
20187         * gnus-sum.el (gnus-thread-sort-functions)
20188         (gnus-article-sort-functions): Document `(not F)' items.
20189
20190 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20191
20192         * spam.el (spam-use-gmane-xref): Add new backend.
20193         (spam-gmane-xref-spam-group): Add variable to control the name of the
20194         Gmane spam group.
20195         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20196         (spam-regex-headers-spam, spam-regex-headers-ham)
20197         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20198         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20199         backends and checks.
20200         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20201
20202         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20203         an autodetect method.
20204
20205 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20206
20207         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20208         articles are being added to a group.
20209         (gnus-request-replace-article): Inform the agent that articles
20210         need to be uncached as the cached contents are no longer valid.
20211
20212 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20213
20214         * binhex.el: Don't autoload executable-find.
20215
20216         * canlock.el: Don't autoload mail-fetch-field.
20217
20218         * dgnushack.el: Autoload c-mode for XEmacs.
20219
20220         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20221
20222         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20223         rmail-dont-reply-to and rmail-output.
20224
20225         * gnus-score.el: Don't autoload ffap-string-at-point.
20226
20227         * gnus-setup.el: Don't autoload sc-cite-original.
20228
20229         * imap.el: Don't autoload base64-decode-string,
20230         base64-encode-string and md5.
20231
20232         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20233         and rmail-msg-restore-non-pruned-header.
20234
20235         * mm-decode.el: Don't autoload executable-find.
20236
20237         * mm-url.el: Don't autoload executable-find.
20238
20239         * mm-view.el: Don't autoload diff-mode.
20240
20241         * nndb.el: Don't autoload news-reply-mode, news-setup,
20242         cancel-timer and telnet.
20243
20244         * password.el: Don't autoload run-at-time for Emacs.
20245
20246         * sha1-el.el: Don't autoload executable-find.
20247
20248         * sieve-mode.el: Don't autoload c-mode.
20249
20250         * uudecode.el: Don't autoload executable-find.
20251
20252 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20253
20254         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20255         (gnus-agent-possibly-alter-active): Avoid null in numeric
20256         comparison.
20257         (gnus-agent-set-local): Refuse to save null in local object table.
20258         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20259         list of articles that will be marked as unread.
20260
20261 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20264
20265 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20266
20267         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20268         language tags.
20269
20270 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20271
20272         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20273         Don't bind "obarray".
20274
20275         * gnus-sum.el (gnus-thread-sort-functions):
20276         Add `gnus-thread-sort-by-most-recent-number' and
20277         `gnus-thread-sort-by-most-recent-date'.
20278         Reported by Kai Grossjohann <kai@emptydomain.de>.
20279
20280 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20283
20284 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20285
20286         * gnus-cus.el (gnus-agent-customize-category):
20287         Remove ignore-errors macro reference that required cl to be loaded at
20288         run-time.
20289
20290         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20291         single-interval range of the form (min . max).  Previously the
20292         range had to look like ((min . max)).  Likewise, return
20293         (min . max) rather than ((min . max)).
20294         (gnus-range-map): Use gnus-range-normalize to accept
20295         single-interval range.
20296
20297         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20298         the cache, but not the agent, now appear with their usual face.
20299
20300         * dgnushack.el (loaddir): New variable that is bound to the
20301         directory containing the dgnushack.el file. Use loaddir, rather
20302         than srcdir, to update load-path. Change lets dgnushack compile
20303         code in directories other than GNUS/lisp.
20304
20305 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * lpath.el: Don't bind w3m-safe-url-regexp.
20308
20309         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20310         w3m-safe-url-regexp variable buffer-local.
20311
20312         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20313
20314 2004-02-27  Simon Josefsson  <jas@extundo.com>
20315
20316         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20317         gnus-group-real-prefix.
20318         (gnus-summary-move-article): Use it, instead of
20319         gnus-group-real-prefix.
20320
20321 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * lpath.el: Bind w3m-safe-url-regexp.
20324
20325         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20326         w3m-safe-url-regexp variable buffer-local and set it as the value
20327         of mm-w3m-safe-url-regexp.
20328
20329         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20330
20331         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20332         parsing gnus-posting-styles when the message is not for replying.
20333
20334         * dgnushack.el: Autoload sgml-mode for XEmacs.
20335
20336         * nnrss.el (nnrss-opml-export):
20337         Use mm-set-buffer-file-coding-system instead of
20338         set-buffer-file-coding-system.
20339
20340 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20341
20342         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20343         of checkdoc.el).
20344         * nnrss.el: do.
20345         * gnus-mlspl.el: do.
20346         * gnus-ml.el: do.
20347         * gnus-srvr.el: do.
20348
20349         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20350
20351 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20352
20353         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20354         Corrections to custom-manual links.
20355
20356         * gnus-art.el (gnus-article): Ditto.
20357
20358         * mm-decode.el (mime-display, mime-security): Ditto.
20359
20360 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20361
20362         * flow-fill.el: Typo.
20363
20364 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20365
20366         * spam-wash.el: New file.
20367
20368 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20369
20370         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20371
20372 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20373
20374         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20375         to be run with new-articles as LIST1, not LIST2.
20376         (spam-registration-functions): Add spam-use-ham-copy as a nil
20377         registration backend.
20378
20379 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20380
20381         * spam-stat.el (spam-stat-washing-hook): New option.
20382         (spam-stat-buffer-words): Use it.
20383         (spam-stat-process-directory, spam-stat-test-directory):
20384         Use insert-file-contents-literally.
20385         (spam-stat-coding-system): New variable.
20386         (spam-stat-load, spam-stat-save): Use it.
20387
20388 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * spam-report.el (spam-report-plug-agent):
20391         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20392
20393 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20394
20395         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20396         Allow / in mailto URLs.
20397
20398 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * spam-report.el (spam-report-process-queue): Fix interactive use.
20401         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20402         (spam-report-unplug-agent): Doc fixes.
20403         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20404         (spam-report-agentize, spam-report-deagentize): Autoload.
20405
20406 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20409
20410         * message.el (message-setup-fill-variables): Add mml tags to
20411         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20412         <ajk@iu.edu>.
20413         (message-mode): Don't modify paragraph-separate there.
20414
20415 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20416
20417         * compface.el (uncompface-use-external): Default to undecided.
20418         (uncompface-use-external-threshold): New variable.
20419         (uncompface-float-time): New macro.
20420         (uncompface): Determine whether to use the external decoder if
20421         uncompface-use-external is undecided.
20422
20423 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20424
20425         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20426         after images.
20427
20428         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20429
20430 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20431
20432         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20433
20434         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20435
20436         * gnus-sum.el (gnus-summary-limit-to-age)
20437         (gnus-summary-limit-children): do.
20438
20439         * gnus-int.el (gnus-request-scan): do.
20440
20441         * gnus-group.el (gnus-group-suspend): do.
20442
20443         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20444
20445         * gnus-cite.el (gnus-cite-parse-attributions): do.
20446
20447         * gnus-agent.el (gnus-summary-set-agent-mark)
20448         (gnus-agent-regenerate-group): do.
20449
20450         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20451
20452         * binhex.el (binhex-decode-region-internal): do.
20453
20454 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * gnus-fun.el (gnus-face-properties-alist): New user option.
20457         (gnus-display-x-face-in-from): Use it.
20458
20459         * gnus-art.el (article-display-face): Ditto.
20460
20461         * compface.el (uncompface-use-external): Default to nil.
20462
20463 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * nntp.el (nntp-erase-buffer): New function.
20466         (nntp-retrieve-data, nntp-send-command)
20467         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20468         (nntp-possibly-change-group): Use it.
20469
20470         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20471         Use with-current-buffer.
20472
20473 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20474
20475         * compface.el: Merge the ELisp-based uncompface program.
20476         (compface): New customization group.
20477         (uncompface-use-external): New user option.
20478         (uncompface): Call uncompface-internal if uncompface-use-external
20479         is nil.
20480         (uncompface-internal): New function.  Note that there are also
20481         some other functions and variables added for this function.
20482
20483 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20484
20485         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20486         if necessary.
20487
20488 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20489
20490         * spam-report.el (spam-report-unplug-agent)
20491         (spam-report-plug-agent, spam-report-deagentize)
20492         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20493         Add support for the Agent in spam-report: when unplugged, report to a
20494         file; when plugged, submit all the requests.
20495
20496         * spam.el (spam-register-routine): Fix message about
20497         registration.
20498
20499 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20500
20501         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20502         dependencies.
20503         (rfc2047-encode): Use it.
20504
20505         * gnus-art.el (gnus-button-marker-list): Move before first
20506         reference.
20507
20508         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20509         (imap-parse-body): Fix format string mismatch.
20510
20511         * gnus-score.el (gnus-summary-increase-score): do.
20512
20513         * nnrss.el (nnrss-close): New function.
20514
20515 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20516
20517         * nnrss.el (nnrss-make-filename): New function.
20518         (nnrss-request-delete-group, nnrss-read-server-data)
20519         (nnrss-save-server-data, nnrss-read-group-data)
20520         (nnrss-save-group-data): Use it.
20521         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20522         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20523         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20524
20525 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20526
20527         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20528
20529 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20530
20531         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20532         files.
20533
20534         * message.el (message-generate-headers-first): Don't quote nil
20535         and t in docstrings.
20536
20537         * imap.el (imap-id): do.
20538
20539         * gnus-agent.el (gnus-agent-consider-all-articles)
20540         (gnus-agent-queue-mail): do.
20541
20542 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20543
20544         * spam-report.el (spam-report-process-queue): New function.
20545         Process requests from `spam-report-requests-file'.
20546         (spam-report-process-queue): Doc fix.
20547
20548 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20549
20550         * spam.el (spam-register-routine)
20551         (spam-log-processing-to-registry, spam-log-registered-p)
20552         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20553         Change "check" to "spam-check" for semi-clarity.
20554
20555 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20556
20557         * pop3.el: Require nnheader.
20558
20559         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20560
20561         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20562
20563         * gnus-picon.el: Require cl.
20564
20565         * gnus-fun.el: Require gnus-ems and gnus-util.
20566
20567         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20568
20569         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20570
20571         * gnus-art.el (gnus-article-edit-mode): Define before first
20572         reference.
20573
20574 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20575
20576         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20577         (gnus-uu-post-encoded): Use point-at-bol.
20578
20579         * gnus-topic.el (gnus-group-active-topic-p): do.
20580
20581         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20582
20583         * gnus-group.el (gnus-group-kill-region): do.
20584
20585         * gnus-art.el (article-date-ut): do.
20586
20587         * message.el (message-fetch-field): Remove redundant
20588         case-fold-search binding.
20589         (message-narrow-to-field): Simplify.
20590
20591 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20592
20593         * spam.el (spam-directory): Derive from `gnus-directory'.
20594
20595         * spam-report.el (spam-report-url-to-file)
20596         (spam-report-requests-file): New function and variable for offline
20597         reporting.
20598         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20599         and user defined function.
20600         (spam-report-url-ping-mm-url): Remove doubled slash.
20601
20602 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20603
20604         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20605
20606 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20609         Fix format string mismatch.
20610
20611         * sieve.el (sieve-deactivate-all): do.
20612
20613         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20614
20615         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20616
20617         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20618
20619         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20620
20621 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20622
20623         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20624         the list of checks.
20625
20626 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20627
20628         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20629         padding.
20630
20631 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20632
20633         * mm-view.el (mm-fill-flowed): New variable.
20634         (mm-inline-text): Use it.
20635
20636 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20637
20638         * spam.el (spam-spamassassin-register-ham-routine)
20639         (spam-spamassassin-register-spam-routine): Fix function names.
20640
20641 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20642
20643         * gnus.el (gnus-tmp-grouplens): Remove.
20644         (gnus-summary-line-format): Remove grouplens.
20645
20646         * gnus-group.el (gnus-group-line-format): Ditto.
20647
20648         * gnus-spec.el (gnus-format-specs): Ditto.
20649         (gnus-update-format-specifications): Flush the group format spec
20650         cache if there's the grouplens stuff.
20651         (gnus-parse-simple-format): Replace %l with the empty string.
20652
20653 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20654
20655         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20656         omission.
20657
20658 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20661         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20662
20663 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20664
20665         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20666         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20667         New macros and functions.
20668         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20669         Handle > NLINK_MAX messages.
20670         * nnmaildir.el (nnmaildir-request-set-mark):
20671         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20672
20673 2004-01-25  Alex Schroeder  <alex@gnu.org>
20674
20675         * spam-stat.el (spam-stat-process-directory-age): New option.
20676         (spam-stat-process-directory): Use it.
20677
20678 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20679
20680         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20681         (spam-stat-save): Accept prefix argument.
20682
20683 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20684
20685         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20686         links" error.
20687
20688 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20689
20690         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20691         the rest of the and/or forms.
20692
20693 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20694
20695         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20696         compatibility with old .newsrc.eld files.
20697
20698         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20699
20700         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20701
20702         * gnus-start.el (gnus-1): do.
20703
20704         * gnus-group.el (gnus-group-line-format-alist): do.
20705
20706         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20707
20708         * gnus-gl.el: Remove.
20709
20710 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20711
20712         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20713         marks consisting of a single range {for example, (3 . 5)} rather
20714         than a list of a single range { ((3 . 5)) }.
20715
20716 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20717
20718         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20719         Use with-current-buffer.
20720         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20721         avoid consing a string.
20722
20723         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20724         Remove obsolete entries for big5 and gb2312.
20725
20726 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20727
20728         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20729         uncompressed list.
20730
20731 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20732
20733         * spam-stat.el (spam-stat-strip-xref): New function.
20734         (spam-stat-process-directory): Use it.
20735
20736         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20737         here -- it's done in message-fetch-field.
20738
20739 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20740
20741         * gnus-agent.el (gnus-agent-queue-mail)
20742         (gnus-agent-prompt-send-queue): New variables.
20743         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20744         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20745         "nndraft:queue" along to gnus-draft-send.
20746         Use gnus-agent-prompt-send-queue.
20747         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20748         is "nndraft:queue".  Suggested by Gaute Strokkenes
20749         <gs234@srcf.ucam.org>
20750
20751         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20752         (agent-enable-undownloaded-faces): Add.
20753         (gnus-agent-cat-groups): Use eval-and-compile, not
20754         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20755         method of gnus-agent-cat-groups even when the buffer has been
20756         evaled.
20757         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20758         delete gnus-agent-save-active-1.
20759         (gnus-agent-save-groups): Delete.  Identical to
20760         gnus-agent-save-active.
20761         (gnus-agent-write-active): No longer adjust agent's copy of active
20762         file as agent's adjustments are now stored in their own
20763         file.  Remove optional parameter.
20764         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20765         servers.  Add use of min/max range limits from server's local
20766         file.
20767         (gnus-agent-save-alist): Remove unused optional argument.
20768         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20769         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20770         (gnus-agent-set-local): A per-server file that keeps min/max range
20771         limits for articles known to the agent.  Provides a fast mechanism
20772         for altering many active ranges.
20773         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20774         active file (local makes it unnecessary).
20775         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20776
20777         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20778         (agent-enable-undownloaded-faces): Add.
20779
20780         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20781         disable it when sending to "nndraft:queue".
20782         (gnus-group-send-queue): Add safety check to avoid sending queue
20783         when unplugged.
20784
20785         * gnus-group.el (gnus-group-catchup): Use new
20786         gnus-sequence-of-unread-articles, not
20787         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20788         numbers of articles.  Use gnus-range-map to avoid having to
20789         uncompress the unread list.
20790         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20791         Fix invalid ange-ftp reference.
20792
20793         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20794         (gnus-sorted-range-intersection): Intersection of two ranges
20795         without requiring that they first be uncompressed.
20796
20797         * gnus-start.el (gnus-activate-group): Unless blocked by the
20798         caller, possibly expand the active range to include both cached
20799         and agentized articles.
20800         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20801         multiple version-dependent converters.
20802         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20803         gnus-agent-save-active.
20804         (gnus-save-newsrc-file): Save dirty agent range limits.
20805
20806         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20807         gnus-agent-possibly-alter-active.
20808         (gnus-adjust-marked-articles): Faster handling of simple lists.
20809
20810 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20811
20812         * spam-stat.el (spam-stat-test-directory): New optional argument
20813         displays a list of files detected.  Suggested by Andrew Cohen
20814         <cohen@andy.bu.edu>.
20815         (spam-stat-buffer-words-with-scores): Don't narrow and change
20816         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20817
20818 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20819
20820         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20821         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20822         (spam-spamassassin-arguments)
20823         (spam-spamassassin-spam-flag-header)
20824         (spam-spamassassin-positive-spam-flag-header)
20825         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20826         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20827         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20828         (spam-list-of-processors, spam-list-of-checks)
20829         (spam-list-of-statistical-checks, spam-registration-functions)
20830         (spam-check-spamassassin-headers, spam-check-spamassassin)
20831         (spam-spamassassin-score)
20832         (spam-spamassassin-register-with-sa-learn)
20833         (spam-spamassassin-register-spam-routine)
20834         (spam-spamassassin-register-ham-routine)
20835         (spam-assassin-register-spam-routine)
20836         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20837         (spam-bogofilter-score): Fix to show article before scoring.
20838
20839 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20840
20841         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20842         default scoring function.
20843         (spam-generic-score): Call spam-spamassassin-score if
20844         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20845         spam-bogofilter-score otherwise.
20846
20847         * gnus.el (spam-process, spam-autodetect-methods):
20848         Add spamassassin and spamassassin-headers.
20849
20850 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20851
20852         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20853         Suppress unnecessary messages.
20854
20855 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20856
20857         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20858         make-hash-table.
20859
20860 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20861
20862         * canlock.el (base64-encode-string): Don't autoload it.
20863
20864 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20865
20866         * run-at-time.el: Remove useless (require 'itimer),
20867         eval-and-compile and (featurep 'xemacs).
20868
20869 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20870
20871         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20872         GROUP is a virtual group.
20873
20874 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20875
20876         * gnus.el: Autoload `message-y-or-n-p'.
20877
20878 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20879
20880         * pgg-parse.el: Remove unnecessary (require 'custom).
20881
20882         * pgg-def.el: do.
20883
20884         * nnmail.el: do.
20885
20886         * gnus-undo.el: do.
20887
20888         * gnus-picon.el: do.
20889
20890         * gnus-util.el: do.
20891
20892 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20893
20894         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20895
20896 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20897
20898         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20899         handle, as well as a list.
20900
20901         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20902         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20903         (mm-w3m-cid-retrieve): Simplify.
20904
20905 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20906
20907         * message.el (message-kill-to-signature): Allow prefix arg to
20908         specify number of lines to keep before signature.
20909
20910 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20911
20912         * message.el (message-kill-to-signature): Change docstring.
20913
20914 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * canlock.el: Always require sha1-el.
20917         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20918
20919         * message.el: Autoload sha1 only when compiling.
20920
20921         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20922         eudc-expand-inline for XEmacs.
20923
20924 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * message.el (message-canlock-generate): Require sha1-el.
20927
20928 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20929
20930         * message.el (message-expand-name): Silence the byte compiler.
20931
20932         * lpath.el: Add detect-coding-system.
20933
20934         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20935         cus-edit.
20936
20937 2004-01-13  Simon Josefsson  <jas@extundo.com>
20938
20939         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20940         Invoke gnus-score-mode.
20941         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20942
20943         * gnus-range.el (gnus-compress-sequence): Doc fix.
20944         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20945
20946 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20947
20948         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20949
20950 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20951
20952         * spam.el (spam-get-article-as-string): Update to use
20953         gnus-request-article-this-buffer, much simpler.
20954         (spam-get-article-as-buffer): Remove.
20955
20956 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20957
20958         * message.el (message-expand-name): Use EUDC if the user uses that.
20959
20960 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20961
20962         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20963         character for the encoding to avoid consing a string.
20964
20965         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20966         unnecessarily.
20967
20968         * mm-util.el (mm-replace-chars-in-string): Remove.
20969
20970         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20971         of mm-replace-chars-in-string.
20972
20973 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20974
20975         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20976
20977         * mm-util.el (mm-subst-char-in-string): Support inplace.
20978
20979         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20980         a new string in every iteration.  Use shy groups.
20981
20982 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20983
20984         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20985         * gnus-soup.el (gnus-soup-group-brew):
20986         * gnus-msg.el (gnus-put-message):
20987         * gnus-move.el (gnus-group-move-group-to-server):
20988         * gnus-kill.el (gnus-batch-score):
20989         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20990         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20991         (gnus-group-update-group, gnus-group-read-group)
20992         (gnus-group-make-group, gnus-group-make-help-group)
20993         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20994         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20995         (gnus-group-sort-by-unread, gnus-group-catchup)
20996         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20997         (gnus-group-yank-group, gnus-group-set-info)
20998         (gnus-group-list-groups):
20999         * gnus.el (gnus-generate-new-group-name):
21000         * gnus-delay.el (gnus-delay-send-queue):
21001         * nnvirtual.el (nnvirtual-catchup-group):
21002         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21003         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21004         (gnus-group-prepare-topics, gnus-topic-check-topology):
21005         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21006         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21007         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21008         (gnus-group-make-articles-read):
21009         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21010         (gnus-group-change-level, gnus-kill-newsgroup)
21011         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21012         (gnus-get-unread-articles, gnus-make-articles-unread)
21013         (gnus-make-ascending-articles-unread): Use accessor
21014         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21015         to get group information for improved readability.
21016
21017
21018 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21019
21020         * gnus-art.el (article-decode-mime-words, article-babel)
21021         (gnus-article-highlight-signature, gnus-article-add-buttons)
21022         (gnus-signature-toggle): Use gnus-with-article-buffer.
21023
21024         * gnus-art.el (gnus-article-highlight-headers)
21025         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21026
21027         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21028         (gnus-article-set-globals, gnus-request-article-this-buffer)
21029         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21030         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21031         (gnus-mime-display-alternative): Use with-current-buffer.
21032
21033 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21034
21035         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21036         also under 80 char limit, and call gnus-error if needed.
21037         (spam-fetch-article-header): Fix - it was a
21038         buffer-local variable (gnus-newsgroup-data).
21039         (spam-find-spam): Use spam-generate-fake-headers, forget about
21040         spam-insert-fake-headers.
21041         (spam-insert-fake-headers): Remove.
21042
21043 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21044
21045         * deuglify.el (gnus-article-outlook-unwrap-lines)
21046         (gnus-outlook-rearrange-article)
21047         (gnus-outlook-repair-attribution-outlook)
21048         (gnus-outlook-repair-attribution-block)
21049         (gnus-outlook-repair-attribution-other): Remove redundant
21050         save-excursion.
21051
21052 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21055         (spam-fetch-field-subject-fast)
21056         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21057         (spam-fetch-article-header): Add functions to deal with Gnus
21058         internals for fast retrieval of article header data.
21059         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21060
21061 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21062
21063         * pop3.el (pop3-md5): Remove.
21064         (pop3-apop): Replace pop3-md5 with md5.
21065
21066         * mm-bodies.el: base64 is always built-in.
21067
21068         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21069         Use with-current-buffer.
21070
21071 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * canlock.el (canlock-insert-header): Remove excessive grouping in
21074         regexp.
21075
21076         * gnus-sum.el (gnus-summary-read-document): Ditto.
21077
21078         * gnus-uu.el (gnus-uu-part-number): Ditto.
21079
21080         * html2text.el (html2text-remove-tags): Ditto.
21081         (html2text-format-tags): Ditto.
21082         (html2text-format-single-elements): Ditto.
21083
21084         * mml.el (mml-parse-1): Ditto.
21085
21086 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21087
21088         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21089
21090         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21091
21092         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21093
21094         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21095
21096 2003-11-15  Simon Josefsson  <jas@extundo.com>
21097
21098         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21099         (pgg-gpg-lookup-key): Use regexp match instead of
21100         split-string (split-string is different between emacs 21.2 and
21101         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21102
21103 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21104
21105         * gnus-art.el (gnus-mime-view-all-parts)
21106         (gnus-article-part-wrapper, gnus-article-view-part):
21107         Use with-current-buffer.
21108
21109 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21110
21111         * spam.el (spam-disable-spam-split-during-ham-respool)
21112         (spam-spamoracle-database, spam-cache-lookups)
21113         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21114         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21115         (spam-group-ham-marks, spam-group-spam-marks)
21116         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21117         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21118         also add spam-use-blackholes to the statistical checks.
21119         (spam-fetch-field-fast): Add interface to fetching fields, may
21120         become a macro.
21121         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21122         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21123         (spam-insert-fake-headers): Fake an article when needed.
21124         (spam-find-spam): Fake article when possible.
21125         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21126         (spam-check-bogofilter-headers): Use message-fetch-field instead
21127         of nnmail-fetch-field.
21128
21129 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21130
21131         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21132
21133 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21134
21135         * spam.el (spam-split): Do not require spam-use-CHECK to be
21136         enabled if that check is passed to spam-split explicitly; also
21137         fix so 'spam doesn't get converted to spam-split-group when
21138         spam-split-symbolic-return is t.
21139         (spam-find-spam): Find registrations of the article and use those
21140         instead of re-running spam-split to find the spam/ham
21141         classification of the article.
21142         (spam-log-processing-to-registry, spam-log-registered-p)
21143         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21144         Use gnus-error instead of gnus-message.
21145         (spam-log-registration-type): Add function to determine the
21146         classification of a message based on registry entries; will
21147         return nil if both 'spam and 'ham are found.
21148         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21149         a reasonably fast local cache without the loading errors.
21150         (spam-cache-lookups): Set to t by default.
21151         (spam-find-spam): Don't try to guess spam-cache-lookups.
21152         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21153         spam-caches entry.
21154         (spam-filelist-build-cache, spam-filelist-check-cache):
21155         Fix caching of whitelist/blacklist entries.
21156         (spam-check-whitelist, spam-check-blacklist):
21157         Invoke spam-from-listed-p with a type, not a cache variable.
21158         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21159
21160 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21161
21162         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21163
21164         * nnmail.el (nnmail-split-fancy): do.
21165
21166         * mml.el (mml-parse): do.
21167
21168         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21169         (gnus-score-adaptive): do.
21170
21171 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21172
21173         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21174         (gnus-mime-button-map): Don't set keymap parent.
21175         (gnus-button-ctan-directory-regexp): Use shy grouping.
21176         (gnus-prev-page-map): Don't set keymap parent.
21177         (gnus-prev-page-map): Remove duplicated one.
21178         (gnus-next-page-map): Don't set keymap parent.
21179         (gnus-mime-security-button-map): Ditto.
21180
21181         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21182         version number.
21183
21184         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21185
21186 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * canlock.el (canlock-sha1-function): Remove.
21189         (canlock-sha1-function-for-verify): Remove.
21190         (canlock-openssl-program): Remove.
21191         (canlock-openssl-args): Remove.
21192         (canlock-ignore-errors): Remove.
21193         (canlock-sha1-with-openssl): Remove.
21194         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21195         (canlock-verify): Don't use canlock-ignore-errors.
21196
21197         * sha1-el.el (sha1-string-external): Make it can return a string
21198         in binary form.
21199         (sha1-region-external): Ditto.
21200         (sha1-string-internal): Ditto.
21201         (sha1-region-internal): Ditto.
21202         (sha1-region): Ditto.
21203         (sha1-string): Ditto.
21204         (sha1): Ditto.
21205
21206 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21207
21208         * spam.el (spam-report-articles-gmane): New command.
21209
21210 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21213
21214         * run-at-time.el (run-at-time-saved): Remove.
21215         (run-at-time): Doc fix.
21216
21217 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21218
21219         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21220         (gnus-summary-limit-map): Add it.
21221         (gnus-summary-make-menu-bar): do.
21222
21223 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21224
21225         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21226         Make attempt at some caching support (done for BBDB only now).
21227         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21228         addresses to be checked.
21229         (spam-clear-cache-BBDB): Add function, to be invoked by
21230         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21231         (spam-check-BBDB): Check and use the caches, if
21232         spam-cache-lookups is on, remove superfluous (provide).
21233
21234 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21235
21236         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21237
21238 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21239
21240         * run-at-time.el (run-at-time-saved): Move to after the definition
21241         of `run-at-time'.
21242
21243         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21244
21245 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21248         mm-w3m-local-map-property.
21249
21250         * mm-view.el (mm-w3m-mode-map): Remove.
21251         (mm-w3m-local-map-property): Remove.
21252         (mm-inline-text-html-render-with-w3m): Don't use
21253         mm-w3m-local-map-property.
21254
21255 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21256
21257         * run-at-time.el: New file.
21258
21259         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21260         under Emacs.
21261
21262         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21263         of gnus-set-text-properties.
21264
21265         * gnus-uu.el (gnus-uu-save-article): Ditto.
21266
21267         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21268
21269         * gnus-cite.el (gnus-cite-parse): Ditto.
21270
21271         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21272         of gnus-.
21273
21274         * gnus-xmas.el (run-at-time): Require run-at-time.
21275
21276         * gnus.el: Change calls to nnheader-run-at-time and
21277         password-run-at-time throughout to use run-at-time directly.
21278
21279         * password.el: Remove definition of run-at-time.
21280
21281         * nnheaderxm.el: Remove definition of run-at-time.
21282
21283 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21284
21285         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21286         in prompt.
21287
21288 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21289
21290         * messagexmas.el (message-xmas-redefine): Alias
21291         `message-make-caesar-translation-table' to
21292         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21293         version.
21294
21295         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21296         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21297         `gnus-xmas-set-text-properties'.
21298         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21299         `gnus-xmas-completing-read'.
21300         (gnus-xmas-completing-read): Removed.
21301         (gnus-xmas-open-network-stream): Removed.
21302
21303         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21304         XEmacs version.
21305
21306         * dns.el (dns-make-network-process): Use `open-network-stream'
21307         instead of `gnus-xmas-open-network-stream'.
21308
21309         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21310
21311         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21312
21313 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21314
21315         * gnus-art.el (gnus-mime-display-alternative)
21316         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21317         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21318         Don't use gnus-local-map-property.
21319
21320         * gnus-util.el (gnus-local-map-property): Remove.
21321
21322         * mm-view.el (mm-view-pkcs7-decrypt):
21323         Replace gnus-completing-read-maybe-default with completing-read.
21324
21325         * gnus-util.el (gnus-completing-read): do.
21326         (gnus-completing-read-maybe-default): Remove.
21327
21328 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21329
21330         * password.el: Only autoload `run-at-time' if not XEmacs.
21331         Only autoload the itimer functions if XEmacs.
21332
21333 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21336         XEmacsen.
21337
21338         * dgnushack.el: Autoload executable-find for XEmacs.
21339
21340 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21341
21342         * gnus-art.el (gnus-read-string): Remove.
21343         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21344         read-string.
21345
21346 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21347
21348         * netrc.el: Autoload password-read.
21349         (netrc): Add configuration group.
21350         (netrc-encoding-method, netrc-openssl-path):
21351         Add variables for encoding and decoding of files with symmetric
21352         ciphers.
21353         (netrc-encode): Add assistant function to encode a file with
21354         netrc-encoding-method.
21355         (netrc-parse): Add interactive parameter, added optional
21356         decoding if netrc-encoding-method is non-nil but otherwise
21357         behavior is standard.
21358         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21359         Do s/encode/encrypt/ everywhere.
21360
21361         * spam.el: Remove executable-find autoload.
21362
21363 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21364
21365         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21366
21367         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21368
21369 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21370
21371         * gnus-art.el (gnus-treat-ansi-sequences)
21372         (article-treat-ansi-sequences): New variable and function.
21373         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21374
21375         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21376         Use it.
21377
21378 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21379
21380         * mm-util.el (mm-quote-arg): Remove.
21381
21382         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21383         shell-quote-argument.
21384
21385         * gnus-uu.el (gnus-uu-command): do.
21386
21387         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21388
21389         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21390         with make-char.
21391
21392         * mm-util.el (mm-make-char): Remove.
21393
21394         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21395         add-minor-mode.
21396
21397         * gnus-undo.el (gnus-undo-mode): do.
21398
21399         * gnus-topic.el (gnus-topic-mode): do.
21400
21401         * gnus-sum.el (gnus-dead-summary-mode): do.
21402
21403         * gnus-start.el (gnus-slave-mode): do.
21404
21405         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21406
21407         * gnus-ml.el (gnus-mailing-list-mode): do.
21408
21409         * gnus-gl.el (gnus-grouplens-mode): do.
21410
21411         * gnus-draft.el (gnus-draft-mode): do.
21412
21413         * gnus-dired.el (gnus-dired-mode): do.
21414
21415         * gnus-ems.el (gnus-add-minor-mode): Remove.
21416
21417         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21418         Replace gnus-char-width with char-width.
21419
21420         * gnus-ems.el (gnus-char-width): Remove.
21421
21422         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21423         Replace gnus-char-width with char-width.
21424
21425         * gnus-ems.el (gnus-char-width): Remove.
21426
21427         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21428         definition.
21429         Remove Emacs 20 hash table compatibility code.
21430
21431         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21432         20 compatibility code.
21433
21434         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21435
21436         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21437
21438         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21439         Replace with point-at-{eol,bol}.
21440
21441         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21442
21443         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21444
21445         * flow-fill.el (fill-flowed-point-at-bol)
21446         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21447
21448         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21449         Replace with point-at-{eol,bol} throughout all files.
21450
21451 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21452
21453         * ntlm.el (ntlm-string-as-unibyte): New macro.
21454         (ntlm-build-auth-response): Use it.
21455
21456         Remove Emacs 20 stuff:
21457         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21458         (butlast, mapc, remove): Remove the compiler macros.
21459         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21460         of delq and copy-sequence.
21461         * gnus-art.el (popup-menu): Remove the compiler macro.
21462         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21463         Emacs 20.
21464
21465 2004-01-05  Simon Josefsson  <jas@extundo.com>
21466
21467         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21468         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21469         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21470         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21471         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21472         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21473         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21474         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21475         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21476         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21477         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21478         string-xor into ntlm-string-xor.
21479         Suggested by Jesper Harder <harder@myrealbox.com>.
21480
21481         * ntlm.el: Don't include poem.
21482
21483         * md4.el (print-int32, print-string-hexa): Remove.
21484         Suggested by Jesper Harder <harder@myrealbox.com>.
21485
21486         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21487
21488         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21489         probably breaks emacs with DL patch, but do we care? Is anyone
21490         still using the DL stuff?)
21491
21492         * sieve-manage.el: Use the password package.
21493         (sieve-manage-read-passwd): Remove.
21494         (sieve-manage-interactive-login): Use password.  Re-add
21495         condition-case around loop.
21496
21497         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21498         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21499         Use the password package.
21500
21501 2003-02-19  Simon Josefsson  <jas@extundo.com>
21502
21503         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21504         token.
21505
21506 2002-08-07  Simon Josefsson  <jas@extundo.com>
21507
21508         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21509         (sieve-manage-authenticators):
21510         (sieve-manage-authenticator-alist): Add some SASL mechs.
21511         (sieve-sasl-auth): New function.
21512         (sieve-manage-cram-md5-auth):
21513         (sieve-manage-plain-auth): Rewrite using SASL library.
21514         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21515         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21516         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21517         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21518
21519 2004-01-05  Simon Josefsson  <jas@extundo.com>
21520
21521         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21522         New files.
21523
21524 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21525
21526         * gnus-group.el (gnus-no-groups-message): Update.
21527
21528         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21529
21530 2003-11-09  Simon Josefsson  <jas@extundo.com>
21531
21532         * imap.el: Support for ID IMAP extension (RFC 2971).
21533         (imap-local-variables): Add imap-id.
21534         (imap-id): New variable.
21535         (imap-id): New function.
21536         (imap-parse-response): Parse untagged ID response.
21537         * nnimap.el (nnimap-id): New variable.
21538         (nnimap-open-connection): Use it.
21539
21540 2003-12-28  Simon Josefsson  <jas@extundo.com>
21541
21542         * gnus-score.el (gnus-score-edit-all-score): New.
21543         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21544
21545 2004-01-04  Simon Josefsson  <jas@extundo.com>
21546
21547         * password.el: Add.
21548
21549 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21550
21551         * dns.el (dns-query-types): Fix typo.
21552         (dns-query-types): New function.
21553         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21554         PTR and SOA replies, see RFC 1035.
21555
21556 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21557
21558         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21559
21560         * Move to Changelog.2.
21561
21562 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21563
21564         * gnus.el (gnus-version-number): Bump version.
21565
21566 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21567
21568         * gnus.el: No Gnus v0.1 is released.
21569
21570 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21571
21572         * gnus.el: No Gnus v0.0 is released.
21573
21574 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21575
21576         * gnus.el (gnus-version-number): Bump.
21577         (gnus-version): No.
21578
21579 See ChangeLog.2 for earlier changes.
21580
21581   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21582
21583   This file is part of GNU Emacs.
21584
21585   GNU Emacs is free software: you can redistribute it and/or modify
21586   it under the terms of the GNU General Public License as published by
21587   the Free Software Foundation, either version 3 of the License, or
21588   (at your option) any later version.
21589
21590   GNU Emacs is distributed in the hope that it will be useful,
21591   but WITHOUT ANY WARRANTY; without even the implied warranty of
21592   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21593   GNU General Public License for more details.
21594
21595   You should have received a copy of the GNU General Public License
21596   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21597
21598 ;; Local Variables:
21599 ;; coding: utf-8
21600 ;; fill-column: 79
21601 ;; add-log-time-zone-rule: t
21602 ;; End: