Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4
5         * gssapi.el: New file separated out from imap.el to provide a general
6         Kerberos 5 connection facility for Emacs.
7
8         * message.el (message-elide-ellipsis): Document the format spec
9         ellipsis.
10
11 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12
13         * message.el (message-elide-region): Allow the ellipsis to say how many
14         lines were removed.
15
16 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
19         window configurations containing buffers that are now dead.
20
21         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
22         parsing to avoid integer overflows.
23         (nnimap-parse-flags): Simplify the last change.
24         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
25         too large for 32-bit Emacsen.
26
27 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
28
29         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
30         XEmacs, which was one character too wide.
31
32 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
33
34         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
35         default number of articles to display.
36         (gnus-articles-to-read): Use pretty names for prompt.
37
38 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * gnus-int.el (gnus-open-server): Ditto.
41
42         * gnus-start.el (gnus-activate-group): Give a backtrace if
43         debug-on-quit is set and the user hits `C-g'.
44         (gnus-read-active-file): Ditto.
45
46         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
47
48 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
49
50         * message.el (message-yank-original): Use cond instead of CL case.
51
52 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
53
54         * auth-source.el (auth-source-netrc-create): Use usual format for the
55         default in prompts.
56
57 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * lpath.el: Fbind read-char-choice for XEmacs.
60
61 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
62
63         * auth-source.el (auth-source-netrc-create): Show the default in the
64         prompt when prompting for token creation.
65
66 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * auth-source.el (auth-source-format-prompt): Always convert the value
69         to a string to avoid evaluating non-string arguments.
70         (auth-source-netrc-create): Offer default properly, not as initial
71         content in `read-string'.
72         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
73         of line to determine if we've been run before.  If so, don't run again,
74         but print a trivial message to indicate the cache was hit instead.
75
76 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
77
78         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
79         install `gnus-sync-read' to any hooks by default.  It's buggy.  The
80         user will have to run `gnus-sync-read' manually and wait for Cloudy
81         Gnus.
82
83 2011-03-11  Julien Danjou  <julien@danjou.info>
84
85         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
86         modified file".
87
88 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
89
90         * auth-source.el (auth-source-read-char-choice): New function to read a
91         character choice using `dropdown-list', `read-char-choice', or
92         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
93         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
94         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
95         (auth-source-netrc-saver): Use it.
96         (auth-source-pick-first-password): New convenience function.
97
98 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
101         parameter in the credentials.
102         (nnimap-open-connection-1): Use it after a successful login.
103         (nnimap-credentials): Add IMAP-specific user and password prompt.
104
105         * auth-source.el (auth-source-search): Add :require parameter, taking a
106         list.  Document it and the :save-function return token.  Pass :require
107         down.  Change the CREATED message from a warning to a debug statement.
108         (auth-source-search-backends): Pass :require down.
109         (auth-source-netrc-search): Pass :require down.
110         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
111         Change save prompt to indicate all modifications saved here are
112         deletions.
113         (auth-source-netrc-create): Take user login name as default in user
114         prompt.  Move all the save functionality to a lexically bound function
115         under the :save-function token in the returned list.  Set up clearer
116         default prompts for user, host, port, and secret.
117         (auth-source-netrc-saver): New function, intended to be wrapped for
118         :save-function.
119
120 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * shr.el (shr-table-horizontal-line): Change the defaults for the table
123         lines to be spaces instead.
124
125 2011-03-07  Julien Danjou  <julien@danjou.info>
126
127         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
128         (sieve-sasl-auth): Check that auth-source-search did return something,
129         or just return an empty string.
130
131 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
132
133         * gnus.el (gnus-interactive): Use read-directory-name.
134
135         * gnus-uu.el (gnus-uu-decode-uu-and-save)
136         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
137         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
138         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
139         Likewise.
140
141         * gnus-group.el (gnus-group-make-directory-group): Likewise.
142
143 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
146         onto the list of killed groups, too.  This makes killed nnimap groups,
147         for instance, more reliably not reappear.
148
149         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
150         the parent.
151
152         * gnus-sum.el (gnus-update-read-articles): Fix typo.
153
154         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
155         really have server-side marks.
156
157         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
158         since most backends do not usefully have server-side marks.
159         (gnus-update-read-articles): Propagate marks to all backends that
160         really have server-side marks.
161
162 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
163
164         * message.el (message-cite-reply-position, message-cite-style): New
165         variables.
166         (message-yank-original): Use the new citation styles.
167
168 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
169
170         * message.el (message-options): Revert 22da67af (workaround for XEmacs
171         buffer-local issue); don't mark it buffer-local when running under
172         XEmacs.
173
174 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
175
176         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
177         numbers too big to be `read'.
178
179 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * password-cache.el (password-in-cache-p): Add autoload.
182
183         * message.el (message-options): Make buffer-local two ways to attempt
184         to fix a XEmacs bug.
185
186 2011-03-02  Julien Danjou  <julien@danjou.info>
187
188         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
189
190 2011-03-01  Julien Danjou  <julien@danjou.info>
191
192         * gnus-art.el (list-identifier): Add list-identifier as a parameter
193         group.
194         (article-hide-list-identifiers): Use list-identifier group parameter.
195
196 2011-02-28  Julien Danjou  <julien@danjou.info>
197
198         * sieve.el (sieve-buffer-script-name): New local variable to store
199         sieve script name.
200         (sieve-edit-script): Store sieve script name.
201         (sieve-upload): Use sieve script name when uploading.
202         (sieve-upload): Use substitute-command-keys.
203         (sieve-edit-script): Use substitute-command-keys.
204         (sieve-refresh-scriptlist): Use substitute-command-keys.
205         (sieve-manage-mode-map): Define keymap properly.
206         (sieve-manage-mode): Do not set mode name manually, change mode-name to
207         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
208         Remove commented code about cvs.
209         (sieve-manage-quit): New function.
210         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
211
212 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-group.el (gnus-import-other-newsrc-file): New function.
215
216 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
217
218         * auth-source.el (auth-source-search): Cache empty result sets.
219
220         * password-cache.el (password-in-cache-p): Convenience function to
221         check if a key is in the cache, even if the value is nil.
222
223         * auth-source.el (auth-source-save-behavior): New variable to replace
224         `auth-source-never-create'.
225         (auth-source-netrc-create): Use it.
226         (auth-source-never-save): Remove.
227
228 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
229
230         * nnimap.el (nnimap-stream): Doc fix.
231         (nnimap-open-connection-1): Reverse the order of the ports to that the
232         prompted-for port is first.
233
234         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
235         retrieval by the no-group selection.
236
237         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
238         numerical parameters.
239
240 2011-02-25  Julien Danjou  <julien@danjou.info>
241
242         * gnus-gravatar.el: Use gnus-with-article-buffer.
243
244         * gnus-art.el (gnus-with-article-buffer): Check that the
245         gnus-article-buffer is alive.
246
247 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
248
249         * auth-source.el (auth-source-creation-prompts): New variable to manage
250         creation-time prompts.
251         (auth-source-search): Document it.
252         (auth-source-format-prompt): Add utility function.
253         (auth-source-netrc-create): Don't default the user name to
254         user-login-name.  Use `auth-source-creation-prompts' and some default
255         prompts for user, host, port, and password (the default generic prompt
256         remains ugly).
257         (auth-source-never-save): Add customizable option to never save info.
258         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
259         mode excursion.
260
261 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
264         argument that XEmacs doesn't support.
265
266         * dgnushack.el (dgnushack-compile): Exclude color.el from being
267         compiled for Emacsen having no `libxml-parse-html-region' support.
268
269         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
270
271         * lpath.el: Bind buffer-save-without-query for XEmacs.
272
273 2011-02-23  Julien Danjou  <julien@danjou.info>
274
275         * gnus-art.el (article-make-date-line): Ignore errors if time is
276         invalid and not convertible.
277         (article-make-date-line): Only add lapsed time if time is not nil.
278
279 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
282         `read-char-choice' for backwards compatibility.
283         (auth-source-netrc-element-or-first): New function to DTRT for
284         parameter extraction.
285         (auth-source-netrc-create): Use it and fix multiple parameter print
286         bug.  Use the default passed from above (given-default) or the
287         built-in (user-login-name for :user).
288
289 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-start.el (gnus-dribble-read-file): Set
292         buffer-save-without-query, since we always want to save the dribble
293         file, probably.
294
295         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
296         nnimap.
297
298         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
299         -summary- since it's a user-visible variable.
300
301         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
302         first time you use the new Gnus.
303
304 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
305
306         * auth-source.el: Don't load netrc.el.
307         (auth-sources): Search ~/.netrc as well by default.
308         (auth-source-debug): Add 'trivia option for extra output.
309         (auth-source-do-trivia): Use it.
310         (auth-source-search): Simplify logic to use
311         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
312         appropriate.  Don't keep a running count at this level.  Layer :create
313         and :delete options appropriately on the first and second passes.
314         Don't track the backend with the search results.
315         (auth-source-search-backends): New function to search a list of
316         backends for a processed spec.
317         (auth-source-netrc-parse): Cache all netrc files, making
318         auth-source-netrc-cache an alist keyed by the file name and using the
319         file mtime as the caching criterion.  Keep the obfuscated data secret
320         with a lexical bind.
321         (auth-source-netrc-search): Don't calculate the length of the results
322         unnecessarily.
323         (auth-source-search-backends): Fix bug.
324         (auth-source-netrc-create): Rework prompts.
325
326 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
327
328         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
329         Lower case names of search constraints.
330         (nnir-run-query): Cache and reuse search constraints for all imap
331         servers.
332
333 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
336         after exit.
337         (gnus-setup-message): Define missing variable from last checkin.
338
339         * gnus-sum.el (gnus-summary-show-article): When called with t as the
340         value, show the raw article.
341
342 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
343
344         * gnus.el: No Gnus v0.13 is released.
345
346 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
347
348         * nnimap.el (nnimap-open-connection-1): Revert last change, since
349         auth-source now accepts numbers.
350
351         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
352         spec, too.
353         (auth-source-ensure-strings): New function.
354
355         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
356         (gnus-article-setup-buffer): Always restart the date timer so that user
357         changes to the frequency is respected.
358
359         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
360         port numbers, so make sure it gets that if nnimap-server-port is
361         explicit.
362
363 2011-02-21  Simon Josefsson  <simon@josefsson.org>
364
365         * nnimap.el (nnimap-inbox): Doc fix.
366
367 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
368
369         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
370         Autoload.  Add optional arg FRAME, and pass it to color-values.
371         (color-complement): Caller changed.  Doc fix.
372         (color-gradient): Rewrite for better clarity and efficiency.
373
374 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
375
376         * shr-color.el (shr-color->hexadecimal): Use renamed function names
377         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
378         color-lab-to-srgb.
379
380 2011-02-20  Drew Adams  <drew.adams@oracle.com>
381
382         * color.el: First part of merge from hexrgb.el.
383         (color-rgb-to-hex): Rename from color-rgb->hex.
384         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
385         saturation to zero if the value is too small.
386         (color-rgb-to-hsl): Rename from color-rgb->hsl.
387         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
388         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
389         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
390         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
391         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
392         (color-cie-de2000): Doc fix.
393
394 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
395
396         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
397         given method as in the group name if we're using an extended method.
398         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
399         command, if we're using that, instead of waiting for the beginning.
400
401         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
402         we're sure to get unique server names, and we don't output two async
403         commands in the same buffer.  This fixes an NNTP hang for some users.
404
405 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
406
407         * gnus.el: No Gnus v0.11 is released.
408
409 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
412         summary buffer before reading going to the next buffer.  This avoids
413         putting the point in the group buffer if you `C-g' the command.
414
415         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
416         cache (for now) to make ~/.authinfo.gpg files usable.
417
418         * nnfolder.el (copyright-update): Define for the compiler.
419
420         * auth-source.el (auth-source-search): Fix unbound variable.
421
422 2011-02-19  Glenn Morris  <rgm@gnu.org>
423
424         * gnus.el (gnus-meta): Doc fix.
425
426 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
427
428         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
429         in case it's not yet loaded.
430
431 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
432
433         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
434         line we're waiting for.
435
436 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
437
438         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
439         face with line-width greater than zero will cause RET in gnus summary
440         buffer to scroll down article page-wise because auto vscroll happens,
441         it should be temporalily disabled when doing a scroll-up.
442
443 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
444
445         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
446         outputs from the server.
447
448 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
449
450         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
451         later so that bbdb can hook in easier.
452
453 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
454
455         * auth-source.el (auth-source-search): Don't try to create credentials
456         if the caller doesn't want that.
457         (auth-source-search): If we don't find a match, don't bug out on
458         non-bound variables.
459         (auth-source-search): Only ask a single backend to create the
460         credentials.
461
462         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
463         logging.
464         (nnimap-credentials): Protect against auth-source-search returning nil.
465         (nnimap-request-list): Protect against not being able to open the
466         server.
467
468 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
469
470         * auth-source.el (auth-source-search): Do a two-phase search, one with
471         no :create to get the responses from all backends.
472
473         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
474         when getting credentials.
475
476         * gnus-util.el (gnus-delete-duplicates): New function.
477
478 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
479
480         * nnimap.el (nnimap-credentials): Instead of picking the first port as
481         a creation default, pass the whole port list down.  It will be
482         completed.
483
484         * auth-source.el (auth-source-search): Updated docs to talk about
485         multiple creation choices.
486         (auth-source-netrc-create): Accept a list as a value (from the search
487         parameters) and do completion on that list.  Keep a separate netrc line
488         with the password obscured for showing the user.
489
490         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
491         first choice to `auth-source-search' so it will be used for entry
492         creation instead of the server's Gnus-specific name.
493         (nnimap-credentials): Rely on the auth-source library to select which
494         port is actually wanted in the new netrc entry, so don't override
495         `auth-source-creation-defaults'.
496
497         * auth-source.el (auth-source-netrc-parse): Use :port instead of
498         :protocol and accept a missing user, host, or port as a wildcard match.
499         (auth-source-debug): Default to off.
500
501         (auth-source-netrc-search, auth-source-netrc-create)
502         (auth-source-secrets-search, auth-source-secrets-create)
503         (auth-source-user-or-password, auth-source-backend, auth-sources)
504         (auth-source-backend-parse-parameters, auth-source-search): Use :port
505         instead of :protocol.
506
507         * nnimap.el (nnimap-credentials): Pass a port default to
508         `auth-source-search' in case an entry needs to be created.
509         (nnimap-open-connection-1): Use :port instead of :protocol.
510
511 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * auth-source.el: Bind load-path when loading EIEIO from
514         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
515         21.4 doesn't support, to `require'.
516         (auth-source-secrets-search): Use mm-delete-duplicates instead of
517         delete-dups that is not available in XEmacs 21.4.
518
519 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
520
521         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
522         as EIEIO must also be loaded when auth-source.el is being
523         byte-compiled.
524
525 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
528
529         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
530
531         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
532
533         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
534
535         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
536
537         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
538
539         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
540
541         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
542         necessary.
543
544 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
547         nil means that nnimap doesn't get updated.
548
549 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * auth-source.el (auth-source-netrc-create): Return a synthetic search
552         result when the user doesn't want to write to the file.
553         (auth-source-netrc-search): Expect a synthetic result and proceed
554         accordingly.
555         (auth-source-cache-expiry): New variable to override
556         `password-cache-expiry'.
557         (auth-source-remember): Use it.
558
559         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
560         parameter.  Create entry if necessary by using :create t.
561         (nnimap-open-connection-1): Don't pass `inhibit-create'.
562
563 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
564
565         * auth-source.el (auth-source-debug): Enable by default and don't
566         mention the obsolete `auth-source-hide-passwords'.
567         (auth-source-do-warn): New function to debug unconditionally.
568         (auth-source-do-debug): Use it.
569         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
570         and for Secrets API entries when the secrets.el library is not
571         available.
572
573 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-sum.el (gnus-propagate-marks): Default to nil.
576         (gnus-summary-exit): Kill the correct article buffer on exit from a
577         `C-d' group.
578
579         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
580         gnus-propagate-marks.
581
582         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
583         before killing the buffers so that a non-full window conf gets handled
584         correctly.
585         (gnus-summary-exit): Ditto.
586         (gnus-summary-read-group-1): Ditto.
587
588         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
589         async code again so that we can debug it properly.
590
591         * message.el (message-reply): Take an optional switch-buffer parameter
592         so that Gnus window confs are respected better.
593
594 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
597         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
598         docstring.
599         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
600         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
601         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
602         Login collection is "Login" and not "login".
603
604 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
607         multiple headers.
608
609         * nnimap.el (nnimap-inhibit-logging): New variable.
610         (nnimap-log-command): Don't log login commands.
611
612         * auth-source.el (auth-source-netrc-search): The asserts seem to want
613         to have more parameters.
614
615         * nnimap.el (nnimap-send-command): Mark the command time for each
616         command, so that we don't get NOOPs stepping on our toes.
617
618         * gnus-art.el (article-date-ut): Get the date from the Date header on
619         `t'.
620
621 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * auth-source.el (auth-source-search): Use copy-sequence instead of
624         the cl.el copy-list.
625
626 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
627
628         * imap.el: Bring it back (revert
629         84d800cd31de3064f0ed39617d725709a2f8f42f).
630
631 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
632
633         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
634         Improve prompt.
635
636 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-art.el (gnus-article-mode-line-format): Remove the article
639         washing status from the default format.  It isn't very informative.
640
641 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
642
643         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
644         Gcc processing on imap.
645
646 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
647
648         * imap.el: Remove file.  All the functionality is in nnimap.el.
649
650 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
651
652         * message.el (message-bury): Don't pop up a new window when selected
653         window is dedicated.
654
655 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
656
657         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
658
659 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * sieve-manage.el: Autoload `auth-source-search'.
662         (sieve-sasl-auth): Use it.
663
664 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
665
666         * nnimap.el: Autoload `auth-source-forget+'.
667         (nnimap-open-connection-1): Use it if the connection fails.
668
669         * auth-source.el: Require `password-cache'.
670         (auth-source-hide-passwords, auth-source-cache): Remove and mark
671         obsolete.
672         (auth-source-magic): Marker for `password-cache' keys.
673         (auth-source-do-cache): Update docstring.
674         (auth-source-search): Use and check cache.
675         (auth-source-forget-all-cached, auth-source-remember)
676         (auth-source-recall, auth-source-forget, auth-source-forget+)
677         (auth-source-specmatchp): Caching support functions.
678         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
679         Remove and obsolete.
680         (auth-source-user-or-password): Remove caching to further discourage
681         using it.  Always hide passwords.
682
683         * password-cache.el (password-cache-remove): Accept secrets that are
684         not strings.
685
686 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
689         code for now, since it doesn't work for all users.
690
691 2011-02-09  Julien Danjou  <julien@danjou.info>
692
693         * message.el (message-options): Make message-options really buffer
694         local.
695
696 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * mail-source.el: Autoload `auth-source-search'.
699         (mail-source-keyword-map): Note order matters.
700         (mail-source-set-1): Get all the mail-source source values and
701         defaults and search auth-source on those if needed.  This can all
702         probably be simplified.
703
704         * nnimap.el: Autoload `auth-source-search'.
705         (nnimap-credentials): Use it.
706         (nnimap-open-connection-1): Ask for the virtual server and physical
707         address in one shot.
708
709         * nntp.el: Autoload `auth-source-search'.
710         (nntp-send-authinfo): Use it.  Note TODO.
711
712 2011-02-08  Julien Danjou  <julien@danjou.info>
713
714         * shr.el (shr-tag-body): Add support for text attribute in body
715         markups.
716
717         * message.el (message-options): Make message-options a local variable.
718
719 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
720
721         * auth-source.el (auth-source-secrets-search)
722         (auth-source-user-or-password): Use `append' instead of `nconc'.
723         (auth-source-user-or-password): Build return list better and protect
724         against nil :secret.
725
726 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * nnimap.el (nnimap-update-info): Refactor slightly.
729         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
730         (nnimap-update-info): Clean up slightly.
731         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
732         characters.
733         (nnimap-process-quirk): Rename function to avoid collision.
734         (nnimap-update-info): Fix macrology bug-out.
735         (nnimap-update-info): Simplify split history test.
736
737 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
738
739         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
740         `secrets-get-attributes' instead of `secrets-get-attribute'.
741         (auth-source-secrets-search): Limit search when `max' is greater than
742         number of results.
743
744 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
747         part not returning any data.
748
749         * proto-stream.el (open-protocol-stream): Document the return value.
750
751 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * auth-source.el (auth-source-secrets-search): Add examples.
754
755 2011-02-06  Julien Danjou  <julien@danjou.info>
756
757         * message.el (message-setup-1): Handle message-generate-headers-first
758         set to t.
759
760 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
761
762         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
763         API with a string "secrets:collection-name" and with 'default.
764         (auth-source-backend-parse): Parse "secrets:collection-name" and
765         'default.  Recurse on parses instead of repeating code.  Use the
766         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
767         message when ignoring a source.
768         (auth-source-search): List ignored search keys at the top level.
769         (auth-source-netrc-create): Use `case' instead of `cond'.
770         (auth-source-secrets-search): Created with TODOs.
771         (auth-source-secrets-create): Created with TODOs.
772         (auth-source-retrieve, auth-source-create, auth-source-delete)
773         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
774         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
775         (auth-source-user-or-password-sftp)
776         (auth-source-user-or-password-smtp): Removed.
777         (auth-source-user-or-password): Deprecated and modified to be a wrapper
778         around `auth-source-search'.  Not tested thoroughly.
779
780 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
781
782         * auth-source.el: Bring in assoc and eioeio libraries.
783         (secrets-enabled): New variable to track the status of the Secrets API.
784         (auth-source-backend): New EIOEIO class to represent a backend.
785         (auth-source-creation-defaults): New variable to set prompt defaults
786         during token creation (see the `auth-source-search' docstring for
787         details).
788         (auth-sources): Simplify to allow a simple string as a netrc backend
789         spec.
790         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
791         (auth-source-backend-parse-parameters): Fill in the backend parameters.
792         (auth-source-search): Main auth-source API entry point.
793         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
794         (auth-source-search-collection): Helper function for searching.
795         (auth-source-netrc-parse, auth-source-netrc-normalize)
796         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
797         Supports search, create, and delete.
798         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
799         backend stubs.
800         (auth-source-user-or-password): Call `auth-source-search' but it's not
801         ready yet.
802
803 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * message.el (message-setup-1): Remove the read-only stuff, since it
806         doesn't work under XEmacs, for some reason.
807
808         * gnus-sum.el (gnus-user-date): Rename back from
809         gnus-summary-user-date since user code refers to it.
810
811         * shr.el (shr-render-td): Store the actual background colour used.
812
813         * message.el (message-setup-1): Don't bind the constant
814         -forbidden-properties.
815         (message-setup-1): Revert previous change, since it needs to bind the
816         props to insert them.
817         (message-resend): Allow removing the read-only separator line.
818
819 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * nnimap.el (nnimap-request-accept-article): Give an error message if
822         the APPEND wasn't successful.
823
824 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
825
826         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
827         that have no groups.
828
829 2011-02-03  Julien Danjou  <julien@danjou.info>
830
831         * gnus-draft.el: Remove progn around gnus-draft-setup.
832
833 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-start.el (gnus-read-active-for-groups): This function is never
836         called with a nil `infos', so clean that up.
837         (gnus-get-unread-articles): Request active files from primary/secondary
838         methods that have no groups (yet).
839
840 2011-02-03  Julien Danjou  <julien@danjou.info>
841
842         * message.el (message-setup-1): Always generate References first.
843         (message-mail): Return the return value of message-setup, not always t.
844         (message-setup-1): Insert mail-header-separator with read-only and
845         intangible properties set.
846
847         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
848         user-date in docstring.
849
850         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
851
852         * gnus.el (gnus-summary-line-format): Mention &user-date format in
853         docstring.
854
855         * gnus.el (gnus-user-date-format-alist): Change default value. Use
856         defcustom, with type and group. Move from gnus-util.el. Rename to
857         gnus-summary-user-date-format-alist.
858
859 2011-02-03  Glenn Morris  <rgm@gnu.org>
860
861         * nnimap.el (gnus-fetch-headers): Declare.
862
863         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
864
865 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
866
867         * message.el (message-forward-make-body-digest-plain)
868         (message-followup, message-reply): Clean up things noted by Stefan.
869
870         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
871         gnus-article-update-date-headers is nil.
872         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
873         it didn't really work with defcustom.
874         (article-update-date-lapsed): Make sure the window start doesn't move,
875         either.
876
877 2011-02-01  Julien Danjou  <julien@danjou.info>
878
879         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
880         format.
881
882         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
883         standard in Emacs nowadays.
884
885         * color.el (color-gradient): Add a color-gradient function.
886
887 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
888
889         * message.el (message-expand-name): Don't trust the return value of
890         bbdb-complete-name.
891         (message-check-news-header-syntax): Remove unused var `start'.
892         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
893         (message-inhibit-body-encoding): Move to before first use.
894         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
895         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
896         (Organization, Message-ID, Date, mh-previous-window-config):
897         Defvar the vars using dynamic scoping.
898
899 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-render-td): Only do colours at the final rendering.
902         Should be slightly faster.
903         (shr-insert-table): Fix up TD background colours when doing the
904         vertical padding.
905
906         * gnus-art.el (article-date-ut): Protect against articles with no Date
907         header.
908         (article-update-date-lapsed): Don't use current-column to find the
909         horizontal position.  It's fragile in the presence of \003 characters.
910
911         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
912
913 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-art.el (article-transform-date): Rewrite to still work when
916         there are several rfc2822 parts.
917         (article-transform-date): Fix infinite recursion.
918         (article-date-ut): Replace infinitely many Date headers with a single
919         one when called interactively.
920
921         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
922         secure manner.
923
924         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
925         move around by not using save-window-excursion.  It seems to work...
926
927 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-art.el (article-make-date-line): Work for user-defined format.
930
931 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
932
933         * nntp.el (nntp-retrieve-group-data-early)
934         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
935         fetching functions.
936
937         * gnus-start.el (gnus-read-active-for-groups): Read the active files
938         thoroughly for all backends that have no known groups.  This should
939         allow new nnml methods to retrieve mail.
940
941         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
942         that Gnus doesn't know exists again.
943
944         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
945         (gnus-treat-date-ut): Ditto.
946         (gnus-article-update-date-header): Renamed.
947         (gnus-treat-date-local): Removed.
948         (gnus-treat-date-english): Removed.
949         (gnus-treat-date-lapsed): Removed.
950         (gnus-treat-date-combined-lapsed): Removed.
951         (gnus-treat-date-original): Removed.
952         (gnus-treat-date-iso8601): Removed.
953         (gnus-treat-date-user-defined): Removed.
954         (gnus-article-date-headers): New variable to control all the date
955         header options.
956         (article-date-ut): Rewrite to allow using the new way to format date
957         headers(s).
958
959 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
960
961         * nnmail.el (nnmail-article-group): Check for a direct fancy split
962         method.
963         (nnmail-article-group): A better test for fanciness.
964
965         * nnimap.el (nnimap-request-head): Protect against not finding the
966         article by Message-ID.
967
968 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-art.el (article-update-date-lapsed): Try a better way to really
971         keep point at the "same place".
972
973 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
974
975         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
976         data if the group is unactivated.
977
978 2011-01-28  Julien Danjou  <julien@danjou.info>
979
980         * gnus-win.el: Remove dead function gnus-window-configuration-element.
981         (gnus-all-windows-visible-p): Remove old compatibility code.
982         (gnus-window-top-edge): Add docstring.
983
984         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
985
986 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
989         older request-update-info.
990
991         * gnus-art.el (article-make-date-line): Limit the length a bit more.
992
993 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
994
995         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
996         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
997
998 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
999
1000         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1001         groups.  This makes the nndraft:queue group pop up if it's not already
1002         there.
1003
1004         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1005         messages" logic, which was reversed.
1006
1007         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1008         the "same place" even if point is on the line being replaced.
1009         (article-update-date-lapsed): Allow updating both the combined lapsed
1010         and the lapsed headers.
1011         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1012         (article-make-date-line): Limit the number of segments dynamically to
1013         avoid too-long lines.
1014
1015 2011-01-27  Julien Danjou  <julien@danjou.info>
1016
1017         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1018         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1019
1020 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1023         Use plist-get instead of the cl function getf.
1024
1025 2011-01-27  Glenn Morris  <rgm@gnu.org>
1026
1027         * gnus-util.el (float-time): Get rid of compiler warning, again.
1028
1029 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * shr.el (shr-put-color): Special-case background colours: Do put them
1032         at the blank parts at the front of the lines.
1033
1034         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1035         exit hook to nix out all data on readedness on group exit.
1036
1037         * gnus-util.el (float-time): If float-time is bound, always use it on
1038         all Emacsen.  It's unclear why the subrp check was there.
1039         (time-date): Require to make some autoload issues on XEmacs go away.
1040
1041         * shr.el (shr-put-color): Don't do the box padding in tables, since
1042         they're already padded.
1043
1044 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-art.el (gnus-article-next-page): When the last line of the
1047         article is displayed, scroll down once more instead of going to the
1048         next article at once.
1049         (article-lapsed-string): Refactor out and allow specifying how many
1050         segments you want.
1051         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1052         (gnus-article-update-lapsed-header): New variable.
1053
1054         * shr.el: Revert change that made headings use different-sized faces.
1055         The Emacs display engine isn't advanced enough that, for instance,
1056         tables can comfortably use differntly-sized faces.
1057
1058 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1061         used.
1062         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1063         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1064         we're using an encrypted connection.
1065
1066         * proto-stream.el: Alter the interface functions to also return the
1067         actual stream type used: network or tls.
1068
1069 2011-01-25  Julien Danjou  <julien@danjou.info>
1070
1071         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1072         (mm-display-javascript-inline): New function.
1073
1074         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1075         viewing function.
1076
1077 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * shr.el (shr-expand-newlines): Fix variable name.
1080
1081 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1082
1083         * shr.el (shr-expand-newlines): Make nested boxes work.
1084
1085 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1086
1087         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1088         backgrounds.
1089         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1090         in a more sensible manner.
1091
1092 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1095         if EPG is loaded.
1096
1097 2011-01-24  Julien Danjou  <julien@danjou.info>
1098
1099         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1100         tags.
1101
1102 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1103
1104         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1105         commands.
1106
1107         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1108         in the article buffer.
1109         (gnus-gravatar-insert): Use blank space from the current buffer to
1110         avoid breaking text properties.  This makes X-Sent updating work again.
1111
1112         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1113
1114 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1117         fix the bug in url-http.el instead.
1118
1119         * shr.el (shr-image-fetched): Ditto.
1120
1121         * shr.el (shr-image-fetched): Avoid having point move in the article
1122         buffer.
1123
1124         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1125         buffer after being called.  It's apparently being killed by url.el, and
1126         killing it made point move to end-of-buffer in a random buffer.
1127
1128         * shr.el (shr-image-fetched): Ditto.
1129
1130 2011-01-23  Julien Danjou  <julien@danjou.info>
1131
1132         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1133
1134         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1135         text/x-org.
1136
1137 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1138
1139         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1140         (i.e., nnimap) returning nil as the article number.
1141
1142 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1143
1144         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1145         "DelSp" parameter in RFC3676.
1146
1147 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1148
1149         * message.el (message-check-recipients): Display the encoded version of
1150         the bogus address if they differ.
1151
1152         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1153         after sending.
1154
1155         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1156
1157         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1158
1159         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1160         group buffer after sending the queue.
1161
1162         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1163
1164 2011-01-22  Julien Danjou  <julien@danjou.info>
1165
1166         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1167
1168 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1169
1170         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1171         nested related parts.
1172
1173         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1174         unexpired articles.  This fixes the regression that led expiry marks to
1175         disappear from nnfolder groups.
1176
1177 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1178
1179         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1180         Don't confuse the "ret" of "retrograde" with RET.
1181
1182 2011-01-21  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1185         than mm-insert-inline.
1186
1187 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1190         Widen article buffer.
1191
1192 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1193
1194         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1195         the temp buffer.
1196         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1197
1198 2011-01-20  Julien Danjou  <julien@danjou.info>
1199
1200         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1201
1202         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1203         than mm-insert-inline to insert inline part: this respect
1204         mm-inline-media-tests displayers.
1205
1206         * mm-view.el (mm-display-shell-script-inline): New function.
1207
1208         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1209
1210         * mm-uu.el (mm-uu-type-alist): Add org block.
1211         (mm-uu-org-src-code-block-extract): New function.
1212
1213         * mm-view.el (mm-display-org-inline): New function.
1214
1215         * mm-decode.el (mm-automatic-display): Add text/org.
1216
1217         * mailcap.el (mailcap-mime-extensions): Add .org.
1218
1219 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1222         gnus-article-add-buttons.
1223
1224 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1225
1226         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1227         From header with a date and "nobody" as the sender.
1228
1229 2011-01-19  Julien Danjou  <julien@danjou.info>
1230
1231         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1232         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1233         if you have the same regexp several times.
1234         (gnus-button-push): Fix matching when regexp is symbol.
1235
1236 2011-01-15  Glenn Morris  <rgm@gnu.org>
1237
1238         * message.el (message-mail): A compose-mail function should
1239         accept headers as strings.
1240
1241 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1242
1243         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1244         Add :vert-only tags.
1245         (message-mail): New arg RETURN-ACTION.
1246         (message-return-action): New var.
1247         (message-bury): Use it.
1248         (message-mode): Make it buffer-local.
1249         (message-send-and-exit): Always call message-bury.
1250
1251         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1252         message-mail.
1253
1254 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * nnimap.el (nnimap-convert-partial-article): Protect against
1257         zero-length body parts.
1258
1259         * mm-decode.el (mm-preferred-alternative-precedence):
1260         Discourage showing empty parts.
1261
1262         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1263         and stuff if the backend didn't return the article number.  This fixes
1264         an Exchange-related nnimap bug.
1265
1266         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1267         group window, because it does the wrong thing when a separate frame
1268         displays the group buffer.
1269
1270         * proto-stream.el (open-protocol-stream): Protect against the low-level
1271         transport functions returning nil.
1272
1273 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1274
1275         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1276         (mml2015-epg-find-usable-secret-key): New function.
1277         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1278         mml2015-epg-find-usable-key (Bug#7797).
1279         (mml2015-epg-encrypt): Ditto.
1280
1281 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * dgnushack.el (rot13-string): Fix the way to get the argument.
1284
1285 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1288
1289 2011-01-03  Glenn Morris  <rgm@gnu.org>
1290
1291         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1292
1293         * sieve.el (sieve-open-server): Give a more explicit error if
1294         sieve-manage-open returns nil.  (Bug#7720)
1295
1296 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1297
1298         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1299
1300 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1303         This avoids sending passwords in plain text over non-encrypted
1304         channels.
1305
1306         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1307
1308         * nnimap.el (nnimap-login): Refactored out into own function, and
1309         implement CRAM-MD5.
1310         (nnimap-wait-for-line): Refactored out.
1311
1312         * mm-view.el (mml-smime): Require.
1313
1314 2010-12-20  David Engster  <deng@eml.cc>
1315
1316         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1317         use EPG to decrypt S/MIME messages instead of openssl.
1318
1319 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1322
1323         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1324         status is the group clearly is unreachable.
1325
1326         * auth-source.el (auth-source-create): Add the optional second
1327         parameter to `local-variable-p' to be compatible with XEmacs.
1328
1329 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1330
1331         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1332         work when using a compressed nnml folder.
1333
1334 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1337         backends after sanitising on entry, because this never makes sense:
1338         If the articles have gone missing, then the data no longer exists on
1339         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1340         overwrite anything anyway.
1341
1342         * shr.el (shr-insert-document): Bind shr-width dynamically to
1343         window-width if it's nil.
1344
1345 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1346
1347         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1348         with the meaning of using the full emacs window width for rendering.
1349
1350 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1351
1352         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1353         case when sender is not given.
1354
1355 2010-12-23  Julien Danjou  <julien@danjou.info>
1356
1357         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1358         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1359         the addresses, otherwise we might misplaced the gravatar.
1360
1361 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1362
1363         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1364         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1365         obsolete in Emacs.
1366
1367 2010-12-20  Julien Danjou  <julien@danjou.info>
1368
1369         * gnus-util.el (gnus-rescale-image): Revert last change.
1370
1371 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1372
1373         * binhex.el: Improve commentary (Bug#7482).
1374
1375 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-group.el (gnus-group-delete-articles): New command.
1378
1379 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1380
1381         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1382
1383 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1386         here, since it's up to the backends to do CRLF removal if their
1387         protocol has it.
1388
1389         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1390
1391 2010-12-17  Julien Danjou  <julien@danjou.info>
1392
1393         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1394         they are from file. Can also scale up.
1395
1396 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1399         gnus-use-agent.
1400         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1401
1402         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1403
1404 2010-12-17  Julien Danjou  <julien@danjou.info>
1405
1406         * gravatar.el (gravatar-retrieve-synchronously): New function.
1407         (gravatar-get-data): Make more robust.
1408
1409 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1412
1413 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1416         to really consider the last line.
1417
1418 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1419
1420         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1421         list of recipient keys, or use symmetric encryption if not a list.
1422         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1423         EPA override, replacing the call to `netrc-store-data'.
1424
1425 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1426
1427         * gnus-srvr.el: Avoid passing nil regexp argument to
1428         delete-matching-lines.
1429
1430 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1433         fetching stops when Gnus exits.
1434
1435         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1436         function.
1437         (nnfolder-request-expire-articles): Save all the buffers after doing
1438         expiry.
1439
1440         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1441         the last article", since that led to serious performance regressions
1442         when expiring nnml groups.
1443
1444 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1445
1446         * nnir.el: Improve customizations.
1447
1448 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1451
1452         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1453         group has been killed.
1454         (gnus-group-yank-group): Ditto.
1455
1456         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1457
1458         * nnimap.el (nnimap-request-update-group-status): New function.
1459
1460         * gnus-int.el (gnus-request-update-group-status): New interface
1461         function.
1462
1463         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1464         copying read-ness to the backends.
1465
1466         * nnimap.el (nnimap-quirk): New function.
1467         (nnimap-retrieve-group-data-early): Use it.
1468         (nnimap-quirks): New alist.
1469
1470 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1473         don't delete it within indentation.
1474
1475 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1478         previous line.
1479
1480 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1483         QRESYNC command by deleting a superfluous space which broke Cyrus
1484         servers.  This change will break other servers that are buggy the other
1485         way around.
1486
1487 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1488
1489         * spam.el: Reindent and fix long lines.
1490         (spam-copy-or-move-routine): Exclude invalid move destinations.
1491
1492 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1493
1494         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1495         installed the registry.
1496
1497 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1500
1501 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1502
1503         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1504         groupname doesn't contain "gmane".
1505
1506 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1509         and netrc-bound-and-true-p bindings.
1510         (netrc-parse): Cache the netrc contents.
1511
1512         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1513         (gnus-1): Don't create the nndrafts group twice.
1514         (gnus-setup-news): There's no need to read the active file here, since
1515         that's done again later on a per-backend basis.
1516         (gnus-start-draft-setup): Make sure that the new group is started out
1517         empty.
1518
1519         * gnus-agent.el (gnus-agentize): Don't create the queue group
1520         automatically on startup.  It'll be created later, if needed.
1521
1522         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1523         of automatically subscribed groups.
1524         (gnus-auto-subscribed-categories): New variable.
1525         (gnus-matches-options-n): Use it.
1526         (gnus-default-subscribed-newsgroups): Remove unused variable.
1527         (gnus-start-draft-setup): Message a bit less.
1528
1529 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * nnir.el (nnir-run-imap): Return article list in order of increasing
1532         UID.
1533
1534 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-sum.el (gnus-summary-enter-digest-group):
1537         Mention gnus-auto-select-on-ephemeral-exit.
1538
1539         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1540         convention of the network-only option.
1541
1542 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * proto-stream.el (proto-stream-open-network-only): New function to
1545         have a way to specify non-STARTTLS upgrade connections.
1546
1547 2010-12-10  Julien Danjou  <julien@danjou.info>
1548
1549         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1550         email address is nil.
1551
1552         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1553
1554 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1555
1556         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1557         deletion.
1558         (nnir-run-imap): Only need to parse list once.
1559
1560 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * shr.el (shr-tag-script): Ignore <script>.
1563         (shr-tag-label): Add <label> support.
1564
1565 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1568
1569         * shr.el (shr-image-displayer): Work for images lined side by side.
1570
1571 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1572
1573         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1574         parameter, since XEmacs doesn't accept t as a parameter.
1575
1576 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1577
1578         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1579         ids.
1580         (nnir-run-gmane): Simplify groupspec formatting.
1581         (nnir-request-expire-articles): New function.
1582
1583 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1586         overflow, possibly.
1587
1588         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1589         (shr-render-td): Handle td style="" better.
1590         (shr-tag-table): Use the color from the style sheet.
1591         (shr-render-td): Make sure we copy over all the overlays, too.
1592
1593 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1594
1595         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1596         (nnir-request-article): Improve article retrieval.
1597
1598 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * mm-util.el (mm-extra-numeric-entities): New variable.
1601
1602         * mm-url.el (mm-url-decode-entities):
1603         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1604
1605         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1606
1607 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1608
1609         * message.el: Use completion-at-point.
1610         (message-completion-function): New fun, extracted from message-tab.
1611         (message-mode): Use it for completion-at-point-functions.
1612         (message-tab): Use it and completion-at-point.
1613
1614 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1617         character if a non-breakable character follows.
1618
1619 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1622         any stream.
1623
1624         * shr.el (shr-tag-font): Colorize the region.
1625         (shr-tag-body): Ditto.
1626         (shr-tag-font): Actually let the styles be inherited instead of
1627         overwriting them.
1628         (shr-tag-font): Get the background color right.
1629         (shr-tag-style): Ignore all <style> tags for the moment.
1630
1631         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1632         a Message-ID to avoid having nnimap depend on gnus-sum.
1633
1634         * shr.el (shr-descend): Only colorize something if we have a node that
1635         sets colors.
1636
1637 2010-12-06  Julien Danjou  <julien@danjou.info>
1638
1639         * shr.el (shr-render-td): Render td content with shr-descend, so style
1640         will be applied to <td> too.
1641         (shr-colorize-region): Colorize region even if we only have a background.
1642         (shr-tag-body): Fix color and background color inheritance.
1643         Do not recolorize after shr-generic.
1644         (shr-tag-font): Let shr-generic colorize via inheritance.
1645
1646 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1649
1650 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1651
1652         * nnir.el (nnir-request-move-article): Remove obsolete code.
1653
1654 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1657
1658 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-sum.el (gnus-summary-respool-article): The completion function
1661         expects a list instead of an alist.
1662
1663         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1664         string as the parameter.
1665
1666         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1667
1668         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1669         styles.
1670         (shr-colorize-region): New function.
1671         (shr-insert-background-overlay): Remove.
1672         (shr-render-td): Background setting should be taken care of on a higher
1673         level.
1674         (shr-tag-body): Use post-hoc colorizations.
1675         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1676         (shr-put-color-1): Don't overwrite old colors.
1677         (shr-colorize-region): When the background color isn't explicit, use
1678         a fixed background.
1679
1680         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1681         nnmail variables.
1682
1683 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1684
1685         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1686         unless necessary.
1687
1688 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1689
1690         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1691         server.
1692
1693 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1696         so that TAB works.
1697
1698         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1699         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1700
1701         * shr.el (shr-urlify): Show the URL before the title to avoid
1702         misleading URLs.
1703
1704 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1705
1706         * shr.el (shr-urlify): Display the title in <a> tags.
1707
1708 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1709
1710         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1711
1712 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1713
1714         * nnir.el: Rearrange code to allow macros to be autoloaded by
1715         gnus-sum.el.
1716         (nnir-retrieve-headers-override-function): Make this variable
1717         customizable.
1718         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1719
1720         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1721         from nnir.el.
1722
1723 2010-12-03  Julien Danjou  <julien@danjou.info>
1724
1725         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1726
1727 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1730         allow optional argument `environment'.
1731
1732 2010-12-03  Glenn Morris  <rgm@gnu.org>
1733
1734         * mm-extern.el (message-goto-body): Update declaration.
1735
1736 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-util.el (gnus-macroexpand-all): New function.
1739
1740         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1741         instead of macroexpand-all that is unavailable in XEmacs.
1742
1743 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1744
1745         * nnir.el (nnir-summary-line-format): New variable.
1746         (nnir-mode): Use it.
1747         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1748         (nnir-article-ids): Reimplement as defsubst.
1749         (nnir-retrieve-headers): Don't mangle the subject header.
1750         (nnir-run-imap): Use 100 as RSV score.
1751         (nnir-run-find-grep): Fix for full server searching.
1752         (nnir-run-gmane): Better restriction to gmane groups.
1753
1754         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1755         summary buffers.
1756
1757 2010-12-02  Julien Danjou  <julien@danjou.info>
1758
1759         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1760
1761         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1762
1763         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1764         support.
1765
1766 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1767
1768         * nnir.el: Update to handle the registry better.
1769         (autoload): Silence byte-compiler.
1770         (nnir-open-server): Add a hook for nnir groups.
1771         (nnir-request-move-article): Don't mangle the header. Better to use
1772         formating variables (which will be added in the future).
1773         (nnir-registry-action): Update the registry using the original article
1774         group name.
1775         (nnir-mode): Install nnir-specific hooks for updating the registry.
1776
1777         * gnus-sum.el
1778         (gnus-article-original-subject,gnus-newsgroup-original-name):
1779         Remove obsolete variables.
1780         (gnus-summary-move-article): Remove use of obsolete variables.
1781         (gnus-summary-local-variables): Make move and delete hooks local to
1782         summary buffers.
1783
1784 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * rtree.el: New file.
1787
1788 2010-12-01  Julien Danjou  <julien@danjou.info>
1789
1790         * message.el (message-user-organization): Do not use
1791         gnus-local-organization.
1792
1793         * gnus.el: Remove gnus-local-organization.
1794
1795         * gnus-msg.el: Remove nastygram thing.
1796
1797 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1800         funcall.
1801
1802 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1805         names.
1806
1807         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1808         characters.
1809
1810         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1811         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1812         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1813         (gnus-gravatar-transform-address): Use mail-extract-address-components
1814         that supports non-ASCII names rather than mail-header-parse-addresses.
1815
1816 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * proto-stream.el (open-protocol-stream): All starttls connections are
1819         handled by the network handler.
1820
1821 2010-11-30  Julien Danjou  <julien@danjou.info>
1822
1823         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1824         (nnimap-open-connection-1): Fix PREAUTH.
1825
1826         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1827
1828 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1831         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1832         (shr-insert): Use them.
1833         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1834
1835 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1836
1837         * nnir.el (nnir-request-move-article): Bail out if original group
1838         doesn't support article moves.
1839         (nnir-get-active): Improve active list retrieval.
1840
1841 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1844
1845 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1846
1847         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1848         seem to accept strings-with-numbers as port numbers,
1849
1850 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1851
1852         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1853         change the registry.
1854
1855 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1858         delete-dups that is not available in XEmacs 21.4.
1859
1860         * mm-util.el (mm-delete-duplicates): Add comment.
1861
1862 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1863
1864         * nnir.el (nnir-ignored-newsgroups): New variable.
1865         (nnir-get-active): Use it.
1866
1867 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * proto-stream.el (proto-stream-open-network): Add some comments.
1870
1871         * nntp.el (nntp-open-connection): Provide a :success condition.
1872
1873         * nnimap.el (nnimap-open-connection-1): Ditto.
1874
1875         * proto-stream.el (proto-stream-open-network): See what the response to
1876         the STARTTLS command is.
1877
1878         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1879         backwards compatibility).
1880         (nnimap-open-connection-1): Really respect nnimap-server-port.
1881
1882         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1883         TLS upgrades we don't really care about the identity of the peer.
1884         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1885         that what we've checked for.
1886         (proto-stream-always-use-starttls): Only default to t if
1887         open-gnutls-stream exists.
1888         (proto-stream-open-network): If STARTTLS failed, then just open a
1889         normal connection.
1890         (proto-stream-open-network): Wait until the greeting before doing
1891         STARTTLS.
1892
1893         * nntp.el (nntp-open-connection): Report what the connection error is.
1894
1895         * proto-stream.el (open-protocol-stream): Rename from
1896         open-proto-stream.
1897
1898 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * nnimap.el (nnimap-stream): Change default to `undecided'.
1901         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1902         first, and then network.
1903         (nnimap-open-connection-1): Respect nnimap-server-port.
1904         (nnimap-open-connection): Be more backwards-compatible.
1905
1906         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1907         (proto-stream-open-starttls): De-duplicate the starttls code.
1908         (proto-stream-open-starttls): Folded back into the main function.
1909         (proto-stream-open-network): Fix typo in the gnutls path.
1910         (proto-stream-command): Refactor out.
1911
1912         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1913
1914         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1915         starttls.el STARTTLS.
1916
1917         * color.el (color-lab->srgb): Fix function call name.
1918
1919         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1920         if we're using tls.el.
1921         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1922         built in, then don't try to establish a STARTTLS connection.
1923
1924         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1925         servers.
1926
1927         * proto-stream.el (open-proto-stream): Use network, not stream.
1928         (open-proto-stream): Add a way to specify what the end of a command is.
1929
1930         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1931         connections types.
1932         (nntp-open-network-stream): Remove.
1933         (nntp-open-ssl-stream): Remove.
1934         (nntp-open-tls-stream): Remove.
1935         (nntp-ssl-program): Remove.
1936
1937         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1938
1939 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1940
1941         * nnir.el: Fix typos.
1942         (nnir-retrieve-headers-override-function): Rename variable to reflect
1943         new semantics.
1944         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1945         macros.
1946         (nnir-request-article, nnir-request-move-article): Use them.
1947         (nnir-categorize): New function.
1948         (nnir-run-query): Use it.
1949         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1950         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1951         sorted.
1952         (nnir-group-full-name): Use gnus-group-full-name instead.
1953         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1954         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1955
1956 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1959
1960         * proto-stream.el: New library to provide protocol-specific
1961         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1962         protocols.
1963         (open-proto-stream): Complete the documentation.
1964         (proto-stream-open-network): Fix some typos.
1965
1966         * nnimap.el (nnimap-open-connection): Use it.
1967
1968 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1969
1970         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1971         negotiation.
1972
1973 2010-11-26  Julien Danjou  <julien@danjou.info>
1974
1975         * color.el: Rename various rgb functions to srgb.
1976
1977 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1980         names.
1981
1982 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * shr.el (shr-insert): Revert last change.
1985         (shr-find-fill-point): Never leave point being at bol;
1986         relax the kinsoku limitation when rendering tables.
1987
1988 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1991         results from -accept-article.
1992
1993         * shr-color.el: Require cl when compiling.
1994
1995         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1996         checkin.
1997
1998         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1999
2000         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2001
2002         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2003         'add and 'delete to set backend marks.
2004
2005         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2006
2007         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2008
2009         * nntp.el (nntp-request-set-mark): Use it.
2010
2011         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2012
2013         * nnml.el (nnml-request-set-mark): Ditto.
2014
2015         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2016         introduces regressions in article selection.
2017         (nnimap-find-uid-response): New function.
2018         (nnimap-request-accept-article): Use the UID returned, if any.
2019         (nnimap-request-move-article): Use the UID returned, if any.
2020         (nnimap-get-groups): Reimplement to work with folded lines.
2021         (nnimap-find-uid-response): The UID is the last element in the list.
2022         (nnimap-request-set-mark): Extend syntax with 'set.
2023
2024         * nnml.el (nnml-request-set-mark): Ditto.
2025
2026         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2027
2028         * nntp.el (nntp-request-set-mark): Ditto.
2029
2030 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * message.el (message-called-interactively-p): A temporary macro.
2033         (message-goto-body): Use it temporarily.
2034
2035 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2038         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2039         (nnimap-last-response-string): Fix last unfolding fix.
2040
2041 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * shr.el (shr-insert): Fix the way to fold lines.
2044
2045 2010-11-25  Julien Danjou  <julien@danjou.info>
2046
2047         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2048
2049         * color.el: Rename from color-lab.el
2050         (color-rgb->hex): Add.
2051         (color-complement): Add.
2052         (color-complement-hex): Add.
2053
2054         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2055
2056 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2059         don't exist.
2060
2061 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2064         assuming that article displaying or another mml-preview may be
2065         interrupted for an error or for the like.
2066
2067         * shr.el (shr-get-background): Fix argument name.
2068
2069 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2072
2073         * gnus-sum.el (gnus-summary-include-articles): New function.
2074
2075         * message.el (message-goto-body): called-interactively-p needs a
2076         parameter, so use `any'.
2077
2078         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2079         clear marks before moving, since they're synced from the Gnus side
2080         first.
2081
2082         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2083         (gnus-summary-move-article): Copy over all marks before moving, so that
2084         IMAP doesn't think a new article has arrived.
2085
2086 2010-11-24  Julien Danjou  <julien@danjou.info>
2087
2088         * shr.el (shr-insert-background-overlay): Fix typo.
2089         (shr-render-td): Copy the background before rendering.
2090
2091         * shr-color.el (shr-color-visible): Fix docstring.
2092
2093         * shr.el (shr-tag-table): Add bgcolor support.
2094         (shr-render-td): Add bgcolor support.
2095         (shr-get-background): Add.
2096         (shr-insert-foreground-overlay): Use shr-get-background.
2097
2098         * message.el (message-goto-body): Use called-interactively-p.
2099         (message-in-body-p): message-goto-body returns point.
2100
2101 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2104         Fixes something or other in Emacs 23, and is backwards compatible.
2105
2106         * message.el (message-goto-body): Remove the <#secure special-casing,
2107         which is too special.
2108
2109         * shr.el (shr-parse-style): Drop !important from styles.
2110
2111 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2112
2113         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2114         this function to return incorrect results when calling it with an
2115         explicit article argument different from
2116         (gnus-summary-article-number).
2117
2118 2010-11-24  Julien Danjou  <julien@danjou.info>
2119
2120         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2121         (shr-tag-body): Add background support.
2122         (shr-descend): Add background support.
2123         (shr-tag-title): Add.
2124
2125         * shr-color.el (shr-color-visible): Really return original background
2126         if fixed.
2127
2128 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * shr.el (shr-color-check): Protect against non-existant colour names.
2131
2132 2010-11-24  Julien Danjou  <julien@danjou.info>
2133
2134         * color-lab.el: Require 'cl when compiling.
2135
2136         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2137
2138         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2139         matched part.
2140
2141         * color-lab.el: Fix all expt calls to use float type.
2142
2143 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2146         expression to shr-color-check as is.
2147
2148         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2149
2150         * color-lab.el: Add coding cookie.
2151         (float-pi): Use eval-and-compile.
2152
2153         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2154         compiled for Emacsen having no `libxml-parse-html-region' support.
2155
2156 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * shr.el (shr-insert-color-overlay): Split stuff like
2159         "#444444 !important" to find the real colour.
2160         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2161         parse <font color="red"> entries.
2162
2163 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2164
2165         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2166         point when parsing headers.
2167
2168         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2169         is positioned properly when parsing headers.
2170
2171 2010-11-23  Julien Danjou  <julien@danjou.info>
2172
2173         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2174
2175         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2176
2177         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2178
2179         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2180         Use shr-color-hue-to-rgb.
2181         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2182
2183 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * shr.el (shr-color->hexadecimal): Autoload.
2186         (shr-descend): Add color to all tags.
2187
2188 2010-11-22  Julien Danjou  <julien@danjou.info>
2189
2190         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2191         shr-color->hexadecimal.
2192
2193         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2194         RGB() or HSL() color representation.
2195
2196         * shr.el (shr-tag-font): Add.
2197         (shr-tag-color-check): New function to get better colors.
2198         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2199         tag-span.
2200
2201         * shr-color.el: New file.
2202
2203         * color-lab.el: New file.
2204
2205         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2206
2207 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2208
2209         * nnir.el: Fix typo in comments.
2210         (nnir-run-imap): Simplify code. No need to reverse artlist.
2211         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2212
2213 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2216
2217         * nnimap.el (nnimap-get-capabilities): Refactor out.
2218         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2219
2220 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2221
2222         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2223         appearing when `mm-uu-hide-markers' is nil.
2224
2225 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * nnimap.el (nnimap-unselect-group): Make into its own function.
2228         (nnimap-request-rename-group): Unselect group before renaming.
2229         This had gotten lost somewhere.
2230         (nnimap-request-accept-article): Keep track of examined groups, and
2231         unselect the group before APPENDing to read-only groups.
2232         (nnimap-request-move-article): Clear flags before moving so that they
2233         can be re-set later.
2234
2235 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2238         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2239
2240 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-art.el (gnus-mime-display-single)
2243         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2244         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2245         parameter.
2246
2247 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2250         (shr-table-vertical-line): New variable.
2251         (shr-insert-table): Use it.
2252
2253 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-html.el (gnus-html-wash-images): Don't display images if
2256         gnus-inhibit-images is non-nil; register displayer for cid images.
2257         (gnus-html-display-image): Work for cid image.
2258         (gnus-html-insert-image): Allow arguments.
2259         (gnus-html-put-image): Inhibit read-only.
2260         (gnus-html-prefetch-images): Don't prefetch images if
2261         gnus-inhibit-images is non-nil.
2262
2263 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * shr.el (shr-put-image): Break lines when inserting big pictures.
2266
2267 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2268
2269         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2270         sender, thanks Katsumi Yamaoka.
2271
2272 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2273
2274         * nnir.el (nnir-run-imap): Reverse the article list for each group
2275         rather than the whole list.
2276
2277 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * shr.el (shr-image-displayer): Protect function against non-existent
2280         image source.
2281
2282         * gnus-art.el (gnus-inhibit-images): New user option.
2283         (gnus-mime-display-single): Don't display image if it is non-nil.
2284
2285         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2286         gnus-inhibit-images.
2287
2288         * shr.el (shr-image-displayer): New function.
2289         (shr-tag-img): Use it.
2290
2291 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2292
2293         * mml2015.el (mml2015-epg-sign): Use From header.
2294
2295 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2298
2299         * gnus-util.el (gnus-find-text-property-region): Return markers.
2300
2301         * shr.el (shr-tag-img): Put a displayer in the text property.
2302
2303         * gnus-util.el (gnus-find-text-property-region): New utility function.
2304
2305         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2306         (gnus-html-show-images): Remove.
2307
2308         * gnus-art.el (gnus-article-show-images): New, more general function.
2309
2310         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2311         image url text properties.
2312
2313         * shr.el: Ditto.
2314
2315         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2316         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2317
2318 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2321         work for two or more articles.
2322
2323 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2326         divide an image that's in an html article to two or more when washing
2327         non-ASCII characters in alt text of it.
2328
2329 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2332         smime-decrypt-region using function argument.
2333         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2334
2335         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2336
2337         * smime.el (smime-decrypt-region): Catch it.
2338
2339 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2340
2341         * smime.el (smime-mode-map): Move initialization into declaration.
2342         (gnus-run-mode-hooks): Don't autoload.
2343         (smime-mode): Use define-derived-mode.
2344
2345 2010-11-11  Glenn Morris  <rgm@gnu.org>
2346
2347         * smime.el (from): Restrict declaration to XEmacs.
2348
2349         * nnir.el (gnus-group-topic-name): Autoload.
2350
2351 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * shr.el (shr-insert): Don't break long line if it is because of
2354         kinsoku-bol characters in the line end.
2355
2356 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2357
2358         * nnir.el (nnir-request-move-article): Fix to provide original group
2359         and subject.
2360         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2361         been retrieved.
2362
2363         * gnus-sum.el (gnus-summary-move-article): Use original group and
2364         subject for virtual articles such as those in an nnir summary buffer.
2365
2366 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2369         least 21.5).
2370
2371         * smime.el (from): Declare it again for XEmacs.
2372
2373 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * message.el (message-resend): Don't disable encoding unless it's
2376         already encoded.
2377
2378         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2379         low-numbered articles.
2380
2381 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * rfc2047.el (rfc2047-syntax-table): Simplify.
2384
2385         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2386
2387         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2388         set-char-table-range for XEmacs.
2389
2390 2010-11-10  Glenn Morris  <rgm@gnu.org>
2391
2392         * time-date.el (time-to-seconds): Always an alias on Emacs,
2393         never a real function.
2394         (with-no-warnings): Remove compat stub, now unused.
2395         (time-less-p): Doc fix.
2396         (time-to-number-of-days): Simplify.
2397
2398         * smime.el (from): Remove unused declaration.
2399
2400         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2401         (gnus-float-time): On Emacs, always an alias.
2402
2403         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2404         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2405
2406 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * dgnushack.el: Don't use ignore-errors in the top level form since it
2409         is unavailable in XEmacs even if cl is loaded.
2410
2411         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2412
2413 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * shr.el (browse-url-mailto): Autoload.
2416
2417         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2418
2419         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2420         regexp doesn't need quoting.
2421
2422 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2423
2424         * message.el (message-subject-trailing-was-ask-regexp)
2425         (message-subject-trailing-was-regexp): Match was: in addition to was.
2426
2427 2010-11-09  Glenn Morris  <rgm@gnu.org>
2428
2429         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2430         (nnbabyl-check-mbox): Use point-at-bol.
2431
2432 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2435
2436         * message.el (message-mailto): New function.
2437         (message-mailto): Should accept other parameters.
2438         (message-mailto): Remove since it duplicates browse-url-mailto
2439         functionality.
2440
2441 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2444         methods.
2445         (gnus-read-active-file): Ditto.
2446
2447         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2448         ": " from the prompt.
2449         (gnus-group-make-group): Ditto.
2450
2451 2010-11-07  Glenn Morris  <rgm@gnu.org>
2452
2453         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2454         (gnus-bookmark-kill-line): Use point-at-eol.
2455
2456 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2459         asterisks in From header.
2460
2461 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2464         string to avoid making the From headers syntactically invalid.
2465
2466         * message.el (message-send-mail): Don't insert courtesy messages if the
2467         message already has List-Post and List-ID messages.
2468
2469 2010-11-06  Glenn Morris  <rgm@gnu.org>
2470
2471         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2472         `condition', `type', `length' a prefix.
2473         (gnus-treat-predicate): Update for above name changes.
2474
2475 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2476
2477         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2478         binding.  Handled by `gnus-summary-refer-thread' instead.
2479         (nnir-warp-to-article): New backend function.
2480
2481         * nnimap.el (nnimap-request-thread): Force dependency updating.
2482
2483         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2484         (gnus-summary-refer-thread): Rework to improve thread-referral.
2485
2486         * gnus-int.el (gnus-warp-to-article): New function.
2487
2488         * gnus-sum.el (gnus-summary-article-map): Bind it.
2489
2490 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2491
2492         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2493         gnus-summary-refer-thread.
2494
2495         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2496         headers.
2497         (gnus-summary-limit-include-thread): Prevent articles in thread from
2498         being cut in gnus-cut-threads.
2499         (gnus-summary-refer-thread): Limit retrieved headers to those in
2500         thread.
2501
2502 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * message.el (message-send-mail): Use the value of
2505         message-courtesy-message from the message buffer.
2506
2507         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2508
2509         * shr.el (shr-browse-url): Implement mailto: URLs.
2510
2511         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2512         "raw".
2513
2514         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2515         if it's already selected.
2516
2517         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2518
2519 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2522         to measure the length and truncate alt text.
2523
2524 2010-11-03  Glenn Morris  <rgm@gnu.org>
2525
2526         * nndiary.el (nndiary-generate-nov-databases-1)
2527         (nndiary-generate-active-info): Rename dynamic variable `files' to
2528         something less generic.
2529
2530 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2531
2532         * nnir.el (nnir-request-move-article): Call the underlying backend to
2533         move articles from nnir.
2534
2535 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2538
2539 2010-11-02  Julien Danjou  <julien@danjou.info>
2540
2541         * nnir.el: Remove wais support.
2542
2543 2010-11-02  Glenn Morris  <rgm@gnu.org>
2544
2545         * gnus-html.el: Reorder requirements to quieten compiler.
2546
2547 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2550         properly for XEmacs as well.
2551         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2552         (gnus-article-natural-long-line-p): Use window-width rather than
2553         frame-width.
2554
2555 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2556
2557         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2558         (nnir-read-parms): Don't modify query.
2559         (nnir-run-query): Add ability to search topic on current line.
2560         (nnir-get-active): Clean up.
2561
2562 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2565         degenerate articles.
2566
2567         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2568         (gnus-print-buffer): Just print the buffer as is, without any copying
2569         to a buffer and then re-highlighting.
2570
2571         * nnimap.el (nnimap-request-group): Store the new updated info.
2572         (nnimap-request-group): Select the group when we don't know whether it
2573         exists or not.
2574
2575         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2576         groups.
2577
2578         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2579         groups.
2580
2581         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2582         groups.
2583
2584         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2585         long-lines case by only filling the long lines.
2586
2587         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2588         (bug #7311).
2589
2590 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * shr.el: No need to declare `declare-function' since shr.el is for
2593         only Emacsen that provide `libxml-parse-html-region'.
2594
2595         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2596         effective only in a file it is referred to.
2597
2598 2010-11-01  Glenn Morris  <rgm@gnu.org>
2599
2600         * mm-util.el (gnus-completing-read): Autoload.
2601         (mm-read-coding-system): Simplify Emacs definition.
2602
2603         * nnmail.el (gnus-activate-group):
2604         * nnimap.el (gnutls-negotiate):
2605         * nntp.el (netrc-parse): Fix declarations.
2606
2607 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2610         string-match-p in Emacs >=23.
2611
2612         * gnus-msg.el (gnus-configure-posting-styles)
2613         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2614
2615 2010-11-01  Glenn Morris  <rgm@gnu.org>
2616
2617         * nnir.el (declare-function): Add compat stub.
2618         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2619         (nnir-run-gmane): Require 'mm-url.
2620
2621         * mm-util.el (mm-string-to-multibyte): Simplify.
2622
2623         * shr.el (declare-function): Add compat stub.
2624         (url-cache-create-filename): Declare.
2625         (mm-disable-multibyte, widget-convert-button): Autoload.
2626
2627         * smime.el (ldap-search): Declare.
2628         (smime-cert-by-ldap-1): Require ldap on Emacs.
2629
2630         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2631         (nnimap-keepalive): Use gnus-float-time.
2632
2633         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2634         (mail-source-delete-crash-box): Use gnus-float-time.
2635
2636         * gnus-dired.el (gnus-completing-read): Autoload.
2637
2638         * mm-view.el (gnus-rescale-image): Autoload.
2639
2640         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2641
2642         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2643
2644         * sieve-manage.el: Require 'cl when compiling.
2645
2646         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2647         (gnus-iswitchb-completing-read): Require iswitchb.
2648         (gnus-select-frame-set-input-focus): Silence compiler.
2649
2650 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * message.el (message-subject-trailing-was-query): Change default to t,
2653         since I think that's what most people want.
2654
2655         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2656         appending for easier debugging.
2657         (nnimap-wait-for-connection): Take a regexp.
2658         (nnimap-request-accept-article): Wait for the continuation line before
2659         sending anything unless we're streaming.
2660
2661         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2662         leave the header washing to take place.
2663
2664 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2665
2666         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2667         regular expression match and replace in posting styles.
2668
2669 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2670
2671         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2672         an entire server.
2673         (nnir-get-active): New function.
2674         (nnir-run-imap): Use it.
2675         (nnir-run-gmane): Who knew, gmane search returns an article score!
2676
2677         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2678         server on the current line with nnir.
2679
2680 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2683         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2684         left edge.
2685         (gnus-article-foldable-buffer): Skip past the prefix when determining
2686         raggedness.
2687
2688         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2689         the raw article, and change `C-u g' to show the article without doing
2690         treatments.
2691
2692         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2693         on to `gnus-treat-article'.
2694         (gnus-inhibit-article-treatments): New variable.
2695
2696         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2697
2698         * gnus-art.el (gnus-treatment-function-alist): Have
2699         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2700         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2701         sections.
2702
2703         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2704         parameter.
2705         (gnus-article-fill-cited-long-lines): New function.
2706         (gnus-article-fill-cited-article): Allow filling only long sections.
2707
2708         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2709         and non-punctuation (like after the apostrophe in "'We").
2710
2711         * gnus-sum.el (gnus-summary-select-article): Make sure
2712         gnus-original-article-buffer is alive.
2713
2714         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2715         reflect the order they're in in the digest.
2716
2717         * gnus.el (gnus-group-startup-message): Move point to the start of the
2718         buffer.
2719
2720         * nnimap.el (nnimap-capability): New function.
2721         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2722         is set.
2723
2724 2010-10-31  David Engster  <dengste@eml.cc>
2725
2726         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2727         conform with changes to gnus-completing-read.
2728
2729 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2732
2733 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2734
2735         * nnir.el: Move defvar, defcustom around to keep file organized
2736         and keep byte-compiler quiet.
2737         (nnir-read-parms): Accept search-engine as arg.
2738         (nnir-run-query): Pass search-engine as arg.
2739         (nnir-search-engine): Remove.
2740
2741 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * shr.el (shr-generic): The text nodes should be text, not :text.
2744
2745         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2746         later in the file.
2747
2748 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2749
2750         * nnir.el: General clean up.  Allow searching with multiple engines.
2751         Allow separate extra-parameters for each engine.
2752         Batch queries when possible.
2753         (nnir-imap-default-search-key,nnir-method-default-engines):
2754         Add customize interface.
2755         (nnir-run-gmane): New engine.
2756         (nnir-engines): Use it.  Qualify all prompts with engine name.
2757         (nnir-search-engine): Remove global variable.
2758         (nnir-run-hyrex): Restore for now.
2759         (nnir-extra-parms,nnir-search-history): New variables.
2760         (gnus-group-make-nnir-group): Use them.
2761         (nnir-group-server): Remove in favor of gnus-group-server.
2762         (nnir-request-group): Avoid searching twice.
2763         (nnir-sort-groups-by-server): New function.
2764
2765 2010-10-30  Julien Danjou  <julien@danjou.info>
2766
2767         * gnus-group.el: Remove gnus-group-fetch-control.
2768
2769         * gnus-start.el (gnus-find-new-newsgroups):
2770         Remove gnus-check-first-time-used.
2771
2772         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2773
2774 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2775
2776         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2777         set on groups that don't have \* permanentflags.
2778
2779 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2782         control the background color.
2783         (shr-tag-img): Ignore very small web bug type images.
2784         (shr-put-image): Add help-echo alt texts to the images.
2785         (shr-tag-video): Show the video poster image.
2786
2787 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * shr.el (shr-table-depth): New variable.
2790         (shr-tag-table-1): Only insert the images after the top-level table.
2791
2792         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2793
2794         * gnus-util.el (gnus-list-memq-of-list): New function.
2795
2796         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2797         selected.
2798         (nnimap-unsplittable-articles): New slot.
2799         (nnimap-new-articles): Use it.
2800
2801 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2802
2803         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2804         move to the previous line on `M-g'.
2805
2806 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2809         *-request-group, which seems unnecessary.
2810
2811         * nnimap.el (nnimap-quote-specials): Function copied over from
2812         imap.el.
2813         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2814         they support that.  Suggested by Tom Regner.
2815
2816 2010-10-29  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2819         defalias.
2820         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2821
2822         * gnus.el: Remove `gnus-nntp-service' variable.
2823         (gnus-secondary-servers): Make obsolete.
2824         (gnus-nntp-server): Make obsolete.
2825
2826         * gnus-start.el (gnus-1): Remove x-splash calls.
2827
2828         * gnus-ems.el (gnus-x-splash): Remove.
2829
2830         * gnus.el (gnus-group-startup-message): Simplify/update code.
2831
2832         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2833         definition.
2834
2835         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2836         capability before doing anything.
2837         (gnus-group-insert-group-line): Remove useless
2838         gnus-group-remove-excess-properties.
2839
2840 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2843
2844 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2847         config after reselecting.
2848
2849 2010-10-28  Julien Danjou  <julien@danjou.info>
2850
2851         * shr.el (shr-put-image): Use point even if only inserting text.
2852         (shr-put-image): Save excursion when inserting alt text on non-graphic
2853         display, so the behaviour is the same when we are on a graphic display.
2854
2855         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2856
2857 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2860         (gnus-mime-copy-part): Check coding system, not charset.
2861         (gnus-mime-view-part-externally): Never remove part.
2862         (gnus-mime-view-part-internally): Don't remove part here.
2863         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2864         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2865         multipart/alternative.
2866
2867         * mm-decode.el (mm-display-part): Take optional arg `force'.
2868
2869 2010-10-26  Julien Danjou  <julien@danjou.info>
2870
2871         * gnus-group.el (gnus-group-default-list-level): Add this function to
2872         compute the default list level.
2873         (gnus-group-default-list-level): Add possibility to use a function.
2874
2875 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2878
2879         * gnus-group.el (gnus-group-completing-read)
2880         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2881         gnus-replace-in-string.
2882
2883 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * shr.el (shr-tag-div): Add.
2886
2887         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2888
2889 2010-10-25  Julien Danjou  <julien@danjou.info>
2890
2891         * gnus-util.el: Remove `gnus-with-local-quit'.
2892
2893         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2894
2895 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2898         the original article buffer.
2899
2900 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnimap.el (nnimap-request-head): New function.
2903         (nnimap-request-move-article): Try to be slighly faster by not
2904         requesting the entire message when moving.
2905         (nnimap-transform-headers): Don't bug out on bodiless articles.
2906         (nnimap-send-command): Have no outstanding messages if the IMAP server
2907         doesn't support streaming.
2908         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2909
2910 2010-10-24  Julien Danjou  <julien@danjou.info>
2911
2912         * message.el (message-default-headers): Fix type.
2913
2914 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2917         prefetching images.
2918
2919         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2920         backend for unknown groups.  This is mainly useful for nnimap groups.
2921
2922         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2923         group isn't covered by the agent.
2924
2925 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2926
2927         * nnir.el (nnir-method-default-engines): New variable.
2928         (nnir-run-query): Use it.
2929         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2930         (gnus-summary-nnir-goto-thread): Change group if needed.
2931
2932         * gnus-group.el (gnus-group-group-map): Add key binding for
2933         gnus-group-make-nnir-group.
2934
2935 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * shr.el (shr-tag-object): Add.
2938
2939         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2940         original article buffer live.
2941         (gnus-summary-select-article-buffer):
2942         Mention gnus-widen-article-buffer.
2943
2944 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * shr.el (shr-tag-strong): Add.
2947
2948 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2951         group names.  They mess up the group buffer badly.
2952
2953         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2954
2955         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2956         instead of the summary one.
2957
2958 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * mml.el (mml-preview): Work properly when editing article.
2961
2962         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2963         gnus-have-read-active-file if it's already been in.
2964
2965 2010-10-22  Tom Tromey  <tromey@redhat.com>
2966
2967         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2968         gnus-group-completing-read.
2969
2970 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * message.el (message-mode-map): Don't bind M-; to comment region, to
2973         allow the global comment-dwim to work.
2974
2975 2010-10-21  Julien Danjou  <julien@danjou.info>
2976
2977         * message.el (message-setup-1): Allow message-default-headers to be a
2978         function.
2979
2980 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * shr.el (shr-tag-table): Simplify.
2983
2984 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2987         to avoid trying to snarf invalid stuff.
2988
2989         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2990
2991         * gnus.el (gnus-message-archive-group): Quote value.
2992         (gnus-message-archive-group): Mark as changed.
2993
2994         * shr.el (shr-add-font): Don't put the font properties on the newline
2995         or the indentation.
2996
2997         * message.el (message-fix-before-sending): Change options when sending
2998         non-printable characters.
2999
3000         * gnus.el (gnus-message-archive-method): Change the default to
3001         monthly outgoing groups.
3002
3003         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3004         that have gotten new numbers.
3005
3006         * nnimap.el (nnimap-request-replace-article): New function.
3007
3008 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3011         (nnrss-request-article): Don't use special html washing code.
3012
3013 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * shr.el (shr-tag-table): Remove useless nconc.
3016
3017 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-art.el (article-wash-html): Simplify and remove the charset
3020         stuff.  Use the normal html rendering code instead of the special html
3021         washing code.
3022
3023         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3024         `gnus-w3m' symbols.
3025         (mm-text-html-washer-alist): Remove.
3026
3027         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3028         (mm-inline-media-tests): Remove use.
3029         (mm-text-html-renderer): Change default to the `shr' symbol.
3030
3031         * mm-view.el (mm-inline-text-html): Remove use.
3032
3033         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3034         `gnus-blocked-images' to be a function.
3035         (gnus-article-wash-function): Remove.
3036
3037 2010-10-20  Julien Danjou  <julien@danjou.info>
3038
3039         * spam.el (spam-list-of-processors): Mark as obsolete.
3040
3041         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3042         (nnimap-insert-partial-structure): Fix boundary detection.
3043
3044 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3045
3046         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3047         run file-truename on remote files.  This can be expensive and even
3048         prevent one from editing drafts if some unrelated buffer has a stale
3049         connection.
3050
3051 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3054         kinsoku-eol regardless of shr-kinsoku-shorten.
3055         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3056         (shr-tag-table): Support caption, thead, and tfoot.
3057
3058 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3061         lines.
3062         (shr-save-contents): New command and keystroke.
3063
3064         * nndoc.el (nndoc-type-alist): Add git support.
3065         (nndoc-git-type-p): New function.
3066         (nndoc-transform-git-article): Ditto.
3067         (nndoc-transform-git-headers): Ditto.
3068         (nndoc-transform-git-headers): Generate Subject headers.
3069
3070         * shr.el (shr-parse-style): New function.
3071         (shr-tag-span): Ditto.
3072
3073         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3074         to `G G' to avoid collisions.
3075
3076 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * shr.el: Load kinsoku if necessary.
3079         (shr-kinsoku-shorten): New internal variable.
3080         (shr-find-fill-point): Make kinsoku shorten text line if
3081         shr-kinsoku-shorten is bound to non-nil.
3082         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3083         shr-indentation too when testing if table is wider than frame width.
3084         (shr-insert-table): Use `string-width' instead of `length' to measure
3085         text width.
3086         (shr-insert-table-ruler): Make sure indentation is done at bol.
3087
3088 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3089
3090         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3091         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3092         undecoded network data.
3093
3094 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3097         name in the mode line spec so that the mode line menu works
3098         (bug #2431).
3099
3100         * message.el (message-get-reply-headers): If we're fed `to-address',
3101         then always use that.
3102
3103         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3104         aren't so wide as to need to switch off the edit menu.
3105
3106         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3107         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3108
3109         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3110         `M-g'.
3111         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3112         the permanent marks.
3113
3114 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3115
3116         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3117         Splitting according to references/in-reply-to obeys the ignore-groups
3118         variable, while splitting by sender and subject do not.
3119
3120 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3123         alist, so that we can look for non-Unicode chars.
3124         (article-translate-strings): Allow both character and string maps.
3125
3126 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * shr.el (shr-insert): Don't insert space behind a wide character
3129         categorized as kinsoku-bol, or between characters both categorized as
3130         nospace.
3131
3132 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3133
3134         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3135         headers to gnus-newsgroup-headers.
3136
3137 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * shr.el (shr-tag-img): Don't align images -- since we're not
3140         rescaling, this often leads to ugly displays.
3141
3142 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3143
3144         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3145         duplicates.
3146
3147 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3148
3149         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3150         call.
3151
3152 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus.el: Autoload gnus-html-show-images.
3155
3156         * nnimap.el: Use nnheader-message throughout.
3157
3158         * shr.el (shr-tag-img): Ignore images with no data.
3159
3160 2010-10-15  Julien Danjou  <julien@danjou.info>
3161
3162         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3163         a possibility to disable format=flow encoding when using hard newlines.
3164
3165 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * shr.el (shr-insert): Remove space inserted before or after a
3168         breakable character or at the beginning or the end of a line.
3169         (shr-find-fill-point): Do kinsoku; find the second best point or give
3170         it up if there's no breakable point.
3171
3172 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * nnimap.el (nnimap-open-connection): Message when opening connection
3175         for debugging purposes.
3176
3177         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3178         on every setup buffer call to allow this to change from article to
3179         article.
3180
3181         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3182         buffers where we have a wide table.
3183
3184 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3185
3186         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3187         uses *-request-thread.
3188
3189 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3192         incantation, which is no longer valid.
3193
3194 2010-10-14  Julien Danjou  <julien@danjou.info>
3195
3196         * shr.el: Fix defcustom type (char -> character).
3197
3198 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3201         programs.
3202
3203 2010-10-14  Julien Danjou  <julien@danjou.info>
3204
3205         * shr.el (shr-tag-a): Use url-link as widget type.
3206
3207         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3208         `gnus-group-get-icon'.
3209
3210 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3213         This should make server editing work better.
3214
3215         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3216
3217         * tls.el (tls-program): Remove spurious %s from openssl.
3218
3219         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3220         (nnimap-parse-flags): Fix regexp.
3221
3222         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3223         probably work for CJVK text, too.
3224
3225         * nnimap.el (nnimap-extend-tls-programs): Remove.
3226         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3227
3228         * tls.el (tls-starttls-switches): Remove starttls hack.
3229         (open-tls-stream): Ditto.
3230         (tls-find-starttls-argument): Ditto.
3231
3232 2010-10-13  Julien Danjou  <julien@danjou.info>
3233
3234         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3235         responses.
3236
3237 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3240
3241         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3242         anything in Emacs.
3243
3244         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3245
3246 2010-10-13  Julien Danjou  <julien@danjou.info>
3247
3248         * shr.el (shr-width): Make shr-width a defcustom with default to
3249         fill-column.
3250         (shr-tag-img): Use shr-width rather than fill-column.
3251
3252 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * dgnushack.el (byte-optimize-apply)
3255         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3256
3257         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3258         position when (X-)Faces exist.
3259         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3260         avatars when called interactively.
3261
3262 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3265         gnus-article-x-face-too-ugly is bound.
3266
3267 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3270
3271         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3272         mailbox that doesn't exist.
3273
3274 2010-10-12  Julien Danjou  <julien@danjou.info>
3275
3276         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3277         (shr-get-image-data): Encode URL properly when fetching from cache.
3278         (shr-tag-img): Use aligned-to spaces to align correctly images.
3279
3280         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3281         before inserting the Gravatar.
3282
3283         * shr.el (shr-tag-img): Add align attribute support for <img>.
3284
3285 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-gravatar.el (gnus-art): Require.
3288
3289         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3290         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3291         Remove long obsoleted functions.
3292
3293 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3296
3297         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3298
3299         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3300         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3301         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3302         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3303         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3304         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3305         * sieve-manage.el, smime.el, spam.el:
3306         Fix comment for declare-function.
3307
3308 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * nnimap.el (nnimap-request-rename-group): Select group read-only
3311         before renaming it.
3312
3313         * shr.el (shr-insert): Fix up the white space only regexp.
3314
3315         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3316         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3317
3318         * shr.el (shr-current-column): New function.
3319         (shr-find-fill-point): New function.
3320
3321 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3322
3323         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3324         numbers.
3325
3326 2010-10-11  Julien Danjou  <julien@danjou.info>
3327
3328         * shr.el (shr-hr-line): Add.
3329         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3330         display hr lines.
3331         (shr-max-columns): Do not change state to nil if we just inserting
3332         spaces.
3333
3334 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3337         select the last group.
3338
3339 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3340
3341         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3342
3343 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3344
3345         * dig.el (dig-mode-map): Declare and define in one step.
3346
3347 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3350         for Gnus.
3351         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3352         (nnimap-update-qresync-info): Mark \Seen articles as read.
3353
3354         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3355         non-variable, too.
3356
3357         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3358         available.
3359         (nnimap-update-info): Rely more on the current active than the param
3360         active to avoid marking articles as read too much.
3361
3362         * auth-source.el (auth-source-create): Use (user-login-name) for the
3363         user name default.
3364
3365         * nnimap.el (nnimap-update-info): If the server doesn't return any
3366         useful info, just use the previous info.
3367         (nnimap-update-info): Prefer old info over start-article.
3368         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3369
3370 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3371
3372         * nnir.el (autoload): Clean up autoloads.
3373         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3374         Use key rather than value.
3375         (nnir-imap-search-other): New variable.
3376         (nnir-read-parm): Use it.
3377         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3378         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3379
3380 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3381
3382         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3383         the process, too.
3384
3385 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * spam.el (gnus-summary-mode-map): Bind to "$".
3388         Suggested by Russ Allbery.
3389
3390         * shr.el: Rework the way things are indented by <li> slightly.
3391
3392         * gnus.el (gnus-group-set-parameter): Fix typo.
3393
3394         * nnimap.el: Start implementing QRESYNC support.
3395
3396 2010-10-09  Julien Danjou  <julien@danjou.info>
3397
3398         * nnir.el (nnir-engines): Fix too many arguments.
3399
3400 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3403         group is the "last", so that the backends like nnfolder actually save
3404         their folders.
3405
3406         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3407         try to use that for the tls stream.
3408         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3409         UIDVALIDITY and find out which groups are read-only and not.
3410         (nnimap-get-flags): Use the same marks parsing code as the rest of
3411         nnimap.
3412
3413 2010-10-09  Julien Danjou  <julien@danjou.info>
3414
3415         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3416
3417         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3418         retrieving gravatars.
3419
3420         * shr.el (shr-table-corner): Add.
3421         (shr-table-line): Add.
3422         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3423
3424 2010-10-08  Julien Danjou  <julien@danjou.info>
3425
3426         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3427
3428 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3431
3432         * gnus-sum.el (gnus-mark-article-as-unread)
3433         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3434         (gnus-summary-set-bookmark): Use it.
3435
3436         * gnus-msg.el (gnus-setup-message): Use it.
3437
3438         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3439
3440         * gnus.el (gnus-group-remove-parameter): Use it.
3441
3442         * gnus-group.el (gnus-group-make-web-group): Use it.
3443
3444         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3445
3446         * nnregistry.el: Update docs to mention manual.
3447
3448         * gnus-registry.el: Update docs to mention nnregistry.el.
3449         (gnus-registry-initialize): Don't install nnregistry refer method
3450         automatically.
3451         (gnus-registry-install-nnregistry): Remove it.
3452
3453 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * shr.el (shr-insert): Don't insert double spaces.
3456
3457 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-gravatar.el (gnus-treat-from-gravatar)
3460         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3461         called interactively.
3462
3463         * gnus-art.el (gnus-mime-view-part-externally)
3464         (gnus-mime-view-part-internally): Make predicate function passed to
3465         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3466         of a mime type.
3467
3468         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3469
3470 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * shr.el (require): Require cl when compiling.
3473         (shr-tag-hr): New function.
3474
3475         * nnimap.el (nnimap-update-info): Remove double setting of high.
3476         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3477         This makes nnimap work properly on Courier again.
3478
3479         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3480         the variable for backwards compatability.
3481
3482         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3483         the file name before using to avoid setting mm-default-directory to
3484         nil.
3485
3486         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3487         bidning gnus-agent variables.
3488
3489         * shr.el (shr-render-td): Use a cache for the table rendering function
3490         to avoid getting an exponential rendering behaviour in nested tables.
3491         (shr-insert): Rework the line-breaking algorithm.
3492         (shr-insert): Don't leave trailing spaces.
3493         (shr-insert-table): Also insert empty TDs.
3494         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3495
3496 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3497
3498         * gnus-sum.el (gnus-number): Rename from `number'.
3499         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3500         (gnus-summary-limit-children): Update uses correspondingly.
3501
3502 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3505         (gnus-gravatar-transform-address): Don't show avatars of people of
3506         which mail addresses match gnus-gravatar-too-ugly.
3507
3508 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * shr.el (shr-table-widths): Expand TD elements to fill available
3511         space.
3512
3513 2010-10-07  Julien Danjou  <julien@danjou.info>
3514
3515         * nnimap.el (nnimap-request-rename-group): Add this method.
3516
3517 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3520         name from XEmacs' function-arglist.
3521
3522         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3523         gravatar under XEmacs.
3524
3525 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3526
3527         * auth-source.el: Update docs with TODO items.
3528
3529         * gnus-sync.el: Update docs to explain state and plans.
3530
3531         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3532         Hooks for mark updates.
3533         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3534
3535         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3536         hooks with arguments, which is needed for mark update hooks.
3537
3538 2010-10-06  Julien Danjou  <julien@danjou.info>
3539
3540         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3541         was matched.
3542
3543         * sieve-manage.el: Update example in `Commentary'.
3544
3545         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3546
3547         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3548         not 2000.
3549         (sieve-manage-authenticate): Re-add function.
3550
3551 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * shr.el (shr-insert): Get 'space transition right.
3554         (shr-render-td): Only delete space at the end of the TD.
3555
3556         * nnimap.el (nnimap-open-connection): Prepare to support
3557         open-gnutls-stream.
3558
3559         * shr.el: Rearrange function order to be more logical.
3560
3561 2010-10-06  Julien Danjou  <julien@danjou.info>
3562
3563         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3564         (nnrss-discover-feed): Remove 404 URL in docstring.
3565
3566         * nnir.el: Fix Swish-E URL.
3567         Fix Namazu URL.
3568
3569         * message.el (message-change-subject): Remove 404 URL in a comment.
3570
3571 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3574         called interactively.
3575
3576         * gnus-util.el (gnus-remove-if): Allow hash table.
3577         (gnus-remove-if-not): New function.
3578
3579         * gnus-art.el (gnus-mime-view-part-as-type)
3580         * gnus-score.el (gnus-summary-score-effect)
3581         * gnus-sum.el (gnus-read-move-group-name):
3582         Replace remove-if-not with gnus-remove-if-not.
3583
3584         * gnus-group.el (gnus-group-completing-read):
3585         Regard collection as a hash table if it is not a list.
3586
3587 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3590
3591         * shr.el: Document the table-rendering algorithm.
3592
3593 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3596         for Emacsen having no `libxml-parse-html-region' support.
3597
3598 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3601         invalid URLs.
3602
3603         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3604         line-broken.
3605         (shr-tag-img): Ignore image fetching errors.
3606         (shr-overlays-in-region): Compute overlay positions correctly.
3607
3608         * mm-decode.el (mm-shr): Require shr.
3609
3610         * gnus-art.el (gnus-blocked-images): Move variable here.
3611
3612         * shr.el (shr-insert-table): Bind free variable.
3613
3614         * mm-decode.el (mm-shr): Bind shr-content-function.
3615
3616         * shr.el (shr-content-function): New variable.
3617
3618         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3619         added for symmetry.
3620
3621         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3622
3623         * gnus-group.el (gnus-group-make-group): Doc fix.
3624
3625         * nnimap.el (nnimap-request-newgroups): Return success.
3626
3627         * shr.el (shr-find-elements): New function.
3628         (shr-tag-table): Put all the images after the table.
3629         (shr-tag-table): Really inhibit images inside the table.
3630         (shr-collect-overlays): Copy over overlays from the TD elements to the
3631         main document.
3632
3633         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3634         gnus-blocked-images.
3635
3636 2010-10-05  Julien Danjou  <julien@danjou.info>
3637
3638         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3639
3640         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3641         (gnus-html-maximum-image-size): Add this function.
3642         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3643
3644         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3645         server-value of the capability is nil.
3646
3647 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * shr.el (shr-tag-em): Add <EM> tag.
3650
3651 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3652
3653         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3654         customizable.
3655
3656         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3657         handing broken links to browse-url.
3658
3659 2010-10-05  Julien Danjou  <julien@danjou.info>
3660
3661         * gnus-util.el (gnus-emacs-completing-read)
3662         (gnus-iswitchb-completing-read): Use autoload rather than require.
3663
3664 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3667         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3668         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3669         iswitchb-temp-buflist for XEmacs.
3670
3671         * gnus-util.el (gnus-completing-read-function): Exclude
3672         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3673         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3674         XEmacs.
3675
3676         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3677         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3678
3679         * gnus-html.el: Don't require help-fns under XEmacs.
3680         (gnus-html-schedule-image-fetching): Work for XEmacs.
3681
3682         * mm-decode.el (mm-shr): Decode contents by charset.
3683
3684 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3687         unknown.
3688
3689         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3690         (shr-get-image-data): Ensure against the cache file missing.
3691
3692         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3693         for data.
3694
3695         * spam-report.el (spam-report-url-ping-plain): Don't query about
3696         killing the process.
3697
3698         * shr.el (shr-render-td): Protect against too-wide text.
3699
3700 2010-10-04  Julien Danjou  <julien@danjou.info>
3701
3702         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3703         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3704
3705         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3706         retrieved.
3707
3708 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * shr.el (browse-url): Require.
3711         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3712         lines.
3713         (shr-show-alt-text, shr-browse-image): New commands.
3714         (shr-browse-url, shr-copy-url): New commands.
3715
3716         * gnus-sum.el (gnus-widen-article-window): New variable.
3717         (gnus-summary-select-article-buffer): Use it.
3718
3719         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3720         without @ signs.
3721
3722 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3723
3724         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3725
3726 2010-10-04  Julien Danjou  <julien@danjou.info>
3727
3728         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3729         for XEmacs.
3730
3731 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3734
3735         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3736         (nnimap-close-server): Implement.
3737
3738         * dgnushack.el (iswitchb): Require to shut up the compiler.
3739
3740         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3741         (shr-insert): Tweak line breaking.
3742         (shr-insert): Handle <pre> better.
3743         (shr-tag-li): Get <li> indentation right.
3744         (shr-tag-li): Get <li> indentation even righter.
3745         (shr-tag-blockquote): Ensure paragraph start.
3746         (shr-make-table): Tweak table generation.
3747         (shr-make-table): Fix typo.
3748
3749         * shr.el: Implement table rendering.
3750
3751 2010-10-04  Julien Danjou  <julien@danjou.info>
3752
3753         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3754
3755 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * shr.el (shr-insert): Use string anchors instead of line anchors.
3758
3759 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * shr.el: Add headings.
3762         (shr-ensure-paragraph): Actually work.
3763         (shr-tag-li): Make <ul> prettier.
3764         (shr-insert): Get white space at the beginning/end of elements right.
3765         (shr-tag-p): Collapse subsequent <p>s.
3766         (shr-ensure-paragraph): Don't insert double line feeds after blank
3767         lines.
3768         (shr-insert): \t is also space.
3769         (shr-tag-s): Fix "s" tag name function.
3770         (shr-tag-s): Fix face prop name.
3771
3772 2010-10-03  Julien Danjou  <julien@danjou.info>
3773
3774         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3775
3776         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3777         gnus-window-inside-pixel-edges.
3778
3779         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3780         gnus-ems.
3781
3782         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3783
3784         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3785         function.
3786
3787         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3788         resize choice.
3789
3790 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3793         beginning of the buffer.
3794
3795         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3796         article buffer again.
3797
3798         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3799
3800         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3801         when it's at the start of the buffer.
3802
3803         * shr.el (shr-tag-blockquote): Convert name.
3804         (shr-rescale-image): Use the right image-size variant.
3805
3806         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3807         buffer isn't shown, then select the current article first instead of
3808         bugging out.
3809         (gnus-summary-select-article-buffer): Show both the article and summary
3810         buffers again.
3811
3812         * shr.el (shr-fontize-cont): Protect against regions with no text.
3813         Rename tag functions to shr-tag-* for enhanced security.
3814         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3815
3816 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3817
3818         * shr.el (shr-insert):
3819         * pop3.el (pop3-movemail):
3820         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3821         loaded.
3822
3823 2010-10-03  Glenn Morris  <rgm@gnu.org>
3824
3825         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3826
3827         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3828
3829         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3830
3831         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3832
3833         * gnus-util.el (gnus-make-local-hook): Simplify.
3834
3835 2010-10-02  Julien Danjou  <julien@danjou.info>
3836
3837         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3838         (gnus-ido-completing-read): New function.
3839         (gnus-emacs-completing-read): New function.
3840         (gnus-completing-read): Use gnus-completing-read-function.
3841         Add gnus-completing-read-function.
3842
3843 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * shr.el (shr-insert-document): Autoload.
3846         (shr-img): Be silent.
3847         (shr-insert): Add a newline after every picture before text.
3848         (shr-add-font): Use overlays for combining faces.
3849         (shr-insert): Pass upwards the text start point.
3850
3851         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3852         possible.
3853         (mm-shr): New function.
3854
3855 2010-10-02  Julien Danjou  <julien@danjou.info>
3856
3857         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3858         should go backward.
3859
3860 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3861
3862         * shr.el (shr): Fix typo in provide call.
3863
3864 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * shr.el: New file.
3867
3868         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3869
3870         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3871         completing read.
3872
3873 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3876         we're being queried about.  Suggested by Dan Jacobson.
3877
3878         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3879         Suggested by Jason Eisner.
3880
3881         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3882         table, too.  Suggested by Stefan Wiens.
3883         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3884         the table unnecessary.  Suggested by Stefan Wiens.
3885
3886         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3887         longer needed, and probably doesn't work either, as pointed out by
3888         Stefan Wiens.
3889         (gnus-summary-exit): Remove call to the clearing function.
3890         (gnus-summary-exit-no-update): Ditto.
3891
3892         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3893         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3894         Reported by Stefan Monnier.
3895         (gnus-summary-save-in-rmail): Ditto.
3896
3897         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3898         article buffer, instead of both the article buffer and the summary
3899         buffer.  Sort of suggested by Dan Jacobson.
3900
3901         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3902
3903         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3904         Suggested by Dan Jacobson.
3905
3906         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3907         documentation clearer.
3908
3909         * message.el (message-shorten-references): Comment on the number "21".
3910         Suggested by Stefan Monnier.
3911
3912         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3913         Suggested by Dan Jacobson.
3914
3915         * gnus.el (gnus-large-newsgroup):
3916         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3917
3918         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3919         externalize attachments.  Bug reported by Steve Wen.
3920
3921         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3922         really message anything to the user.
3923
3924         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3925         directly.
3926
3927         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3928         messages in empty groups.
3929
3930 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3931
3932         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3933         non-UIDNEXT group.
3934
3935 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3938         not the value from the collection.
3939
3940         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3941         values.  This sometimes happens on some groups that have no info.
3942         (nnimap-request-newgroups): New function.
3943
3944 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3947         check into `gnus-registry-initialize'.
3948         (gnus-registry-initialize): Ditto.
3949         Fix and extend header docs.
3950
3951 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3954         regexp backtrace overflows.
3955
3956         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3957         for starttls that tls.el implements; i.e. openssl.
3958
3959         * tls.el (tls-starttls-switches): Give up on using starttls with
3960         gnutls-cli.
3961         (tls-program): Add --insecure to be consistent with the defaults from
3962         openssl s_client.  Now all three commands are insecure.
3963
3964 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * lpath.el: Bind completion-styles-alist for XEmacs.
3967
3968         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3969         (gravatar-create-image): New function that's an alias to
3970         gnus-xmas-create-image, gnus-create-image, or create-image.
3971         (gravatar-data->image): Use it.
3972
3973 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3976         install the nnregistry refer method.
3977         (gnus-registry-install-hooks): Use it.
3978         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3979         unfollowed groups.
3980
3981 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3982
3983         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3984         expanding threads.
3985
3986 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * nnir.el: Use the server names without suffixes (bug #7009).
3989
3990         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3991         unencrypted to STARTTLS, if possible.
3992
3993 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3994
3995         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3996         headers before superseding.
3997
3998 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * nnrss.el (nnrss-use-local): Add documentation.
4001
4002         * nnimap.el (nnimap-extend-tls-programs): New function.
4003         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4004         (nnimap-wait-for-connection): Accept the greeting from the stupid
4005         output from openssl s_client -starttls, too.
4006
4007         * tls.el (tls-starttls-switches): New variable.
4008         (tls-find-starttls-argument): Use it.
4009         (open-tls-stream): Ditto.
4010
4011         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4012         (netrc-machine): Ditto.
4013
4014         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4015         article number.
4016         (nnimap-split-fancy): New variable.
4017         (nnimap-split-incoming-mail): Use it.
4018
4019         * nntp.el (nntp-server-list-active-group): Document.
4020
4021         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4022         SELECT to get the message-id.
4023
4024         * mail-source.el (mail-sources): Remove webmail support.
4025         (defvar): Ditto.
4026         (mail-source-fetcher-alist): Ditto.
4027         (mail-source-fetch-webmail): Remove.
4028
4029         * webmail.el: Remove -- doesn't seem relevant any more.
4030
4031         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4032
4033         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4034         the \r.
4035
4036 2010-09-30  Julien Danjou  <julien@danjou.info>
4037
4038         * gnus-agent.el (gnus-agent-add-group): Fix call to
4039         gnus-completing-read.
4040
4041 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * nndoc.el (nndoc-retrieve-groups): New function.
4044
4045         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4046         `default', use nnmail-split-methods.
4047         (nnimap-request-article): Downcase the NILs so that they are nil.
4048
4049         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4050         symbol.
4051
4052         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4053         code, since if the user has requested network, that's what they ought
4054         to get.
4055         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4056         (nnimap-split-rule): Mark as obsolete.
4057
4058         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4059         New variable.
4060
4061         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4062         correct slot, too.
4063
4064 2010-09-29  Julien Danjou  <julien@danjou.info>
4065
4066         * gnus.el (gnus-local-domain): Declare variable obsolete.
4067
4068         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4069         Fix history computing.
4070         (gnus-ido-completing-read): Require ido.
4071
4072 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4075         build Gnus.
4076
4077         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4078         when interpreting the structures.
4079         (nnimap-request-accept-article): Add \r\n to the lines to make this
4080         work with Cyrus.
4081
4082         * nndraft.el (nndraft-request-expire-articles): Use the group name
4083         instead if "nndraft".  Fix found by Nils Ackermann.
4084
4085 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4086
4087         * nnregistry.el: Add.
4088
4089 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4090
4091         * nnmail.el (group, group-art-list, group-art):
4092         Remove unneeded directives.
4093
4094 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4097         (mm-mime-charset)
4098         * rfc2047.el (rfc2047-syntax-table)
4099         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4100
4101         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4102         rather than `insert-file-contents' and `eval-region'.
4103
4104         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4105         construction.
4106
4107         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4108
4109         * time-date.el: No need to require cl for Emacs 21.
4110
4111 2010-09-29  Julien Danjou  <julien@danjou.info>
4112
4113         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4114         replacement of `gnus-gravatar-relief' to mimic
4115         `gnus-faces-properties-alist'.
4116         Add :version property.
4117
4118 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * mail-source.el (mail-source-report-new-mail)
4121         * message.el (message-default-mail-headers)
4122         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4123
4124         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4125
4126 2010-09-28  Julien Danjou  <julien@danjou.info>
4127
4128         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4129         mail-address contains the same string as real-name.
4130
4131         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4132         non-blank in header, otherwise it'll get stripped.
4133
4134         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4135         real-name, and then for mail address rather than doing : or , search.
4136
4137 2010-09-27  Julien Danjou  <julien@danjou.info>
4138
4139         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4140         right completing-read function.
4141         (gnus-use-ido): New variable
4142         (gnus-completing-read-with-default): Remove.
4143         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4144         (gnus-agent-add-group):
4145         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4146         * mm-view.el (mm-view-pkcs7-decrypt):
4147         * mm-util.el (mm-codepage-setup):
4148         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4149         * mml-smime.el (mml-smime-openssl-sign-query):
4150         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4151         (mml-insert-multipart):
4152         * gnus-msg.el (gnus-summary-yank-message):
4153         * gnus-int.el (gnus-start-news-server):
4154         * mm-decode.el (mm-interactively-view-part):
4155         * gnus-dired.el (gnus-dired-attach):
4156         * gnus.el (gnus-read-method):
4157         * gnus-bookmark.el (gnus-bookmark-jump):
4158         * gnus-art.el (gnus-mime-view-part-as-type)
4159         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4160         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4161         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4162         * nnmairix.el (nnmairix-create-server-and-default-group)
4163         (nnmairix-update-groups, nnmairix-get-server)
4164         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4165         (nnmairix-get-group-from-file-path):
4166         * nnrss.el (nnrss-find-rss-via-syndic8):
4167         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4168         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4169         (gnus-group-browse-foreign-server):
4170         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4171         (gnus-summary-execute-command, gnus-summary-respool-article)
4172         (gnus-read-move-group-name):
4173         * gnus-score.el (gnus-summary-increase-score)
4174         (gnus-summary-score-effect):
4175         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4176
4177 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4180         x-focus-frame.
4181
4182         * nnimap.el (auth-source-forget-user-or-password)
4183         (auth-source-user-or-password): Autoload.
4184
4185         * message.el (message-from-style, message-interactive)
4186         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4187         (message-yank-prefix, message-indentation-spaces, message-signature)
4188         (message-signature-file): Add comment.
4189
4190 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4193         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4194         new articles.
4195
4196         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4197         parts.
4198         (nnimap-request-article): Work with the t setting, too.
4199
4200         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4201         that you don't get flashes of other buffers.
4202         (gnus-summary-show-complete-article): Intern before setting.
4203
4204 2010-09-27  David Engster  <dengste@eml.cc>
4205
4206         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4207         well as HEADERS.
4208         (nnmairix-retrieve-headers): Provide new argument for the above.
4209
4210 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-sum.el (gnus-summary-move-article): Don't alter
4213         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4214         group.
4215
4216         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4217
4218         * message.el (message-cite-prefix-regexp): Revert my last edit.
4219
4220         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4221         variable instead of the Gnus variable.
4222
4223         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4224
4225         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4226
4227         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4228         since some servers don't like it.
4229         (nnimap-open-connection): Forget credentials if the server says the
4230         password was wrong.
4231         (nnimap-parse-line): Protect against invalid data.
4232
4233         * gnus-sum.el (gnus-summary-move-article): Add comment.
4234         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4235         nothing alters it while scanning for new messages.
4236
4237         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4238         which may or may not help.
4239         (nnimap-open-connection): If we're doing a stream connection, and then
4240         discover we're on a STARTTLS-capable server, then open a STARTTLS
4241         connection instead.
4242
4243 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnimap.el (utf7): Require.
4246
4247         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4248         prefix.
4249
4250 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4251
4252         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4253
4254 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * nnimap.el (nnimap-request-accept-article): Message the error on
4257         error.
4258
4259 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4262
4263 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * nndoc.el (nndoc-request-list): Return success always.
4266
4267         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4268         `fetch-old' -- we only want to fetch the articles we've requested.
4269         The rest are in the agent, probably.
4270         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4271         disappeared server" to something low.  It's not important.
4272
4273         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4274         arrived before the FETCH data.
4275
4276         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4277         target here, because we don't know the Gnus name of the group.
4278
4279         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4280         for the correct group.
4281
4282         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4283
4284         * gnus.el (gnus): Give a final warning after startup.
4285
4286         * gnus-util.el (gnus-action-message-log): New variable.
4287         (gnus-message): Use it.
4288         (gnus-final-warning): New function.
4289
4290         * nnimap.el (nnimap-open-connection): Record the greeting.
4291         (nnimap): Add greeting.
4292
4293 2010-09-26  Julien Danjou  <julien@danjou.info>
4294
4295         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4296         arguments.
4297         (gnus-html-wash-images): Fix spec computing to include start/end.
4298
4299         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4300
4301 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4304         deletion.
4305         (nnimap-retrieve-headers): Don't select the group, because that's
4306         already done by nnimap-possibly-change-group.
4307
4308         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4309         (gnus-picon-transform-address): Use it.
4310
4311         * mail-source.el (mail-source-value): Revert previous patch.
4312
4313         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4314         on failure.
4315         (nnimap-open-connection): Look up both virtual and physical server name
4316         credentials.
4317
4318         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4319
4320 2009-02-07  Dave Love  <fx@gnu.org>
4321
4322         * tls.el (open-tls-stream): Don't query killing process.
4323
4324 2009-02-08  Dave Love  <fx@gnu.org>
4325
4326         * gnus-win.el (gnus-window-to-buffer-helper)
4327         (gnus-all-windows-visible-p): Function needn't be a symbol.
4328
4329         * mail-source.el (mail-source-value): Function needn't be a symbol.
4330
4331 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * message.el (message-cite-prefix-regexp): Remove } from the cite
4334         prefix.
4335
4336         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4337         highlight again, so that the highlight is correct.
4338
4339         * gnus-picon.el (gnus-picon): Remove again.
4340         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4341
4342         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4343         doing the header highlightling, so that the background colour of the
4344         picon is correct.
4345
4346         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4347         (gnus-picon): Ditto.
4348         (gnus-picon): Reinstate.  The background colour for picons is white.
4349         (gnus-picon-insert-glyph): Make the background white.
4350
4351         * nnml.el (nnml-open-nov): Don't return dead buffers.
4352
4353         * auth-source.el (auth-source-create): Query the user for whether to
4354         store the credentials.
4355
4356         * netrc.el (netrc-store-data): New function.
4357
4358         * auth-source.el (auth-source-user-or-password): Use the existing auth
4359         sources, if any, for creation.
4360
4361         * gnus.el (gnus-group-fast-parameter): Return the last matching
4362         parameter instead of the first matching parameter.
4363
4364 2010-09-26  Julien Danjou  <julien@danjou.info>
4365
4366         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4367
4368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * mml2015.el (mml2015-use): Remove gpg support.
4371
4372         * mml1991.el (mml1991-function-alist): Remove gpg function.
4373         (mml1991-gpg-sign): Remove.
4374
4375 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4376
4377         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4378         (gnus-browse-unsubscribe-current-group): Document it.
4379         (gnus-browse-unsubscribe-group): Use it.
4380
4381 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4384         address to the To list for easier response.
4385
4386         * gnus.el (gnus-play-startup-jingle): Remove.
4387         (gnus-splash): Don't play jingle.
4388         (gnus): Silence gnus-load message.
4389
4390         * gnus-art.el (gnus-treat-play-sounds): Remove.
4391
4392         * gnus.el (gnus-play-jingle): Remove audio support.
4393
4394         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4395
4396         * earcon.el: Remove -- no users.
4397
4398         * gnus-audio.el: Remove -- no users of this package.
4399
4400         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4401
4402         * gnus-start.el (gnus-setup-news): Remove nocem support.
4403
4404         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4405
4406         * gnus.el (gnus-use-nocem): Remove.
4407
4408         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4409         Remove.
4410
4411         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4412         uses NoCeM any more.
4413
4414         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4415         (gnus-button-ctan-handler): Ditto.
4416         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4417         (gnus-button-ctan-directory-regexp): Ditto.
4418         (gnus-button-handle-ctan): Ditto.
4419         (gnus-button-tex-level): Ditto.
4420         (gnus-button-alist): Remove CTAN stuff.
4421
4422 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4425         nnimap-streaming test.
4426
4427         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4428         servers twice.
4429
4430         * nnimap.el (nnimap-open-connection): Add more error reporting when
4431         nnimap fails early.
4432
4433         * nnheader.el (nnheader-get-report-string): New function.
4434         (nnheader-get-report): Use it.
4435
4436         * gnus-int.el (gnus-check-server): Say what the error was when opening
4437         failed.
4438
4439         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4440         using streaming.
4441
4442 2010-09-25  Julien Danjou  <julien@danjou.info>
4443
4444         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4445         gnus-window-inside-pixel-edges.
4446
4447 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4450
4451         * mm-decode.el (mm-save-part): Allow saving to other directories the
4452         normal Emacs way.
4453
4454         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4455         Suggested by Jay Berkenbilt.
4456
4457         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4458         there isn't a single byte.
4459
4460         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4461         just do it.  It doesn't really seem to matter what the user responds
4462         here, I think, so it's just a confusing question.
4463
4464         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4465         non-streaming case.
4466
4467         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4468         (gnus-article-encrypt-body): Use it.
4469
4470         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4471         keystroke.
4472
4473         * nnimap.el (nnimap-find-wanted-parts-1):
4474         Use gnus-fetch-partial-articles.
4475
4476         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4477
4478         * nnimap.el (nnimap-insert-partial-structure): New function.
4479         (nnimap-get-partial-article): New function.
4480         (nnimap-request-article): Use it.
4481         (nnimap-wait-for-response): Return whether the wait was successful.
4482         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4483         retrieval wasn't successful.
4484         (nnimap-retrieve-group-data-early): Allow throttling servers.
4485         (nnimap-streaming): New variable.
4486         (nnimap-fetch-partial-articles): Remove.
4487
4488         * mm-decode.el (mm-with-part): Protect against killed buffers.
4489
4490         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4491         for prettier summary display.
4492
4493 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4494
4495         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4496
4497 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4500         apparently third-party libraries depend on it.
4501
4502         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4503         before starting negotiation.
4504
4505         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4506         privacy reasons.
4507         (gnus-treat-mail-gravatar): Ditto.
4508
4509         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4510         buffer when inserting images.  Inserting text into the headers, for
4511         instance, can make them invalid.
4512
4513 2010-09-25  Julien Danjou  <julien@danjou.info>
4514
4515         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4516         variables.
4517
4518         * nnheader.el: Remove useless variables news-reply-yank-from and
4519         news-reply-yank-message-id.
4520
4521         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4522         variables.
4523
4524         * mml1991.el: Remove useless mml1991-verbose.
4525
4526         * gnus.el: Remove useless variable gnus-use-generic-from.
4527         Remove obsolete variable gnus-topic-indentation.
4528
4529         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4530
4531         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4532
4533         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4534
4535         * gnus-group.el: Remove useless gnus-group-icon-cache.
4536         Remove useless gnus-ephemeral-group-server.
4537
4538         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4539
4540         * mml2015.el: Remove useless mml2015-verbose.
4541
4542         * mml-smime.el: Remove useless mml-smime-verbose.
4543
4544         * gnus.el: Remove useless gnus-local-domain.
4545
4546         * gnus-gravatar.el (gnus-gravatar-transform-address):
4547         Use gnus-gravatar-size.
4548
4549         * gnus-art.el: Remove useless gnus-treat-translate.
4550
4551 2010-09-24  Julien Danjou  <julien@danjou.info>
4552
4553         * gnus-sum.el: Add support for Gravatars.
4554
4555         * gnus-art.el: Add support for Gravatars.
4556
4557         * gnus-gravatar.el: Add this file.
4558
4559         * gravatar.el: Add this file.
4560
4561 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4564
4565         * gnus-group.el (gnus-group-fetch-faq): Remove.
4566
4567         * gnus.el (gnus-group-faq-directory): Remove.
4568
4569         * gnus-group.el (gnus-group-fetch-charter): Remove.
4570
4571         * gnus.el (gnus-group-charter-alist): Remove.
4572
4573         * gnus-group.el (gnus-group-archive-directory): Remove.
4574         (gnus-group-recent-archive-directory): Ditto.
4575         (gnus-group-make-archive-group): Remove.
4576
4577         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4578
4579         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4580         use the same article number for all the cached articles.
4581
4582         * nnimap.el (nnimap-command): Register the last command time so
4583         that we can use it for idling NOOPs.
4584         (nnimap-open-connection): Start the keeplive timer.
4585         (nnimap-make-process-buffer): Store all the process buffers.
4586         (nnimap-keepalive): New function.
4587
4588         * starttls.el (starttls-open-stream): Add autoload cookie.
4589
4590 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4591
4592         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4593         handling.
4594
4595 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596
4597         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4598         its data structures.
4599
4600         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4601         instead of the cl.el copy-list.
4602         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4603         equalp.
4604
4605 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4608         and tool-bar-local-item-from-menu.
4609
4610         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4611         mode-line-highlight face for Emacs.
4612
4613         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4614         loading gnus-sum.elc; fix comment for canlock-verify.
4615         (gnus-article-jump-to-part): Use read-number.
4616         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4617         Remove Emacs pre-21 compatible code for help-echo.
4618         (gnus-article-next-page-1): No need to adjust the number of lines.
4619         (gnus-article-describe-bindings): Always use help-buffer.
4620
4621         * gnus-audio.el (gnus-audio-inline-sound)
4622         * gnus-cus.el (gnus-custom-mode)
4623         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4624
4625         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4626
4627         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4628         compatible code.
4629
4630 2010-09-24  Glenn Morris  <rgm@gnu.org>
4631
4632         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4633         visiting the fcc file in rmail-mode.
4634
4635         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4636
4637 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * nnir.el: Silence the byte compiler.
4640
4641         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4642         alias to browse-url-url-encode-chars if any.
4643         (gnus-html-encode-url): Use it.
4644
4645 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-start.el (gnus-use-backend-marks): New variable.
4648         (gnus-get-unread-articles-in-group): Use it.
4649
4650         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4651         makeover.
4652
4653 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4654
4655         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4656
4657 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4660         Remove.
4661         (gnus-setup-news-hook):
4662         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4663
4664         * gnus-int.el (gnus-request-update-info): Protect against backends not
4665         having the function.
4666
4667         * nnimap.el (nnimap-stream): Mention starttls.
4668         (nnimap-open-connection): Add starttls support.
4669
4670 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4671
4672         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4673
4674 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4677         BODYSTRUCTUREs.
4678         (nnimap-transform-headers): Unfold quoted {42} headers.
4679
4680         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4681         the info.
4682         (gnus-get-unread-articles): Only call updatep on backends that support
4683         it.
4684
4685         * nnweb.el (nnweb-request-update-info): NOOP.
4686
4687         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4688
4689         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4690         since it only deals with marks.
4691
4692         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4693         gnus-request-marks, and make a new gnus-request-update-info.
4694
4695         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4696         the active instead of the high number, which is usually too low.
4697
4698 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4701         * encrypt.el: Remove.
4702
4703 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4706         server in symbolic form.
4707
4708         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4709
4710 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4713         (nnimap-update-info): Fix up code slightly.
4714
4715         * gnus-int.el (gnus-open-server): Add tracing for performance
4716         debugging.
4717
4718         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4719         (gnus-group-insert-group-line): Pass the real group name so that it
4720         gets the right data.
4721
4722         * gnus-start.el (gnus-get-unread-articles): Don't have
4723         `gnus-get-unread-articles-in-group' update info, since that can be
4724         really slow and doesn't seem to be needed?
4725
4726 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4727
4728         * time-date.el (date-to-time): Try using parse-time-string first before
4729         using the slower timezone-make-date-arpa-standard.
4730
4731 2010-09-22  Julien Danjou  <julien@danjou.info>
4732
4733         * gnus-group.el (gnus-group-insert-group-line):
4734         Call gnus-group-highlight-line.
4735         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4736         default hook list.
4737         (gnus-group-update-eval-form): Add new function.
4738         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4739         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4740
4741 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4744         immediate, then expire all articles.
4745         (nnimap-update-info): Fix off-by-one errors.
4746         (nnimap-flags-to-marks): Would return no marks lists for group with no
4747         flags.  Instead return the other data.
4748
4749 2010-09-22  Julien Danjou  <julien@danjou.info>
4750
4751         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4752         Only return an icon.
4753         (gnus-group-insert-group-line): Compute icon to return.
4754
4755         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4756         (gnus-html-image-fetched): Only cache if
4757         gnus-html-image-automatic-caching is set.
4758         (gnus-html-image-fetched): Check for errors.
4759
4760 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4763         once per method on `g'.  This ensures that backends like nnfolder don't
4764         open all their folders.
4765
4766         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4767         (nnimap-request-list): Nix out group in the correct buffer.
4768         (nnimap-parse-flags): Implement by using `read' instead of
4769         hand-parsing.
4770         (nnimap-flags-to-marks): Pass on permanent-flags.
4771         (nnimap-make-process-buffer): Record the server name.
4772         (nnimap-parse-flags): Fix typo.
4773         (nnimap-request-scan): Run split on the server in general, not just a
4774         single group.
4775
4776         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4777         parameter, and propagate this downwards.
4778
4779         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4780         since EXAMINE changes it on the server.
4781
4782         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4783         this command might take a while.
4784
4785 2010-09-22  Julien Danjou  <julien@danjou.info>
4786
4787         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4788         harmful if you have 2 images side-by-side, they can't be properly
4789         update on text deletion.  Using text-property is safer here.
4790         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4791         data.
4792
4793 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * nnimap.el (nnimap-expunge-inbox): Remove.
4796         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4797         (nnimap-expunge): Flip default to t.
4798
4799         * gnus.el (gnus-method-to-server): Don't push things to the cache
4800         unless it's unique.
4801         (gnus-server-to-method): Ditto.
4802
4803 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4806
4807 2010-09-22  Julien Danjou  <julien@danjou.info>
4808
4809         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4810         get the start of data.
4811         (gnus-html-encode-url): Add this function to encode special chars in
4812         URL.
4813         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4814         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4815
4816         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4817         default.
4818         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4819
4820         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4821         images alt-text.
4822         (gnus-html-put-image): Put alt-text as help-echo.
4823
4824 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4827         * mm-util.el (mm-decompress-buffer)
4828         * nnir.el (nnir-run-find-grep)
4829         * pop3.el (pop3-list): Use 3rd arg of split-string.
4830
4831         * time-date.el (format-seconds): Comment fix.
4832
4833         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4834         and byte-optimize-form-code-walker.
4835         (dgnushack-make-auto-load): Don't advise make-autoload.
4836
4837         * lpath.el: Remove Emacs 21 stuff.
4838
4839 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4842         outside the active range.  Suggested by Dan Christensen.
4843
4844         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4845         slightly later to avoid double-getting it.
4846
4847         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4848         previous patch.
4849
4850         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4851
4852 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4853
4854         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4855
4856 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-int.el (gnus-open-server): Give a better error message in the
4859         "go offline" case.
4860
4861         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4862         marks for nnimap, which is seldom the right thing to do.
4863
4864         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4865         (gnus-same-method-different-name): New function.
4866
4867         * nnimap.el (parse-time): Require.
4868
4869         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4870         method in the presence of many similar methods.
4871
4872         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4873
4874         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4875         nnml-inhibit-expiry.
4876
4877         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4878         find out whether methods are equal.
4879
4880         * nnimap.el (nnimap-find-expired-articles): New function.
4881         (nnimap-process-expiry-targets): New function.
4882         (nnimap-request-move-article): Request the article before looking at
4883         what the Message-ID is.  Fix found by Andrew Cohen.
4884         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4885
4886         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4887         for oldness in addition to being a predicate.
4888
4889         * nnimap.el (nnimap-request-group): When we have zero articles, return
4890         the right data to Gnus.
4891         (nnimap-request-expire-articles): Only delete articles immediately if
4892         the target is 'delete.
4893
4894         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4895         method, this would bug out.
4896
4897         * gnus-group.el (gnus-group-expunge-group): Rename from
4898         gnus-group-nnimap-expunge, and implemented as a normal interface
4899         function.
4900
4901         * gnus-int.el (gnus-request-expunge-group): New function.
4902
4903         * nnimap.el (nnimap-request-create-group): Implement.
4904         (nnimap-request-expunge-group): New function.
4905
4906 2010-09-21  Julien Danjou  <julien@danjou.info>
4907
4908         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4909         (gnus-html-cache-expired): Add new function.
4910         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4911         wethever we should display image for fetch it.
4912         Compute alt-text earlier to pass it to the fetching function too.
4913         (gnus-html-schedule-image-fetching): Change function argument to only
4914         get one image at a time, not a list.
4915         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4916         cache.
4917         (gnus-html-get-image-data): New function to retrieve image data from
4918         cache.
4919         (gnus-html-put-image): Change buffer argument to use image data rather
4920         than file, and place image above region rather than inserting a new
4921         one.  Do not take alt-text as argument, since it's useless now: we place
4922         the image above alt-text.
4923         (gnus-html-prune-cache): Remove.
4924         (gnus-html-show-images): Start to fetch image when we find one, do not
4925         push into a temporary list.
4926         (gnus-html-prefetch-images): Only fetch image if they have expired.
4927         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4928         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4929
4930 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4933
4934 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4937         spec inser "*" if the group isn't active instead of 0.
4938
4939         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4940         opening the server.
4941         (nnimap-request-delete-group): Implement group deletion.
4942         (nnimap-transform-headers): Return the size of the entire message in
4943         the Bytes header, not just the size of the first part.
4944         (nnimap-request-move-article): When moving an article from nnimap,
4945         request the article first so the accepting form has an article to
4946         accept.  Reported by Dan Christensen.
4947         (nnimap-command): Make sure that the error message doesn't error out.
4948
4949 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4950
4951         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4952         we haven't requested anything.
4953
4954 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4957         "".  Fix found by Andrew Cohen.
4958
4959         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4960         instead of -encode-string.
4961
4962 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4965
4966         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4967         by mm-subst-char-in-string.
4968
4969 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4972         waiting for the connection string.
4973
4974         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4975         arriving.
4976
4977         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4978         bogus characters.  This allows selecting certain Gmail groups.
4979
4980         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4981         (nnimap-fetch-partial-articles): New variable.
4982         (nnimap-open-connection): When looking for credentials, also use the
4983         nnimap-server-port.
4984         (nnimap-request-article): Return the group/article number, so that Gnus
4985         `^' works as expected.
4986         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4987
4988         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4989         comments.
4990         (gnus-methods-sloppily-equal): New function.
4991         (gnus): When using the development version of Gnus, load the gnus-load
4992         file.
4993
4994         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4995         `gnus-open-server' on each method before trying to scan them etc.
4996         This ensures that all the backend parameters are set correctly.
4997
4998         * nnimap.el (nnimap-authenticator): New variable.
4999         (nnimap-open-connection): Allow anonymous login.
5000         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5001         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5002
5003         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5004         patch, found by Knut Anders Hatlen.
5005
5006 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5007
5008         * gnus-agent.el (gnus-agent-batch-confirmation)
5009         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5010         to gnus-message.
5011         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5012         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5013         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5014         * gnus-int.el (gnus-open-server): Likewise.
5015         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5016         (gnus-score-check-syntax): Likewise.
5017         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5018         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5019         Likewise.
5020         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5021
5022 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5025         calling conventions so that prefetch doesn't bug out.
5026
5027 2010-09-19  Julien Danjou  <julien@danjou.info>
5028
5029         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5030         rather than `subst-char-in-region' in order to be able to replace ASCII
5031         char by UTF-8 ones.
5032
5033         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5034         than curl.
5035         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5036         the right URL and ALT text on images.
5037         (gnus-html-wash-tags): Fix tag case.
5038         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5039         (gnus-article-html): Add -o display_ins_del=2 option.
5040         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5041
5042 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5045         the extra mail headers, which sometimes seem to happen for unknown
5046         reasons.
5047
5048         * mail-parse.el (mail-header-encode-parameter): Define as
5049         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5050         (or most, perhaps?) mail readers don't understand the latter, but do
5051         understand the former.
5052
5053         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5054         to nil, so that no methods are automatically agentized.  I think this
5055         is probably what most users want.
5056
5057         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5058         from url-retrieve, for instance about invalid URLs.
5059
5060         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5061         groups that have no articles.
5062         (nnimap-request-article): Check that we really got an article when we
5063         requested one.
5064
5065         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5066         doesn't exist.
5067
5068         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5069         nntp buffer so the agent can save it.
5070         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5071         that CRLF doesn't get translated to \n.
5072         (nnimap-open-connection): Don't make 'shell commands only send \n.
5073
5074 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5077         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5078         Update var name.
5079         (nnml-generate-nov-file): Use dolist.
5080         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5081         Use with-current-buffer.
5082
5083 2010-09-18  Julien Danjou  <julien@danjou.info>
5084
5085         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5086         parallel.
5087
5088 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5091         the range update right.
5092         (nnimap-request-group): Don't make `M-g' bug out on group with no
5093         marks.
5094         (nnoo): Require, so that other packages can require nnimap.
5095         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5096         command we're looking for.  This helps when the server sends more
5097         responses after we've gotten everything we expected.
5098         (nnimap): Add a `newlinep' field to keep track of end-of-line
5099         conventions.
5100         Don't send CRLF to things that don't want it.
5101         (nnimap-request-accept-article): Ditto.
5102
5103 2010-09-18  Julien Danjou  <julien@danjou.info>
5104
5105         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5106         than curl to retrieve images.
5107
5108 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5111         the marks.
5112         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5113         (nnimap-wait-for-connection): New function.
5114         (nnimap-open-connection): If we have PREAUTH, don't query for login
5115         credentials.
5116         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5117         when doing a partial update.
5118
5119 2010-09-18  Julien Danjou  <julien@danjou.info>
5120
5121         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5122         tags.
5123
5124 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * nnimap.el (nnimap-credentials): New function.
5127         (nnimap-open-connection): Use the new function to look for credentials
5128         also on the numeric equivalents of "imap" and "imaps".
5129
5130         * gnus-start.el (gnus-activate-group): Send the info to
5131         gnus-request-group.
5132
5133         * nnimap.el (nnimap-request-group): Have the "check" version of the
5134         function parse flags and update the info, so that a `M-g' get a total
5135         resync of all flags from the group.
5136
5137         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5138         to allow backends to alter the info on group selection.  Also alter all
5139         the backend -request-group functions to take the parameter.
5140
5141         * nnimap.el (nnimap-store-info): New function.
5142         (nnimap-update-info): Store the info for later usage.
5143         (nnimap-request-group): Use the stored info for the dont-check case, so
5144         that we don't retrieve all marks when we enter a group.
5145
5146         * nnimap.el: Use deffoo instead of defun for interface functions.
5147
5148         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5149         update the group info.  This makes the nndraft groups, for instance, go
5150         back to their old behaviour.
5151
5152         * gnus-sum.el (gnus-select-newsgroup): Indent.
5153
5154         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5155         in.
5156         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5157         nothing.
5158
5159         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5160         from methods that are denied.
5161
5162         * gnus-int.el (gnus-method-denied-p): New function.
5163
5164         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5165         store the password instead of netrc.
5166         (nnimap-open-connection): Don't error out when we can't make a
5167         connections.
5168
5169         * auth-source.el (auth-source-create): In the password prompt, say what
5170         we're querying for.  Also prompt for user name if that hasn't been
5171         given.
5172
5173         * nnimap.el (nnimap-with-process-buffer): Remove.
5174
5175 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5178         method when we're reading from the agent.
5179
5180         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5181
5182         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5183         that's probably most useful for users.
5184
5185         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5186         "failed" all the time.
5187
5188         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5189         ...)) with (with-current-buffer ... ).
5190
5191         * nntp.el (nntp-open-server): Return whether the open was successful or
5192         not.
5193
5194         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5195         select an unread unseen article first.
5196
5197         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5198         /etc/services, supply some sensible port defaults.
5199
5200         * dgnushack.el: Define netrc-credentials.
5201
5202 2010-09-17  Julien Danjou  <julien@danjou.info>
5203
5204         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5205
5206 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5207
5208         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5209         doesn't have any parameters.
5210
5211 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5214         only upcased checks.
5215
5216         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5217
5218         * nnimap.el (nnimap-open-shell-stream): New function.
5219         (nnimap-open-connection): Use it.
5220         (nnimap-transform-headers): Get the number of lines in each message.
5221         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5222         number of lines.
5223         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5224         problem.
5225
5226         * utf7.el (utf7-encode): Autoload.
5227
5228         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5229         to allow the mail splitting to not return a default group.  This is
5230         useful for nnimap, which will leave unmatched mail in the inbox.
5231
5232         * nnimap.el: Rewritten.
5233
5234         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5235         nnimap usage.
5236
5237         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5238         if the move is internal, so that nnimap can do fast internal moves.
5239
5240         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5241         data.
5242         (gnus-read-active-for-groups): Support finishing the early retrieval of
5243         data.
5244
5245         * gnus-range.el (gnus-range-nconcat): New function.
5246
5247         * gnus-int.el (gnus-finish-retrieve-group-infos)
5248         (gnus-retrieve-group-data-early): New functions.
5249
5250 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5251
5252         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5253         (nnrss-retrieve-groups):
5254         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5255         (pop3-quit): Use with-current-buffer.
5256
5257 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5260         instead of nnheader-accept-process-output.
5261
5262         * dgnushack.el (dgnushack-compile): Add comment.
5263
5264         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5265
5266         * gnus-html.el (gnus-html-schedule-image-fetching)
5267         (gnus-html-prefetch-images): Replace process-kill-without-query by
5268         gnus-set-process-query-on-exit-flag.
5269
5270 2010-09-16  Romain Francoise  <romain@orebokech.com>
5271
5272         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5273
5274 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5277         parameter to unintern is mandatory-ish in Emacs 24.
5278
5279         * gnus-html.el (gnus-html-schedule-image-fetching)
5280         (gnus-html-prefetch-images): Check for curl before using it.
5281
5282         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5283         depend on curl, which isn't essential.
5284
5285         * imap.el: Revert back to version
5286         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5287         seem problematic.
5288
5289 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5290
5291         * gnus-registry.el (gnus-registry-install-shortcuts):
5292         Explicitly pass `obarray' to `unintern' to avoid a warning.
5293
5294 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5297         change.
5298
5299         * nnrss.el (nnrss-request-list): Remove this function and related
5300         functions, including the moreover stuff.
5301
5302 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * nnrss.el (nnrss-retrieve-groups): New function.
5305
5306 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5307
5308         * .dir-locals.el: Add no-byte-compile cookie.
5309
5310 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * time-date.el (format-seconds): Comment fix.
5313
5314         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5315         for back end that doesn't support request-scan.
5316
5317 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5320         then do request scans from the backends.
5321
5322         * netrc.el (netrc-credentials): New conveniency function.
5323
5324         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5325         avoid running a hook per line, since this takes a lot of time,
5326         profiling shows.
5327         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5328         directly if gnus-visual-p is true.
5329
5330 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5333         groups; replace mapcar with dolist which is a bit faster; pass groups
5334         info to gnus-read-active-file-1.
5335         (gnus-read-active-file-1): Scan only specified groups if the new
5336         optional arg `infos' is given.
5337
5338 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5341
5342         * pop3.el (pop3-movemail): Remove.
5343         (pop3-streaming-movemail): Rename to pop3-movemail.
5344
5345         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5346         don't restrict end-tag searches to the end of the line.
5347
5348 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5351         articles of every unchecked group to t, which means unknown since the
5352         server has never been opened.
5353
5354 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-html.el (gnus-html-show-alt-text): New command.
5357         (gnus-html-browse-image): Ditto.
5358         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5359         to browse the image directly.
5360         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5361         better.
5362
5363         * gnus-async.el (gnus-async-article-callback):
5364         Call `gnus-html-prefetch-images' unconditionally.
5365
5366         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5367         before feeding URLs to curl.
5368
5369 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5372         internal images as deletable by `W D D'.
5373
5374         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5375         (gnus-async-article-callback): Fix typo.
5376
5377 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5380         current line to work around bugs in the output from w3m.
5381
5382         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5383         for groups that want that.
5384
5385         * nntp.el (nntp-wait-for-string): Supply a timeout for
5386         accept-process-output to ensure progress.
5387
5388         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5389         level to get unread articles from, then use that for foreign groups,
5390         too.
5391
5392         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5393         confuses the rest of the function.
5394
5395         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5396         for the methods that support -retrieve-groups, too.
5397
5398         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5399
5400 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5403         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5404
5405         * pop3.el: Require cl when compiling.
5406         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5407
5408 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5411         that aren't going to be activated.
5412         (gnus-get-unread-articles): Fix up the last commit.
5413
5414         * gnus-html.el (gnus-article-html): Allow calling without specifying
5415         the handle.  In that case, dissect the buffer first.
5416
5417         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5418
5419         * nnimap.el (nnimap-open-connection): Revert the change that would look
5420         into authinfo for imaps instead of imap.
5421
5422         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5423         say that you don't want to call gnus-request-group with don-check, but
5424         do check the reponse.  This is for virtual groups only.
5425         (gnus-get-unread-articles): Count the archive groups as secondary, so
5426         that they're activated the same way as before.
5427
5428         * imap.el (imap-message-map): Removed optional buffer parameter, since
5429         no callers use it.
5430         (imap-message-get): Ditto.
5431         (imap-message-put): Ditto.
5432         (imap-mailbox-map): Ditto.
5433         (imap-mailbox-put): Ditto.
5434         (imap-mailbox-get): Ditto.
5435         (imap-mailbox-get): Revert last change for this function.
5436
5437         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5438         case-insensitively.
5439         (nnimap-debug): Remove.
5440
5441         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5442         to use `imap-fetch' instead.  According to the comments, this should be
5443         safe, since all other IMAP clients use the 1:* syntax.
5444         (imap-enable-exchange-bug-workaround): Removed.
5445         (imap-debug): Removed -- doesn't seem very useful.
5446
5447         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5448         mail from a file, and the file doesn't exist.
5449
5450         * imap.el (imap-log): New convenience function used throughout instead
5451         of repeating the same code all over the place.
5452
5453         * pop3.el (pop3-streaming-movemail): Return t for success.
5454
5455         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5456         .authinfo if we're using ssl connection.
5457
5458         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5459         already have if we're in a main Gnus `g' run.
5460
5461         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5462
5463 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5466
5467         * nnmh.el (nnmh-request-list-1): Bind `file'.
5468
5469         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5470         alias to set-process-query-on-exit-flag or process-kill-without-query.
5471         (pop3-open-server): Use it.
5472
5473 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5476         box to the Incoming file.  Fixes mistake in previous checkin.
5477
5478         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5479         request loop (for debugging purposes) removed.
5480
5481         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5482         culprit is more visible.
5483         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5484         (nnml-add-incremental-nov): New functions to do "incremental" nov
5485         updates, where we just append to the end of the existing nov files
5486         without reading/writing them in full.
5487
5488         * mail-source.el (mail-source-delete-crash-box): Really only check the
5489         incoming files once in a while.
5490
5491         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5492
5493         * mail-source.el (mail-source-delete-crash-box): Only check the
5494         incoming files for deletion once per day to save a lot of file
5495         accesses.
5496
5497         * pop3.el (pop3-logon): Fix up unbound variable typo.
5498
5499         * mail-source.el (pop3-streaming-movemail): Autoload.
5500
5501         * pop3.el (pop3-streaming-movemail):
5502         Respect pop3-leave-mail-on-server.
5503
5504         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5505         retrieval.
5506
5507         * pop3.el (pop3-process-filter): Remove unused function.
5508         (pop3-streaming-movemail, pop3-send-streaming-command)
5509         (pop3-wait-for-messages, pop3-write-to-file)
5510         (pop3-number-of-responses): New functions for streaming pop3
5511         retrieval.
5512
5513         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5514         come from no known methods.
5515         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5516         list.
5517
5518         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5519         message sizes.
5520         (pop3-movemail): Use erase-buffer instead of looping and deleting
5521         regions, which seems rather odd.
5522
5523         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5524         file once per `g' run.
5525
5526         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5527         directories.  This makes the draft queue directory work.
5528
5529         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5530         data from the backends, so that we only request the list of groups from
5531         each method once.  This should speed things up considerably.
5532
5533         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5534         detect that it's not implemented.
5535
5536         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5537         we actually do recurse down into the tree, but don't stat all leaf
5538         nodes.
5539
5540         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5541         then say so instead of bugging out.
5542
5543         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5544         files exist before trying to read them.
5545
5546         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5547         around <pre_int>.
5548
5549         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5550
5551         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5552
5553 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * mm-util.el (mm-image-load-path): Just return the image directories,
5556         not all directories in the path in addition to the image directories.
5557         (mm-image-load-path): Maintain a cache of the image directories so that
5558         the `g' command in Gnus doesn't have to stat dozens of directories each
5559         time.
5560
5561         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5562         (gnus-html-wash-tags): Add a new `i' command to insert images.
5563         (gnus-html-insert-image): New command and keystroke.
5564         (gnus-html-redisplay-with-images): New command and keystroke.
5565         (gnus-html-show-images): Rename command.
5566         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5567         spacers.
5568         (gnus-html-wash-tags): Decode entities at the end, so that entities
5569         inside the tags don't mess up the rest of the "parsing".
5570
5571         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5572         so that nnimap methods aren't agentized by default.  There's apparently
5573         many problems related to agent/imap behaviour.
5574
5575         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5576
5577         * gnus-html.el: Doc fix.
5578
5579 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5582         specifier-spec-list for Emacs 21.
5583
5584         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5585         glyph-width and glyph-height instead of display-graphic-p and
5586         image-size; make avoidance of displaying small images work for XEmacs.
5587
5588         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5589         for XEmacs.
5590
5591         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5592         of symbol that holds plist data.
5593         (gnus-process-plist): Remove plist of process after getting it.
5594
5595 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * message.el (message-generate-hashcash): Change default to
5598         'opportunistic if hashcash is installed.
5599
5600         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5601         (gnus-html-put-image): Only call image-size once, since it's somewhat
5602         time-consuming on remote X servers.
5603
5604 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5607         type on data, not a file name.
5608
5609         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5610         window-pixel-edges for Emacs 21.
5611
5612         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5613         decoded contents.
5614         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5615
5616 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5619         group line format, since it isn't very interesting.
5620
5621         * gnus-agent.el (gnus-agent-short-article),
5622         (gnus-agent-long-article): Increase values for these two variables,
5623         since most people are likely to have more network connection and
5624         storage than before.
5625
5626         * gnus.el (gnus-refer-article-method): Change default to 'current.
5627         When referring an article, the common behaviour is to refer it from the
5628         current select method, not the native select method.  The chances of
5629         the native select method having the message in question is rather slim
5630         these days.
5631
5632         * gnus-sum.el (gnus-auto-select-subject): Change default to
5633         `unseen-or-unread'.  I think it's likely that most people want to
5634         select an unseen article over a previously seen, but unread one.
5635
5636         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5637         means that in the article buffer none of the minor mode elements will
5638         be shown, usually, and this is not desirable in most cases.
5639
5640         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5641         that commands like `d' (and the like) go to the next line in the
5642         buffer, instead of the next unread article.  I think this is the
5643         behaviour that is most natural for most users.
5644         (gnus-single-article-buffer): Change default to nil, so that people can
5645         have as many article buffers open as they have summary buffer.  I think
5646         this is the most natural way for the groups to behave.
5647
5648         * message.el (message-generate-new-buffers): Change default to
5649         `unsent', so that all new message buffers start their names with the
5650         string "*unsent", and it's easier to find the buffers if you move from
5651         them.
5652
5653 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5656         small.  They're probably tracking images.
5657         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5658         (gnus-html-rescale-image): Yet another try at getting the image sizing
5659         right.
5660
5661         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5662         nntp-marks-file-name is nil.
5663
5664 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         * gnus-html.el (gnus-html-wash-tags)
5667         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5668         Better logging.
5669
5670 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671
5672         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5673
5674         * gnus-html.el (gnus-html-wash-tags): Check the value of
5675         gnus-blocked-images in the summary buffer.
5676
5677 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5680
5681 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5684         like "a", it seems like.
5685         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5686         since it needs to be picked from the correct buffer.
5687
5688         * nnwfm.el: Remove.
5689
5690         * nnlistserv.el: Remove.
5691
5692 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5695         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5696
5697 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698
5699         * nnkiboze.el: Remove.
5700
5701         * nndb.el: Remove.
5702
5703         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5704         alt text.
5705         (gnus-html-rescale-image): Try to get the rescaling logic right for
5706         images that are just wide and not tall.
5707
5708         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5709         overshadow variable bindings.
5710
5711 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5712
5713         * gnus-html.el (gnus-html-wash-tags)
5714         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5715         Add extra logging.
5716
5717 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5720         (gnus-max-image-proportion): New variable.
5721         (gnus-html-rescale-image): New function.
5722         (gnus-html-put-image): Rescale images.
5723
5724 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         Fix up some byte-compiler warnings.
5727         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5728         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5729         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5730         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5731         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5732         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5733         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5734
5735 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-html.el (gnus-article-html): Decode contents by charset.
5738
5739 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5742         (gnus-html-frame-width, gnus-blocked-images)
5743         * message.el (message-prune-recipient-rules): Add custom version.
5744         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5745
5746         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5747         functions.
5748
5749         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5750         gnus-process-get.
5751
5752 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5753
5754         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5755         instead of lsub directly.
5756
5757 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * nnwarchive.el: Remove.
5760
5761         * gnus-soup.el: Remove.
5762
5763         * nnsoup.el: Remove.
5764
5765         * nnultimate.el: Remove.
5766
5767         * gnus-html.el (gnus-blocked-images): New variable.
5768
5769         * message.el (message-prune-recipients): New function.
5770         (message-prune-recipient-rules): New variable.
5771
5772         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5773         guess whether a long line is natural text or not.
5774
5775         * gnus-html.el (gnus-html-schedule-image-fetching):
5776         Use gnus-process-plist and friends for compatibility.
5777
5778 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5779
5780         * gnus-html.el: Require packages that define macros used in this file.
5781         (gnus-article-mouse-face): Declare to silence byte-compiler.
5782         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5783         process-get.
5784         (gnus-html-put-image): Use plist-get to avoid getf.
5785         (gnus-html-prefetch-images): Use with-current-buffer.
5786
5787 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-ems.el: Provide compatibility functions for
5790         gnus-set-process-plist.
5791
5792         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5793         header-line-format for XEmacs 21.4.
5794
5795         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5796         * gnus.el (gnus-valid-select-methods)
5797         * message.el (message-send-mail-partially-limit)
5798         * mm-decode.el (mm-text-html-renderer)
5799         * mml.el (mml-insert-mime-headers-always)
5800         * smiley.el (smiley-regexp-alist): Bump custom version.
5801
5802 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-html.el: require mm-url.
5805         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5806         with the url to `url'.
5807         (gnus-html-wash-tags): Support cid: URLs/images.
5808
5809 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5810
5811         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5812         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5813         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5814
5815         * gnus-move.el: Remove file, since it doesn't really work.
5816
5817         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5818         UTF-8.  This seems to fix problems with some German web feeds.
5819
5820         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5821         at the top so that the proper colours are applied.
5822
5823         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5824         don't have dots in their names.
5825
5826         * gnus-art.el (gnus-article-view-part): Doc fix.
5827
5828         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5829         XEmacs-compatible.
5830         (gnus-html-put-image): Don't do images on non-graphic displays.
5831
5832         * nnslashdot.el: Remove this unused backend.
5833
5834         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5835         actions.
5836         (gnus-undo-register-1): Revert last change.
5837
5838         * gnus-group.el (gnus-group-completing-read): Protect against not
5839         having completion-styles bound.
5840
5841         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5842         make broken recipients happier.
5843
5844         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5845
5846         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5847         point parameter.
5848
5849         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5850
5851         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5852         completion-styles for group selection.
5853
5854 2009-02-04  Andreas Schwab  <schwab@suse.de>
5855
5856         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5857         headers and regexp-quote the match if necessary.
5858
5859 2009-03-24  Miles Bader  <miles@gnu.org>
5860
5861         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5862         the blinking smiley.
5863
5864 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5865
5866         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5867         blink smiley.
5868
5869 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5872         where the dribbel file lives exists.
5873
5874         * message.el (message-send-mail-partially-limit): Change the default to
5875         nil, since most people don't want this.
5876
5877         * mm-url.el (mm-url-decode-entities): Also decode entities like
5878         &#x3212.
5879
5880 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5881
5882         * gnus-sum.el (gnus-summary-idna-message):
5883         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5884         Hyperlink urls in docstrings with URL `...'.
5885
5886 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5887
5888         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5889         functions.
5890
5891 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5894         say what the mouseover text should be.
5895
5896         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5897         version of the mm-w3m-safe-url-regexp variable to only download images
5898         in the groups where we want that to happen.
5899
5900         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5901
5902         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5903         easier debugging.
5904         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5905         big pictures in the article buffer.
5906
5907         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5908         gnus-article-html.
5909         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5910         w3m.
5911
5912         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5913
5914 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5917         which doesn't exist.
5918
5919         * message.el (message-inhibit-ecomplete): New variable to allow some
5920         function to inhibit ecomplete address storage.
5921         (message-resend): Disable ecomplete message storage when resending
5922         messages.
5923
5924         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5925
5926 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5929         Save excursion while copying, moving, and deleting articles in order to
5930         prevent the cursor from jumping to unforeseen place.
5931
5932 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * lpath.el: No need to bind bookmark-current-buffer,
5935         bookmark-yank-point and bookmark-make-record-function.
5936
5937 2010-08-17  Glenn Morris  <rgm@gnu.org>
5938
5939         * gnus-sync.el: Require gnus components whose functions are used.
5940
5941         * gnus-art.el (bookmark-make-record-function):
5942         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5943         Declare for compiler.
5944
5945         * mm-url.el (mml-compute-boundary): Autoload.
5946
5947 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5950
5951 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         Typo fix "hoo4a" -> "hook".
5954
5955         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5956
5957 2010-08-14  Glenn Morris  <rgm@gnu.org>
5958
5959         * gnus-sync.el (gnus-sync): Fix defgroup version.
5960
5961 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5964
5965         * gnus-sync.el: Fix docs.
5966         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5967         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5968
5969 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         Optimizations for gnus-sync.el.
5972
5973         * gnus-sync.el: Add docs about gnus-sync-backend
5974         possibilities.
5975         (gnus-sync-save): Remove unnecessary message.
5976         (gnus-sync-read): Optimize and show what groups were skipped.
5977
5978 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         Minor bug fixes for gnus-sync.el.
5981
5982         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5983         Don't read the sync on get-new-news.
5984
5985         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5986         quiet.
5987
5988         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5989         (fix typo).
5990
5991 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5992
5993         Make saving and restoring of hidden threads work with overlays.
5994         Patch applied by Ted Zlatanov.
5995
5996         * gnus-sum.el (gnus-hidden-threads-configuration)
5997         (gnus-restore-hidden-threads-configuration): Update to deal with text
5998         properties, rather than searching for a magic character.
5999
6000 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         New gnus-sync.el library for synchronization of marks.
6003
6004         * gnus-sync.el: New library for synchronization of marks.
6005
6006         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6007         renamed from `gnus-registry-grep-in-list'.
6008
6009         * gnus-registry.el (gnus-registry-follow-group-p):
6010         Use `gnus-grep-in-list'.
6011
6012         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6013
6014 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6017         determining charset of text fails.
6018
6019 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * nnmail.el (nnmail-get-new-mail-1): Revert.
6022
6023         * nnml.el (nnml-active-number): Make sure names of newly created groups
6024         in nnml-group-alist are encoded.
6025
6026 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6029         containing non-ASCII characters in active file for nnml back end.
6030
6031 2010-07-24  David Engster  <dengste@eml.cc>
6032
6033         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6034         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6035
6036 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6037
6038         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6039         tag (Bug#6654).
6040
6041 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6044         the article buffer, not the summary buffer.
6045
6046 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6049         Emacs 23 as well.
6050
6051 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6054         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6055
6056 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6057
6058         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6059         Patch applied by Karl Fogel.
6060
6061         * gnus-sum.el (gnus-summary-bookmark-make-record):
6062         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6063
6064 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6065
6066         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6067         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6068         C-w still not working correctly from Article buffers; Thierry's
6069         patch to fix that will be applied after this.
6070
6071         * gnus-art.el (bookmark-make-record-function): New local variable.
6072
6073         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6074         article buffer.
6075         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6076
6077 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6078
6079         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6080         on changes in bookmark.el.
6081
6082 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6085         `no-log' instead of message not to log prompt string.
6086
6087 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6088
6089         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6090         the *other* type of HTML form submission.
6091
6092 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6093
6094         * auth-source.el (auth-source-pick): If choice does not contain a
6095         questioned keyword, set the check to t.
6096
6097 2010-06-12  Romain Francoise  <romain@orebokech.com>
6098
6099         * gnus-util.el (gnus-date-get-time): Move up before first use.
6100
6101 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6104         (gnus-article-edit-part): Bind it to make last part that is substituted
6105         or deleted visible.
6106         (gnus-mime-display-single): Buttonize part of which id equals to
6107         gnus-mime-buttonized-part-id.
6108
6109 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6110
6111         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6112         (gnus-dd-mmm): Use gnus-date-get-time.
6113         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6114         simplify logic.
6115         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6116         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6117
6118 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6119
6120         * auth-source.el (top): Autoload `secrets-list-collections',
6121         `secrets-create-item', `secrets-delete-item'.
6122         (auth-sources): Fix tag string.
6123         (auth-get-source, auth-source-retrieve, auth-source-create)
6124         (auth-source-delete): New defuns.
6125         (auth-source-pick): Rewrite in order to avoid 2 passes.
6126         (auth-source-forget-user-or-password): New parameter USERNAME.
6127         (auth-source-user-or-password): New parameters CREATE-MISSING and
6128         DELETE-EXISTING.  Retrieve password interactively, if needed.
6129
6130 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6131
6132         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6133         deleting unused directories when gnus-expert-user is t.
6134
6135 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6138         for each temp file when gnus-article-browse-delete-temp is ask.
6139
6140 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6141
6142         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6143         Lisp calls to delete-backward-char by calls to delete-char.
6144
6145 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6146
6147         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6148
6149 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6150
6151         * password-cache.el (password-cache-remove): Fix docstring.
6152
6153 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6156         article unless decoding article to be saved.
6157
6158 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6161         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6162         generated within the mm-with-unibyte-current-buffer macro.
6163
6164 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6167         to nil when we're in a mml-preview buffer and no group is selected.
6168
6169 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6170
6171         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6172         when catching the `C-g'.  Reported by "Leo".
6173
6174 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * message.el (message-forward-make-body-plain)
6177         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6178         multibyte-string-p.
6179
6180         * lpath.el: Revert.
6181
6182 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * message.el (message-forward-make-body-mml): Assume original message
6185         is multibyte string; error on unibyte.
6186         (message-forward-make-body-plain): Ditto; don't add excessive newline
6187         in body end.
6188
6189         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6190
6191 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6192
6193         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6194         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6195
6196 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * mm-extern.el (mm-extern-url): Don't use
6199         mm-with-unibyte-current-buffer.
6200         (mm-extern-cache-contents): Use with-current-buffer instead of
6201         save-excursion + set-buffer.
6202
6203 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * mm-util.el (mm-emacs-mule): Remove.
6206
6207 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6208
6209         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6210         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6211         change.
6212
6213 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6216         bind the default value of enable-multibyte-characters to nil.
6217
6218 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * message.el (message-forward-make-body-plain)
6221         (message-forward-make-body-mml):
6222         Don't use mm-with-unibyte-current-buffer.
6223
6224 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6227
6228 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6229
6230         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6231         (Bug#5592).
6232
6233 2010-05-07  Julien Danjou  <julien@danjou.info>
6234
6235         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6236         it to mm-pipe-part.
6237
6238         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6239         it is given.
6240
6241 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * binhex.el (binhex-decode-region-internal)
6244         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6245         (dns-query)
6246         * nnweb.el (nnweb-gmane-search)
6247         * pgg-parse.el (pgg-parse-armor)
6248         * pgg.el (pgg-verify-region)
6249         * sha1.el (sha1-string-external)
6250         * uudecode.el (uudecode-decode-region-internal)
6251         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6252         XEmacs.
6253
6254         * gnus-art.el (gnus-article-browse-html-parts)
6255         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6256         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6257         make-temp-file.
6258
6259         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6260         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6261         compiling.
6262
6263         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6264         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6265         XEmacs when compiling.
6266
6267         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6268         gnus-pick-mode-off-hook for XEmacs when compiling.
6269         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6270         gnus-binary-mode-off-hook for XEmacs when compiling.
6271
6272         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6273         Return nil if char-charset is not available.
6274
6275         * imap.el (imap-disable-multibyte)
6276         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6277         macros.
6278
6279         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6280         instead of encode-coding-string.
6281
6282         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6283         'xemacs) instead of mm-emacs-mule to switch function definitions.
6284         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6285
6286         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6287         bind temporary-file-directory for XEmacs;
6288         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6289         timer-set-function for XEmacs 21.4 and SXEmacs;
6290         bind timer-list for XEmacs 21.4 and SXEmacs;
6291         fbind char-charset and find-charset-region for non-Mule XEmacs;
6292         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6293         encode-coding-region and encode-coding-string for XEmacs having no
6294         file-coding feature.
6295
6296 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6297
6298         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6299
6300 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6303         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6304
6305 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6306
6307         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6308         alias `jka-compr-delete-temp-file' no longer exists.
6309
6310 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6311
6312         Use define-minor-mode in Gnus where applicable.
6313         * mml.el (mml-mode): Use define-minor-mode.
6314         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6315         (gnus-undo-mode): Use define-minor-mode.
6316         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6317         (gnus-dead-summary-mode): Use define-minor-mode.
6318         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6319         Initialize in declaration.
6320         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6321         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6322         (gnus-mailing-list-mode): Use define-minor-mode.
6323         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6324         (gnus-draft-mode): Use define-minor-mode.
6325         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6326         (gnus-dired-mode): Use define-minor-mode.
6327
6328 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6329
6330         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6331         handles on recursive mml-to-mime translation and check them for
6332         boundary delimiter collisions.  Reported by Greg Troxel.
6333
6334 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6337
6338 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6339
6340         * mm-util.el (mm-find-buffer-file-coding-system):
6341         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6342
6343 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6344
6345         * message.el (message-generate-headers): Record insertion of optional
6346         headers as well.  Otherwise the check to prevent repeated insertion of
6347         optional headers is a no-op.
6348
6349 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * smime.el: Don't mention CVS.
6352
6353         * nnrss.el (nnrss-fetch): Don't mention CVS.
6354
6355         * nnir.el: Don't mention CVS.
6356
6357 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * gnus-sum.el (gnus-summary-bookmark-make-record):
6360         Add `location' field.
6361
6362 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * lpath.el: Fbind bookmark-default-handler,
6365         bookmark-get-bookmark-record, bookmark-make-record-default,
6366         bookmark-prop-get for Emacs <23 and XEmacs.
6367
6368 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6369
6370         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6371         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6372         Use with-current-buffer to silence the byte-compiler.
6373         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6374         bother to require `gnus'.
6375         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6376
6377 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6378
6379         * gnus-sum.el (gnus-summary-bookmark-make-record)
6380         (gnus-summary-bookmark-jump): New functions.
6381         (gnus-summary-mode): Setup bookmark support.
6382
6383 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6384
6385         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6386         if set.
6387
6388 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6391         gnus-article-browse-html-save-cid-image; make it work recursively for
6392         forwarded messages as well.
6393         (gnus-article-browse-html-parts): Work when prefix arg is given.
6394         (gnus-article-browse-html-article): Doc fix.
6395
6396 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6397
6398         * message.el (message-default-mail-headers):
6399         (message-default-headers): Carry the value mail-default-headers over
6400         into message-default-mail-headers, rather than message-default-headers.
6401
6402 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6403
6404         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6405         charset.
6406
6407         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6408         charset into the <meta> tag when the article is encoded to utf-8.
6409
6410 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-article-browse-delete-temp-files):
6413         Delete directories as well.
6414         (gnus-article-browse-html-parts): Work for images that do not specify
6415         file names; delete temp directory when quitting; insert header at the
6416         right place; use file: scheme for image files.
6417
6418 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6419
6420         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6421         (gnus-article-browse-html-parts): Use it to make temporary cid image
6422         files in addition to html file so that browser may display them.
6423
6424 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6427
6428 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6431
6432 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * auth-source.el (auth-sources): Change default to be simpler.
6435         Explain about Secret Service API sources.  Improve Customize options.
6436         (auth-source-pick): Change to accept any number of search parameters.
6437         Implement fallbacks iteratively, not recursively.  Add scoring on the
6438         second pass and sort by score.  Call Secret Service API when needed.
6439         (auth-source-user-or-password): Use it.  Call Secret Service API
6440         directly when needed to get the user name and the password.
6441
6442 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6443
6444         * message.el (message-interactive): Doc fix.
6445         (message-qmail-inject-args): Reflow.
6446         (message-kill-to-signature): Fix typo in docstring.
6447
6448         * smiley.el (smiley-buffer): Fix typo in docstring.
6449
6450 2010-03-24  Glenn Morris  <rgm@gnu.org>
6451
6452         * mail-source.el (gnus-message): Declare.
6453         (mail-source-delete-old-incoming): Require gnus-util.
6454
6455 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6458
6459         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6460
6461         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6462         password-cache's default if it is not bound.
6463         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6464         password-cache-expiry's default if it is not bound.
6465
6466         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6467         available in Emacs 21.
6468
6469         * lpath.el: Suppress compiler warnings for:
6470         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6471         XEmacs;
6472         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6473         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6474         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6475
6476 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6477
6478         * auth-source.el (auth-sources): Fix up definition so extra parameters
6479         are always inline.
6480
6481 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6482
6483         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6484         wasn't updated after mismatch.  Clear cached mailbox info correctly
6485         when uidvalidity changes.
6486         (nnimap-group-prefixed-name): New function to avoid some code
6487         duplication.
6488         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6489         (nnimap-request-group): Use it.
6490         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6491         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6492         with many imap folders.  This is done by caching the group status from
6493         the imap server persistently in a group parameter `imap-status'.  (This
6494         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6495         but not persistently, so every Gnus startup was still very slow.)
6496
6497 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6500         delete the extra newline.  Otherwise editing of :string and :number
6501         types don't work.
6502
6503 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6506         secrets.el dependency.
6507         (auth-sources): Add optional user name.  Add secrets.el configuration
6508         choice (unused right now).
6509
6510 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6511
6512         * gnus-sum.el (gnus-summary-make-menu-bar):
6513         Let `gnus-registry-install-shortcuts' fill in the functions.
6514
6515         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6516         warnings.
6517         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6518         (gnus-registry-install-shortcuts): Populate and use it in a
6519         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6520
6521 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6522
6523         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6524         In-place substitutions for the group name encoding/decoding.
6525         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6526         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6527         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6528         (nnimap-update-unseen, nnimap-request-list)
6529         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6530         (nnimap-request-set-mark, nnimap-split-to-groups)
6531         (nnimap-split-articles, nnimap-request-newgroups)
6532         (nnimap-request-create-group, nnimap-request-accept-article)
6533         (nnimap-request-delete-group, nnimap-request-rename-group)
6534         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6535         `encoded-mbx' for consistency.
6536         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6537         variable `imap-current-mailbox'.
6538
6539         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6540         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6541
6542 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6543
6544         * pop3.el (pop3-display-message-size-flag): Display message size byte
6545         counts during POP3 download.
6546         (pop3-movemail): Use it.
6547         (pop3-list): Implement listing of available messages.
6548
6549 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6550
6551         * nnir.el (nnir-get-article-nov-override-function): New function to
6552         override the normal NOV retrieval.
6553         (nnir-retrieve-headers): Use it.
6554
6555 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6556
6557         * auth-source.el (netrc-machine-user-or-password): Autoload.
6558
6559 2010-03-19  Glenn Morris  <rgm@gnu.org>
6560
6561         Stop message.el from loading about 40 libraries it doesn't always need.
6562         The general approach is to autoload rather than require, and to
6563         require in the specific functions rather than the file.  (Bug#5642)
6564
6565         * gmm-utils.el: Don't require wid-edit.
6566         (widget-create-child-value, widget-convert, widget-default-get):
6567         Autoload.
6568
6569         * gnus-util.el: Don't require time-date, netrc.
6570         (message-fetch-field, gnus-group-name-decode): Declare rather than
6571         autoloading.
6572         (gnus-fetch-field): Require message.
6573         (gnus-decode-newsgroups): Require gnus-group.
6574
6575         * ietf-drums.el: Don't require time-date.
6576
6577         * message.el: Don't require hashcash, canlock, ecomplete.
6578         Do require mail-utils.  Require nnheader only when compiling.
6579         (smtpmail-default-smtp-server): Remove declaration.
6580         (message-send-mail-function): Check smtpmail-default-smtp-server
6581         is bound rather than requiring smtpmail.
6582         (message-auto-save-directory, message-insert-signature):
6583         Use expand-file-name rather than nnheader-concat.
6584         (nnheader-insert-file-contents): Autoload.
6585         (hashcash-wait-async): Declare.
6586         (message-send-mail): Only call gnus-setup-posting-charset if
6587         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6588         (message-send-mail-with-sendmail): Require sendmail.
6589         (canlock-password, canlock-password-for-verify): Declare.
6590         (message-canlock-password): Require canlock.
6591         (nnheader-get-report): Autoload.
6592         (gnus-setup-posting-charset): Declare.
6593         (message-send-news): Require gnus-msg.
6594         (message-make-references, message-make-in-reply-to): Use mail-header-id
6595         rather than the alias mail-header-message-id.
6596         (ecomplete-add-item, ecomplete-save): Declare.
6597         (message-put-addresses-in-ecomplete): Require ecomplete.
6598         (ecomplete-display-matches): Autoload.
6599
6600         * mm-decode.el: Don't require mailcap, gnus-util.
6601         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6602         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6603         Autoload.
6604         (mailcap-mime-extensions): Declare.
6605
6606         * mm-encode.el: Don't require mailcap.
6607         (mailcap-extension-to-mime): Autoload.
6608
6609         * mml-sec.el: Don't require password-cache.
6610
6611         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6612         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6613         (mml-minibuffer-read-type): Require mailcap.
6614         (mml-preview): Require gnus-msg.
6615
6616         * mml1991.el: Require password-cache.
6617         (password-cache-expiry): Remove declaration.
6618
6619         * mml2015.el: Require password-cache.
6620         (password-cache-expiry): Remove declaration.
6621
6622         * nneething.el (mailcap): Require mailcap.
6623
6624         * nnheader.el (declare-function): Add compatibility stub.
6625         (message-remove-header): Declare rather than autoload.
6626         (nnheader-replace-header): Require message.
6627
6628         * nnimap.el (declare-function): Add compatibility stub.
6629         (netrc-parse, netrc-machine-user-or-password): Declare.
6630         (nnimap-open-connection): Require netrc.
6631
6632         * nntp.el (declare-function): Add compatibility stub.
6633         (netrc-parse, netrc-machine, netrc-get): Declare.
6634         (nntp-send-authinfo): Require netrc.
6635
6636         * rfc2047.el: Don't require qp.
6637         (quoted-printable-encode-region, quoted-printable-decode-string):
6638         Autoload.
6639
6640         * sieve-mode.el: Don't require easymenu.
6641         (easy-menu-add-item): Autoload it.
6642
6643         * spam-stat.el (time-to-number-of-days): Autoload it.
6644
6645 2010-03-19  Glenn Morris  <rgm@gnu.org>
6646
6647         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6648
6649 2010-03-18  Glenn Morris  <rgm@gnu.org>
6650
6651         * hashcash.el (declare-function): Remove duplicate definition.
6652
6653 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6654
6655         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6656         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6657         value if any backslash escapes).
6658
6659 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6662         if it is available.  (bug#5647)
6663
6664         * lpath.el: Suppress compiler warning for coding-system-from-name for
6665         Emacs 21 and XEmacs.
6666
6667 2010-03-14  Juri Linkov  <juri@jurta.org>
6668
6669         * hmac-def.el:
6670         * hmac-md5.el:
6671         * netrc.el: Fix keywords.
6672
6673 2010-02-26  Glenn Morris  <rgm@gnu.org>
6674
6675         * message.el (message-send-mail-function): Change the default, so that
6676         it inherits from a customized send-mail-function.  (Bug#5643)
6677
6678 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6679
6680         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6681         shell-command-to-string signals an error (bug#5299).
6682
6683 2010-02-24  Glenn Morris  <rgm@gnu.org>
6684
6685         * message.el (message-smtpmail-send-it)
6686         (message-send-mail-with-mailclient): Doc fixes.
6687
6688 2010-02-16  Glenn Morris  <rgm@gnu.org>
6689
6690         * message.el (message-default-mail-headers): Change the default value
6691         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6692
6693 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6696         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6697
6698 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6699
6700         * time-date.el (date-to-time): Doc fix (Bug#5408).
6701
6702 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6703
6704         * message.el (message-mail): Just pass yank-action on to message-setup.
6705         (message-setup): Handle (FUN . ARGS) form of yank-action.
6706         (message-with-reply-buffer, message-widen-reply)
6707         (message-yank-original): Handle non-buffer values of
6708         message-reply-buffer (Bug#4080).
6709         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6710
6711 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6712
6713         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6714         Fix typo in docstring.
6715
6716 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6717
6718         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6719         response.
6720
6721 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6724
6725         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6726
6727         * message.el (message-check-news-header-syntax): Protect against a
6728         string that `rfc822-addresses' returns when parsing fails.
6729
6730 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6733         (gnus-previous-char-property-change): New functions.
6734
6735         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6736
6737 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6738
6739         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6740         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6741
6742 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6743
6744         * message.el (message-exchange-point-and-mark): Rework last change to
6745         avoid using optional arg of exchange-point-and-mark, for backward
6746         compatibility.
6747
6748 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6749
6750         * message.el (message-exchange-point-and-mark):
6751         Call exchange-point-and-mark with an argument rather than setting
6752         mark-active by hand (Bug#5175).
6753
6754 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * nntp.el (nntp-service-to-port): Work for service expressed with
6757         numeric string; replace [:digit:] with [0-9] for XEmacs.
6758
6759 2009-12-17  Glenn Morris  <rgm@gnu.org>
6760
6761         * gnus-group.el (gnus-bug-group-download-format-alist):
6762         Change emacs entry to debbugs.gnu.org.  Bump :version.
6763
6764 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6767
6768 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * message.el (message-info): Explain why we use `Info-goto-node'.
6771
6772 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6775
6776 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * message.el (message-completion-in-region): New compatibility function.
6779         (message-expand-group): Use it.
6780
6781 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6784         with no unread article should be listed if the 2nd arg `predicate' is
6785         given.
6786
6787 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6790
6791 2009-11-29  Juri Linkov  <juri@jurta.org>
6792
6793         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6794         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6795         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6796
6797 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6798
6799         * sha1.el (sha1-string-external): default-directory "/" in case
6800         otherwise non-existent.  process-connection-type pipe for touch of
6801         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6802
6803 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6804
6805         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6806         it's comms related and sgml-mode.el has "comm" on that basis too.
6807
6808 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6811         containing tspecial characters if they have been already quoted.
6812
6813 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6814
6815         * dns-mode.el (auto-mode-alist): Purecopy string.
6816
6817 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6818
6819         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6820
6821 2009-10-24  Glenn Morris  <rgm@gnu.org>
6822
6823         * gnus-art.el (help-xref-stack-item): Define for compiler.
6824
6825 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6826
6827         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6828
6829 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6832
6833 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6836         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6837
6838 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6841         (gnus-overlays-in): New alias to overlays-in.
6842
6843         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6844         gnus-overlay-get, and gnus-delete-overlay.
6845         (gnus-summary-show-thread): Make it work as well for systems in which
6846         next-single-char-property-change is not available.
6847         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6848
6849         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6850         (gnus-overlay-get): New alias to extent-property.
6851         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6852
6853         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6854         SXEmacs.
6855
6856         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6857         SXEmacs.
6858
6859 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6862
6863 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6864
6865         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6866         and XEmacs that don't have `remove-overlays'.
6867
6868 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6869
6870         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6871         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6872         selective display.  Use overlays instead.
6873
6874 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6875
6876         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6877
6878 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6879
6880         * spam-stat.el (spam-stat-load): Fix typo in message.
6881
6882 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6883
6884         * dig.el (dig-invoke): Fix typo in docstring.
6885         (query-dig): Reflow docstring.
6886
6887 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6888
6889         * gnus-art.el (gnus-article-encrypt-body):
6890         * message.el (message-check-recipients):
6891         * mm-util.el (mm-codepage-setup):
6892         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6893         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6894
6895 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6896
6897         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6898         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6899         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6900         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6901         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6902
6903 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6904
6905         * dig.el: Add "Keywords: comm", as per net-utils.el.
6906
6907 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6908
6909         * dig.el (dig-mode): Use define-derived-mode.
6910
6911 2009-09-19  Glenn Morris  <rgm@gnu.org>
6912
6913         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6914
6915 2009-09-18  Glenn Morris  <rgm@gnu.org>
6916
6917         * gnus-diary.el (gnus-diary-check-message):
6918         * message.el (message-insert-formatted-citation-line):
6919         * nnbabyl.el (top-level):
6920         * nndiary.el (nndiary-schedule):
6921         Fix typos in condition-case handlers.
6922
6923 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6926         configuration that provides the sole article window in a frame;
6927         position point correctly after deleting a part.
6928
6929 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6930
6931         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6932         (spam-resolve-registrations-routine): Use it to unregister articles
6933         that change status.
6934
6935 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6938         with XEmacs.
6939         (parse-time-string-chars): Use it.
6940
6941 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * imap.el (imap-interactive-login): Better messages.
6944         (imap-open): Fix bug with renamed buffer on reconnect.
6945         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6946         for easier debugging and cleaner code.  On successful (guessed based on
6947         server capabilities) secondary authentication, set imap-state
6948         correctly.
6949         (imap-last-authenticator): Define imap-last-authenticator as a variable
6950         to avoid warnings.
6951
6952 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * nnrss.el (nnrss-request-article): Remove binding of
6955         default-enable-multibyte-characters that has gotten needless by
6956         the 2007-07-13 change in rfc2047-encode-message-header.
6957
6958         * mml.el (mml-insert-multipart): Error on the message header.
6959         (mml-insert-part): Error on the message header; position point at
6960         the end of a MIME tag.
6961
6962 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * time-date.el (autoload): Expand define-obsolete-function-alias into
6965         defalias and make-obsolete for old Emacsen that Gnus supports.
6966         (with-no-warnings): Define it for old Emacsen.
6967         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6968         is available.
6969         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6970         float-time is available; suppress compile warning for time-to-seconds.
6971
6972         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6973         (gnus-float-time): Alias to float-time if it exists.
6974
6975         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6976         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6977         float-time is available; suppress compile warning for time-to-seconds.
6978
6979         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6980         XEmacs.
6981
6982 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * imap.el (imap-message-map): Docstring fix.
6985
6986 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6989         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6990         Add the optional argument `encoding' that overrides the default.
6991
6992         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6993         mm-encode-buffer.
6994
6995 2009-09-04  Glenn Morris  <rgm@gnu.org>
6996
6997         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6998         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6999         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7000         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7001         * mm-util.el (mm-with-unibyte-current-buffer)
7002         (mm-find-buffer-file-coding-system):
7003         * yenc.el (yenc-decode-region): Use default-value rather than
7004         default-enable-multibyte-characters.
7005
7006 2009-09-03  Glenn Morris  <rgm@gnu.org>
7007
7008         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7009         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7010         than default-enable-multibyte-characters.
7011
7012 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7013
7014         * gnus-art.el (gnus-article-read-summary-keys):
7015         Fix gnus-buffer-configuration's value temporarily used.
7016
7017 2009-09-02  Glenn Morris  <rgm@gnu.org>
7018
7019         * gnus-util.el (gnus-float-time): New function.
7020         * gnus-delay.el (gnus-delay-article):
7021         * gnus-sum.el (gnus-thread-latest-date):
7022         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7023         * nnspool.el (nnspool-request-newgroups):
7024         Use gnus-float-time rather than time-to-seconds.
7025         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7026
7027         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7028         (gnus-header-subject-face, gnus-header-newsgroups-face)
7029         (gnus-header-name-face, gnus-header-content-face):
7030         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7031         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7032         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7033         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7034         (gnus-cite-face-11):
7035         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7036         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7037         (gnus-server-closed-face, gnus-server-denied-face)
7038         (gnus-server-offline-face):
7039         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7040         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7041         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7042         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7043         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7044         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7045         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7046         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7047         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7048         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7049         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7050         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7051         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7052         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7053         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7054         (gnus-summary-high-undownloaded-face)
7055         (gnus-summary-low-undownloaded-face)
7056         (gnus-summary-normal-undownloaded-face)
7057         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7058         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7059         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7060         (gnus-splash-face):
7061         * message.el (message-header-to-face, message-header-cc-face)
7062         (message-header-subject-face, message-header-newsgroups-face)
7063         (message-header-other-face, message-header-name-face)
7064         (message-header-xheader-face, message-separator-face)
7065         (message-cited-text-face, message-mml-face):
7066         * sieve-mode.el (sieve-control-commands-face)
7067         (sieve-action-commands-face, sieve-test-commands-face)
7068         (sieve-tagged-arguments-face):
7069         * spam.el (spam-face):
7070         Mark face aliases with "-face" in the name as obsolete.
7071
7072 2009-09-01  Glenn Morris  <rgm@gnu.org>
7073
7074         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7075         than goto-line.
7076
7077 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7080         Don't move point if the command is invoked inside the message header.
7081
7082 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7083
7084         * imap.el (imap-send-command): Simplify.
7085         (imap-wait-for-tag): point-max -> buffer-size.
7086
7087 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7088
7089         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7090         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7091         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7092         * nnir.el (nnir-swish-e-index-file):
7093         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7094         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7095         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7096         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7097         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7098         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7099
7100 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7103         Don't save excursion.
7104
7105 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7106
7107         * nnheader.el (nnheader-find-file-noselect):
7108         * mm-util.el (mm-insert-file-contents):
7109         Use (default-value 'major-mode) instead of default-major-mode.
7110
7111 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7112
7113         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7114
7115 2009-08-26  Glenn Morris  <rgm@gnu.org>
7116
7117         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7118         than placing in files.el.
7119
7120 2009-08-25  Glenn Morris  <rgm@gnu.org>
7121
7122         * nnir.el (top-level): Don't require cl at run-time.
7123         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7124         Replace cl-function substitute with gnus-replace-in-string.
7125         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7126         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7127         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7128         simplified expansions.
7129
7130 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7131
7132         * dig.el (dig): Add autoload cookie.
7133
7134 2009-08-22  Glenn Morris  <rgm@gnu.org>
7135
7136         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7137         goto-line.
7138
7139 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7140
7141         * parse-time.el (parse-time-string-chars): Save match data.
7142
7143 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7144
7145         * parse-time.el (parse-time-string-chars): Compute using character
7146         classes, to handle non-ascii characters (Bug#3190).
7147
7148 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7151
7152         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7153         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7154         (gnus-mm-display-part, gnus-mime-display-single)
7155         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7156         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7157
7158         * gnus-sum.el
7159         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7160         (gnus-summary-move-article): Add expirable mark to articles copied or
7161         moved to group that has auto-expire turned on if the option is non-nil.
7162
7163 2009-07-24  Glenn Morris  <rgm@gnu.org>
7164
7165         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7166         Fix typo.  (Bug#3903)
7167
7168 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7171         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7172         that should not be used for draft articles.
7173         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7174         that has no concern in minor mode keys.
7175         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7176         Abolish.
7177
7178 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7181         article without making inquiry to a user for unknown encoding.
7182
7183         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7184         (nnmaildir--scan): Assume i-node and device number that file-attributes
7185         returns might be cons-cell.
7186
7187         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7188
7189         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7190
7191 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * auth-source.el: Remove docs now in auth.texi.  Don't use
7194         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7195         `auth-source-hide-passwords' and use them.
7196
7197 2009-07-15  Glenn Morris  <rgm@gnu.org>
7198
7199         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7200
7201 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7204         excessive whitespace from the default values of title and description.
7205
7206 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7209         mail-fetch-field to fetch Content-Description header in order to
7210         exclude newlines.
7211
7212 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7213
7214         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7215         format used by GnuPG 2.0.11.
7216
7217 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7220         to deleted part.
7221
7222 2009-05-30  David Engster  <dengste@eml.cc>
7223
7224         * nnmairix.el: Remove old documentation in the commentary block.
7225         (nnmairix-request-group): Do not update active file for nnml back ends.
7226         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7227         end so that overview files are ignored.
7228         (nnmairix-update-groups): Make updating the groups more robust by using
7229         marks.
7230         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7231         with dollar characters in message-id.
7232
7233 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7236         2008-12-25 in dns.el.
7237
7238 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7241         could happen if the text is only composed of spaces and/or tabs.
7242
7243 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7244
7245         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7246         when sending a queued message to avoid extra mml tags.
7247
7248 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7251
7252 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7255         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7256         rmail-toggle-header for XEmacs;
7257         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7258
7259 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-dired.el: Remove autoload for gnus-setup-message.
7262         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7263         displaying Gnus logo; always use compose-mail.
7264
7265 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7268
7269 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7272         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7273         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7274         available.
7275         (gnus-nocem-epg-verify): New function.
7276
7277 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7280
7281 2009-02-15  Glenn Morris  <rgm@gnu.org>
7282
7283         * gnus-util.el (rmail-insert-rmail-file-header)
7284         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7285         autoloads.
7286         (rmail-default-rmail-file): Remove unnecessary declaration.
7287         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7288
7289 2009-02-14  Glenn Morris  <rgm@gnu.org>
7290
7291         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7292         variable (only used in gnus-util, which declares it anyway).
7293         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7294         which was only needed by gnus-art (changed to not use it any more).
7295         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7296         only used in gnus-util, which autoloads it itself.
7297         (rmail-update-summary): Fix autoload.
7298
7299         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7300         rather than rmail-output-to-rmail-file.
7301
7302 2009-02-07  Glenn Morris  <rgm@gnu.org>
7303
7304         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7305         autoload of function that no longer exists.
7306         (rmail-toggle-header): Declare.
7307         (message-forward-rmail-make-body): Handle mbox Rmail.
7308
7309 2009-01-31  Glenn Morris  <rgm@gnu.org>
7310
7311         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7312         2009-01-09 change.
7313
7314 2009-01-31  Dave Love  <fx@gnu.org>
7315
7316         * imap.el (imap-fetch-safe): Bind debug-on-error.
7317         (imap-debug): Add imap-fetch-safe.
7318
7319 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7320
7321         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7322         (auth-source-forget-all-cached): New convenience function.
7323         (auth-source-user-or-password): Accept list of modes or a single mode.
7324
7325         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7326         auth-source modes.
7327
7328         * netrc.el (netrc-machine-user-or-password): Use list of
7329         auth-source modes.
7330
7331         * nnimap.el (nnimap-open-connection): Use list of
7332         auth-source modes.
7333
7334         * nntp.el (nntp-send-authinfo): Use list of
7335         auth-source modes.
7336
7337 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7340         now.
7341
7342 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7345         coding system in XEmacs; add a workaround for XEmacs.
7346
7347         * lpath.el: Fbind coding-system-aliasee.
7348
7349 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7352         of current-language-environment.
7353
7354 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7357         available at runtime.
7358
7359 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7362
7363 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7364
7365         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7366         the greatest positive fixnum value doesn't work under an XEmacs with
7367         bignum support; use the most-positive-fixnum constant instead,
7368         available since Emacs 21.1 with cl and XEmacs 21.1.
7369
7370 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7373         XEmacs gets not to work.
7374
7375 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * mm-util.el (mm-coding-system-priorities): Allow the value like
7378         "Japanese (UTF-8)" of current-language-environment.
7379
7380 2009-01-09  Glenn Morris  <rgm@gnu.org>
7381
7382         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7383         with last-command-event.
7384
7385 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7388         in the doc string.
7389
7390         * message.el (message-fix-before-sending): Amend comment.
7391
7392 2009-01-08  Dave Love  <fx@gnu.org>
7393
7394         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7395
7396 2009-01-07  David Engster  <dengste@eml.cc>
7397
7398         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7399         simplified server definitions by converting it via
7400         gnus-server-to-method.
7401
7402 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7405         parameter's operands.
7406
7407 2009-01-06  David Engster  <dengste@eml.cc>
7408
7409         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7410         primary select method (for gnus-group-mark-article-as-read).
7411
7412 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7413
7414         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7415         `(gnus)Face', not `(gnus)X-Face'.
7416
7417 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * mm-util.el (mm-ucs-to-char): New function.
7420
7421         * mm-url.el (mm-url-decode-entities): Use it.
7422
7423         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7424         unicode-to-char.
7425
7426 2009-01-05  Dave Love  <fx@gnu.org>
7427
7428         * time-date.el: Require cl for `declare'.
7429
7430 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7433         Dave Love.
7434
7435 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * message.el (message-fix-before-sending): Add `eight-bit' to
7438         illegible-text check.
7439
7440 2009-01-03  Michael Olson  <mwolson@gnu.org>
7441
7442         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7443         `headers' is nil.  This can occur if the IMAP server does not have
7444         permissions to read messages from a folder, but can write new messages
7445         to the folder.
7446         (nnimap-request-article-part): Do not insert `data' if it is nil.
7447
7448         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7449         characters which will confuse `read', so skip past them.
7450
7451 2009-01-01  Dave Love  <fx@gnu.org>
7452
7453         * imap.el (imap-string-to-integer): Fix typo.
7454         (imap-fetch-safe): New function.
7455         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7456
7457         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7458
7459         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7460         (imap-parse-greeting): Fix doc strings.
7461         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7462         (imap-parse-flag-list): Make messages unique.
7463         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7464
7465         * nnimap.el: Fix author email.
7466         (nnimap-split-rule): Add FIXME comment.
7467         (nnimap-debug): Fix doc string.
7468
7469 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7472
7473 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7476         nslookup if resolv.conf isn't available.
7477         (dns-query): Rename from query-dns.
7478         (dns-query-cached): Rename from query-dns-cached.
7479
7480 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7483         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7484         to check if those variables exist (first appeared in Emacs 18.50).
7485
7486 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * mm-util.el (mm-line-number-at-pos): New function.
7489
7490         * spam-report.el (spam-report-process-queue): Use it.
7491
7492 2008-12-24  David Engster  <dengste@eml.cc>
7493
7494         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7495         parameters that haven't existed as variables as buffer-local variables.
7496
7497 2008-12-23  Dave Love  <fx@gnu.org>
7498
7499         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7500         cadar.
7501
7502         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7503         imap-starttls-p.
7504         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7505
7506 2008-12-22  Dave Love  <fx@gnu.org>
7507
7508         * imap.el: Fix author email.  Doc fixes.
7509         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7510         reply.
7511
7512 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * spam-report.el (spam-report-gmane-max-requests): New constant.
7515         (spam-report-gmane-wait): New variable.
7516         (spam-report-gmane-ham, spam-report-gmane-spam)
7517         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7518         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7519         the server.
7520
7521         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7522         Add explanations.
7523
7524         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7525         nnheader-accept-process-output and nnheader-read-timeout if available.
7526         (pop3-movemail): Use it.
7527
7528         * message.el (message-check-news-body-syntax): Fix signature check if
7529         there's an attachment.
7530
7531 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * mm-util.el: Add comments to the mm- emulating functions.
7534
7535 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7538         Reported by Stephen Berman <stephen.berman@gmx.net>.
7539
7540 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * mm-util.el (mm-substring-no-properties): New function.
7543         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7544         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7545         (mm-string-to-multibyte): Doc fix.
7546
7547         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7548
7549 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * mml.el (mml-attach-file): Strip text properties from file name.
7552         (Bug#1574)
7553
7554 2008-12-16  Glenn Morris  <rgm@gnu.org>
7555
7556         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7557
7558 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7561         knows since the charset specified might be a bogus alias that
7562         mm-charset-synonym-alist provides.
7563
7564 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7567         "ISO_8859-1".
7568
7569         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7570
7571 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * mm-util.el (mm-charset-eval-alist):
7574         Define it before mm-charset-to-coding-system.
7575         (mm-charset-to-coding-system): Add optional argument `silent';
7576         define it before mm-charset-override-alist.
7577         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7578         default value if it can be used in Emacs currently running;
7579         silence mm-charset-to-coding-system.
7580
7581 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7584         `allow-override' which says whether to use `mm-charset-override-alist'.
7585         (rfc2047-decode-encoded-words): Use it.
7586
7587         * mm-util.el (mm-charset-override-alist): Fix custom type;
7588         add `(gb2312 . gbk)' to choices.
7589
7590 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7593         fast.
7594
7595         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7596
7597         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7598
7599 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7600
7601         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7602         on links.
7603
7604         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7605
7606 2008-12-03  Lute Kamstra  <lute@gnu.org>
7607
7608         * sha1.el: Remove leading * from docstrings of defcustoms,
7609         deffaces, defconsts and defuns.
7610
7611 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7614         users' addresses that don't have domain parts.
7615         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7616         rather than message-narrow-to-head since there will be the message
7617         header separator.
7618
7619 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7620
7621         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7622         since the result is inserted in a unibyte buffer anyway.
7623         (nnimap-demule-use-string-to-multibyte): Remove.
7624         (nnimap-demule): Alias it to mm-string-to-multibyte.
7625
7626 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7629         variable for debugging bug#464 and bug#1174.
7630         (nnimap-demule): Use it.
7631
7632 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7635         score calculation correctly.
7636
7637 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7638
7639         * message.el (message-send-mail): Just set the buffer to unibyte
7640         rather than use mm-with-unibyte-current-buffer which does a lot more.
7641         (message-send-mail-partially): Don't bother with
7642         mm-with-unibyte-current-buffer since it's already been made unibyte by
7643         message-send-mail.
7644
7645 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7648
7649 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7650
7651         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7652
7653 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7656         require itself and to remove `with-no-warnings'.
7657
7658 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7659
7660         * starttls.el (starttls-any-program-available): Get the name of the
7661         available TLS layer program.
7662         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7663         well as the host name in the "opening" message.
7664
7665         * auth-source.el (auth-source-cache, auth-source-do-cache)
7666         (auth-source-user-or-password): Cache passwords and logins by default,
7667         allow override with `auth-source-do-cache'.
7668         (auth-source-forget-user-or-password): Allow users to remove cache
7669         entries if needed.
7670
7671 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7672
7673         * md4.el (md4-buffer): Fix typo in docstring.
7674         (md4, md4-64): Doc fixes.
7675         (md4-pack-int32): Reflow docstring.
7676
7677 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7680         condition-case to only the forward-sexp call.
7681
7682 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7683
7684         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7685         quotes contained.  Make it more robust regardless by an extra
7686         condition-case wrapper.
7687
7688 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7691
7692 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * nnml.el (nnml-request-expire-articles): Check if the function set to
7695         `nnmail-expiry-target' returns the symbol `delete'.
7696
7697         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7698
7699         * nnmail.el (nnmail-expiry-target): Fix custom type.
7700
7701 2008-10-02  Glenn Morris  <rgm@gnu.org>
7702
7703         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7704         Silence compiler warning.
7705
7706 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7707
7708         * tls.el (open-tls-stream): Show the actual command being
7709         executed, instead of the format string.
7710
7711 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * lpath.el: Fbind codepage-setup for Emacs 23.
7714
7715 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7716
7717         * mml.el (mml-menu): Don't assume mml2015 is bound.
7718
7719 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7722         exists.
7723
7724 2008-09-27  Glenn Morris  <rgm@gnu.org>
7725
7726         * gnus-util.el (mail-header-remove-comments): Autoload it.
7727
7728 2008-09-27  Andreas Schwab  <schwab@suse.de>
7729
7730         * gnus-util.el (gnus-split-references): Strip comments.
7731         (gnus-parent-id): Likewise.
7732
7733 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * message.el (message-confirm-send): Fix version.
7736
7737 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * message.el (message-idna-to-ascii-rhs-1): Use
7740         mail-extract-address-components rather than mail-header-parse-addresses
7741         that is an alias by default to ietf-drums-parse-addresses that does not
7742         support non-ASCII names in headers' contents.
7743
7744 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7745
7746         * message.el (message-confirm-send): Fix variable documentation to
7747         avoid the "y/n" wording.
7748
7749 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7750
7751         * message.el (message-set-auto-save-file-name): Save to a different
7752         filename so multiple messages (especially drafts) can be recovered.
7753
7754 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7755
7756         * message.el (message-confirm-send): Add appropriate version.
7757
7758 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7759
7760         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7761         defvar.
7762
7763 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7764
7765         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7766         (mm-pkcs7-enveloped-magic): Ditto.
7767
7768 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7769
7770         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7771         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7772
7773 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7776         default, it's better.
7777
7778 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7779
7780         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7781         summary line gnus-number property and ignore them (with a warning
7782         message).
7783
7784 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7787         macro caddr in the interactive form since it won't be expanded.
7788
7789 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7792         `charset'; fix name of function called recursively.
7793         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7794
7795 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7798         (gnus-mime-set-charset-parameters): New function.
7799         (gnus-mime-view-part-as-charset): Use it to correctly display part
7800         specifying wrong charset.
7801
7802 2008-09-08  David Engster  <dengste@eml.cc>
7803
7804         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7805         in completing-read for back end server.
7806
7807 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * message.el (message-confirm-send): New variable to confirm sending a
7810         message.
7811         (message-send): Use it.
7812
7813 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7814
7815         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7816
7817 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7820
7821 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7824         prevent tracking too many groups.
7825         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7826         Use it.
7827
7828 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7829
7830         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7831         moving point to the bottom of the window in order to avoid recentering.
7832
7833 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7836
7837         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7838         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7839         (gnus-article-beginning-of-window): Fix calculation.
7840
7841 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-msg.el (gnus-summary-supersede-article)
7844         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7845         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7846         message header.
7847
7848 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7849
7850         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7851         pending output coming after the status change.
7852
7853 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7854
7855         * message.el:
7856         * gnus-start.el:
7857         * gnus-registry.el: Remove VMS support.
7858
7859 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7862         macro.
7863         (rfc2104-hash): Use it.
7864
7865 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7868         (gnus-summary-sort-by-most-recent-date): New commands.
7869         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7870         and menu entries.
7871
7872 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7875         don't redisplay article for raw contents; remove plural articles stuff.
7876
7877         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7878         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7879         on gnus-summary-save-article; display results properly.
7880
7881 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * lpath.el: No need to fbind ns-focus-frame.
7884
7885 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7888
7889 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus-art.el (gnus-summary-save-in-pipe):
7892         Consider gnus-save-all-headers.
7893
7894 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7895
7896         * gnus-util.el (ns-focus-frame): Remove declaration.
7897         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7898         like x.
7899
7900 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7901
7902         * rfc2104.el (rfc2104-zero): Delete defconst.
7903         (rfc2104-hex-alist): Likewise.
7904         (rfc2104-hex-to-int): Delete func.
7905         (rfc2104-hexstring-to-bitstring): Likewise.
7906         (rfc2104-nybbles): New defconst.
7907         (rfc2104-hash): Rewrite for speed.
7908
7909 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * tls.el (open-tls-stream): Make it work with the 2nd argument
7912         BUFFER that is a string but does not exist as a buffer object, as
7913         mentioned in the doc-string.
7914
7915 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7918         SXEmacs.
7919
7920 2008-07-16  Glenn Morris  <rgm@gnu.org>
7921
7922         * gnus-util.el (ns-focus-frame): Declare for compiler.
7923
7924 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7927         set as a group parameter.
7928         (gnus-summary-save-in-pipe): Work when it is called independently.
7929         (gnus-summary-pipe-to-muttprint): Don't modify
7930         gnus-summary-pipe-output-default-command.
7931
7932 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7933
7934         * message.el (message-send-mail-with-sendmail):
7935         Display the error message.
7936
7937 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-art.el (gnus-default-article-saver):
7940         Add gnus-summary-save-in-pipe to choices.
7941         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7942         gnus-summary-pipe-output-default-command as the default command.
7943         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7944         instead of gnus-last-shell-command.
7945
7946         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7947         New user option.
7948         (gnus-summary-muttprint-program): Mention the value will be changed.
7949         (gnus-summary-save-article): Force showing of all headers.
7950         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7951
7952 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7953
7954         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7955
7956 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7957
7958         * nnimap.el (nnimap-id):
7959         * sieve-manage.el (sieve-manage-open): Doc fixes.
7960
7961 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7962
7963         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7964         if available.
7965
7966 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7967
7968         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7969
7970         * nnkiboze.el (nnkiboze-generate-group):
7971         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7972
7973         * nnmairix.el: Require CL.
7974
7975 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * dgnushack.el: Autoload get-display-table and put-display-table for
7978         XEmacs 21.5.
7979
7980         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7981         21.4 and SXEmacs.
7982
7983 2008-06-15  David Engster  <dengste@eml.cc>
7984
7985         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7986
7987 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7988
7989         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7990         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7991         runtime choice under XEmacs.
7992
7993         * gnus-sum.el (gnus-summary-set-display-table):
7994         Use `gnus-put-display-table', `gnus-get-display-table',
7995         `gnus-set-display-table' for the display table, instead of `aset'.
7996
7997         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7998         Use `gnus-put-display-table', `gnus-get-display-table',
7999         `gnus-set-display-table' for the display table.
8000
8001 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * nnmairix.el: Add autoloads.
8004
8005 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * nnmairix.el (nnmairix-delete-recreate-group)
8008         (nnmairix-update-and-clear-marks): Fix error messages.
8009
8010 2008-06-14  David Engster  <dengste@eml.cc>
8011
8012         * nnmairix.el: Upgrade to version 0.6.
8013         (nnmairix-group-toggle-propmarks-this-group)
8014         (nnmairix-group-toggle-readmarks-this-group)
8015         (nnmairix-group-delete-recreate-this-group)
8016         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8017         (nnmairix-remove-tick-mark-original-article): New commands.
8018         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8019         (nnmairix-propagate-marks-to-nnmairix-groups)
8020         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8021         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8022         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8023         functions needed for marks propagation and manipulation of read marks.
8024         (nnmairix-update-groups): New function.
8025         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8026         (nnmairix-determine-original-group-from-registry)
8027         (nnmairix-determine-original-group-from-path)
8028         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8029         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8030         New helper functions.
8031         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8032         keystrokes for new commands.
8033         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8034         (nnmairix-request-group): Check allow-fast group parameter.
8035         (nnmairix-request-create-group): Set allow-fast group parameter if
8036         nnmairix-allowfast-default is set.
8037         (nnmairix-close-group): Propagate marks upon closing if needed.
8038         (nnmairix-group-toggle-threads-this-group): Use new.
8039         nnmairix-group-toggle-parameter helper function.
8040         (nnmairix-search): Better check for empty search result.
8041         (nnmairix-goto-original-article): Use new helper functions for
8042         determining original article.
8043         (nnmairix-show-original-article): Make sure message-id is in brackets.
8044         (nnmairix-call-mairix-binary): Change variable name.
8045         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8046         helper function.
8047         (nnmairix-widget-toggle-activate): Fix doc string.
8048
8049 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * nnir.el: Require edmacro when compiling with XEmacs.
8052         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8053         available in Emacs 21.
8054
8055 2008-06-11  Glenn Morris  <rgm@gnu.org>
8056
8057         * gnus-util.el (x-focus-frame):
8058         * gnus.el (image-size):
8059         * mm-decode.el (image-size): Declare.
8060
8061         * gnus-picon.el (declare-function): Add compat definition.
8062         (image-size): Declare.
8063
8064         * gnus-group.el (tool-bar-map):
8065         * gnus-sum.el (tool-bar-map): Define for compiler.
8066
8067         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8068
8069         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8070
8071         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8072         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8073         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8074         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8075         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8076         * sieve-manage.el, spam-report.el, spam.el:
8077         Remove unnecessary eval-and-compile of autoloads.
8078
8079 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8080
8081         * auth-source.el: Precise Tramp doc.
8082
8083 2008-06-07  Glenn Morris  <rgm@gnu.org>
8084
8085         * nnmairix.el: Remove unnecessary eval-when-compile.
8086
8087 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * lpath.el: Fbind propertize for XEmacs 21.4.
8090
8091 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * nnir.el: Move here from ../contrib.
8094
8095 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8096
8097         * gnus-util.el (gnus-read-shell-command): New function.
8098         * mm-decode.el (mm-pipe-part):
8099         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8100
8101 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8104
8105 2008-06-03  Glenn Morris  <rgm@gnu.org>
8106
8107         * pop3.el (nnheader-accept-process-output): Autoload it.
8108
8109 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8112         are not 2-digit hexadecimal characters that follow `%'s.
8113
8114 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * message.el (message-bogus-recipient-p): Fix type in doc string.
8117         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8118         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8119         Improve custom options.
8120         (message-bogus-recipient-p): Adjust accordingly.
8121
8122 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8123
8124         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8125         long-form month and day names.
8126
8127 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * dgnushack.el: Autoload debug, eudc-expand-inline and
8130         pgg-snarf-keys-region for XEmacs.
8131
8132         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8133
8134         * nnmairix.el: Require edmacro when compiling with XEmacs.
8135
8136 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8139         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8140
8141 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8142
8143         * auth-source.el: Add more docs.
8144
8145         * netrc.el (netrc-machine): Always match if the port is not given.
8146
8147 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8150         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8151         retrieval faster in some cases, but might make CPU usage larger.
8152         If this has any bad side effects, we might revert this change.
8153
8154         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8155         seems to make mail retrieval much, much faster.
8156         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8157         unconditionally.
8158
8159         * gnus-draft.el (gnus-group-send-queue):
8160         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8161
8162 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8165
8166         * message.el (message-bogus-address-regexp): Fix and improve custom
8167         type.
8168         (message-setup-hook): Add message-check-recipients as custom option.
8169
8170 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * message.el (message-cite-function): Remove bogus autoload which crept
8173         in during merge from v5-10.
8174
8175 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8176
8177         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8178
8179         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8180
8181         * auth-source.el: Preliminary Tramp docs.
8182         (auth-sources): Change the default auth-sources to use
8183         EPA .gpg files.
8184
8185 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * nntp.el: Autoload `auth-source-user-or-password'.
8188         (nntp-send-authinfo): Use it.
8189
8190         * nnimap.el: Autoload `auth-source-user-or-password'.
8191         (nnimap-open-connection): Use it.
8192
8193         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8194         for the gnus-message function.
8195         (auth-source-user-or-password): Use it.
8196
8197 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8200         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8201         (rfc2104-hash): Use it.
8202
8203 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8204
8205         * gnus-art.el (gnus-article-toggle-truncate-lines):
8206         Don't use `iff' in docstring.
8207
8208 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8211
8212         * gnus-util.el (gnus-extract-address-component-name)
8213         (gnus-extract-address-component-email): Convenience functions around
8214         `gnus-extract-address-components'.
8215
8216         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8217         Use `gnus-extract-address-component-email' to fix bug of comparing full
8218         sender name to `user-mail-address'.
8219
8220 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8223         catch/throw to optimize.
8224         (gnus-registry-find-keywords): Just use member to find a keyword.
8225
8226 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8227
8228         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8229         is current before calling gnus-server-prepare.
8230         (gnus-server-setup-buffer, gnus-server-update-server)
8231         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8232
8233 2008-05-04  Juri Linkov  <juri@jurta.org>
8234
8235         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8236         (mailcap-file-default-commands): Use mailcap-replace-in-string
8237         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8238         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8239
8240 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8241
8242         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8243
8244 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8245
8246         * gnus.el: Bump version to 0.11.
8247
8248 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8249
8250         * gnus.el: No Gnus v0.10 is released.
8251
8252 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8255         hooks.
8256         (gnus-update-read-articles): Speed up non-marks-using users.
8257         (gnus-use-marks): Define gnus-use-marks.
8258         (gnus-propagate-marks): Rename variable to something more sensible.
8259
8260 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8261
8262         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8263         (gmm-image-load-path-for-library): Fix typos in docstrings.
8264         (gmm-message): Reflow docstring.
8265
8266 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * mail-source.el (mail-source-set-1, mail-source-bind):
8269         Move auth-source code out of the macro to clean it up and fix bugs.
8270
8271 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8272
8273         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8274         by sender if it's equal to user-mail-address, it's likely to be
8275         useless.
8276
8277         * mail-source.el (mail-source-bind): Don't use user or password if they
8278         are not bound.  Unintern them if they are nil.  Don't use server unless
8279         it's bound, and default it to empty string otherwise.
8280
8281 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8282
8283         * mail-source.el: Load auth-source.el.
8284         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8285         get user name or password, if auth-sources is set up.
8286
8287         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8288         strategy of splitting with parent.
8289         (gnus-registry-split-fancy-with-parent)
8290         (gnus-registry-post-process-groups): Use it and fix prior
8291         bug (returning a list as the split result).
8292
8293         * auth-source.el (auth-sources): Remove server parameter.
8294         (auth-source-pick, auth-source-user-or-password)
8295         (auth-source-user-or-password-imap)
8296         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8297         (auth-source-user-or-password-sftp)
8298         (auth-source-user-or-password-smtp): Remove server parameter.
8299
8300 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8301
8302         * smime.el (smime-sign-region, smime-encrypt-region)
8303         (smime-decrypt-region):
8304         Remove redundant calls to `generate-new-buffer-name'.
8305
8306 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8307
8308         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8309         Don't use QP for message/rfc822.
8310         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8311
8312 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8313
8314         * sieve-manage.el (sieve-string-bytes): Remove.
8315         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8316         correct byte-length only if the process's coding-system is the same as
8317         the one used internally by Emacs to represent strings.
8318
8319 2008-04-22  Juri Linkov  <juri@jurta.org>
8320
8321         * mailcap.el (mailcap-file-default-commands): New function.
8322
8323 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-signature-separator, message-cite-function):
8326         Change custom version.
8327
8328 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8329
8330         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8331         commands.
8332         (tls-checktrust): Ditto.
8333
8334 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * mm-decode.el (mm-display-external): Make temp file read-only.
8337
8338 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8341         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8342         `C-c C-f d'.
8343
8344 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8345
8346         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8347
8348 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus.el: Bump version to 0.9.
8351
8352 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * gnus.el: No Gnus v0.8 is released.
8355
8356 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8357
8358         * mail-source.el (mail-source-value):
8359         Prefer fboundp to functionp so it works with macros as well.
8360
8361 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8362
8363         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8364         Fix last change in case the element is not even a symbol.
8365
8366 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8367
8368         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8369         Prefer fboundp to functionp so it works with macros as well.
8370
8371 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * auth-source.el: Add docs.
8374         (auth-sources): Modify format to support server.
8375         (auth-source-pick, auth-source-user-or-password)
8376         (auth-source-user-or-password-imap)
8377         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8378         (auth-source-user-or-password-sftp)
8379         (auth-source-user-or-password-smtp): Add server parameter.
8380
8381 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8382
8383         * gnus-registry.el: Initialize the registry when gnus-registry-install
8384         is t.
8385
8386 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * compface.el (uncompface): Make buffer unibyte.
8389
8390 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8391
8392         * mail-source.el (mail-source-value):
8393         Prefer fboundp to functionp so it works with macros as well.
8394
8395 2008-04-05  Glenn Morris  <rgm@gnu.org>
8396
8397         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8398
8399 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8402         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8403
8404         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8405         multibyteness after rather than before erasing it.
8406
8407         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8408         mm-with-multibyte.
8409         (gnus-request-article-this-buffer): Make sure the proper decoding is
8410         used if gnus-original-article-buffer happens to be unibyte.
8411
8412         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8413         default-enable-multibyte-characters.
8414
8415         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8416         default-enable-multibyte-characters.
8417
8418         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8419
8420         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8421
8422 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8423
8424         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8425         Fix last change in case the element is not even a symbol.
8426
8427 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8428
8429         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8430         (imap-message-copyuid-1): Use it.
8431         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8432         J. Williams in
8433         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8434
8435         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8436         imap-enable-exchange-bug-workaround.
8437         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8438
8439 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8440
8441         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8442         a 100 byte status-checks into a 2-3MB transfer for each group.
8443         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8444         to enable bug workaround or not.
8445         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8446
8447 2008-03-31  Glenn Morris  <rgm@gnu.org>
8448
8449         * message.el (mml2015-use): Declare for compiler.
8450         (message-info): Require mml2015 when appropriate.
8451
8452 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8455         whitespace.
8456
8457 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8458
8459         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8460         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8461         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8462         (nntp-service-to-port): New function.
8463         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8464         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8465         (nntp-open-netcat-stream): New function.
8466         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8467
8468 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8469
8470         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8471
8472 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8473
8474         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8475
8476 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8477
8478         * dns.el (dns-write): Use set-buffer-multibyte.
8479
8480 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8481
8482         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8483
8484 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * message.el (message-signature-separator): Change default.
8487         Improve custom type.
8488         (message-cite-function): Change default to
8489         message-cite-original-without-signature.
8490
8491         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8492         toggle.
8493
8494         * message.el (message-check-news-body-syntax): Fix signature check.
8495         (message-setup-1): Mark buffer as unmodified _after_ running
8496         message-setup-hook and handling message-alternative-emails.
8497         (message-shorten-references): Be more strict when building list of
8498         valid references to comply with GNKSA.
8499
8500         * gnus-group.el (gnus-read-ephemeral-bug-group)
8501         (gnus-read-ephemeral-debian-bug-group)
8502         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8503
8504         * message.el (message-info): Don't use booleanp which isn't supported
8505         in Emacs 21 and XEmacs.
8506
8507 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8510         gnus-group-gmane-group-download-format.
8511         (gnus-group-read-ephemeral-gmane-group): Rename from
8512         gnus-group-read-ephemeral-gmane-group.
8513         (gnus-read-ephemeral-gmane-group-url): Rename from
8514         gnus-group-read-ephemeral-gmane-group-url.
8515         (gnus-bug-group-download-format-alist): New variable.
8516         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8517         (gnus-read-ephemeral-emacs-bug-group): New commands.
8518
8519 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8522         (gnus-visible-headers): Improve custom type.
8523
8524 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * mml.el (mml-menu): Add workarounds for XEmacs.
8527
8528         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8529         X-Boundary header.
8530
8531         * message.el (message-simplify-recipients): Fix previous commit.
8532
8533 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8534
8535         * mm-util.el (mm-set-buffer-multibyte): New function.
8536         * mm-decode.el (mm-copy-to-buffer): Use it.
8537
8538         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8539         Prefer fboundp to functionp so it works with macros as well.
8540
8541 2008-03-19  Glenn Morris  <rgm@gnu.org>
8542
8543         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8544         Accidentally removed in the sync process with Emacs.
8545
8546 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * message.el (message-alter-recipients-discard-bogus-full-name):
8549         New function.
8550         (message-alter-recipients-function): New variable.
8551         (message-get-reply-headers): Use it.
8552         (message-replace-header): New helper function.
8553         (message-recipients-without-full-name): New variable.
8554         (message-simplify-recipients): New command.
8555
8556         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8557
8558         * message.el (message-info): Handle EasyPG manual.
8559
8560         * mml.el (mml-menu): Add entry for EasyPG.
8561
8562 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8563
8564         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8565         parameter.
8566
8567         * message.el (message-disassociate-draft): Specify drafts group name
8568         fully.
8569
8570 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8571
8572         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8573         Eliminate unnecessary duplicates from the match list.
8574
8575 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8578
8579         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8580
8581         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8582         args of `how-many' of which the XEmacs version doesn't take; declare
8583         Info-index-next as function.
8584
8585 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * gnus-score.el (gnus-score-headers): Fix handling of
8588         gnus-inhibit-slow-scoring.
8589
8590         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8591         string.
8592         (gnus-button-url-regexp): Improve handling of parenthesis.
8593         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8594         (gnus-button-handle-info-keystrokes): Handle index entries.
8595
8596 2008-03-15  Glenn Morris  <rgm@gnu.org>
8597
8598         * parse-time.el (parse-time-string): Simplify.
8599
8600 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8603         Incoming* files.
8604
8605 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8606
8607         * auth-source.el (auth-sources): Rename from auth-source-choices.
8608         (auth-source-pick): Use it.
8609
8610 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * binhex.el (binhex-decode-region-internal):
8613         * uudecode.el (uudecode-decode-region-internal):
8614         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8615         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8616         setting default-enable-multibyte-characters.
8617
8618 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8619
8620         * auth-source.el (auth-source-protocols)
8621         (auth-source-protocols-customize, auth-source-choices): Add and
8622         modified variable customizations and defaults.
8623         (auth-source-pick, auth-source-user-or-password)
8624         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8625         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8626         (auth-source-user-or-password-sftp)
8627         (auth-source-user-or-password-smtp): Use new variables and provide an
8628         interface to netrc.el.
8629
8630 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8633         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8634         Make sure the nntp port to specify is a string.
8635
8636 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8637
8638         * nntp.el: Use with-current-buffer.
8639         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8640         dubious mm-with-unibyte-current-buffer.
8641         (nntp-with-open-group-function): New function extracted from
8642         nntp-with-open-group macro.
8643         (nntp-with-open-group): Use the function, so it's easier to debug.
8644         Add indentation and debugging info.
8645         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8646         Recommend the use of the netcat alternatives.
8647
8648         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8649         Avoid mm-string-as-multibyte as well.
8650
8651         * nnweb.el (nnweb-insert-html):
8652         Remove use of nnheader-string-as-multibyte.
8653
8654         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8655         (nnheader-string-as-multibyte): Remove.
8656
8657         * mm-view.el: Use inhibit-read-only.
8658         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8659         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8660         or unibyte-string.
8661
8662         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8663         (mm-uu-yenc-extract): Use with-current-buffer.
8664
8665         * gnus-soup.el (gnus-soup-send-packet): Don't use
8666         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8667
8668         * nnmh.el: Use with-current-buffer.
8669         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8670         mm-string-as-multibyte on the output of mm-encode-coding-string.
8671
8672         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8673         (nnimap-request-move-article): Use with-current-buffer.
8674
8675         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8676         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8677         conversion uses string-make-unibyte rather than string-as-unibyte.
8678
8679         * gnus-msg.el: Use with-current-buffer.
8680
8681         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8682
8683 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8684
8685         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8686         string for caching if it is 'PIN.
8687
8688 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * lpath.el: Consider the case without Emacs/W3.
8691
8692 2008-03-08  Glenn Morris  <rgm@gnu.org>
8693
8694         * time-date.el (date-to-time, time-subtract, time-add)
8695         (safe-date-to-time): Doc fixes.
8696
8697 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * mail-source.el (mail-source-delete-old-incoming-confirm):
8700         Change default to nil.
8701         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8702
8703 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * lpath.el: Rearrange.
8706
8707         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8708         (gnus-article-goto-prev-page): Work for articles having ^L's.
8709
8710         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8711
8712         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8713
8714 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8715
8716         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8717         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8718         (gnus-bookmark-jump): Adjust some variable names.
8719
8720 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * auth-source.el: New package.
8723         (auth-source-choices): Add customization entry point variable.
8724
8725         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8726         bug.
8727
8728 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8729
8730         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8731         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8732         (gnus-registry-install-shortcuts): Rename from
8733         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8734         the `gnus-registry-mark-map' keymap dynamically from
8735         `gnus-registry-marks'.  The generated functions update the summary line
8736         when a registry mark is added or deleted, and will call
8737         `gnus-registry-install-p' (see the comments in the code).
8738         (gnus-registry-user-format-function-M): Use concat intelligently.
8739
8740         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8741         the registry mark functions.
8742
8743 2008-03-05  Glenn Morris  <rgm@gnu.org>
8744
8745         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8746         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8747         gnus-art.
8748         (top-level): No need to load own source when compiling.
8749
8750 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8753         Suggested by <chris.anderton@zetnet.co.uk>.
8754
8755 2008-03-04  Glenn Morris  <rgm@gnu.org>
8756
8757         * gnus-sum.el (top-level): No need to require gnus when compiling,
8758         since unconditionally required near start of file.
8759         (gnus-summary-display-while-building): Move definition before use.
8760
8761 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8762
8763         * gnus-registry.el (gnus-registry-user-format-function-M):
8764         Add formatting function.
8765
8766 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8767
8768         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8769         with plists.
8770         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8771         Use new format.
8772
8773 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8776         `where-is-internal' that returns a range of key sequences.
8777
8778 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8779
8780         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8781
8782         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8783         (gnus-summary-jump-to-group): Consider windows on other displayed
8784         frames as well.  Similar changes might be needed elsewhere, but that's
8785         the one I've bumped into during my use.
8786
8787         * nndoc.el (nndoc-oe-dbx-type-p):
8788         * gnus-msg.el (gnus-debug):
8789         * gnus-group.el (gnus-update-group-mark-positions):
8790         Use mm-string-to-multibyte.
8791
8792 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8795         doesn't handle NotDashEscaped.
8796
8797         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8798         (mml-dnd-attach-options): Fix typo in custom choice.
8799
8800         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8801         Change nndoc-article-type to mbox.
8802         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8803
8804         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8805         to nil, instead of html2text.
8806
8807         * imap.el (imap-debug): Add `imap-ping-server'.
8808
8809         * gnus-bookmark.el: Add FIXMEs.
8810
8811         * message.el (message-form-letter-separator)
8812         (message-send-form-letter-delay): New variables.
8813         (message-send-form-letter): Use them.  New command to send form
8814         letters.  Requested by Uwe Siart.
8815         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8816
8817 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * Update copyright years.
8820
8821 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         Sync from EMACS_22_BASE.
8824
8825         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8826
8827 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8828
8829         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8830         empty author.
8831
8832 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8833
8834         * gnus-registry.el (gnus-registry-marks): Add variable for
8835         customization of marks and their appearance.
8836         (gnus-registry-read-mark): Use it.
8837         (gnus-registry-do-marks): Add utility function to loop through
8838         `gnus-registry-marks'.
8839         (gnus-registry-install-shortcuts-and-menus): Add function to install
8840         shortcuts and menus.
8841         (gnus-registry-initialize): Use it.
8842         (gnus-registry-default-mark): Clarify documentation.
8843
8844 2008-02-29  Glenn Morris  <rgm@gnu.org>
8845
8846         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8847         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8848         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8849         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8850         Change defcustom :version from 23.0 to 23.1.
8851
8852 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8853
8854         * gnus-registry.el (gnus-registry-follow-group-p)
8855         (gnus-registry-post-process-groups): Add functions to aid registry
8856         splitting and improve logging.  Clarify behavior in function
8857         documentation.
8858         (gnus-registry-split-fancy-with-parent): Use them.
8859
8860 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8861
8862         * gnus-art.el: Use with-current-buffer.
8863
8864 2008-02-27  David Engster  <dengste@eml.cc>
8865
8866         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8867         Express real group name in the response.
8868
8869 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8872         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8873         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8874         autoload gnus-registry-fetch-group when compiling.
8875         (nnmairix-request-group-with-article-number-correction):
8876         Remove unreferenced argument passed to nnmairix-call-backend.
8877
8878 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8881         (mm-uu-extract): Improve face for low color ttys.
8882         Reported by Sascha Wilde.
8883
8884 2008-02-27  Glenn Morris  <rgm@gnu.org>
8885
8886         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8887         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8888         variables to defconsts.  Convert comments to doc-strings.
8889         (nnmairix-last-server, nnmairix-current-server): Convert from free
8890         variables to defvars.  Convert comments to doc-strings.
8891         (gnus-registry-fetch-group): Autoload.
8892         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8893         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8894         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8895         caddr.
8896         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8897         nnmairix-request-group-with-article-number-correction call.
8898         (nnmairix-fast, nnmairix-group): New, less general names, for free
8899         variables passed from nnmairix-request-group to
8900         nnmairix-request-group-with-article-number-correction.  Declare.
8901         (nnmairix-request-group-with-article-number-correction):
8902         Use nnmairix-fast, nnmairix-group rather than fast, group.
8903
8904 2008-02-26  David Engster  <dengste@eml.cc>
8905
8906         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8907         version 0.5.
8908
8909 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8910
8911         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8912         instead of making an extra function call.  Don't add the current group
8913         to articles only when they have the group.  Use
8914         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8915         Reported by David <de_bb@arcor.de>.
8916
8917 2008-02-24  Miles Bader  <miles@gnu.org>
8918
8919         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8920         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8921         (mm-find-mime-charset-region):
8922         * mm-bodies.el (mm-encode-body):
8923         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8924
8925 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8928         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8929
8930 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * mail-source.el (mail-source-delete-incoming): Change default.
8933         Supplement doc string.
8934
8935         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8936
8937 2008-02-14  Glenn Morris  <rgm@gnu.org>
8938
8939         * time-date.el (format-seconds): New function.
8940
8941 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * nnmail.el (nnmail-message-id-cache-file): Derive from
8944         `gnus-home-directory'.
8945
8946 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8949         Document negative prefix.
8950
8951         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8952
8953 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8954
8955         * message.el (message-unsent-separator): Add the Exim bounce
8956         separator.
8957
8958 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8959
8960         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8961         list.
8962         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8963         recipient/signer list.
8964
8965 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * Makefile.in (datarootdir): Define.
8968         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8969         name that might contain whitespace.
8970
8971 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8974         fbound (Emacs 23 unicode), signal an error.
8975
8976 2008-02-08  Glenn Morris  <rgm@gnu.org>
8977
8978         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8979
8980 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8981
8982         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8983         ports to the calls to `netrc-machine-user-or-password' in addition to
8984         "imap" and "imaps".
8985
8986 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8987
8988         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8989
8990         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8991
8992 2008-02-01  Kenichi Handa  <handa@m17n.org>
8993
8994         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8995         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8996         (rfc2104-hash): Convert the result of concat to unibyte string.
8997
8998 2008-02-01  Dave Love  <fx@gnu.org>
8999
9000         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9001         coding-system-for-read.
9002         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9003
9004 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9007         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9008         <hanche@math.ntnu.no>.
9009
9010 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9013
9014         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9015
9016 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9017
9018         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9019         * message.el (message-beginning-of-line): Use featurep instead of bound
9020         tests in order to resolve conditionals at compile time.
9021
9022 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9023
9024         * mail-source.el (mail-sources): Add `group' choice.
9025
9026         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9027         parameter `in-group' to control into which group the articles go.
9028         Add treatment of `group' mail-source.
9029
9030 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9033
9034         * mm-decode.el (mm-dissect-buffer): Decode description.
9035
9036         * mml.el (mml-to-mime): Encode message header first.
9037
9038 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9041         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9042
9043         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9044         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9045
9046 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9047
9048         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9049
9050 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9053         prefix keys.
9054         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9055         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9056         gnus-xmas.el.
9057
9058         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9059         (gnus-xmas-article-describe-bindings): New function.
9060         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9061         gnus-xmas-article-describe-bindings.
9062
9063         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9064
9065 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9066
9067         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9068         Add new variables for article mark management.
9069         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9070         list of extra data entries which, when present, will indicate that the
9071         article ID should not be trimmed from the registry.
9072         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9073         functions.
9074         (gnus-registry-read-mark): New function to read a mark name from the
9075         user.
9076         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9077         (gnus-registry-set-article-mark-internal): New functions to add and
9078         remove marks.
9079         (gnus-registry-get-article-marks): New function to show the marks for
9080         an article, or retrieve them for further use.
9081
9082 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9085         keys when no argument is given.
9086
9087 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * imap.el (imap-ping-server): New variable.
9090         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9091         (imap-ping-server): Minor doc string fixes.
9092
9093 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9094
9095         * imap.el (imap-ping-server): New function.
9096         (imap-opened): Call imap-ping-server.
9097
9098 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-sum.el (gnus-article-sort-by-random)
9101         (gnus-thread-sort-by-random): Fix doc strings.
9102         Reported by jidanni@jidanni.org.
9103
9104 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-art.el (gnus-article-describe-bindings): New function.
9107         (gnus-article-read-summary-keys): Use it.
9108         (gnus-article-mode-map): Bind `C-h b' to it.
9109
9110 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9113         XEmacs.
9114         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9115         Protect against non-character events.
9116
9117         * lpath.el: Fbind map-keymap for Emacs 21.
9118
9119 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9122         New command.
9123         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9124         instead of END.  Change name of the temp file.
9125         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9126         customizable.
9127
9128 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9131         bind `S W' to gnus-article-wide-reply-with-original; set default
9132         binding to gnus-article-read-summary-send-keys.
9133         (gnus-article-read-summary-keys): Fix the order of keys; display
9134         continuation keys correctly in the echo area; describe bindings
9135         correctly when keys end with `C-h'.
9136         (gnus-article-read-summary-send-keys): New function.
9137         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9138         Work for gnus-article-read-summary-send-keys; display continuation keys
9139         correctly in the echo area.
9140         (gnus-article-reply-with-original): Ignore prefix argument.
9141         (gnus-article-wide-reply-with-original): New function.
9142
9143         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9144         Emacs 21.
9145
9146 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9149         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9150
9151 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9154         (gnus-group-read-ephemeral-gmane-group): New command.
9155
9156 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9157
9158         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9159
9160 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * message.el (message-send-mail-function): Increase custom version.
9163
9164         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9165         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9166
9167 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9168
9169         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9170         for the cases where imap-authenticate is called with a nil buffer
9171         parameter.
9172
9173 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9176         html parts correctly; support forwarded messages.
9177         (gnus-article-browse-html-article): Remove work buffers.
9178
9179         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9180         compiling.
9181         (netrc-bound-and-true-p): New macro.
9182         (netrc-parse): Use it instead of bound-and-true-p that is not available
9183         in XEmacs 21.4.
9184
9185 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9186
9187         * gnus-registry.el (gnus-registry-mark-article)
9188         (gnus-registry-article-marks): Add functionality to mark articles
9189         through the Gnus registry.
9190
9191         * encrypt.el: Clarify documentation for the new pgg method.
9192         (encrypt-file-alist): Add PGG option.
9193         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9194         functionality.  Abstract password key and messaging to external
9195         functions.
9196         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9197         (encrypt-message-method-and-cipher): Add new convenience external
9198         functions.
9199         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9200         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9201
9202         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9203         (netrc-parse): Use encrypt-file-alist to determine if
9204         encrypt-find-model or encrypt-insert-file-contents should be used.
9205
9206         * encrypt.el: Clarify documentation.  Load password-cache or
9207         password, whichever one is found first, instead of autoloading.
9208
9209 2007-12-19  Glenn Morris  <rgm@gnu.org>
9210
9211         * mml.el (message-options-set, message-narrow-to-head)
9212         (message-in-body-p, message-mail-p, message-encode-message-body):
9213         Autoload.
9214         (message-remove-header, message-narrow-to-headers-or-head)
9215         (message-subscribed-p, message-make-mail-followup-to)
9216         (message-position-on-field, message-news-p)
9217         (message-options-set-recipient, message-generate-headers)
9218         (message-sort-headers): Declare as functions.
9219
9220 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9223         convention in doc string.
9224
9225 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9228         title to html parts.
9229         (gnus-article-browse-html-article): Pass message header to it.
9230
9231         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9232
9233 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9236         or password compatible with XEmacs.
9237
9238 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9241         format document.
9242         (gnus-mime-delete-part): Don't write description line if empty.
9243         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9244
9245 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9246
9247         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9248         (gnus-summary-mark-read-and-unread-as-read)
9249         (gnus-summary-mark-current-read-and-unread-as-read)
9250         (gnus-summary-mark-unread-as-ticked): Doc fix.
9251         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9252
9253 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9254
9255         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9256         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9257
9258 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9261         yes-or-no-p.
9262
9263 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * mm-decode.el (mm-add-meta-html-tag): New function.
9266         (mm-save-part-to-file, mm-pipe-part): Use it.
9267
9268         * gnus-art.el (gnus-article-browse-delete-temp-files):
9269         Use gnus-y-or-n-p instead of y-or-n-p.
9270         (gnus-article-browse-html-parts): Work with message/external-body; use
9271         mm-add-meta-html-tag.
9272
9273 2007-12-11  Glenn Morris  <rgm@gnu.org>
9274
9275         * gnus-cache.el: Require gnus-sum not just when compiling.
9276
9277         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9278
9279         * gnus-int.el (gnus-server-opened, gnus-status-message):
9280         Move definitions before use.
9281
9282         * mm-decode.el: Require gnus-util.
9283         (mm-remove-part): Only call delete-annotation on XEmacs.
9284
9285         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9286
9287         * nnmail.el: Require gnus-int.
9288
9289         * spam.el: Move `require's before `eval-when-compile's.
9290
9291         * gnus-ems.el (gnus-alive-p):
9292         * gnus-fun.el (message-goto-eoh):
9293         * gnus-util.el (gnus-group-name-decode):
9294         * mail-source.el (gnus-compress-sequence):
9295         * message.el (Info-goto-node, format-spec):
9296         * mm-bodies.el (message-options-get):
9297         * mm-decode.el (mm-view-pkcs7):
9298         * mm-util.el (gmm-write-region):
9299         * mml-smime.el (mml-compute-boundary)
9300         (gnus-completing-read-with-default):
9301         * mml.el (widget-button-press, gnus-make-hashtable):
9302         * mml1991.el (mm-decode-content-transfer-encoding)
9303         (mm-encode-content-transfer-encoding)
9304         (message-options-get, message-options-set):
9305         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9306         * nnfolder.el (gnus-request-group):
9307         * nnheader.el (ietf-drums-unfold-fws):
9308         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9309         * smime.el (gnus-run-mode-hooks):
9310         * spam-stat.el (gnus-message): Autoload.
9311
9312         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9313         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9314         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9315         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9316         Add declare-function compatibility definition.
9317
9318         * gnus-cache.el (nnvirtual-find-group-art):
9319         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9320         (gnus-add-image, gnus-add-wash-type):
9321         * gnus-group.el (nnkiboze-score-file):
9322         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9323         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9324         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9325         (message-tokenize-header, gnus-get-buffer-create)
9326         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9327         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9328         * gnus.el (gnus-group-decoded-name):
9329         * mail-source.el (imap-capability):
9330         * mm-bodies.el (message-options-set):
9331         * mm-decode.el (gnus-configure-windows):
9332         * mm-extern.el (message-goto-body):
9333         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9334         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9335         (epg-sub-key-validity, message-options-set):
9336         * mml.el (widget-event-point, gnus-configure-windows):
9337         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9338         * mml2015.el (epg-check-configuration, epg-configuration)
9339         (message-options-set):
9340         * nndb.el (nndb-request-article):
9341         * nnfolder.el (gnus-request-create-group):
9342         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9343         * nnmaildir.el (gnus-group-mark-article-read):
9344         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9345         * rfc1843.el (message-fetch-field):
9346         * spam.el (gnus-extract-address-components):
9347         Declare as functions.
9348
9349 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9352
9353         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9354
9355         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9356         bind show-trailing-whitespace for XEmacs.
9357
9358 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9361         new no-op macro for backward compatibility.
9362
9363         * imap.el (imap-string-to-integer): New function.
9364
9365 2007-12-09  Glenn Morris  <rgm@gnu.org>
9366
9367         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9368
9369         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9370         * message.el, mm-view.el, sieve-manage.el, smime.el:
9371         Add declare-function compatibility definition.
9372
9373         * gnus-art.el (w3-region, w3m-region, Info-menu):
9374         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9375         * gnus-sum.el (gnus-get-predicate):
9376         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9377         * message.el (mail-abbrev-in-expansion-header-p):
9378         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9379         (w3m-detect-meta-charset, w3m-region):
9380         * sieve-manage.el (password-read, password-cache-add)
9381         (password-cache-remove):
9382         * smime.el (password-read-and-add): Declare as functions.
9383
9384 2007-12-08  David Kastrup  <dak@gnu.org>
9385
9386         * gnus-sum.el (gnus-summary-simplify-subject-query):
9387         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9388         `message'.
9389
9390 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9393         it to bind idna-program, installation-directory, defined-colors, and
9394         face-attribute for XEmacs of the version that compiles defcustom forms.
9395
9396 2007-12-07  Glenn Morris  <rgm@gnu.org>
9397
9398         * gnus-art.el (article-make-date-line): Revert previous change.
9399
9400 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9403
9404 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9405
9406         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9407         Call gnus-add-to-range ranges only once with a prepared article-list.
9408
9409 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9410
9411         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9412         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9413         group names with backslashes.
9414         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9415
9416 2007-12-06  Deepak Goel  <deego3@gmail.com>
9417
9418         * gnus-art.el (article-make-date-line):
9419         * gnus-start.el (gnus-load):
9420         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9421
9422 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-art.el (gnus-use-idna)
9425         * gnus-start.el (gnus-site-init-file)
9426         * message.el (message-use-idna)
9427         * mm-uu.el (mm-uu-hide-markers)
9428         * smiley.el (smiley-style): Revert changes that suppress warnings.
9429
9430 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9433         specify charset to html source.
9434         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9435
9436 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9439         idna-program in order to suppress byte compile warning issued by XEmacs
9440         that came to byte compile the default value section of defcustom forms
9441         recently.
9442
9443         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9444         value of installation-directory.
9445
9446         * message.el (message-use-idna): Don't directly refer to the value of
9447         idna-program.
9448
9449         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9450
9451         * smiley.el (smiley-style): Don't directly call face-attribute.
9452
9453 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9456
9457         * gnus-dired.el: Reduce Gnus dependencies.
9458         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9459         Don't require.  Use autoloads instead.
9460         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9461         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9462         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9463         (gnus-dired-mode): Adjust doc string.
9464         (gnus-dired-mail-mode): New variable.
9465         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9466         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9467         (gnus-dired-mail-buffers): New function.  Return mail or message
9468         composition buffers.
9469         (gnus-dired-attach): Use it.
9470         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9471         NO-DECODE.
9472         (gnus-dired-print): Use `gnus-print-buffer' depending on
9473         `gnus-dired-mail-mode'.
9474
9475 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * rfc2047.el (rfc2047-encoded-word-regexp)
9478         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9479         explaining what regexp patterns are for.
9480
9481 2007-12-04  Glenn Morris  <rgm@gnu.org>
9482
9483         * password.el: Move to password-cache.el.
9484
9485         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9486         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9487         * mml-smime.el (password-read, password-cache-add)
9488         (password-cache-remove):
9489         No need to autoload, since mml-sec requires password.
9490
9491         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9492         * message.el (gnus-extract-address-components):
9493         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9494
9495         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9496         password.
9497
9498 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * mailcap.el: Reduce dependencies.
9501         (mail-header-parse-content-type): Autoload.
9502         (mailcap-delete-duplicates): New alias.
9503         (mailcap-mime-info): Add optional argument NO-DECODE.
9504         (mailcap-mime-types): Use mailcap-delete-duplicates.
9505
9506         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9507
9508 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9509
9510         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9511         (imap-parse-status): Upcase status-att for servers that sends them
9512         lower-case (e.g., MS Exchange 2007).
9513
9514 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9517         function.
9518
9519         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9520         (gnus-uu-yenc-article): New function.
9521
9522         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9523
9524         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9525
9526 2007-12-02  Glenn Morris  <rgm@gnu.org>
9527
9528         * binhex.el (binhex): New custom group.
9529         (binhex-decoder-program, binhex-decoder-switches)
9530         (binhex-use-external): Move to the binhex custom group.
9531
9532         * uudecode.el (uudecode): New custom group.
9533         (uudecode-decoder-program, uudecode-decoder-switches)
9534         (uudecode-use-external): Move to the uudecode custom group.
9535
9536         * netrc.el (top-level): Don't load `encrypt' features.
9537         (netrc-parse): Don't use encrypt.
9538         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9539
9540         * encrypt.el: Remove file.
9541
9542 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9545         matches on patches.
9546
9547         * gnus-art.el (gnus-article-browse-html-article):
9548         Mention `mm-text-html-renderer' in the doc string.
9549
9550         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9551         string.  Add comments.
9552
9553         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9554         if rhs is ASCII.
9555
9556 2007-12-01  Glenn Morris  <rgm@gnu.org>
9557
9558         * mail-source.el (top-level): Require format-spec before
9559         eval-when-compile.
9560
9561 2007-11-30  Glenn Morris  <rgm@gnu.org>
9562
9563         * encrypt.el: Require password, rather than autoloading password-read.
9564
9565 2007-11-29  Glenn Morris  <rgm@gnu.org>
9566
9567         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9568         (sasl-make-client, sasl-next-step, sasl-step-data)
9569         (sasl-step-set-data): Declare as functions.
9570
9571 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9574
9575 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9576
9577         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9578         certs should be verified and what is to be done in the event of a
9579         verification failure.
9580
9581         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9582         caller can indicate whether the cache should be disregarded for this
9583         call.  This way the result of the call is reproducible at all times and
9584         can be considered a canonical server name for the supplied method.
9585         (gnus-agent-method-p): Canonicalize server names by pushing their
9586         method through `gnus-method-to-server' using the no-cache argument.
9587
9588         * gnus-srvr.el (gnus-server-insert-server-line):
9589         Call `gnus-method-to-server' with `no-cache' argument.
9590
9591         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9592         gnus-agent-possibly-synchronize-flags as this should be called when the
9593         server is actually being opened.
9594         (gnus-agent-possibly-synchronize-flags)
9595         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9596         flags file of an agentized server to the latter function.
9597
9598         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9599         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9600         after a connection has been established successfully.
9601
9602 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (article-display-face): Force to display face if called
9605         interactively; check if gnus-article-x-face-too-ugly matches author.
9606         (article-display-x-face): Display face even if From header is missing
9607         as article-display-face does.
9608
9609 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9610
9611         * hashcash.el (message-narrow-to-headers-or-head)
9612         (message-fetch-field, message-goto-eoh)
9613         (message-narrow-to-headers): Declare as functions.
9614
9615 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * mail-source.el (mail-sources): Default to fetch from file for
9618         compatibility with default of nnmail-spool-file.
9619
9620 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9623         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9624         to look for encoded word that should be encoded again.
9625         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9626         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9627         encoding pattern.
9628         (rfc2047-decode-region): Switch strict regexp and loose one according
9629         to rfc2047-allow-irregular-q-encoded-words.
9630
9631 2007-11-25  Romain Francoise  <romain@orebokech.com>
9632
9633         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9634
9635 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * tls.el (tls-program): Provide more custom choices from
9638         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9639         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9640
9641 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9644         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9645
9646         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9647         `nnmail-spool-file'.
9648
9649         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9650         `nnmail-spool-file'.
9651
9652         * gnus-move.el (gnus-change-server): Ditto.
9653
9654         * gnus-kill.el (gnus-batch-score): Ditto.
9655
9656         * gnus-cache.el (gnus-jog-cache): Ditto.
9657
9658         * gnus-msg.el (gnus-summary-reply):
9659         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9660
9661 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9664         version.  Minor improvement to doc strings.
9665         (tls-program): Add comment.
9666
9667 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9668
9669         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9670         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9671         mismatch between the hostname provided in the certificate and the name
9672         of the host connnecting to.
9673         (open-tls-stream): Use them.  Check certificates against trusted root
9674         certificates.
9675
9676 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * gnus-cache.el (gnus-cache-generate-nov-databases):
9679         Use nnml-generate-nov-databases-directory instead of
9680         nnml-generate-nov-databases-1.
9681
9682 2007-11-24  Glenn Morris  <rgm@gnu.org>
9683
9684         * message.el (message-tool-bar-retro): Update for rename
9685         mail_send.xpm->mail-send.xpm.
9686
9687 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9690         `smime-ldap-search' for Emacs 22 and up.
9691
9692 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9693
9694         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9695
9696         * message.el (message-send-mail-function): Fix error convention.
9697         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9698         (message-widen-reply, message-send-mail, message-talkative-question)
9699         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9700         (message-clone-locals, message-send-news): Use with-current-buffer.
9701         (message-insert-or-toggle-importance): Remove unused var `valid'.
9702         (message-make-references): Remove unused var `new-references'.
9703         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9704
9705 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9706
9707         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9708         (spam-split-symbolic-return-positive): Reflow docstring.
9709         (spam-backends, spam-summary-exit-behavior)
9710         (spam-mark-ham-unread-before-move-from-spam-group)
9711         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9712         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9713         (spam-clear-cache, spam-backend-check, spam-install-backend)
9714         (spam-install-statistical-backend, spam-list-of-processors)
9715         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9716         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9717         (spam-check-crm114, spam-initialize, spam-unload-hook):
9718         Fix typos in docstrings.
9719
9720 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9723         been checked if they have never been read and those group levels are
9724         higher than the one that a user specified.
9725
9726 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9729         foreign groups unless a group level is specified by a user.
9730         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9731
9732 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * message.el (message-send-mail-function): Require sendmail.
9735
9736 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * message.el (message-send-mail-function): Check for smtpmail too.
9739
9740         * utf7.el (utf7-encode, utf7-decode): Use coding system
9741         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9742
9743         * message.el (message-send-mail-function): New function.
9744         (message-send-mail-function): Set default using
9745         message-send-mail-function.  Adjust doc string.
9746         (message-send-mail-with-mailclient): New function.
9747
9748 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9749
9750         * smime.el (from):
9751         * rfc2047.el (message-posting-charset):
9752         * qp.el (mm-use-ultra-safe-encoding):
9753         * pop3.el (parse-time-months):
9754         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9755         * nnml.el (files):
9756         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9757         (jka-compr-compression-info-list, ange-ftp-path-format)
9758         (efs-path-regexp):
9759         * nndiary.el (files):
9760         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9761         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9762         (epg-digest-algorithm-alist, inhibit-redisplay)
9763         (password-cache-expiry):
9764         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9765         (pgg-output-buffer, password-cache-expiry):
9766         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9767         (efs-path-regexp):
9768         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9769         (inhibit-redisplay):
9770         * mm-uu.el (file-name, start-point, end-point, entry)
9771         (gnus-newsgroup-name, gnus-newsgroup-charset):
9772         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9773         (latin-unity-ucs-list):
9774         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9775         (mm-uu-binhex-decode-function):
9776         * message.el (gnus-message-group-art, gnus-list-identifiers)
9777         (rmail-enable-mime-composing, gnus-local-organization)
9778         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9779         (gnus-read-active-file, facemenu-add-face-function)
9780         (facemenu-remove-face-function, gnus-article-decoded-p)
9781         (tool-bar-mode):
9782         * mail-source.el (display-time-mail-function):
9783         * gnus-util.el (nnmail-pathname-coding-system)
9784         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9785         (gnus-original-article-buffer, gnus-user-agent)
9786         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9787         (xemacs-codename, sxemacs-codename, emacs-program-version):
9788         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9789         * gnus-start.el (gnus-agent-covered-methods)
9790         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9791         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9792         (gnus-newsgroup-headers, gnus-group-list-mode)
9793         (gnus-group-mark-positions, gnus-newsgroup-data)
9794         (gnus-newsgroup-unreads, nnoo-state-alist)
9795         (gnus-current-select-method, mail-sources)
9796         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9797         (nnmail-spool-file, gnus-cache-active-hashtb):
9798         * gnus-mh.el (mh-lib-progs):
9799         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9800         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9801         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9802         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9803         (gnus-group-buffer):
9804         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9805         (font-lock-set-defaults):
9806         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9807         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9808         (gnus-summary-post-menu, total-parts, type, condition, length):
9809         * gnus-agent.el (gnus-agent-read-agentview):
9810         * flow-fill.el (show-trailing-whitespace):
9811         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9812         eval-and-compile wrappers for byte compiler pacifiers.
9813
9814         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9815         (mm-display-inline-fontify): Check for featurep 'xemacs not
9816         extent-list.
9817
9818         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9819         itimer-list.
9820         (mm-create-image-xemacs): Only do something for XEmacs.
9821         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9822
9823         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9824
9825         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9826         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9827
9828 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9829
9830         * nnimap.el (nnimap-split-download-body):
9831         * gnus-demon.el (gnus-demon):
9832         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9833
9834 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9837         New macros.
9838         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9839         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9840         copy data from unibyte buffer to multibyte current buffer.
9841         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9842         to copy data from unibyte current buffer to multibyte buffer.
9843         (nntp-make-process-buffer): Make process buffer unibyte.
9844
9845         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9846
9847 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9848
9849         * pop3.el (pop3-open-server): Accept and process data more robustly at
9850         connexion start to avoid spurious "POP SSL connexion failed" errors.
9851
9852 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9855         read group names.
9856
9857 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9860
9861 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9864         (nnmail-save-active): Use a unibyte buffer when saving active file,
9865         which may contain non-ASCII group names.
9866
9867         * nnml.el (nnml-request-group): Decode group names in messages.
9868
9869 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * message.el (message-citation-line-function)
9872         (message-insert-formatted-citation-line): Fix spelling of
9873         `message-insert-formated-citation-line'.
9874
9875 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9878
9879 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9882         nnmail-pathname-coding-system.
9883
9884         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9885         that a user enters; decode group names in messages.
9886
9887         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9888
9889 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9892
9893         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9894
9895         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9896         risky local variable.
9897
9898         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9899
9900 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * encrypt.el: Improve documentation to fix function name typo.
9903         Reported by Daiki Ueno <ueno@unixuser.org>.
9904
9905 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9908         even if the point is not in the last page of an article.
9909         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9910         back to the previous page.
9911
9912 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9915
9916 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9919
9920 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9921
9922         * message.el (message-check-news-body-syntax):
9923         Avoid mm-string-as-multibyte.
9924         (message-hide-headers): Don't assume (point-min)==1.
9925
9926 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * message.el (message-remove-blank-cited-lines): Fix if remove is
9929         given.
9930         (message-bogus-address-regexp): New variable.
9931         (message-bogus-recipient-p): New function.
9932         (message-check-recipients): New command.
9933         (message-syntax-checks): Add `bogus-recipient'.
9934         (message-fix-before-sending): Add `bogus-recipient'.
9935
9936         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9937         (gnus-treat-body-boundary): Don't test window-system.
9938
9939 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9940
9941         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9942
9943 2007-10-28  Miles Bader  <miles@gnu.org>
9944
9945         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9946         at compile-time too.
9947
9948 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-msg.el (gnus-message-setup-hook):
9951         Add `message-remove-blank-cited-lines' to options.
9952
9953 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * message.el (message-remove-blank-cited-lines): New function.
9956         Suggested by Karl Plästerer.
9957
9958 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9961         mapc.
9962
9963         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9964         (top-level): Use mapc to set functions to be traced for debugging.
9965
9966         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9967         called for effect with while loop.
9968
9969         * message.el (message-talkative-question): Replace mapcar called for
9970         effect with mapc.
9971
9972         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9973         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9974         called for effect with dolist.
9975
9976         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9977
9978         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9979         gnus-extra-headers and nnmail-extra-headers.
9980
9981         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9982         called for effect with dolist.
9983         (top-level): Use mapc to set functions to be traced for debugging.
9984
9985         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9986         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9987         dolist.
9988
9989         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9990         Replace mapcar called for effect with mapc.
9991         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9992         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9993         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9994         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9995
9996         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9997         remove-if that's a cl function.
9998
9999         * webmail.el (webmail-debug): Replace mapcar called for effect with
10000         dolist.
10001
10002         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10003         with mapc.
10004
10005 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10008         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10009         with while loop.
10010
10011         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10012         functions from article-* functions.
10013         (gnus-multi-decode-header): Replace mapcar called for effect with
10014         dolist.
10015
10016         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10017         (gnus-bookmark-show-details): Replace mapcar called for effect with
10018         while loop.
10019
10020         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10021         called for effect with while loop.
10022
10023         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10024         with dolist.
10025
10026         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10027         Replace mapcar called for effect with dolist.
10028
10029         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10030
10031         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10032         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10033         Replace mapcar called for effect with dolist.
10034         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10035         mapc.
10036
10037         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10038         Replace mapcar called for effect with dolist.
10039         (gnus-topic-list): Replace mapcar called for effect with mapc.
10040
10041         * gnus.el: Use mapc instead of mapcar to add autoloads.
10042
10043 2007-10-23  Richard Stallman  <rms@gnu.org>
10044
10045         * gnus-group.el (gnus-group-highlight): Mark as risky.
10046
10047 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus.el (gnus-server-to-method): Return method found first in
10050         gnus-newsrc-alist.
10051
10052         * gnus-art.el (gnus-article-highlight-signature)
10053         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10054         button overlay without the front stickiness.
10055
10056 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10057
10058         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10059         overview buffer needed a catch to receive its throw.
10060         (gnus-agent-flush-cache): Declare as interactive to make this function
10061         easier to use.
10062
10063 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10066         `next-line'.
10067
10068 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10071         exclude address matching message-dont-reply-to-names.
10072
10073 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-util.el (gnus-string<): New function.
10076
10077         * gnus-sum.el (gnus-article-sort-by-author)
10078         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10079
10080 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10083         the frame-focus tag is set in gnus-buffer-configuration.
10084
10085 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10088         the front stickiness.
10089
10090 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10093         url pattern; remove duplicate one.
10094         (gnus-article-extend-url-button): New function.
10095         (gnus-article-add-buttons): Use it.
10096         (gnus-button-push): Use concatenated url that it makes.
10097
10098 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10099
10100         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10101
10102 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10103
10104         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10105         Don't hardcode point-min==1.
10106
10107 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10110         Fix comment about "iso8859-1".
10111
10112 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10113
10114         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10115         ones returned from the verify-function.
10116
10117         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10118         Call mml2015-extract-cleartext-signature if extraction failed.
10119
10120 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10121
10122         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10123         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10124         failed.
10125
10126 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10129
10130 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10133         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10134         recommends to use EasyPG instead of PGG.
10135
10136         * pgg.el: Revert to revision 6.23.2.16.
10137
10138         * pgg-def.el: Revert to revision 6.6.2.14.
10139
10140         * pgg-gpg.el: Revert to revision 6.23.2.34.
10141
10142 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10143
10144         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10145         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10146         thread for both the null and zero (kill/expire thread) universal prefix
10147         cases.
10148         (gnus-summary-expire-thread): Add new function to expire a thread,
10149         using gnus-summary-kill-thread.
10150         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10151         shortcuts for gnus-summary-expire-thread.
10152         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10153         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10154
10155 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10156
10157         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10158         extras value, so an extras entry can be deleted.
10159         (gnus-registry-delete-extra-entry): Use it.
10160         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10161         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10162         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10163         storage through the gnus-registry, and provide an appropriate API for
10164         it.
10165
10166 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10169         Suggested by Leo <sdl.web@gmail.com>.
10170
10171         * gnus.el: Do.
10172
10173 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10176         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10177
10178         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10179
10180         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10181         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10182
10183 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10186         newline.
10187         (nnmbox-request-accept-article): Don't change article in source buffer;
10188         narrow to header to use message-fetch-field rather than
10189         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10190         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10191         as delimiters; make sure article ends with newline.
10192         (nnmbox-delete-mail): Correct last position of article to be deleted;
10193         ignore X-Gnus-Newsgroup header in article body.
10194         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10195         positions; make sure article ends with newline.
10196
10197         * message.el (message-display-abbrev): Don't infloop when a user
10198         inserts SPC in the beginning of header.
10199
10200         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10201         coding-system-for-read and coding-system-for-write for XEmacs having no
10202         file-coding feature.
10203
10204         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10205
10206 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10207
10208         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10209         list of groups not followed by default.  Fix type to be regexp.
10210         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10211
10212 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10213
10214         * hmac-def.el (define-hmac-function): Switch from old-style to
10215         new-style backquotes.
10216
10217         * md4.el (md4-make-step): Likewise.
10218
10219 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10222         raw-text coding system when saving .newsrc file, which may contain
10223         non-ASCII group names.
10224
10225 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-cus.el (gnus-score-extra): New widget.
10228         (gnus-score-extra-convert): New function.
10229         (gnus-score-customize): Use it for Extra.
10230
10231 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10232
10233         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10234         (mml2015-mailcrypt-clear-verify): Use it.
10235         (mml2015-gpg-clear-verify): Use it.
10236         (mml2015-pgg-clear-verify): Use it.
10237         (mml2015-epg-clear-verify): Replace the current part with the output
10238         from GnuPG; don't extract the plaintext by itself.
10239
10240         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10241         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10242         mml2015-clear-verify-function; don't touch the armor headers or
10243         dash-escaped text here.
10244
10245 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10248         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10249         parts, or application/octet-stream as a last resort.
10250         (gnus-mime-view-part-as-type): Don't toggle display.
10251         (gnus-mime-view-part-as-charset): Don't turn off display before
10252         querying charset.
10253
10254         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10255         stuff to undisplayer function in Emacs.
10256         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10257
10258         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10259         text/calendar parts.
10260
10261 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10264         decoding text/calendar parts.
10265
10266         * message.el (message-forward-make-body-mime): Always mark body as
10267         having no illegible text; remove signed-or-encrypted argument.
10268         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10269
10270         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10271         (mml-generate-mime-1): Don't encode body if it is specified to be in
10272         raw form; don't make buffer be unibyte when inserting multibyte string.
10273
10274 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10275
10276         * sha1.el: Fix up comment style.
10277         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10278         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10279
10280         * hex-util.el: Fix up comment style.
10281         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10282
10283         * gnus-salt.el: Use with-current-buffer.
10284         (gnus-pick-setup-message): Fix long-standing typo.
10285
10286 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * imap.el (imap-logout-timeout): New variable.
10289         (imap-logout, imap-logout-wait): New functions.
10290         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10291
10292         * nnimap.el (nnimap-logout-timeout): New server variable.
10293         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10294         nnimap-logout-timeout.
10295
10296         * gnus-art.el (gnus-article-summary-command-nosave)
10297         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10298
10299 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus.el (gnus-maximum-newsgroup): New variable.
10302
10303         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10304         according to gnus-maximum-newsgroup.
10305
10306         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10307         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10308         Limit the range of articles according to gnus-maximum-newsgroup.
10309
10310 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10311
10312         * gnus-art.el (gnus-sticky-article): Fix problems described in
10313         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10314         Don't perform gnus-configure-windows here; reuse existing sticky
10315         article buffer.
10316
10317         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10318         it doesn't exist in gnus-article-mode.
10319
10320 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10323         (gnus-agent-decoded-group-name): New function.
10324         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10325         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10326
10327 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10328
10329         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10330         Add binding for gnus-sticky-article.
10331         (gnus-summary-exit): Don't kill sticky article buffers.
10332
10333         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10334         article buffer.
10335         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10336         (gnus-kill-sticky-article-buffers): New commands.
10337
10338 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * nntp.el (nntp-xref-number-is-evil): New server variable.
10341         (nntp-find-group-and-number): If it is non-nil, don't trust article
10342         numbers in the Xref header.
10343
10344 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-agent.el (gnus-agent-read-group): New function.
10347         (gnus-agent-flush-group, gnus-agent-expire-group)
10348         (gnus-agent-regenerate-group): Use it.
10349         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10350         nnmail-pathname-coding-system.
10351
10352 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10355
10356         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10357         that are unread as unread, and also as selected so that information of
10358         marks having been changed by a user may be updated when exiting group.
10359
10360 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10363
10364 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10367         calculated ignoring signature parts to gnus-treat-article.
10368
10369 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10372         a point here in order to keep the window start.
10373         (gnus-insert-mime-security-button): Make a button overlay without the
10374         front stickiness.
10375         (gnus-mime-display-security): Goto the end of a button.
10376
10377         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10378
10379 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10382         group-name-at-point.
10383         (gnus-group-completing-read): New function that offers decoded
10384         non-ASCII group names for completion.
10385         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10386         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10387         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10388         (gnus-group-fetch-control): Use it.
10389         (gnus-fetch-group): Use group-name-at-point for the initial value
10390         rather than the default value; use gnus-alive-p.
10391
10392         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10393         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10394         (gnus-summary-post-news): Use gnus-group-completing-read.
10395
10396         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10397         (gnus-read-move-group-name): Decode group name for completion.
10398
10399 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10400
10401         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10402         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10403         Yamaoka slightly modified the code).
10404
10405 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10408         (nnmail-split-incoming): Bind it.
10409
10410         * nnml.el (nnml-group-name-charset): New function.
10411         (nnml-decoded-group-name): Use it; don't decode group name if
10412         nnmail-group-names-not-encoded-p is non-nil.
10413         (nnml-encoded-group-name): New function.
10414         (nnml-group-pathname): Inline nnml-decoded-group-name.
10415         (nnml-request-expire-articles): Decode group name in message.
10416         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10417         nnmail-pathname-coding-system.
10418         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10419         not decoded ones according to nnmail-group-names-not-encoded-p.
10420         (nnml-generate-active-info): Use nnml-encoded-group-name.
10421
10422 2007-08-08  Glenn Morris  <rgm@gnu.org>
10423
10424         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10425         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10426         doc-strings and comments.
10427
10428 2007-07-25  Glenn Morris  <rgm@gnu.org>
10429
10430         * Relicense all FSF files to GPLv3 or later.
10431
10432 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-sum.el (gnus-summary-move-article):
10435         Make gnus-summary-respool-article work.
10436
10437 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10440         string.
10441
10442 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10443
10444         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10445         that should be ignored when comparing distant RSS articles with local
10446         ones.
10447         (nnrss-make-hash-index): New function.  Create a hash index according
10448         to the ignored fields.
10449         (nnrss-check-group): Use it.
10450
10451 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10454
10455         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10456
10457         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10458         the new optional argument ENCODED is non-nil.
10459         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10460         coding system for encoding group name.
10461         (gnus-group-make-rss-group): Pass un-encoded group name to
10462         gnus-group-make-group.
10463         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10464         encoded.
10465
10466         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10467         Encode group name to which articles are moved or copied.
10468         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10469         coding system for encoding Newsgroup, Followup-To and Xref headers.
10470
10471         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10472         marks; use nnheader-file-coding-system to write a file.
10473         (nnagent-retrieve-headers): Bind file-name-coding-system to
10474         nnmail-pathname-coding-system.
10475
10476         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10477
10478         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10479         (nnml-request-article, nnml-request-create-group)
10480         (nnml-request-rename-group, nnml-find-id)
10481         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10482         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10483         (nnml-save-marks): Use nnml-group-pathname instead of
10484         nnmail-group-pathname.
10485
10486         (nnml-request-create-group, nnml-request-expire-articles)
10487         (nnml-request-move-article, nnml-request-delete-group)
10488         (nnml-deletable-article-p, nnml-possibly-create-directory)
10489         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10490         (nnml-open-marks): Bind file-name-coding-system to
10491         nnmail-pathname-coding-system.
10492
10493         (nnml-request-article): Pass server argument to nnml-find-group-number.
10494         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10495         Pass server argument to nnml-possibly-create-directory.
10496         (nnml-request-accept-article): Pass server argument to
10497         nnml-active-number and nnml-save-mail.
10498         (nnml-find-group-number): Pass server argument to nnml-find-id.
10499         (nnml-request-update-info): Pass server argument to
10500         nnml-marks-changed-p.
10501
10502         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10503         (nnml-save-mail, nnml-active-number): Add server argument.
10504
10505         (nnml-request-delete-group): Warn if group is missing.
10506         (nnml-get-nov-buffer): Decode group name.
10507         (nnml-generate-active-info): Encode group name.
10508         (nnml-open-marks): Decode group name in messages.
10509
10510 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10513         if it is not specified.
10514         (gnus-article-pipe-part, gnus-article-save-part)
10515         (gnus-article-interactively-view-part, gnus-article-copy-part)
10516         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10517         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10518         (gnus-article-replace-part, gnus-article-delete-part)
10519         (gnus-article-view-part-as-type): Pass raw prefix argument to
10520         gnus-article-part-wrapper.
10521
10522 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-agent.el (gnus-agent-save-active):
10525         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10526
10527         * gnus-cache.el (gnus-cache-save-buffers)
10528         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10529         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10530         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10531         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10532         (gnus-cache-generate-active, gnus-cache-rename-group)
10533         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10534         (gnus-cache-update-overview-total-fetched-for):
10535         Bind file-name-coding-system to nnmail-pathname-coding-system.
10536         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10537         New variables.
10538         (gnus-cache-decoded-group-name): New function.
10539         (gnus-cache-file-name): Use it.
10540         (gnus-cache-generate-active): Use non-decoded group name for active.
10541
10542         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10543         right place.
10544         (gnus-write-active-file): Don't break non-ASCII group names.
10545
10546         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10547         nnmail-pathname-coding-system.
10548
10549         * lpath.el: Bind default-file-name-coding-system,
10550         file-name-coding-system and language-info-alist for XEmacs.
10551
10552         * gnus-uu.el (gnus-uu-decode-save): Typo.
10553
10554 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10557
10558 2007-07-14  David Kastrup  <dak@gnu.org>
10559
10560         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10561         finishing actions if we did not edit the article.
10562
10563 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10566         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10567         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10568         (gnus-agent-flush-group, gnus-agent-flush-cache)
10569         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10570         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10571         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10572         (gnus-agent-regenerate-group)
10573         (gnus-agent-update-files-total-fetched-for)
10574         (gnus-agent-update-view-total-fetched-for):
10575         Bind file-name-coding-system to nnmail-pathname-coding-system.
10576         (gnus-agent-group-pathname): Don't encode file names by
10577         nnmail-pathname-coding-system.
10578         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10579         coding-system-for-write instead of buffer-file-coding-system to
10580         gnus-agent-file-coding-system.
10581
10582         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10583         Decode group name.
10584
10585         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10586
10587         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10588         (gnus-read-newsrc-el-file): Make group names unibyte.
10589
10590         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10591         nnmail-pathname-coding-system.
10592
10593         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10594         (nnrss-request-delete-group): Bind file-name-coding-system to
10595         nnmail-pathname-coding-system.
10596         (nnrss-read-server-data, nnrss-read-group-data):
10597         Bind file-name-coding-system correctly.
10598         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10599
10600         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10601         (nntp-server-to-method-cache): New variable.
10602         (nntp-group-pathname): New function that decodes non-ASCII group names.
10603         (nntp-possibly-create-directory, nntp-marks-changed-p)
10604         (nntp-save-marks, nntp-open-marks): Use it.
10605         (nntp-possibly-create-directory, nntp-open-marks):
10606         Bind file-name-coding-system to nnmail-pathname-coding-system.
10607         (nntp-open-marks): Decode group names when bootstrapping marks.
10608
10609         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10610         Newsgroups and Folowup-To headers.
10611
10612 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10615         (gnus-server-closed-face, gnus-server-denied-face)
10616         (gnus-server-offline-face): Remove variable.
10617         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10618
10619         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10620         of modifying message-stack directly for XEmacs.
10621
10622         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10623         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10624         if the coding-system argument is nil for XEmacs.
10625
10626         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10627         mm-charset-override-alist.
10628
10629         * rfc2047.el: Don't require base64; require rfc2045 for the function
10630         rfc2045-encode-string.
10631         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10632         to quote the parameter value.
10633
10634 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10637         form in gnus-group-name-charset-method-alist.
10638
10639         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10640         overrides the default layout edit-form.
10641
10642         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10643
10644         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10645
10646 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10649         as unfetched articles.
10650
10651 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10654
10655 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10658         original back end that keeps marks in the local system.
10659
10660 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10663         arg of pop-to-buffer for XEmacs.
10664         (gnus-article-read-summary-keys): Ditto; don't restore window
10665         configuration if summary command ends up with neither article buffer
10666         nor summary buffer; describe bindings if summary keys end with C-h.
10667
10668 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * message.el (message-fix-before-sending): Skip raw message part to be
10671         forwarded while checking illegible text.
10672         (message-forward-make-body-mime, message-forward-make-body):
10673         Mark signed or encrypted raw message as having no illegible text.
10674
10675 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10678         (gnus-message-with-timestamp-1): New macro.
10679         (gnus-message-with-timestamp): New function.
10680         (gnus-message): Use them.
10681
10682         * nnheader.el (nnheader-message): Use them.
10683
10684 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10687         .newsrc.eld file.
10688
10689 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-agent.el (gnus-agent-fetch-headers)
10692         (gnus-agent-retrieve-headers):
10693         Bind gnus-decode-encoded-address-function to identity.
10694
10695         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10696         available also when the server returns simply a dot.
10697
10698         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10699
10700 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10703
10704 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-ems.el (gnus-x-splash): Make it work.
10707
10708         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10709         from being used.
10710
10711         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10712
10713 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10716         4th and the 5th arguments.
10717
10718         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10719         the front stickiness.
10720         (gnus-article-summary-command-nosave): Correct the order of the
10721         arguments passed to pop-to-buffer.
10722         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10723         summary command ends up with the article buffer.
10724
10725         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10726         the same faces.
10727
10728 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10729
10730         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10731
10732 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10733
10734         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10735         * gnus-sum.el (gnus-summary-highlight):
10736         * pgg.el (pgg-sign-region, pgg-sign):
10737         * mail-source.el (mail-source-delete-old-incoming-confirm):
10738         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10739
10740 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-art.el (gnus-mime-view-part-externally)
10743         (gnus-mime-view-part-internally): Fix predicate function passed to
10744         completing-read.
10745
10746         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10747
10748         * gnus.el (gnus-update-message-archive-method): Add :version.
10749
10750 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus.el (gnus-update-message-archive-method): New variable.
10753
10754         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10755         according to gnus-message-archive-method if
10756         gnus-update-message-archive-method is non-nil.
10757
10758 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10761         Suggested by Loic Dachary <loic@dachary.org>.
10762         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10763
10764 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * message.el (message-pop-to-buffer): Add switch-function argument.
10767         (message-mail): Pass switch-function argument to it.
10768
10769 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10772         Improve doc string.
10773
10774 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10777         (gnus-header-content)
10778         * gnus-cite.el (gnus-cite-10)
10779         * gnus-srvr.el (gnus-server-closed)
10780         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10781         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10782         (gnus-group-mail-3-empty, gnus-group-mail-low)
10783         (gnus-group-mail-low-empty, gnus-splash)
10784         * message.el (message-header-to, message-header-cc)
10785         (message-header-subject, message-header-other, message-header-name)
10786         (message-header-xheader, message-separator, message-cited-text)
10787         (message-mml): Lighten colors of faces used for dark background.
10788
10789 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10790
10791         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10792         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10793
10794 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * message.el (message-narrow-to-headers-or-head):
10797         Ignore mail-header-separator in the body.
10798
10799 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10802         same as window size.
10803
10804 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10805
10806         * message.el (message-font-lock-keywords): Use message-header-xheader
10807         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10808         ahead of the anything pattern, to get it recognised.
10809
10810 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10813         spam.el loads uses it in the compiled defadvice form.
10814
10815 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10816
10817         * gnus-sum.el (gnus-articles-to-read)
10818         (gnus-summary-insert-old-articles): Don't truncate group name for
10819         `read-string'.
10820
10821         * gnus-util.el (gnus-limit-string): Delete this function.
10822
10823         * gnus-sum.el (gnus-simplify-subject-fully):
10824         Use `truncate-string-to-width' instead.
10825
10826 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10827
10828         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10829         Tell if, on summary exit, the next group has to be selected.
10830         (gnus-summary-exit): Use it.
10831
10832 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10835         non-break space.
10836
10837 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10840         Check if group is not a directory.
10841         (nnfolder-request-expire-articles): Don't delete articles if the target
10842         group is not available.
10843
10844         * nnml.el (nnml-request-create-group): Properly check if group is not a
10845         file.
10846         (nnml-request-expire-articles): Don't delete articles if the target
10847         group is not available.
10848
10849         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10850         Don't quote characters that are within parentheses.
10851
10852 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10855         (gnus-handle-ephemeral-exit): Select article according to it.
10856
10857 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * message.el (message-insert-formated-citation-line): Remove newline.
10860         (message-citation-line-format): Add final \n here so that the user can
10861         avoid a blank line.
10862
10863 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10864
10865         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10866         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10867         Update lanl/arXiv support.
10868
10869 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus.el: Bump version number.
10872
10873 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * gnus.el (gnus-version-number): Bump version.
10876
10877 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10878
10879         * gnus.el: No Gnus v0.6 is released.
10880
10881 2007-04-27  Didier Verna  <didier@xemacs.org>
10882
10883         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10884         * gmm-utils.el (gmm-regexp-concat): ... here.
10885         * message.el: Don't require 'gnus-util.
10886         (message-dont-reply-to-names): Handle name change above.
10887         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10888
10889 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10892         since the initial value varies according to the system.
10893
10894 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10897
10898 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10899
10900         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10901
10902 2007-04-24  Didier Verna  <didier@xemacs.org>
10903
10904         Improve the type of gnus-ignored-from-addresses.
10905         * gnus-util.el (gnus-orify-regexp): New function.
10906         * message.el (gnus-util): Require it.
10907         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10908         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10909         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10910
10911 2007-04-24  Didier Verna  <didier@xemacs.org>
10912
10913         * gnus-sum.el:
10914         * gnus-utils.el: Fix some trailing whitespaces.
10915
10916 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10919         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10920         article's Message-ID; refer parent article in summary buffer.
10921
10922         * message.el (message-bounce): Call mime-to-mml.
10923
10924         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10925         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10926         optimize and/or forms properly.
10927
10928 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10931         URL.
10932
10933 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10936
10937 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10940         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10941         displayed of multipart/alternative part if it is invoked from summary
10942         buffer.
10943
10944         * mm-view.el (mm-inline-text-html-render-with-w3m)
10945         (mm-inline-text-html-render-with-w3m-standalone)
10946         (mm-inline-render-with-function): Use mail-parse-charset by default.
10947
10948 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10949
10950         * parse-time.el (parse-time-string-chars): Check if CHAR
10951         is less than the length of parse-time-syntax.
10952
10953 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10956         from gnus-newsgroup-processable.
10957
10958 2007-04-16  Didier Verna  <didier@xemacs.org>
10959
10960         * gnus-msg.el (gnus-configure-posting-styles):
10961         Handle message-signature-directory properly with :file syntax.
10962         Reported by "Leo".
10963
10964 2007-04-11  Didier Verna  <didier@xemacs.org>
10965
10966         New user option: message-signature-directory.
10967         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10968         * message.el (message-insert-signature): Ditto.
10969         * message.el (message-signature-file): Doc update.
10970         * message.el (message-signature-directory): New.
10971
10972 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-msg.el (gnus-inews-yank-articles):
10975         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10976
10977 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * message.el (message-yank-original): Make sure cited text ends with
10980         newline; don't exchange point and mark.
10981
10982 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10983
10984         * tls.el (open-tls-stream): Properly handle case where there
10985         is no associated buffer.
10986
10987 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10988
10989         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10990         message-yank-original, make sure (< mark TEXT point).
10991
10992 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * message.el (message-fill-column): New variable.
10995         (message-mode): Use it.  Add comment on a possible new hook.
10996
10997         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10998         (nnmail-get-new-mail): Reformat.
10999
11000         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11001
11002         * gmm-utils.el: Fix Commentary.
11003         (gmm-tool-bar-from-list): Fix typo in doc string.
11004
11005 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11006
11007         * message.el (message-yank-original): Don't switch point and mark
11008         unnecessarily to put point and mark as documented.
11009
11010 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11013         from the message heads.
11014
11015 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11016
11017         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11018         article buffer does not have a window.  This may not be the best
11019         solution but is certainly better than setting the start of the null,
11020         that is the current, window.
11021
11022 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11025         (gnus-draft-setup): Run it.
11026
11027         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11028         gnus-score-fast-scoring.  Allow regexp.
11029         (gnus-score-headers): Use it.
11030
11031         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11032         XEmacs.
11033
11034         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11035         string.
11036         (gnus-button-alist): Also catch `<f1> k ...'.
11037         (gnus-treat-display-x-face): Fix doc string.
11038
11039 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11040
11041         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11042         evaluation of gnus-extended-version to ensure correct generation of the
11043         User-Agent header when message-generate-headers-first is used.
11044
11045 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11046
11047         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11048         hashcash-path is nil.  Don't call callback with incorrect number of
11049         parameters if val is 0.
11050
11051 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11052
11053         * message.el (message-required-news-headers):
11054         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11055
11056 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11057
11058         * tls.el (open-tls-stream): In handshake-waiting loop,
11059         don't wait more if there is output available to process.
11060
11061 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11062
11063         * tls.el (tls-program): Doc fix.
11064
11065 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * message.el (message-generate-new-buffers): Change the meaning of the
11068         nil value; add `standard' to the choices; treat t as `unique'; improve
11069         doc string.
11070         (gnus-select-frame-set-input-focus): Autoload.
11071         (message-buffer-name): Search for the existing message buffer if
11072         message-generate-new-buffers is nil or `standard'; treat the value t of
11073         message-generate-new-buffers as `unique'.
11074         (message-pop-to-buffer): Raise the frame already displaying the message
11075         buffer; clear the echo area after querying.
11076         (message-setup): Pass the `continue' argument to compose-mail.
11077         (message-mail): Prefer `switch-function' if it is given; search for the
11078         existing message buffer if the `continue' argument is non-nil; pass
11079         continue and switch-function arguments to compose-mail by way of
11080         message-setup.
11081         (message-mail-other-window): Adjust argument of message-setup.
11082         (message-mail-other-frame): Ditto.
11083
11084 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11087         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11088         to turn font-lock on when turning gnus-message-citation-mode on.
11089
11090 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11091
11092         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11093         (mml-smime-function-alist): New variable; add epg as the backend.
11094         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11095         mml-smime- functions instead.
11096         * mm-view.el: Require smime.
11097
11098 2007-03-05  Didier Verna  <didier@xemacs.org>
11099
11100         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11101         instead of just inheritance for posting styles.
11102         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11103
11104 2007-02-24  Chris Moore  <dooglus@gmail.com>
11105
11106         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11107         * pgg-pgp.el (pgg-pgp-encrypt-region):
11108         * pgg-gpg.el (pgg-gpg-encrypt-region):
11109         Check pgg-encrypt-for-me if no other recipients.
11110
11111 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11112
11113         * tls.el (tls-certtool-program): Fix custom type.
11114
11115 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11118         and point-at-eol instead of line-(beginning|end)-position.
11119
11120         * assistant.el (assistant-parse-buffer): Ditto.
11121
11122         * netrc.el (netrc-parse-services): Ditto.
11123
11124 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11125
11126         * mml2015.el (mml2015-epg-find-usable-key): New function.
11127         (mml2015-epg-sign): Use it.
11128         (mml2015-epg-encrypt): Use it.
11129
11130 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * message.el (message-make-in-reply-to): Quote name containing
11133         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11134         if there are special characters.  Reported by NAKAJI Hiroyuki
11135         <nakaji@jp.freebsd.org>.
11136
11137 2007-02-27  Didier Verna  <didier@xemacs.org>
11138
11139         Include the group parameters as well as the topic ones in the
11140         inheritance filter process.
11141         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11142         argument GROUP-PARAMS-LIST.
11143         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11144
11145 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * nntp.el (nntp-never-echoes-commands)
11148         (nntp-open-connection-functions-never-echo-commands): New variables.
11149         (nntp-send-command): Use them.
11150
11151 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11152
11153         * mml2015.el (mml2015-epg-verify): Simplify.
11154
11155 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * mml.el (mml-content-disposition-alist): New user option.
11158         (mml-content-disposition): New function.
11159         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11160         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11161
11162 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11163
11164         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11165         verification.
11166
11167 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11168
11169         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11170         articles posted in the last 24 hours.
11171
11172 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11173
11174         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11175
11176 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11177
11178         * nntp.el (nntp-send-command): Don't wait for echoes when
11179         nntp-open-ssl-stream is used.
11180
11181 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11184         (gnus-message-add-citation-keywords)
11185         (gnus-message-remove-citation-keywords): Remove.
11186         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11187         directly, make the variables in font-lock-defaults buffer-local, add
11188         gnus-message-citation-keywords to them and then update the value of
11189         font-lock-keywords.
11190
11191 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * message.el (message-cite-original-1): Don't call
11194         gnus-article-highlight-citation.
11195
11196         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11197         citations; fix line count.
11198
11199 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11202         (gnus-message-add-citation-keywords)
11203         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11204         versions of font-lock-add-keywords and font-lock-remove-keywords to
11205         work with XEmacs correctly.
11206
11207 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-cite.el (gnus-cite-face-list): Set the values of
11210         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11211         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11212         (gnus-message-cite-prefix-regexp): New variable.
11213         (gnus-message-search-citation-line): Use it; protect against long
11214         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11215         the 0th match data for Emacs.
11216         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11217         (gnus-message-add-citation-keywords): Append keywords rather than
11218         prepending; emulate font-lock-add-keywords if it is not available.
11219         (gnus-message-remove-citation-keywords):
11220         Emulate font-lock-remove-keywords if it is not available.
11221
11222         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11223
11224         * message.el (message-cite-prefix-regexp): Set the value of
11225         gnus-message-cite-prefix-regexp.
11226
11227 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11228
11229         * nnweb.el (nnweb-google-parse-1): Update parser.
11230
11231 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11232
11233         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11234
11235 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11236
11237         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11238         regexp.
11239
11240 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11243         string-to-multibyte.
11244         (uudecode-decode-region-internal): Use it.
11245
11246         * lpath.el: Fbind string-as-multibyte for XEmacs.
11247
11248 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11251         Fix custom choice.
11252
11253         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11254
11255 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11256
11257         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11258
11259         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11260         `write-region' to respect `mm-inhibit-file-name-handlers'.
11261
11262 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11265         Use gnus-home-directory instead of "~/" or "$HOME".
11266
11267 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11268
11269         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11270         to mention filename.
11271         Add comments at beginning regarding usage.
11272         (encrypt-write-file-contents): Change interactive so a string is
11273         acceptable.  If the file has no associated model, show an error instead
11274         of a nonsense prompt.
11275
11276 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11277
11278         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11279         Thanks to Yoshihiko Yamada for kind notification of this typo.
11280
11281 2007-01-12  Kenichi Handa  <handa@m17n.org>
11282
11283         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11284         multibyte buffer.
11285
11286 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * gnus-score.el (gnus-score-fast-scoring): New variable.
11289         (gnus-score-headers): Use it.
11290
11291         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11292
11293         * message.el (message-cite-original-1):
11294         Call gnus-article-highlight-citation if requested.
11295         (message-make-from): Allow name and address as optional arguments.
11296
11297         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11298
11299         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11300         bugs to doc string.
11301         (gnus-button-alist): Add mid\\|message-id.
11302         (gnus-button-fetch-group): Extend for use in
11303         `browse-url-browser-function'.
11304         (gnus-button-url-regexp): Try to catch paired parentheses like in
11305         Wikipedia URLs.
11306
11307         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11308         Suggested by Simon Krahnke <overlord@gmx.li>.
11309
11310 2007-01-13  Romain Francoise  <romain@orebokech.com>
11311
11312         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11313         Update copyright.
11314
11315 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11316
11317         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11318
11319 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11320
11321         * gnus-registry.el (gnus-registry-unfollowed-groups)
11322         (gnus-registry-split-fancy-with-parent): Fix documentation.
11323
11324 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11327         from nnweb groups.
11328
11329 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11332         Xref urls.  Erase buffer before requesting head.
11333
11334         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11335
11336 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11339         customizable.
11340
11341 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11342
11343         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11344         no signing key is found.
11345         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11346         no encrypting and/or signing key is found.
11347
11348 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11351
11352 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11353
11354         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11355         headers read from disk with the ones newly found in the current search.
11356         This should no longer cause problems, because the article numbers in
11357         Gmane's `nov.php' output are ignored since the previous change.
11358
11359 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11360
11361         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11362
11363 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11366         replace-regexp-in-string; bind url-version; fbind display-images-p and
11367         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11368         find-face and set-itimer-function for Emacs; bind itimer-list for
11369         Emacs.
11370
11371         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11372
11373 2007-01-01  Romain Francoise  <romain@orebokech.com>
11374
11375         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11376
11377 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11378
11379         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11380         `define-minor-mode' macro definition expanded properly.
11381         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11382         exclude it there.
11383
11384         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11385         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11386         `fboundp' test.
11387         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11388         This is OK to autoload in (S)XEmacs now.
11389
11390 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391
11392         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11393         keystroke.
11394         (gnus-summary-limit-to-singletons): Fix typo.
11395
11396         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11397         else fails.
11398
11399 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11400
11401         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11402         docstring.
11403
11404         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11405         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11406         (gnus-summary-insert-dormant-articles): Fix typo in message.
11407
11408 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11411         nil for XEmacs.
11412         (gnus-message-citation-mode): Don't autoload in XEmacs.
11413
11414         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11415
11416 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11417
11418         * nnimap.el (nnimap-expunge-search-string):
11419         Mention nnimap-search-uids-not-since-is-evil in docstring.
11420
11421 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * spam.el: Revert to make-obsolete-variable because
11424         define-obsolete-variable-alias is not supported in Emacs 21.
11425
11426         * spam.el (spam-ifile-path, spam-ifile-database-path)
11427         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11428         make-obsolete-variable.
11429         (spam-bsfilter-path, spam-bsfilter-program)
11430         (spam-spamassassin-path, spam-spamassassin-program)
11431         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11432         Don't use "path" inappropriately.
11433         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11434         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11435         variable names.
11436
11437 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11438
11439         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11440         summary buffer.
11441
11442         * password.el (password-cache-remove): Use clear-string to burn
11443         password, if available.
11444
11445 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11448
11449         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11450
11451         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11452         (gnus-message-highlight-citation): Move defcustom here from
11453         gnus-cite.el.
11454         (gnus-message-citation-mode): Autoload.
11455
11456         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11457         checks to make it compile with XEmacs.
11458         (gnus-message-citation-mode): New minor mode.
11459         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11460         (gnus-message-highlight-citation): New variables.
11461         (gnus-message-search-citation-line)
11462         (gnus-message-add-citation-keywords)
11463         (gnus-message-remove-citation-keywords)
11464         (turn-on-gnus-message-citation-mode)
11465         (turn-off-gnus-message-citation-mode): New functions.
11466
11467 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11468
11469         * gnus-cite.el: Enable highlighting of different citation levels in
11470         message-mode.
11471
11472 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * message.el (message-make-fqdn): Fix comment.
11475         (message-bogus-system-names): Add ".local".
11476
11477         * spam.el (spam-ifile-path, spam-ifile-program)
11478         (spam-ifile-database-path, spam-ifile-database)
11479         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11480         Don't use "path" inappropriately.
11481         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11482         strings.
11483         (spam-check-ifile, spam-ifile-register-with-ifile)
11484         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11485         Use new variable names.
11486
11487         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11488         (gnus-treat-display-smileys): Simplify using
11489         gnus-image-type-available-p.
11490
11491         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11492         available.
11493
11494         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11495         Use `display-images-p' if available.
11496
11497 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11500         one after turning on the buffer's multibyteness instead of decoding
11501         them directly in the unibyte buffer that causes unexpected conversion
11502         in Emacs 23 (unicode).
11503
11504 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11505
11506         * message.el (message-generate-hashcash): Fix custom type.
11507
11508 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11511
11512 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11515         disconnect icons.  Add help text.
11516
11517 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11518
11519         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11520         negated to be consistent with the others we handle.
11521
11522 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11525         version of gnus-summary-buffer to something, so that we can use two
11526         article buffers at the same time.
11527
11528 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11529
11530         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11531         trigger all the extra headers.
11532         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11533         sorting.
11534
11535 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11536
11537         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11538         solid groups.
11539
11540 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11541
11542         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11543
11544 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * legacy-gnus-agent.el: Add Copyright notice.
11547
11548 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11549
11550         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11551
11552 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11555
11556         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11557         to make it work reliably in CVS Emacs.
11558         (gnus-summary-limit-strange-charsets-predicate)
11559         (gnus-summary-limit-to-predicate): New functions.
11560
11561 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11562
11563         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11564         specifying array size.
11565         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11566         array if it is too small.
11567         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11568         (gnus-sort-threads-loop): New function.
11569
11570 2006-12-06  Chris Moore  <dooglus@gmail.com>
11571
11572         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11573         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11574
11575 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11576
11577         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11578         options.
11579
11580 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11583         DOS-ing the recipient.
11584
11585         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11586         the headers when creating the mapping to avoid mismappings.
11587         (nnweb-gmane-create-mapping): Always nix out old mapping.
11588
11589 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11592         and mm-verify-option to never.
11593
11594 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * message.el (message-signed-or-encrypted-p): New function.
11597         (message-forward-make-body): Use it.
11598
11599         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11600         Replace encode-coding-string with mm-encode-coding-string.
11601
11602 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * nneething.el (nneething-decode-file-name):
11605         Replace decode-coding-string with mm-decode-coding-string.
11606
11607         * gnus-int.el (gnus-open-server): Say failed server's name.
11608
11609 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11610
11611         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11612         strings to a single string.  Quote `errors-file-name'.
11613         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11614         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11615         Adjust calls.  Use `shell-quote-argument'.
11616
11617 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11618
11619         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11620         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11621
11622         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11623         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11624         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11625         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11626         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11627         (gnus-subscribe-newsgroup, gnus-1):
11628         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11629         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11630         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11631         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11632
11633 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11636         keystroke.
11637         (gnus-summary-limit-to-bodies): Implement headersp.
11638
11639 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640
11641         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11642
11643 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11646
11647 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * message.el (message-generate-hashcash): Expand range of values to
11650         include `opportunistic'.
11651         (message-send-mail): Use it.
11652
11653 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11654
11655         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11656         and comment it.
11657
11658         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11659
11660 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-util.el (gnus-extract-address-components): Improve comment.
11663
11664 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-util.el (gnus-extract-address-components): Work with address in
11667         which the name portion contains @.
11668
11669         * lpath.el: Fbind custom-autoload.
11670
11671 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * gnus.el (gnus-start): Move custom group up.
11674         (gnus-select-method): Don't autoload, but make it available for
11675         `customize-variable'.
11676         (gnus-getenv-nntpserver): Don't autoload.
11677
11678 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11679
11680         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11681
11682 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * message.el (message-sendmail-extra-arguments): New variable.
11685         (message-send-mail-with-sendmail): Use it.
11686
11687 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11690         mm-with-unibyte-current-buffer to make string unibyte.
11691
11692         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11693         mm-string-as-multibyte.
11694
11695 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11696
11697         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11698         Reported by Werner Koch <wk@gnupg.org>.
11699
11700 2006-11-14  Daiki Ueno  <ueno@p360>
11701
11702         * mml2015.el: Autoload epa-select-keys when compiling.
11703
11704 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11705
11706         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11707         message-options.
11708         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11709
11710 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11711
11712         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11713         EasyPG (< 0.0.6).
11714         (mml2015-always-trust): New user option.
11715         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11716         prompt.
11717
11718 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * nntp.el (nntp-authinfo-force): New variable.
11721         (nntp-send-authinfo): Use it.
11722
11723 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11726         decode encoded words.  Improve prompt.  Add comment about forwarding.
11727         (message-replacement-char): Move up.
11728
11729 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11730
11731         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11732         instead of gnus-intersection because arguments of gnus-sorted-nunion
11733         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11734
11735 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11738         (message-simplify-subject-functions):
11739         Enable message-strip-subject-encoded-words by default.
11740
11741 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * message.el (message-strip-subject-encoded-words): New function.
11744         (message-simplify-subject-functions): New variable.
11745         (message-simplify-subject): Use it.  Fix typo in doc string.
11746         Support message-strip-subject-encoded-words.
11747
11748 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11749
11750         * gnus-diary.el (gnus-diary-delay-format-function):
11751         * nndiary.el (nndiary-reminders):
11752         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11753
11754 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-art.el (article-hide-boring-headers): Fetch date from
11757         gnus-original-article-buffer to avoid problems with localized date
11758         strings.
11759
11760 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11763
11764 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11767         New variables.
11768         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11769         (mm-charset-synonym-alist): Move some entries to
11770         mm-codepage-iso-8859-list.
11771         (mm-charset-synonym-alist, mm-charset-override-alist):
11772         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11773
11774 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11777
11778 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11781         with Emacs 21 and XEmacs.
11782
11783 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11784
11785         * spam.el (spam-parse-address): New function for better parsing,
11786         catching errors, etc.
11787         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11788
11789 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * mm-view.el: Add interactive arg to html2text autoload.
11792
11793 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11796
11797 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11800         New variables.
11801         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11802         (mm-charset-synonym-alist): Move some entries to
11803         mm-codepage-iso-8859-list.
11804
11805         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11806
11807 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * message.el (message-citation-line-format)
11810         (message-insert-formated-citation-line): Fix implementation of %E, %N
11811         and %n according to the doc string.
11812
11813 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11814
11815         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11816         Use car-safe to avoid bad parses.
11817
11818 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11821         names.
11822
11823         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11824
11825 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11828         header.
11829
11830         * message.el (message-draft-headers): Add Date.
11831         (message-headers-to-generate): Fix typo in docstring.
11832
11833         * nndraft.el (nndraft-required-headers): New variable.
11834         (nndraft-generate-headers): Use it.
11835
11836         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11837
11838 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * gnus-registry.el (gnus-registry-wash-for-keywords)
11841         (gnus-registry-find-keywords): New functions to allow easy searching of
11842         articles that are in the registry.
11843
11844 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11845
11846         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11847         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11848         Reported by Damien Elmes <damien@repose.cx>.
11849
11850 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * gnus.el (gnus-mime): Remove unused custom group.
11853
11854 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11855
11856         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11857         "blank line" when searching for end of armor headers.
11858
11859 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gmm-utils.el (gmm-write-region): Fix variable name.
11862
11863 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gmm-utils.el (gmm-write-region): New function based on compatibility
11866         code from `mm-make-temp-file'.
11867
11868         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11869
11870         * nnmaildir.el (nnmaildir--update-nov)
11871         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11872         Use `gmm-write-region'.
11873
11874 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11877         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11878
11879         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11880
11881         * message.el (message-replacement-char): New variable.
11882         (message-fix-before-sending): Use it.
11883         (message-simplify-subject): New function to remove duplicate code.
11884         (message-reply, message-followup): Use it.
11885
11886         * gnus-sum.el (gnus-summary-make-menu-bar):
11887         Clarify gnus-summary-limit-to-articles.
11888
11889 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-util.el (gnus-with-local-quit): New macro.
11892
11893         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11894
11895 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11896
11897         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11898         ignore non-string data.
11899
11900 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11903         non-string data (needs to be done in the registry too).
11904
11905 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11908         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11909         (gnus-registry-split-fancy-with-parent)
11910         (gnus-registry-fetch-simplified-message-subject-fast)
11911         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11912         Remove text properties on ingress into the registry and when it's saved.
11913         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11914         registry from entries with no groups.
11915
11916 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11917
11918         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11919         function to remove string properties.
11920
11921 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gmm-utils.el (gmm): Adjust custom version.
11924
11925         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11926         Adjust custom version.
11927
11928         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11929
11930 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * gnus-art.el (gnus-insert-prev-page-button)
11933         (gnus-insert-next-page-button): Simplify.  Reformat.
11934
11935 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11936
11937         * gnus-art.el (gnus-insert-prev-page-button)
11938         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11939
11940 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11941
11942         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11943
11944 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11945
11946         * gnus-art.el (gnus-insert-mime-button)
11947         (gnus-insert-mime-security-button):
11948         Apply gnus-article-button-face to MIME and security buttons.
11949
11950 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11953         readable.
11954
11955 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11958
11959 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11960
11961         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11962         `browse-url-of-file' instead of `browse-url'.
11963
11964 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11965
11966         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11967         regexp.  Articles containing quotation were cut prematurely.
11968
11969 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * message.el (message-cite-original-1): Use nobody by default for the
11972         value of From header.
11973         (message-reply): Ditto.
11974
11975 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11976
11977         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11978         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11979         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11980
11981 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11984         mails in the doc string.  Add some URLs in comment.
11985         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11986
11987 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11990         backslashes handling and the way to find boundaries of quoted strings.
11991
11992 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11993
11994         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11995         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11996         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11997         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11998
11999 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12002         doc string.
12003         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12004
12005 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * lpath.el: Fbind epg-check-configuration.
12008
12009 2006-09-06  Simon Josefsson  <jas@extundo.com>
12010
12011         * mml2015.el (mml2015-use): Doc fix, mention epg.
12012
12013 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12014
12015         * mml2015.el (mml2015-use): Default to epg, if available.
12016
12017 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12018
12019         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12020         message-sender.
12021         (mml1991-epg-encrypt): Ditto.
12022         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12023         message-sender.
12024         (mml2015-epg-encrypt): Ditto.
12025
12026 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12027
12028         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12029         several common directories.
12030
12031 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12032
12033         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12034         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12035
12036 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-art.el (article-decode-encoded-words): Make it fast.
12039
12040 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12043
12044         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12045         in quoted string into `\'.
12046
12047 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12050         Use standard-syntax-table.
12051
12052 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * gnus-art.el (gnus-decode-address-function): New variable.
12055         (article-decode-encoded-words): Use it to decode headers which are
12056         assumed to contain addresses.
12057         (gnus-mime-delete-part): Remove useless `or'.
12058
12059         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12060         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12061         (gnus-nov-parse-line): Use it to decode From header.
12062         (gnus-get-newsgroup-headers): Ditto.
12063         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12064
12065         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12066         (mail-decode-encoded-address-string): New alias.
12067
12068         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12069         New function.
12070         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12071         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12072         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12073         (rfc2047-decode-string): Ditto.
12074         (rfc2047-decode-address-region): New function.
12075         (rfc2047-decode-address-string): New function.
12076
12077 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * message.el (message-caesar-buffer-body): Allow rotating headers.
12080
12081         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12082
12083         * message.el (message-insert-formated-citation-line): Fix %f.
12084         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12085
12086 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12089         (gnus-bookmark-mouse-available-p): New macro.
12090         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12091         (gnus-bookmark-bmenu-show-infos): Use it.
12092         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12093         (gnus-bookmark-bmenu-hide-infos): Ditto.
12094         (gnus-bookmark-remove-properties): New function.
12095         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12096         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12097         (gnus-bookmark-write-file): Bind coding-system-for-write.
12098         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12099         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12100         group before selecting it.
12101         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12102         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12103         quit-window if it is not available; use gnus-mouse-2 and bind it to
12104         gnus-bookmark-bmenu-select-by-mouse.
12105         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12106         (gnus-bookmark-bmenu-select-by-mouse): New function.
12107
12108 2006-08-13  Romain Francoise  <romain@orebokech.com>
12109
12110         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12111         space.
12112
12113 2006-08-10  Romain Francoise  <romain@orebokech.com>
12114
12115         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12116         (dns-mode-soa-auto-increment-serial): New user option.
12117         (dns-mode-soa-maybe-increment-serial): New function.
12118         (dns-mode): Add the latter to `write-contents-functions'.
12119
12120 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * compface.el (uncompface): Use binary rather than raw-text-unix.
12123
12124 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * compface.el (uncompface): Make sure the eol conversion doesn't take
12127         place when communicating with the external programs.
12128         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12129
12130 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12133
12134 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12135
12136         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12137         Make it more robust by parsing author and date independently.
12138
12139 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12142
12143 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12144
12145         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12146         first matching secret key.
12147         (mml2015-epg-encrypt): Ditto.
12148
12149         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12150         first matching secret key.
12151         (mml1991-epg-encrypt): Ditto.
12152
12153         * mml2015.el (mml2015-encrypt-to-self): New user option.
12154         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12155         mml2015-epg-encrypt-to-self is set.
12156
12157         * mml1991.el (mml1991-encrypt-to-self): New variable.
12158         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12159         mml1991-epg-encrypt-to-self is set.
12160
12161         * mml2015.el (mml2015-signers): New user option.
12162         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12163         (mml2015-epg-encrypt): Allow to select signing keys.
12164
12165         * mml1991.el (mml1991-signers): New variable.
12166         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12167         (mml1991-epg-encrypt): Allow to select signing keys.
12168
12169 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * nnheader.el (nnheader-insert-head): Make it work even if the file
12172         uses CRLF for the line-break code.
12173
12174 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12175
12176         * mml2015.el: Require mml-sec instead of password.
12177         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12178         (mml2015-cache-passphrase): Inherit the default value from
12179         mml-secure-cache-passphrase.
12180         (mml2015-passphrase-cache-expiry): Inherit the default value from
12181         mml-secure-passphrase-cache-expiry.
12182
12183         * mml1991.el: Require mml-sec instead of password.
12184         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12185         (mml1991-cache-passphrase): Inherit the default value from
12186         mml-secure-cache-passphrase.
12187         (mml1991-passphrase-cache-expiry): Inherit the default value from
12188         mml-secure-passphrase-cache-expiry.
12189
12190         * mml-sec.el: Require password.
12191         (mml-secure-verbose): New user option.
12192         (mml-secure-cache-passphrase): New user option.
12193         (mml-secure-passphrase-cache-expiry): New user option.
12194
12195 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12196
12197         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12198         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12199         andreas@altroot.de (Andreas Vögele).
12200
12201         FIXME: Use `tiny change'?
12202
12203 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12204
12205         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12206         workaround for the url package included with Emacs.
12207
12208         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12209
12210 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12213         correctly.  This fixes a bug caused by the 2006-05-12 change.
12214
12215 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12216
12217         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12218         some information about the error when saying that the `bogus' mail
12219         group will be used.
12220
12221 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12224         string.
12225
12226 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12227
12228         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12229
12230 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12231
12232         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12233
12234 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12235
12236         * mml1991.el (mml1991-function-alist): Add epg.
12237         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12238         (mml1991-epg-encrypt): New functions.
12239
12240 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12241
12242         * mml2015.el (mml2015-verbose): New variable.
12243         (mml2015-cache-passphrase): Ditto.
12244         (mml2015-passphrase-cache-expiry): Ditto.
12245         (mml2015-function-alist): Add epg.
12246         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12247         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12248         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12249         New functions.
12250
12251 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12252
12253         * message.el (message-cite-original-1): Preserve region when removing
12254         quoted text due to X-No-Archive in order to avoid bogus attribution
12255         when citing multiple messages.
12256
12257 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12258
12259         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12260         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12261
12262 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus-diary.el (gnus-user-format-function-d)
12265         (gnus-user-format-function-D): Autoload.
12266
12267         * imap.el (Commentary): Fix typo.
12268
12269         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12270         2006-04-22 contribution.
12271
12272 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12273
12274         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12275         It didn't really fix the bogosity I'm seeing with solid web groups.
12276
12277 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12278
12279         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12280         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12281         created using server names.  If we use the feature without declaring
12282         it, Gnus does not properly manage server and group state.
12283
12284         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12285         bound.
12286
12287 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12288
12289         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12290         looking up the method using GROUP's prefix before inventing a new one.
12291         It is used on killed/unknown groups in various places where returning
12292         an all-new method isn't expected by the caller.
12293
12294         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12295         and match semantics of gnus-group-real-prefix.
12296
12297 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * nnmail.el (nnmail-broken-references-mailers): New variable.
12300         (nnmail-ignore-broken-references): New function generalizing
12301         nnmail-fix-eudora-headers.
12302         (nnmail-fix-eudora-headers): Now obsolete.
12303
12304         * gnus-art.el (gnus-button-handle-custom):
12305         Support `customize-apropos*'.
12306
12307 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12308
12309         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12310
12311         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12312         articles.
12313
12314 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * message.el (message-cite-reply-above): New variable.
12317         (message-yank-original): Use it.
12318
12319 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12322
12323 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12326         as read.
12327
12328         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12329
12330 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12331
12332         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12333         (gnus-bookmark-default-file): Use gnus-directory.
12334         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12335         Remove "*" in doc string.
12336         (gnus-bookmark-write-file): Simplify.
12337         (gnus-bookmark-maybe-sort-alist): Use `when'.
12338         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12339         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12340         Add FIXME about Emacs 21 and XEmacs compatibility.
12341         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12342         compatibility.
12343         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12344         compatibility.
12345         (gnus-bookmark-menu-heading): Fix version.
12346
12347 2006-06-19  Bastien Guerry  <bzg@altern.org>
12348
12349         * gnus-bookmark.el: New file.
12350
12351 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * message.el (message-syntax-checks): Doc fix.
12354
12355 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12356
12357         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12358         unsubscribed groups as if they were killed ones.  It causes duplicate
12359         entries in gnus-newsrc-alist.
12360
12361 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * message.el (message-syntax-checks): Doc fix.
12364         (message-send-mail): Add check for continuation headers.
12365         (message-check-news-header-syntax): Fix regexp used to check for
12366         continuation headers.
12367
12368 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12371
12372 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12375
12376 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12379         default-truncate-lines.
12380
12381 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12384         to fill the utf-8 entry.
12385
12386         * lpath.el: Fbind unicode-precedence-list.
12387
12388 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12389
12390         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12391
12392 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12393
12394         * gnus-agent.el (directory-files-and-attributes): Move all the way
12395         forward (the third and final move).
12396         (gnus-agent-read-agentview): Trap reconstruction errors due to
12397         nonexistent directory.  Handle by returning nil.
12398
12399 2006-05-30  Didier Verna  <didier@xemacs.org>
12400
12401         * message.el (message-dont-reply-to-names): Update the custom type.
12402         * message.el (message-dont-reply-to-names): New defsubst: potentially
12403         convert a list of regexps into a single one.
12404         * message.el (message-get-reply-headers): Use it.
12405         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12406
12407 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-agent.el (directory-files-and-attributes): Move forward.
12410
12411 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gnus-ml.el (gnus-mailing-list-subscribe)
12414         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12415         (gnus-mailing-list-message): Fix doc strings.
12416
12417 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12418
12419         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12420         of doing it manually.
12421
12422 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12425         comment.
12426
12427 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12428
12429         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12430         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12431         (gnus-agent-read-local): All symbols allocated in my-obarray.
12432         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12433         (gnus-agent-regenerate-group): Check numeric names to see if they are
12434         messages or groups.
12435         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12436         better way of do this...)
12437
12438         * gnus-cache.el (gnus-agent-total-fetched-for):
12439         Ignore 'dummy.group' (there should be a better way of do this...)
12440
12441 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12444         (gnus-saved-headers): Ditto.
12445         (gnus-default-article-saver): Mention functions may have properties.
12446         (gnus-article-save): Override gnus-save-all-headers and
12447         gnus-saved-headers by :headers property which saver function may have.
12448         (gnus-summary-save-in-file): Add :headers property.
12449         (gnus-summary-write-to-file): Ditto.
12450
12451         * gnus-sum.el (gnus-summary-save-article): Bind
12452         gnus-prompt-before-saving to t when saving many articles in a file;
12453         always show all headers.
12454
12455         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12456
12457 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12460         marks.
12461
12462         * message.el (message-indent-citation): Add optional arguments to allow
12463         using it outside of message buffers.
12464
12465         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12466         (gnus-article-treat-unfold-headers): Use it.
12467         (gnus-article-truncate-lines): New variable.
12468         (gnus-article-mode): Use it.
12469         (gnus-article-toggle-truncate-lines): New function.
12470
12471         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12472         Add gnus-article-toggle-truncate-lines.
12473
12474         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12475         coding system in XEmacs, use binary.
12476
12477 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12480         after-load-alist.
12481
12482         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12483         this function should save decoded articles.
12484         (gnus-summary-write-to-file): Use property to specify this function
12485         should save decoded articles and specify gnus-summary-save-in-file
12486         should be used to save articles other than the first one when saving
12487         many articles.
12488         (gnus-summary-save-body-in-file): Use property to specify this
12489         function should save decoded articles.
12490         (gnus-summary-write-body-to-file): Use property to specify this
12491         function should save decoded articles and specify
12492         gnus-summary-save-body-in-file should be used to save articles other
12493         than the first one when saving many articles.
12494
12495         * gnus-sum.el (gnus-summary-save-article): Simplify.
12496
12497 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-art.el (gnus-default-article-saver):
12500         Add gnus-summary-write-body-to-file.
12501         (gnus-article-save-coding-system): Don't use coding system object
12502         in XEmacs.
12503         (gnus-read-save-file-name): Add optional `dir-var' argument which
12504         specifies directory in which files are saved; work even if optional
12505         `variable' argument is not specified.
12506         (gnus-summary-write-to-file): Read file name.
12507         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12508         (gnus-summary-write-body-to-file): New function.
12509
12510         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12511         (gnus-summary-local-variables): Add it.
12512         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12513         (gnus-summary-save-article): Remove optional `decode' argument;
12514         determine whether to decode articles by the value of
12515         gnus-default-article-saver; when saving many files using
12516         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12517         it first and use gnus-summary-save-in-file or
12518         gnus-summary-save-body-in-file thereafter unless
12519         gnus-prompt-before-saving is always; move point to article which
12520         will be saved.
12521         (gnus-summary-save-article-file): Revert.
12522         (gnus-summary-write-article-file): Revert.
12523         (gnus-summary-save-article-body-file): Revert.
12524         (gnus-summary-write-article-body-file): New function.
12525
12526 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-art.el (gnus-default-article-saver): Doc fix.
12529         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12530         from gnus-summary-save-article-coding-system, and default to a
12531         certain coding system.
12532         (gnus-output-to-file): Add coding cookie and encode text according
12533         to gnus-article-save-coding-system; don't use mm-append-to-file.
12534
12535         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12536         gnus-art.el and rename to gnus-article-save-coding-system.
12537         (gnus-summary-save-article): Require gnus-art; don't show all
12538         headers if it decodes articles; don't add coding cookie here;
12539         don't bind mm-text-coding-system-for-write.
12540         (gnus-summary-save-article-file): Save decoded articles.
12541         (gnus-summary-write-article-file): When saving many files, use
12542         gnus-summary-write-to-file first and gnus-summary-save-in-file
12543         thereafter unless gnus-prompt-before-saving is always.
12544         (gnus-summary-save-article-body-file): Save decoded articles.
12545
12546         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12547
12548 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * nnrss.el (nnrss-check-group): Bind hash-index.
12551
12552 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12553
12554         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12555         its hash index.  Store this hash in `nnrss-group-data'.
12556         (nnrss-read-group-data): Update accordingly.
12557
12558 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12561         entry.
12562
12563         * gnus-sum.el (gnus-summary-make-menu-bar):
12564         Add gnus-article-browse-html-article.
12565
12566 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12567
12568         * gnus-sum.el (gnus-summary-mime-map):
12569         Add gnus-article-browse-html-article.
12570
12571         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12572
12573 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12576         suitable coding systems in customize.
12577
12578 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * mail-source.el (mail-sources): Fix custom type.
12581
12582 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12585         (gnus-summary-expire-articles-now): Shorten prompt.
12586
12587         * gmm-utils.el (wid-edit): Require.
12588         (defun-gmm): Rename from `gmm-defun-compat'.
12589         (gmm-image-search-load-path): Use it.
12590         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12591
12592 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-sum.el (gnus-summary-save-article-coding-system):
12595         New variable.
12596         (gnus-summary-save-article): Add optional `decode' argument.
12597         If it is set and gnus-summary-save-article-coding-system is non-nil,
12598         save decoded article.
12599         (gnus-summary-write-article-file): Save decoded article if
12600         gnus-summary-save-article-coding-system is non-nil.
12601
12602         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12603         type.
12604
12605 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12608
12609 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12612         first to test gnus-single-article-buffer which may be buffer-local.
12613
12614         * gnus-sum.el (gnus-summary-setup-buffer):
12615         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12616         group; make gnus-article-buffer, gnus-article-current, and
12617         gnus-original-article-buffer always buffer-local.
12618         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12619         group.
12620         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12621
12622 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * nnml.el (nnml-request-compact-group): Compressed files might not
12625         have .gz extension.
12626
12627 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12628
12629         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12630         (mm-copy-to-buffer): Use with-current-buffer.
12631         (mm-display-part): Simplify.
12632         (mm-inlinable-p): Add optional arg `type'.
12633
12634 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12635
12636         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12637         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12638         Try harder to show the attachment internally or externally using
12639         gnus-mime-view-part-as-type.
12640
12641 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * message.el (message-from-style, message-signature-separator)
12644         (message-user-organization-file, message-send-mail-function)
12645         (message-citation-line-function, message-yank-prefix)
12646         (message-indent-citation-function, message-signature)
12647         (message-signature-file, message-signature-insert-empty-line):
12648         Remove autoloads.
12649
12650         * gnus-art.el (gnus-buttonized-mime-types):
12651         Remove "multipart/signed".  Revert 2006-04-26 change.
12652
12653 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus.el (gnus-version-number): Bump version.
12656
12657 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12658
12659         * gnus.el: No Gnus v0.5 is released.
12660
12661 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12662
12663         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12664         fetching articles by message-id.
12665
12666 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * message.el (hashcash): Require hashcash as normal.
12669
12670         * ecomplete.el (ecomplete-highlight-match-line):
12671         Use point-at-eol.
12672         (ecomplete-highlight-match-line): Use `highlight', because that
12673         face exists in both Emacs and XEmacs.
12674
12675         * message.el (message-display-abbrev): Use point-at-bol.
12676
12677         * mail-source.el: Don't require timer/timer-funcs.
12678
12679         * gnus-async.el: Ditto.
12680
12681         * password.el: Ditto.
12682
12683         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12684
12685         * mm-url.el: Ditto.
12686
12687         * gnus-xmas.el: Don't require timer-funcs.
12688
12689         * mm-util.el: Require timer/timer-funcs.
12690
12691 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12692
12693         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12694         Close.
12695
12696 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12699         unibyte after clear-decrypt function runs.
12700
12701         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12702         returns as a unibyte string.
12703
12704 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * lpath.el: Revert.
12707
12708         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12709         (pgg-gpg-process-sentinel): Revert.
12710
12711         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12712         (pgg-pgp-lookup-key): Revert.
12713
12714         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12715         (pgg-pgp5-lookup-key): Revert.
12716
12717         * pgg.el (pgg-fetch-key): Revert.
12718
12719 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * lpath.el: Fbind string-as-multibyte for XEmacs.
12722
12723         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12724         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12725         (mml1991-pgg-encrypt): Ditto.
12726
12727         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12728         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12729         a multibyte buffer.
12730
12731         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12732         (pgg-pgp-lookup-key): Ditto.
12733
12734         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12735         (pgg-pgp5-lookup-key): Ditto.
12736
12737         * pgg.el (pgg-fetch-key): Ditto.
12738
12739 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * message.el (message-user-organization-file): Check several
12742         locations of the organization file.
12743
12744         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12745         Add gnus-article-view-part-as-type.
12746
12747         * gnus-art.el (gnus-article-view-part-as-type): New function.
12748
12749         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12750         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12751
12752         * mml.el: Simplify autoload.
12753         (mml-mode): defvar dnd-protocol-alist instead of using
12754         symbol-value.
12755         (mml-default-directory): New variable.
12756         (mml-minibuffer-read-file): Use it.
12757         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12758
12759         * message.el (message-citation-line-format): New variable.
12760         (message-insert-formated-citation-line): New function.
12761         (message-citation-line-function):
12762         Add `message-insert-formated-citation-line' to custom type.
12763
12764         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12765         to doc string.
12766
12767         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12768         depending on mm-verify-option.
12769
12770 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12773         binding pgg-* variables; reimplement the section which prevents
12774         MIME header from being signed.
12775         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12776         pgg-text-mode; remove a blank line at the top of body.
12777
12778         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12779         lines at the top of body; use gnus-newsgroup-charset if there's no
12780         Charset header.
12781
12782 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * message.el (message-self-insert-commands): Doc fix.
12785
12786         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12787         (mm-uu-pgp-encrypted-test): Ditto.
12788         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12789         between header and body; return application/pgp-encrypted handle
12790         if decryption failed; decode decrypted body by charset.
12791
12792         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12793         element match to application/pgp-*.
12794
12795 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12796
12797         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12798         HTML.
12799
12800 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12801
12802         * mail-source.el (mail-source-call-script): Message the error
12803         string.
12804
12805 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * gnus-util.el (gnus-byte-compile): Use it.
12808
12809 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12810
12811         * gnus-util.el (kill-empty-logs): New function.
12812
12813 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12814
12815         * message.el (message-mail-alias-type): Doc fix.
12816         (message-mail-alias-type-p): New function.
12817         (message-send): Use it.
12818         (message-mode): Ditto.
12819         (message-strip-forbidden-properties): Ditto.
12820
12821         * ecomplete.el (ecomplete-database-file-coding-system):
12822         New variable.
12823         (ecomplete-save): Use it.
12824         (ecomplete-setup): Use it.
12825
12826 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * message.el (message-self-insert-commands): New variable.
12829         (message-strip-forbidden-properties): Use it.
12830
12831 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12832
12833         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12834         that doesn't make XEmacs choke.
12835
12836 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * gnus-util.el (gnus-replace-in-string):
12839         Prefer replace-regexp-in-string over of replace-in-string.
12840
12841 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-util.el (gnus-select-frame-set-input-focus):
12844         Use select-frame-set-input-focus if it is available in XEmacs; use
12845         definition defined in Emacs 22 for old Emacsen.
12846
12847         * dgnushack.el: Autoload unmorse-region for XEmacs.
12848
12849         * lpath.el: Bind cursor-in-non-selected-windows and
12850         select-frame-set-input-focus for XEmacs.
12851
12852 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12855
12856 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12857
12858         * gnus-registry.el (gnus-registry-cache-save): Remove text
12859         properties when saving via the temp buffer.
12860
12861 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * message.el (message-generate-hashcash): Honor custom type.
12864
12865 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * message.el (message-generate-hashcash): Default to non-nil when
12868         hashcash is found.
12869
12870         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12871         (gnus-refer-thread-limit): Increase default to 500.
12872
12873         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12874
12875         * flow-fill.el (fill-flowed): Allow delete-space.
12876
12877 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12880         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12881         Remove autoloads.
12882
12883 2006-04-18  Simon Josefsson  <jas@extundo.com>
12884
12885         * message.el (message-generate-hashcash): Default to.
12886
12887 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12890         concatenating segments rather than before concatenating them.
12891
12892 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12895
12896 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897
12898         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12899
12900         * message.el (message-forward-make-body-plain):
12901         Allow message-forward-ignored-headers to be a list.
12902         (message-remove-ignored-headers): Factor out into function.
12903         (message-forward-make-body-mml): Use it.
12904
12905         * imap.el (imap-quote-specials): New function.
12906         (imap-login-auth): Quote specials.
12907
12908         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12909         (rfc2231-parse-string): Allow concatanation of parameters that
12910         aren't contiguous.  The test case is
12911           (mail-header-parse-content-type "message/external-body;
12912             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12913             access-type=LOCAL-FILE;
12914             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12915
12916 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12917
12918         * nntp.el (nntp-accept-process-output): Return the value of
12919         `nnheader-accept-process-output'.
12920
12921 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12924         (gnus-button-alist): Recognize more diff formats.
12925         (gnus-button-patch): Strip directory.
12926
12927 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12930         Emacs 22 when setting focus.
12931
12932 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * gnus-art.el (gnus-article-treat-types): Do treatment of
12935         text/x-verbatim parts.
12936         (gnus-button-patch): New command.
12937
12938         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12939         addresses that contain invalid characters.
12940
12941 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12942
12943         * message.el (message-put-addresses-in-ecomplete):
12944         Use gnus-replace-in-string.
12945         (message-is-yours-p): Use the more correct
12946         mail-header-parse-address instead of
12947         mail-extract-address-components.
12948         (message-put-addresses-in-ecomplete): Fix typo.
12949
12950         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12951         keystroke.
12952
12953         * gnus-art.el (gnus-treatment-function-alist): Change order of
12954         newsgroups/generic header folding to avoid double-folding.
12955
12956         * message.el (message-hidden-headers): Add X-Draft-From.
12957
12958         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12959         New command.
12960         (gnus-summary-repeat-search-article-backward): New command.
12961
12962         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12963         groups in the parent topic.
12964
12965 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12966
12967         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12968         (spam-extra-header-to-number): Return the CRM114 number as a
12969         number instead of a string.
12970
12971 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12972
12973         * gnus-art.el (gnus-face-properties-alist): Move here from
12974         gnus-fun.
12975
12976         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12977
12978 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12979
12980         * message.el (message-strip-forbidden-properties): Only display on
12981         self-insert-command.
12982
12983         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12984         reindent.
12985         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12986
12987 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12988
12989         * smiley.el (smiley-style): Fix typo.
12990
12991 2006-03-23  Kenichi Handa  <handa@m17n.org>
12992
12993         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12994         instead of set-buffer-multibyte.
12995
12996 2006-03-23  Kenichi Handa  <handa@m17n.org>
12997
12998         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12999         buffer and then decode the buffer text if necessary.
13000         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13001         first, and after mm-encode-body, change the buffer to unibyte.
13002
13003 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * hashcash.el (hashcash-insert-payment-async-2):
13006         Use message-goto-eoh instead of doing it manually.
13007         (mail-add-payment): Use message-narrow-to-header instead of trying
13008         to do the same itself.
13009
13010         * message.el (message-hidden-headers): Add Face.
13011
13012         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13013         reparenting code.
13014         (gnus-summary-reparent-children): Refactored out code.
13015         (gnus-summary-thread-map): New keystroke.
13016         (gnus-summary-reparent-children): Make into command.
13017
13018         * smiley.el (smiley-style): Default to `medium' if using a large
13019         font.
13020
13021         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13022         does it itself.
13023
13024         * message.el (message-point-in-header-p): Simplify definition.
13025
13026 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13027
13028         * nnagent.el (nnagent-request-set-mark): Silence log file
13029         writing.
13030         (nnagent-request-set-mark): Use write-region instead of
13031         append-to-file.
13032
13033         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13034         strange select method.
13035
13036         * ecomplete.el (ecomplete-display-matches): Get highlightling
13037         right.
13038         (ecomplete-display-matches): Use literals.
13039         (ecomplete-display-matches): Disable message logging.
13040
13041         * message.el (message-display-abbrev): Small optimization.
13042
13043         * ecomplete.el (ecomplete-display-matches): Allow automatic
13044         display.
13045
13046         * message.el (message-strip-forbidden-properties):
13047         Display abbrevs.
13048         (message-display-abbrev): Get automatic display right.
13049
13050         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13051         keystrokes.
13052
13053 2006-04-13  Romain Francoise  <romain@orebokech.com>
13054
13055         TODO: Backport to v5-10!
13056
13057         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13058         Move here (and rename) from gnus-registry.el.
13059
13060         * gnus-registry.el: Require gnus-util.
13061         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13062
13063 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * gnus-group.el (gnus-group-catchup-current):
13066         Change if-then-else-if-then-else into cond.
13067         (gnus-group-catchup): Indent.
13068         (group-name-at-point): New function.
13069         (gnus-fetch-group): Provide default from thing at point.
13070
13071 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13072
13073         * message.el (message-display-abbrev): Fix regexp.
13074
13075         * ecomplete.el (ecomplete-highlight-match-line):
13076         Reimplement choosing.
13077         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13078         dead variables.
13079
13080         * message.el (message-newline-and-indent): Remove debugging.
13081         (message-display-abbrev): Use new implementation.
13082
13083 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-art.el (gnus-article-mode):
13086         Set cursor-in-non-selected-windows to nil.
13087
13088         * smiley.el: Revert previous change.
13089         (smiley-data-directory): defvar it before using it in the
13090         defcustom of `smiley-style'.
13091
13092 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13093
13094         * message.el (message-newline-and-indent): New function.
13095
13096         * ecomplete.el: Implement more bits.
13097
13098         * message.el (message-put-addresses-in-ecomplete): Clean up the
13099         string.
13100
13101         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13102
13103         * gnus-sum.el (gnus-summary-save-parts):
13104         Bind gnus-summary-save-parts-counter and use it to make unique file
13105         names.
13106
13107         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13108
13109         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13110         parameter to say whether to actually parse the individual
13111         addresses.
13112
13113         * message.el (message-put-addresses-in-ecomplete): New function.
13114         (ecomplete): Require.
13115         (message-mail-alias-type): Add ecomplete as an option.
13116
13117 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13118
13119         * flow-fill.el (fill-flowed): Remove trailing space from blank
13120         quoted lines.
13121
13122 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13123
13124         * smiley.el (smiley-style): Move definition later to avoid a
13125         compilation warning.
13126
13127 2006-04-12  Kenichi Handa  <handa@m17n.org>
13128
13129         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13130         buffer and then decode the buffer text if necessary.
13131         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13132         first, and after mm-encode-body, change the buffer to unibyte.
13133         Use mm-disable-multibyte instead of set-buffer-multibyte.
13134
13135 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13138         Content-Type header instead of Content-Disposition header.
13139         (gnus-mime-inline-part): Ditto.
13140         (gnus-mime-view-part-as-charset): Ignore charset that the part
13141         specifies.
13142
13143         * mm-decode.el (mm-display-part): Work with external parts and
13144         usual parts similarly.
13145
13146         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13147         instead of gnus-display-mime.
13148
13149         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13150         instead of with-temp-buffer.
13151
13152         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13153         tag to summarized topics part in order to encode non-ASCII text.
13154
13155 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * smiley.el (smiley-style): New variable.
13158         (smiley-directory): New function.
13159         (smiley-data-directory): Derive from `smiley-style' using
13160         `smiley-directory'.
13161         (smiley-regexp-alist): Add new entries.
13162
13163         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13164         (gnus-article-browse-delete-temp): Add :version.
13165
13166 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13167
13168         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13169         the sieve region.
13170
13171 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13172
13173         * gnus.el (gnus-version-number): Bump version.
13174
13175 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus.el: No Gnus v0.4 is released.
13178
13179 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13180
13181         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13182         layout.
13183
13184         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13185         unknown charset.
13186
13187         * message.el (message-header-synonyms): Add Original-To to the
13188         default.
13189
13190         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13191         optional parameter.
13192
13193 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-fun.el (gnus): Require it for gnus-directory.
13196
13197 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13200
13201 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13202
13203         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13204
13205 2006-04-05  Simon Josefsson  <jas@extundo.com>
13206
13207         * password.el (password-reset): New function.
13208
13209 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13210
13211         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13212         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13213
13214 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13215
13216         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13217         Some whitespace was matched into the url, which broke browsing hits
13218         > 100 when mm-url-use-external was nil.
13219
13220 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13223         Check gnus-extra-headers for 'Newsgroups.
13224
13225         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13226         bound.
13227
13228 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13229
13230         * pgg-gpg.el: Clean up process buffers every time gpg processes
13231         complete.
13232
13233 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13234
13235         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13236         doc string.
13237
13238 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13239
13240         * pgg-gpg.el (pgg-gpg-process-filter)
13241         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13242
13243         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13244         lines, temporary fix.
13245
13246 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13249
13250 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13251
13252         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13253         default-enable-multibyte-characters.  This reverts the change from
13254         revision 6.17 which is no longer necessary because the passphrase
13255         is sent separately now.  GnuPG messages are unreadable under
13256         multibyte locales with default-enable-multibyte-characters set to
13257         nil.
13258
13259 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * message.el (message-tool-bar-gnome): Move "spell".
13262
13263 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13266         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13267         instead.
13268
13269 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13270
13271         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13272         Improve newsgroups handling for NNTP overviews which don't include
13273         Newsgroups.
13274
13275 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13276
13277         * message.el (message-resend): Bind message-generate-hashcash to nil.
13278
13279 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13280
13281         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13282         when searching for already-paid recipients.
13283
13284 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13285
13286         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13287         passphrases when it is not needed.
13288         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13289         passphrase stuff from gpg, should only be necessary when you use
13290         gpg with a smartcard.
13291
13292 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * mml.el (mml-insert-mime): Ignore cached contents of
13295         message/external-body part.
13296
13297         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13298         (mm-insert-part): Ditto.
13299
13300 2006-03-23  Simon Josefsson  <jas@extundo.com>
13301
13302         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13303         Reiner.
13304         (pgg-gpg-use-agent-p): Use it again.
13305
13306 2006-03-23  Simon Josefsson  <jas@extundo.com>
13307
13308         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13309         older emacsen.
13310         (pgg-gpg-use-agent-p): Don't use it.
13311
13312 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13315         if we can.
13316
13317 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13318
13319         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13320         (pgg-gpg-update-agent): New function.
13321         (pgg-gpg-use-agent-p): New function.
13322         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13323         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13324         (pgg-gpg-sign-region): Use it.
13325
13326 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13329         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13330
13331 2006-03-21  Simon Josefsson  <jas@extundo.com>
13332
13333         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13334         <wilde@sha-bang.de>.
13335         (pgg-gpg-use-agent): New variable.
13336         (pgg-gpg-process-region): Use it.
13337         (pgg-gpg-encrypt-region): Likewise.
13338         (pgg-gpg-encrypt-symmetric-region): Likewise.
13339         (pgg-gpg-decrypt-region): Likewise.
13340         (pgg-gpg-sign-region): Likewise.
13341         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13342
13343 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13346
13347         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13348         Add comment on version.
13349
13350 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * smiley.el: Add missing test smiley.
13353
13354 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * mm-decode.el (mm-with-part): New macro.
13357         (mm-get-part): Use it; work with message/external-body as well.
13358         (mm-save-part): Treat name and filename equally.
13359
13360         * mm-extern.el (mm-extern-cache-contents): New function.
13361         (mm-inline-external-body): Use it; force the part to be displayed;
13362         move undisplayer added to the cached handle to the parent.
13363
13364         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13365         (gnus-mime-view-part-as-type): Work with message/external-body.
13366
13367         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13368
13369 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13372         images in image-load-path.  [Sync with image.el, revision 1.60, in
13373         Emacs.]
13374
13375 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13378         path rather than symbol.  Always return list of directories.
13379         Guarantee that image directory comes first.  [Sync with image.el,
13380         revision 1.59, in Emacs.]
13381
13382         * message.el (message-make-tool-bar): Adjust to new API of
13383         `gmm-image-load-path-for-library'.
13384
13385         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13386
13387         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13388
13389 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13390
13391         * gnus-art.el (gnus-article-only-boring-p):
13392         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13393         intangible text.
13394         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13395
13396 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13399         Use `defun' instead of `gmm-defun-compat'.
13400
13401 2006-03-14  Simon Josefsson  <jas@extundo.com>
13402
13403         * message.el (message-unique-id): Don't use message-number-base36
13404         if (user-uid) is a float.
13405         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13406
13407 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13410
13411         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13412         empty line between a part and a message part.
13413
13414 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * smiley.el: Add more test smileys.
13417         (smiley-data-directory, smiley-regexp-alist)
13418         (gnus-smiley-file-types): Fix doc strings.
13419         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13420         adding new elements.
13421         (smiley-mouse-map): Unused code.  Make it a comment.
13422
13423 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13426         scan latest NoCeM messages instead of old ones.
13427         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13428         delimiters that are recently used.
13429         (gnus-nocem-load-cache): Add autoload cookie.
13430
13431         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13432
13433         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13434         level which is larger than gnus-use-nocem is specified.
13435
13436         * gnus-group.el (gnus-group-get-new-news): Ditto.
13437
13438 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus-util.el (gnus-tool-bar-update): New function.
13441
13442         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13443         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13444
13445         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13446
13447         * gnus-group.el (gnus-group-redraw-when-idle)
13448         (gnus-group-redraw-check): Remove.
13449         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13450
13451 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13454         if optional last element is specified in splits (FIELD VALUE...).
13455
13456 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13459         to gmm-image-load-path-for-library.  Call with no-error argument.
13460         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13461
13462         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13463
13464         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13465
13466         * gmm-utils.el (gmm-image-load-path): Remove alias.
13467
13468 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * gmm-utils.el (gmm-image-load-path): Add alias.
13471
13472         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13473         nnml-generate-nov-databases-1.
13474         (nnml-generate-nov-databases): Use it.
13475         (nnml-generate-nov-databases-directory): Document no-active
13476         argument.
13477
13478         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13479         directory if path is t.  Add no-error.
13480
13481         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13482         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13483
13484         * gnus-art.el (gnus-article-browse-delete-temp-files):
13485         Simplify resetting gnus-article-browse-html-temp-list.
13486
13487         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13488         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13489         Add example to docstring.  Rename local variables.  Move error
13490         checks to default case in cond and simplify.
13491
13492 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13495         handle is multipart when calling it recursively.
13496         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13497
13498 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13499
13500         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13501         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13502
13503 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13506         is loaded.
13507
13508         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13509         loaded.
13510
13511 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13514         to "Emacs 23 (unicode)" in doc string.
13515
13516         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13517         "Emacs 23 (unicode)" in comment.
13518
13519 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13522
13523         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13524         characters 160 through 255 in Emacs 23.
13525
13526 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13529         gnus-article-browse-html-temp.
13530         (gnus-article-browse-delete-temp): Make it customizable.
13531         Add `file'.  Adjust doc string.
13532         (gnus-article-browse-delete-temp-files): Add argument.
13533         Allow query for each file.  Adjust doc string.
13534         (gnus-article-browse-html-parts):
13535         Add `gnus-article-browse-delete-temp-files' to
13536         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13537
13538 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13539
13540         * gnus-art.el (gnus-article-browse-html-temp)
13541         (gnus-article-browse-delete-temp): New variables.
13542         (gnus-article-browse-delete-temp-files): New function.
13543         (gnus-article-browse-html-parts): Use it.
13544
13545 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13548
13549         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13550         string.
13551
13552         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13553         gnus-summary-insert-new-articles when unplugged.
13554         Remove gnus-summary-search-article-forward.
13555
13556         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13557         display-visual-class instead of display-color-cells.
13558
13559 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * dgnushack.el: Autoload customize-group for XEmacs.
13562
13563         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13564         message/* containing non-ASCII text properly.
13565
13566 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * message.el: Require gmm-utils, remove autoloads.
13569         (message-tool-bar): Set default based on
13570         gmm-tool-bar-style.
13571         (message-tool-bar-gnome): Add gmm-customize-mode.
13572
13573         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13574         gmm-tool-bar-style.
13575         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13576
13577         * gnus-group.el (gnus-group-tool-bar): Set default based on
13578         gmm-tool-bar-style.
13579         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13580
13581         * gmm-utils.el (gmm-image-directory): Rename variable from
13582         gmm-image-load-path.
13583         (gmm-image-load-path): Use gmm-image-directory.
13584         (gmm-customize-mode): New function.
13585         (gmm-tool-bar-style): New variable.
13586
13587         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13588         gnus-group-redraw-line-number.
13589         (gnus-group-redraw-check): Simplify.
13590         (gnus-group-tool-bar-update): Remove redraw check.
13591         (gnus-group-make-tool-bar): Add redraw check.
13592
13593 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13594
13595         * gnus-art.el (gnus-button): Add missing parentheses.
13596
13597 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * lpath.el: Fbind line-number-at-pos.
13600
13601 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13604
13605 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-art.el (gnus-button): New face.
13608         (gnus-article-button-face): Use it.
13609
13610         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13611         Add gnus-summary-next-page.  Re-order.
13612
13613         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13614         next-node are now included.
13615         (gnus-group-redraw-line-number): New internal variable.
13616         (gnus-group-redraw-check): Helper function for updating the tool
13617         bar.
13618         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13619
13620         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13621
13622         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13623         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13624         Use it to match format of Spamassassin 3.0 and later.
13625         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13626         (spam-check-bogofilter)
13627         (spam-bogofilter-register-with-bogofilter): Fix args of
13628         `gnus-error' calls.
13629
13630 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13633         unnecessary interaction when sending queued mails.
13634         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13635
13636 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13639         first or last are nil.
13640
13641 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13642
13643         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13644
13645 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13648
13649 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13650
13651         * dns.el (query-dns): Protect more against buggy tcp output.
13652
13653 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13656         nov.php.
13657
13658 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13659
13660         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13661         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13662         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13663         output on the server side.
13664         (nnweb-google-create-mapping): Update regexps and add some
13665         progress indication.
13666
13667 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-group.el (gnus-group-tool-bar-gnome):
13670         Fix gnus-agent-toggle-plugged.  Re-order icons.
13671         (gnus-group-tool-bar-gnome):
13672         Add gnus-group-{prev,next}-unread-group.
13673         (gnus-group-tool-bar-gnome): Re-order icons.
13674
13675         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13676         Move gnus-summary-insert-new-articles.
13677
13678         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13679         Fix comments.
13680
13681         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13682         also available in Emacs 21.3.
13683
13684         * message.el (message-fix-before-sending): Change "Emacs 22" to
13685         "Emacs 23 (unicode)" in comment.
13686
13687         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13688         "Emacs 23 (unicode)" in comment.
13689
13690         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13691         comment.
13692         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13693
13694         * mm-view.el (mm-fill-flowed): Add :version.
13695
13696 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13699         and load-path.
13700
13701 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * message.el: Autoload gmm-image-load-path.
13704         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13705         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13706         consitency.
13707
13708         * gmm-utils.el (gmm-image-load-path): Also search in
13709         "../etc/images".  Don't set gmm-image-load-path if we don't find
13710         the image.
13711
13712 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gmm-utils.el (gmm-image-load-path): Don't make
13715         `gmm-image-load-path' include subdirectories which the second arg
13716         `image' might specify.
13717
13718         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13719         subdirectory to icon file names.
13720
13721         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13722
13723 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13726         gmm-image-load-path calls.
13727
13728         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13729
13730         * message.el (message-make-tool-bar): Ditto.
13731
13732         * mml.el (mml-preview): Add comment concerning tool bar icons.
13733
13734         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13735         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13736
13737         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13738         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13739
13740         * message.el (message-tool-bar-gnome): Use new icon names.
13741         (message-make-tool-bar): Use `gmm-image-load-path'.
13742
13743         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13744         New functions from MH-E.
13745         (gmm-image-load-path): New variable from MH-E.
13746         (gmm-image-load-path): New function from MH-E.  Add arguments
13747         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13748         *-image-load-path-called-flag.
13749
13750 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13751
13752         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13753
13754 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13755
13756         * nnimap.el (nnimap-request-move-article): Change folder back to
13757         source group before deleting.
13758
13759 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13762
13763         * gnus-art.el (mm-url-insert-file-contents-external):
13764         Autoload mm-url.
13765
13766         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13767
13768 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13771         coding system which mm-charset-to-coding-system returns for a
13772         given charset is valid.
13773
13774 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13775
13776         * html2text.el (html2text-remove-tag-list):
13777         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13778
13779 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13780
13781         * gnus-cus.el: Revert 2005-10-17 change.
13782
13783 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (article-strip-banner):
13786         Call article-really-strip-banner only when the regexp match is made.
13787
13788 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (article-strip-banner):
13791         Use gnus-extract-address-components instead of
13792         mail-header-parse-addresses to make it work with non-ASCII text;
13793         remove mail-encode-encoded-word-string.
13794
13795         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13796         values which are surrounded with \"...\"; make it never cause a
13797         Lisp error; give up parsing of parameters if it failed in
13798         extracting type.
13799
13800 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13801
13802         * smime.el (smime-cert-by-ldap-1): Fix bug where
13803         `smime-ldap-search' returns results without userCertificates.
13804
13805 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13808
13809 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * spam.el (spam-check-spamassassin-headers): Adapt format for
13812         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13813         <ari@mbf.ocn.ne.jp>.
13814         (spam-list-of-processors): Add spam-use-gmane.
13815
13816 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13819         make-temp-file; make it work with XEmacs as well.
13820
13821         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13822         mm-make-temp-file.
13823
13824         * mm-decode.el (mm-display-external): Use the 3rd arg of
13825         mm-make-temp-file.
13826         (mm-create-image-xemacs): Ditto.
13827
13828 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13831         with message-narrow-to-headers.
13832         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13833         (gnus-draft-check-draft-articles): New function.
13834         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13835
13836 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * gnus-art.el (gnus-article-browse-html-parts):
13839         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13840         Don't use suffix argument for mm-make-temp-file for Emacs 21
13841         compatibility.  Remove useless `format'.
13842
13843 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13844
13845         * nnweb.el (nnweb-google-wash-article): Update regexps.
13846         (nnweb-group-alist): Use defvoo instead of defvar.
13847
13848 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13851         re-loading nn* modules.
13852
13853 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13856         for `tool-bar-mode' and don't check it's default-value.
13857
13858         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13859
13860         * message.el (message-make-tool-bar): Ditto.
13861
13862         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13863         `substring'.  Shorten tmp-file name.
13864
13865         * gnus.el: Remove bogus comment.
13866
13867 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13868
13869         * gnus-art.el (gnus-article-browse-html-parts): New function.
13870         (gnus-article-browse-html-article): New function for viewing html
13871         articles with a browser.
13872
13873 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13874
13875         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13876         in elisp.
13877         (pgg-gpg-encrypt-symmetric-region): Ditto.
13878         (pgg-gpg-sign-region): Ditto.
13879
13880         * pgg-def.el (pgg-text-mode): New variable.
13881
13882         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13883         (mml2015-pgg-encrypt): Ditto.
13884
13885         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13886         (mml1991-pgg-encrypt): Ditto.
13887
13888 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * nnfolder.el (nnfolder-insert-newsgroup-line):
13891         Use message-make-date instead of current-time-string.
13892
13893         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13894         to gnus-decoded which mm-uu might set.
13895
13896 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13899         don't decode quoted parameters; remove misimported Emacs code.
13900         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13901         (rfc2231-decode-encoded-string): Don't use split-string which
13902         behaves differently according to Emacs version; use
13903         mm-decode-coding-region to convert charset to coding-system.
13904         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13905         (rfc2231-encode-string): Remove misimported Emacs code.
13906
13907 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13910         when calling mail-header-parse-content-type.
13911         (article-de-quoted-unreadable): Ditto.
13912         (article-de-base64-unreadable): Ditto.
13913         (article-wash-html): Ditto.
13914
13915         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13916         calling mail-header-parse-content-type and
13917         mail-header-parse-content-disposition.
13918         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13919         mail-header-parse-content-type.
13920
13921         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13922         insert charset and format parameters; encode description after
13923         inserting it to buffer.
13924         (mml-insert-parameter): Fold lines properly even if a parameter is
13925         segmented into two or more lines; change the max column to 76.
13926
13927         * rfc1843.el (rfc1843-decode-article-body): Don't use
13928         ignore-errors when calling mail-header-parse-content-type.
13929
13930         * rfc2231.el (rfc2231-parse-string): Return at least type if
13931         possible; don't cause an error even if it fails in parsing of
13932         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13933         (rfc2231-encode-string): Don't break lines at the beginning, leave
13934         it to mml-insert-parameter.
13935
13936         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13937         calling mail-header-parse-content-type.
13938
13939 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * spam-report.el (spam-report-gmane-use-article-number):
13942         Improve doc string.
13943         (spam-report-gmane-internal): Check if a suitable header was found
13944         in the article.
13945
13946 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13949         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13950
13951 2006-02-05  Romain Francoise  <romain@orebokech.com>
13952
13953         Update copyright notices of all files in the gnus directory.
13954
13955 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13956
13957         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13958
13959 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13962         segmented lines of parameter value to cope with Thunderbird 1.5
13963         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13964         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13965         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13966
13967 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13968
13969         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13970         parts.
13971
13972 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13973
13974         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13975         there's only one active file for all servers.
13976         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13977         solid groups.  Gnus might have used a FAST request to select the group.
13978         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13979         and nnweb-search redundantly in the active file.
13980         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13981         (nnweb-request-create-group): Don't use ARGS.
13982         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13983         initialisations.  Let nnoo do the work.
13984
13985 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13988         Say the part has been decoded.
13989
13990         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13991
13992 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13993
13994         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13995         mailcap-viewer-test-cache when there's no 'test clause, since that
13996         will invert the meaning of a "nil" test previously determined by
13997         mailcap-mailcap-entry-passes-test.
13998
13999 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14002         compiling.
14003
14004         * gnus-sum.el: Ditto.
14005
14006         * message.el: Don't bind tool-bar-map when compiling.
14007
14008 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14011
14012 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14013
14014         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14015         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14016         current Google Groups.
14017
14018 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14021         and tool-bar-mode.
14022
14023         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14024         and tool-bar-mode.
14025
14026         * message.el (message-tool-bar-update): Simplify.
14027         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14028
14029         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14030         gnus-summary-buffer.
14031         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14032         gnus-summary-reply.
14033
14034         * gmm-utils.el (gmm): Add :version.
14035
14036 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * Makefile.in (clean): New rule.
14039         (distclean): Use it.
14040
14041 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14042
14043         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14044         Don't autoload.
14045
14046 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gmm-utils.el (gmm-verbose): Add :group.
14049
14050 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * message.el: Change some comments WRT tool-bars.
14053
14054         * gnus-sum.el (gnus-summary-tool-bar)
14055         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14056         (gnus-summary-tool-bar-zap-list): New variables.
14057         (gnus-summary-make-tool-bar): Complete rewrite using
14058         `gmm-tool-bar-from-list'.
14059
14060         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14061         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14062         New variables.
14063         (gnus-group-make-tool-bar): Complete rewrite using
14064         `gmm-tool-bar-from-list'.
14065         (gnus-group-tool-bar-update): New function.
14066
14067         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14068
14069 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14072         is dissected into a single part of which the type is the same as
14073         the given one; decode charset.
14074
14075 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14076
14077         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14078         into alists as symbol not string, since that's what
14079         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14080         look for.
14081
14082 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14085         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14086
14087         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14088
14089 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14092         (gnus-xmas-mime-security-button-menu): New function.
14093
14094         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14095         (gnus-mime-security-button-menu): New definition.
14096         (gnus-mime-security-button-map): Use them.
14097         (gnus-mime-security-button-menu): New function.
14098         (gnus-insert-mime-security-button): Addition to help echo.
14099         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14100         (gnus-mime-security-pipe-part): New functions.
14101
14102         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14103         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14104
14105         * mm-decode.el (mm-handle-set-disposition): Remove.
14106         (mm-handle-set-description): Remove.
14107
14108 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14111         (mm-w3m-standalone-supports-m17n-p): New function.
14112         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14113         w3m usage.
14114
14115         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14116         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14117
14118 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * message.el (message-tool-bar-zap-list):
14121         Use gmm-tool-bar-zap-list as custom type.
14122         (message-tool-bar-update): New function.
14123         (message-tool-bar, message-tool-bar-gnome)
14124         (message-tool-bar-retro): Add message-tool-bar-update.
14125         (message-tool-bar-gnome): Add flyspell-buffer.
14126
14127         * gnus-util.el (gnus-error): Describe `args'.
14128
14129         * gmm-utils.el (gmm-error): Describe `args'.
14130         (gmm-tool-bar-zap-list): New widget.
14131         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14132
14133 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14136         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14137         the number of recursive calls.
14138
14139         * mm-decode.el (mm-handle-set-disposition): New macro.
14140         (mm-handle-set-description): New macro.
14141
14142 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14145         encoding.
14146
14147 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * message.el (message-tool-bar-zap-list, message-tool-bar)
14150         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14151         (message-tool-bar-local-item-from-menu): Remove.
14152         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14153         (message-make-tool-bar): New function.
14154         (message-mode): Use `message-make-tool-bar'.
14155
14156         * gmm-utils.el: New file.
14157         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14158         (gmm-lazy): New widget copied from `nnmail.el'.
14159         (gmm-tool-bar-from-list): New function for creating customizable
14160         tool bars.
14161         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14162         output.
14163         (gmm): Add :prefix to defgroup.
14164
14165 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14166
14167         * gmm-utils.el (gmm-widget-p): New function.
14168
14169 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * mml.el (mml-attach-file): Describe `description' in doc string.
14172         (mml-menu): Add Emacs MIME manual and PGG manual.
14173
14174 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14175
14176         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14177
14178 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14179
14180         * nntp.el (nntp-end-of-line): Doc fix.
14181
14182 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14183
14184         * imap.el (imap-open): Handle case where buffer is a buffer
14185         object.
14186
14187 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14188
14189         * gnus-delay.el (gnus-delay): Don't autoload.
14190         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14191         to be re-loaded when customizing the `gnus-delay' group.
14192
14193 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14194
14195         * message.el (message-insert-citation-line): Use newlines.
14196
14197 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14198
14199         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14200         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14201         these routines, so the passphrase can be managed externally and
14202         passed in to the system.
14203         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14204         pgg-add-passphrase-to-cache function.
14205
14206         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14207         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14208         these routines, so the passphrase can be managed externally and
14209         passed in to the system.
14210         (pgg-pgp5-sign-region): Use new name of
14211         pgg-add-passphrase-to-cache function.
14212
14213 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14214
14215         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14216         part of the decoded armor to find the key-identifier.
14217         (pgg-gpg-lookup-key-owner): New function to return the
14218         human-readable identifier of a key owner.
14219         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14220         itself.
14221         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14222         the key value) if we have a key and can match it against a secret
14223         key.  Also, added a note pointing out fact that the prompt only
14224         indicates the first matching key.
14225
14226         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14227         pgg-decrypt-region.
14228         (pgg-add-passphrase-to-cache): Rename from
14229         `pgg-add-passphrase-cache' to reduce confusion (all callers
14230         changed).
14231         (pgg-remove-passphrase-from-cache): Rename from
14232         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14233         changed).
14234         (pgg-read-passphrase, pgg-add-passphrase-cache)
14235         (pgg-remove-passphrase-cache): Add informative docstrings.
14236         (pgg-decrypt): Convey provided passphrase in subordinate call to
14237         pgg-decrypt-region.
14238
14239 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14240
14241         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14242         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14243         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14244         'passphrase' argument, so the passphrase can be managed externally
14245         and then passed in to the system.
14246
14247         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14248         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14249         so the passphrase cache can be used reliably with identifiers
14250         besides a pgp packet's key id.
14251
14252         * pgg-gpg.el (pgg-gpg-encrypt-region)
14253         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14254         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14255         these routines, so the passphrase can be managed externally and
14256         passed in to the system.
14257
14258         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14259         'notruncate' argument, so the passphrase cache can be used
14260         reliably with identifiers besides a pgp packet's key id.
14261
14262 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14263
14264         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14265         symmetric encryption.
14266         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14267         encrypted session key.
14268         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14269         message ask for the passphrase in a proper way.
14270
14271         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14272         New user commands for symmetric encryption.
14273
14274 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14277
14278         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14279
14280 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14281
14282         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14283
14284 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * mm-decode.el (mm-inlined-types): Add application/pgp.
14287         (mm-automatic-display): Ditto.
14288
14289         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14290         part as text.
14291
14292 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * nnrss.el: Update copyright.
14295         (nnrss-opml-import): Query whether to subscribe to each entry.
14296
14297         * gnus-art.el:
14298         * gnus-sum.el:
14299         * gnus-xmas.el:
14300         * messagexmas.el:
14301         * mm-uu.el:
14302         * mm-view.el: Update copyright.
14303
14304 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * message.el (message-info): New function.
14307         (message-mode-menu): Add it.
14308         Update copyright.
14309
14310         * ChangeLog: Fix and update copyright.
14311
14312 2006-01-13  Romain Francoise  <romain@orebokech.com>
14313
14314         * message.el (message-forward-subject-name-subject): Prefer the
14315         address to 'nowhere' if the sender has no name.
14316         Fix typo.  Update copyright year.
14317
14318 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-art.el (article-wash-html):
14321         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14322         (gnus-article-wash-html-with-w3m-standalone): New function.
14323
14324         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14325         mm-inline-text-html-render-with-w3m-standalone.
14326         (mm-text-html-washer-alist): Map w3m-standalone to
14327         gnus-article-wash-html-with-w3m-standalone.
14328         (mm-inline-text-html-render-with-w3m-standalone): New function.
14329
14330 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14333         Improve LaTeX.
14334
14335 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14338         (nnrss-request-article): Render text/plain parts as HTML.
14339
14340         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14341         the buffer.
14342
14343 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14346         custom definition of `gnus-posting-styles'.
14347
14348         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14349         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14350
14351 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14354         Use nntp for bug archive.
14355
14356 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14359         parts.
14360         (nnrss-normalize-date): New function converts ISO 8601 date into
14361         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14362         (nnrss-check-group): Use it.
14363
14364 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14367
14368         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14369         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14370         (nnrss-insert-w3): Ditto.
14371
14372 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14375         the articles to be forwarded including the case where neither a
14376         number of articles nor a region is specified.
14377
14378 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * nnrss.el (nnrss-request-article): Fix last change; fill
14381         text/plain parts.
14382
14383 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14386         in text/plain part.
14387         (nnrss-check-group): Don't add excessive newline to dc:subject.
14388
14389 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14390
14391         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14392         article.
14393
14394 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14395
14396         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14397         (nnml-use-compressed-files, nnml-save-mail): Support other
14398         comression programs such as bzip2.
14399
14400 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14401
14402         * dns.el (query-dns): Make sure we check the buffer size before
14403         removing tcp headers.
14404
14405 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14408         remove MIME buttons associated with multipart/alternative parts.
14409         (gnus-mime-display-alternative): Tag buttons using `article-type'
14410         text property.
14411
14412         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14413         associated with multipart/alternative parts.
14414
14415         * gnus-art.el (gnus-signature-separator): Fix custom type.
14416
14417         * mm-decode.el (mm-inlined-types): Fix custom type.
14418         (mm-keep-viewer-alive-types): Ditto.
14419         (mm-automatic-display): Ditto.
14420         (mm-attachment-override-types): Ditto.
14421         (mm-inline-override-types): Ditto.
14422         (mm-automatic-external-display): Ditto.
14423
14424 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * spam-report.el (spam-report-user-mail-address)
14427         (spam-report-user-agent): New variables.
14428         (spam-report-url-ping-plain): Use spam-report-user-agent.
14429
14430 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14431
14432         * gnus-art.el (gnus-button-handle-custom): Do not just use
14433         `customize-apropos' for any "M-x customize-*" button but the
14434         function called for.  Accept both the function name and its
14435         argument in order to achieve this.
14436         (gnus-button-alist): Remove support for "custom:" URL's.
14437         Pass function name to `gnus-button-handle-custom' in case of "M-x
14438         customize-*" buttons.
14439
14440 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14443         multipart/alternative and add xref to mm-discouraged-alternatives
14444         in doc string.
14445
14446         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14447         gnus-buttonized-mime-types in doc string.
14448
14449 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14452         Suggest image/.* in the doc string.
14453
14454 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14457         message-marks (Debian bug #342521).
14458
14459 2005-12-12  Simon Josefsson  <jas@extundo.com>
14460
14461         * password.el (password-read-from-cache): Add.
14462         (password-read): Use it.
14463
14464 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * rfc2047.el (rfc2047-charset-to-coding-system):
14467         Recognize us-ascii as a MIME charset.
14468
14469         * mm-bodies.el (mm-decode-content-transfer-encoding):
14470         Protect against the case where the 2nd arg TYPE is nil.
14471
14472 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * pop3.el (pop3-stream-type): Fix custom version.
14475
14476         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14477
14478 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14479
14480         * mm-decode.el (mm-display-external): Add missing cdr.
14481
14482 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14485         RFC1524) if it is in mailcap or add a suffix according to
14486         mailcap-mime-extensions when generating a temp filename; postpone
14487         deleting a temp file for 2 seconds for some wrappers, shell
14488         scripts, and so on, which might exit right after having started a
14489         viewer command as a background job.
14490
14491 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * nntp.el (nntp-marks-directory): Fix custom group.
14494
14495         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14496         steps when < 10.
14497
14498         * gnus-start.el (gnus-no-server-1):
14499         Mention `gnus-level-default-subscribed' in doc string.
14500
14501 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14502
14503         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14504         parens.
14505
14506 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-xmas.el (gnus-use-toolbar): Revert.
14509         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14510         gnus-use-toolbar is default.
14511
14512         * messagexmas.el (message-use-toolbar): Revert.
14513         (message-setup-toolbar): Use global default-toolbar if
14514         message-use-toolbar is default.
14515
14516 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14519         according to default-toolbar-visible-p.
14520
14521         * messagexmas.el (message-use-toolbar): Ditto.
14522
14523 2005-11-26  Dave Love  <fx@gnu.org>
14524
14525         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14526         (tls-program, tls-success): Provide openssl alternative.
14527
14528         * starttls.el: Doc fixes.
14529         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14530         SERVICE to PORT.
14531
14532         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14533         port null or service name.
14534         (starttls-negotiate): Autoload.
14535
14536 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * message.el (message-kill-to-signature): Fix interactive spec.
14539
14540 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * pop3.el (pop3-open-server): Recognize a string as a service name.
14543
14544 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14545
14546         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14547
14548 2005-11-23  Dave Love  <fx@gnu.org>
14549
14550         Add pop3s, pop3/starttls.
14551
14552         * pop3.el (pop3-authentication-scheme): Clarify doc.
14553         (open-tls-stream, starttls-open-stream): Autoload.
14554         (pop3-stream-type): New.
14555         (pop3-open-server): Use it.
14556
14557         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14558         for POP.
14559         (mail-source-keyword-map): Add :stream for POP.
14560         (mail-source-fetch-pop): Use pop3-stream-type.
14561
14562 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14565         of current-time-string.
14566
14567 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14568
14569         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14570         date header.
14571
14572 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14573
14574         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14575         it can seriously impact performance as it bypasses the agent's
14576         local caches.
14577
14578 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14579
14580         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14581         must be explicitly online rather than "not explicitly offline" for
14582         its flags to be synchronized.
14583
14584         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14585         that gnus-uu-unmark-thread will function correctly.
14586
14587         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14588         1024K is instead displayed as 1M.
14589
14590 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14591
14592         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14593
14594 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14595
14596         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14597
14598 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14599
14600         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14601         error message to display actual error condition.
14602         (gnus-agent-save-local): Avoid saving symbols that are bound to
14603         nil as they simply result in a warning message in
14604         gnus-agent-read-local.
14605
14606 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14609         rather than make-variable-buffer-local for file-precious-flag.
14610
14611 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14612
14613         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14614         for duplicates which are removed.  The invalid sort check then
14615         triggers a rescan after the sort as sorting may have moved
14616         duplicate entries such that they can be cheaply detected.
14617
14618 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14621
14622 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14623
14624         * gnus-agent.el (gnus-agent-article-alist-save-format):
14625         Change internal variable to a custom variable.  Change default value
14626         from compressed(2) to uncompressed(1).
14627         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14628         support for uncompressed agentview files.  Taken together, reading
14629         the agentview file should now be 6-7 times faster.
14630
14631 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14632
14633         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14634         as a buffer-local variable.  This avoids creating truncated
14635         dribble files as a result of a hang up, eg.
14636
14637 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14638
14639         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14640         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14641         XEmacs.
14642
14643 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * gnus-start.el (gnus-start-draft-setup):
14646         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14647
14648         * gnus.el (gnus-splash): Change custom group.
14649         (gnus-group-get-parameter, gnus-group-parameter-value):
14650         Describe allow-list argument.
14651
14652         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14653         string.
14654
14655 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * gnus-art.el (gnus-default-article-saver): Add user-defined
14658         `function' to custom type.
14659
14660 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14661
14662         * imap.el (imap-open): Handle case where buffer is a buffer
14663         object.
14664
14665 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14668         long lines.
14669         (gnus-cache-delete-group): Wrap doc strings.
14670
14671         * gnus-agent.el (gnus-agent-rename-group)
14672         (gnus-agent-delete-group): Wrap doc strings.
14673
14674 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * messagexmas.el (message-use-toolbar): Change the valid values
14677         into default, top, bottom, left, and right.
14678         (message-toolbar-thickness): New variable.
14679         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14680         well.
14681         (message-setup-toolbar): Make it work.
14682
14683         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14684         (gnus-use-toolbar): Change the valid values into default, top,
14685         bottom, left, and right.
14686         (gnus-toolbar-thickness): New variable.
14687         (gnus-xmas-setup-toolbar): New function.
14688         (gnus-xmas-setup-group-toolbar): Use it.
14689         (gnus-xmas-setup-summary-toolbar): Use it.
14690
14691 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14692
14693         * gnus-start.el (gnus-1): Add "native" to
14694         gnus-predefined-server-alist.
14695
14696         * gnus.el (gnus-method-to-server): Don't add "native" to the
14697         lists here, because that leads to problems when
14698         gnus-select-method is bound.
14699
14700 2005-11-09  Simon Josefsson  <jas@extundo.com>
14701
14702         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14703         use (not sort-by-date) instead.
14704
14705 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14706
14707         * gnus-delay.el (gnus-delay-group): Don't autoload.
14708         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14709         to be re-loaded when customizing the `gnus-delay' group.
14710
14711 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14712
14713         * message.el: Revert last changes.
14714         (message-insert-citation-line): Use newlines.
14715
14716 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14717
14718         * message.el (message-courtesy-message)
14719         (message-mark-insert-begin, message-mark-insert-end)
14720         (message-elide-ellipsis, message-cancel-message)
14721         (message-add-header, message-change-subject)
14722         (message-cross-post-followup-to-header)
14723         (message-cross-post-insert-note, message-reduce-to-to-cc)
14724         (message-widen-reply, message-delete-not-region)
14725         (message-kill-to-signature, message-insert-signature)
14726         (message-insert-importance-high, message-insert-importance-low)
14727         (message-insert-or-toggle-importance)
14728         (message-insert-disposition-notification-to)
14729         (message-indent-citation, message-yank-original)
14730         (message-cite-original-without-signature, message-cite-original)
14731         (message-insert-citation-line, message-position-on-field)
14732         (message-fix-before-sending, message-send-mail-partially)
14733         (message-send-mail, message-send-mail-with-sendmail)
14734         (message-send-mail-with-qmail, message-send-news)
14735         (message-check-news-header-syntax, message-generate-headers)
14736         (message-insert-courtesy-copy, message-fill-address)
14737         (message-fill-header, message-shorten-references)
14738         (message-setup-1, message-cancel-news)
14739         (message-forward-make-body-plain, message-forward-make-body-mime)
14740         (message-forward-make-body-mml, message-encode-message-body)
14741         (message-forward-make-body-digest-plain)
14742         (message-forward-make-body-digest-mime)
14743         (message-use-alternative-email-as-from): Insert `hard-newline'
14744         instead of ordinary newlines.
14745
14746 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * message.el (message-generate-headers): Downcase the argument
14749         given to message-check-element.
14750
14751 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14752
14753         * nntp.el (nntp-authinfo-rejected): New error condition.
14754         (nntp-wait-for): Use new error condition to signal authentication
14755         error.
14756         (nntp-retrieve-data): Rethrow new error condition to break out of
14757         recursive call to nntp-send-authinfo.
14758
14759 2005-11-08  Romain Francoise  <romain@orebokech.com>
14760
14761         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14762         (gnus-summary-exit-map): Bind to `Z p'.
14763         (gnus-summary-make-menu-bar): Add menu item.
14764
14765 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14768         (gnus-treat-*): Add `first' in all doc strings.
14769
14770         * gnus-group.el (gnus-group-compact-group): Fix typo.
14771
14772 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus.el (gnus-parameters-case-fold-search): New variable.
14775         (gnus-parameters-get-parameter): Use it.
14776
14777         * gnus-score.el (gnus-home-score-file): Doc fix.
14778
14779 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14780
14781         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14782
14783 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * mm-util.el (mm-special-display-p): New function.
14786
14787         * mml.el (mml-preview): Use it; doc fix.
14788
14789 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14790
14791         * imap.el (imap-open): Handle case where buffer is a buffer object.
14792
14793 2005-10-29  Romain Francoise  <romain@orebokech.com>
14794
14795         * message.el (message-fix-before-sending): Fix comment.
14796
14797 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14798
14799         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14800
14801 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14802
14803         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14804         Used in gnus-score.el.
14805
14806 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14809
14810 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14813         whitespace removed in revision 7.8.  Use concatenated string to
14814         protect trailing whitespace.
14815
14816 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14817
14818         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14819         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14820         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14821         Courier IMAP ("some version from 2004").  Mostly based on similar
14822         code in the same function.
14823
14824 2005-10-26  Didier Verna  <didier@xemacs.org>
14825
14826         * gnus-group.el (gnus-group-compact-group): Invalidate original
14827         article buffer.
14828         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14829         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14830         NOV database and in article itself.
14831         Invalidate article backlog.
14832
14833 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14836
14837 2005-10-26  Simon Josefsson  <jas@extundo.com>
14838
14839         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14840         part of 2004-07-25 change.
14841
14842 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * message.el (message-display-completion-list): New function.
14845         (message-expand-group): Use it; make sure the Completions buffer
14846         is modifiable.
14847 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14848
14849         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14850         user-mail-name is an empty string.
14851
14852 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14855         depending on gnus-score-decay-constant.
14856
14857         * encrypt.el (encrypt-insert-file-contents)
14858         (encrypt-write-file-contents): Don't use `gnus-message'.
14859
14860         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14861         arguments.
14862         (mm-uu-type-alist): Add message-marks and insert-marks.
14863         Pass arguments to mm-uu-verbatim-marks-extract.
14864         (mm-uu-hide-markers): New variable.
14865         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14866
14867         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14868         (gnus-convert-image-to-face-command): Use "convert" by default to
14869         allow other input image formats.
14870         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14871         accordingly.
14872
14873 2005-10-23  Simon Josefsson  <jas@extundo.com>
14874
14875         * imap.el (imap-gssapi-program): Align command line parameters
14876         with latest GNU SASL.
14877         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14878
14879 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14880
14881         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14882         HTML.
14883         (nnslashdot-request-article): Ditto.
14884
14885         * lpath.el (featurep): Add nobreak-char-display.
14886
14887 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14888
14889         * mail-source.el (mail-source-fetch-pop): Require pop3.
14890         (mail-source-check-pop): Ditto.
14891
14892 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14895         errors.
14896
14897 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14900         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14901
14902         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14903
14904         * mm-bodies.el (mm-decode-string):
14905         Call `mm-charset-to-coding-system' with allow-override argument.
14906
14907 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14910         (rfc2047-charset-to-coding-system): New function.
14911         (rfc2047-decode-encoded-words): New function.
14912         (rfc2047-decode-region): Use them.
14913         (rfc2047-decode-cte): Remove.
14914         (rfc2047-parse-and-decode): Remove.
14915         (rfc2047-decode): Remove.
14916
14917 2005-10-15  Kenichi Handa  <handa@m17n.org>
14918
14919         * rfc2047.el (rfc2047-decode-cte): New function.
14920         (rfc2047-decode-region): Change the way to decode successive
14921         encoded-words: decode B- or Q-encoding in each encoded-word,
14922         concatenate them, and decode it as charset.
14923
14924 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * lpath.el: Fbind codepage-setup for XEmacs.
14927
14928 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14929
14930         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14931         widget-move-and-invoke.
14932         (gnus-custom-mode): Use gnus-custom-map.
14933
14934 2005-10-15  Bill Wohler  <wohler@newt.com>
14935
14936         * message.el (message-tool-bar-map): Rename image file from
14937         mail_send to mail/send.
14938
14939 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14940
14941         * message.el (message-expand-group): Pass the common
14942         prefix substring of completion to `display-completion-list'.
14943
14944 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * mml-sec.el (mml-secure-method): New internal variable.
14947         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14948         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14949         New functions using mml-secure-method.
14950
14951         * mml.el (mml-mode-map): Add key bindings for those functions.
14952         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14953         Harder <harder@myrealbox.com>.
14954         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14955         Goto end of message if point is the headers of the message.
14956
14957         * message.el (message-in-body-p): New function.
14958
14959         * assistant.el: Autoload gnus-util and netrc.
14960
14961         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14962         Use `mm-charset-override-alist' only when decoding.
14963
14964         * mm-bodies.el (mm-decode-body):
14965         Call `mm-charset-to-coding-system' with allow-override argument.
14966
14967         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14968         `filename' from Content-Disposition if Content-Type doesn't
14969         provide `name'.
14970         (gnus-mime-view-part-as-type): Set default instead of
14971         initial-input.
14972
14973 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14974
14975         * format-spec.el (format-spec): Propagate text properties of % spec.
14976
14977 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-art.el (gnus-treat-predicate): Add `first'.
14980
14981 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14984         (mm-charset-override-alist): New variable.
14985         (mm-charset-to-coding-system): Use it.
14986         (mm-codepage-setup): New helper function.
14987         (mm-charset-eval-alist): New variable.
14988         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14989         Warn about unknown charsets.
14990
14991         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14992
14993 2005-10-04  David Hansen  <david.hansen@gmx.net>
14994
14995         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14996         (nnrss-check-group): Ditto.
14997
14998 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15001         Rename x-gnus-verbatim to x-verbatim.
15002         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15003
15004         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15005         x-verbatim.
15006
15007         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15008
15009         * gnus-util.el (gnus-remove-duplicates): Remove.
15010
15011         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15012         instead of gnus-remove-duplicates.
15013
15014         * message.el (message-remove-duplicates): Remove.
15015         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15016         message-remove-duplicates.
15017
15018         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15019         available, else use implementation from `delete-dups'.
15020
15021         * message.el (message-insert-expires): New function.
15022         (message-mode-map): Add key binding.
15023         (message-mode-field-menu): Add menu entry.
15024         (message-mode): Document it.
15025         (message-make-expires-date): Use `message-make-date'.
15026
15027 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15028
15029         * message.el (message-make-expires-date): New function.
15030
15031 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * Makefile.in (list-installed-shadows): New entry.
15034         (install): Use it.
15035         (remove-installed-shadows): New entry.
15036
15037         * dgnushack.el (dgnushack-default-load-path): New variable.
15038         (dgnushack-find-lisp-shadows): New function.
15039         (dgnushack-remove-lisp-shadows): New function.
15040
15041 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * Makefile.in (install-el-elc): New entry.
15044         (install): Use it so that .el files are necessarily installed.
15045
15046 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15049
15050 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15051
15052         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15053         function rather than the diff-mode.el package.
15054         (mm-display-external): Use with-current-buffer.
15055         (mm-viewer-completion-map, mm-viewer-completion-map):
15056         Move initialization inside declaration.
15057
15058 2005-09-29  Simon Josefsson  <jas@extundo.com>
15059
15060         * spam.el: Load hashcash when compiling, to avoid warnings.
15061         Don't autoload mail-check-payment.
15062         (spam-check-hashcash): Define unconditionally, since hashcash.el
15063         is part of Gnus now.  Ignore errors from payment checking.
15064
15065 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * message.el (message-bold-region, message-unbold-region):
15068         Rename from `bold-region' and `unbold-region'.
15069
15070         * message.el: Remove useless autoloads.
15071
15072 2005-09-28  Simon Josefsson  <jas@extundo.com>
15073
15074         * message.el (message-use-idna): Default to t.
15075         (message-use-idna): Test whether encoding works too.  Doc fix.
15076
15077 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * nntp.el (nntp-warn-about-losing-connection): Remove.
15080
15081 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15084         customizable.  Change default value.
15085         (mm-uu-diff-groups-regexp): Change default value.
15086         (mm-uu-type-alist): Add doc string.
15087         (mm-uu-configure): Add doc string.  Make it interactive.
15088         (mm-uu-tex-groups-regexp): New variable.
15089         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15090         (mm-uu-type-alist): Add LaTeX documents.
15091         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15092         of "text/verbatim".
15093         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15094
15095         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15096         instead of "text/verbatim".
15097
15098         * message.el (message-mark-inserted-region)
15099         (message-mark-insert-file): Use slrn style marks when called with
15100         prefix argument.
15101
15102 2005-09-27  Simon Josefsson  <jas@extundo.com>
15103
15104         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15105
15106 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15107
15108         * message.el (message-remove-duplicates): New function.
15109         Implementation borrowed from `gnus-remove-duplicates'.
15110         (message-idna-to-ascii-rhs): Also encode idna addresses in
15111         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15112         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15113         only ask about the same idna domain once per header and also tell
15114         in what header to replace the idna domain.
15115
15116         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15117         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15118         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15119         a header is decoded and not just the last one.
15120
15121 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15124         has been decoded.
15125
15126         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15127         (mm-insert-part): Don't modify text if it has been decoded.
15128
15129         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15130         decoded.
15131
15132         * mm-view.el (mm-inline-text): Don't strip text props unless
15133         decoding enriched or richtext parts.
15134
15135 2005-09-25  Romain Francoise  <romain@orebokech.com>
15136
15137         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15138         * gnus-start.el (gnus-subscribe-interactively):
15139         * gnus-uu.el (gnus-uu-grab-articles):
15140         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15141         space.
15142
15143 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15144
15145         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15146         * mm-view.el (mm-view-pkcs7-decrypt):
15147         * gnus-sum.el (gnus-summary-limit-to-extra)
15148         (gnus-summary-respool-article, gnus-read-move-group-name):
15149         * gnus-score.el (gnus-summary-increase-score):
15150         * gnus-util.el (gnus-completing-read-with-default):
15151         * gnus-art.el (gnus-read-save-file-name)
15152         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15153         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15154         * message.el (message-check-news-header-syntax):
15155         Follow convention for reading with the minibuffer.
15156
15157 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * spam-report.el (spam-report-url-ping-plain):
15160         Use gnus-extended-version as User-Agent.
15161
15162         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15163         default value is nil.
15164
15165         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15166         (mm-uu-verbatim-marks-extract): New function.
15167         (mm-uu-extract): New face.
15168         (mm-uu-copy-to-buffer): Use it.
15169
15170         * spam-report.el (spam-report-gmane-ham): Rename from
15171         `spam-report-gmane-unspam'.
15172         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15173         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15174
15175         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15176         Autoload.
15177         (spam-report-gmane-unregister-routine):
15178         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15179
15180 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15183         (spam-report-gmane-unregister-routine): Add support for gmane
15184         unregistration.
15185
15186         * spam-report.el (spam-report-gmane-unspam)
15187         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15188         (spam-report-gmane): Change to take a single article and do unspam
15189         registration.
15190
15191 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * mm-url.el (mm-url-decode-entities): Fix regexp.
15194
15195 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15196
15197         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15198         default to nil, to be able to use Gnus at all.  If the default
15199         switches to something else, then the function should be fixed not
15200         be exceedingly slow.
15201
15202 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15203
15204         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15205         fail hard.
15206
15207         * spam-report.el: Add better Keywords line.
15208
15209         * spam.el: Add Maintainer and better Keywords line.
15210
15211 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-art.el (gnus-article-replace-part)
15214         (gnus-mime-replace-part): New functions.
15215         (gnus-mime-action-alist, gnus-mime-button-commands)
15216         (gnus-mime-save-part-and-strip): Add file argument.
15217         (gnus-article-part-wrapper): Add interactive argument.
15218
15219         * gnus-sum.el (gnus-summary-mime-map):
15220         Add `gnus-article-replace-part'.
15221
15222 2005-09-19  Didier Verna  <didier@xemacs.org>
15223
15224         The nnml compaction feature:
15225         * nnml.el (nnml-request-compact-group): New function.
15226         * nnml.el (nnml-request-compact): New function.
15227         * gnus-int.el (gnus-request-compact-group): New function.
15228         * gnus-int.el (gnus-request-compact): New function.
15229         * gnus-group.el (gnus-group-compact-group): New function.
15230         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15231         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15232         * gnus-srvr.el (gnus-server-compact-server): New function.
15233         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15234         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15235
15236 2005-09-18  Deepak Goel  <deego@gnufans.org>
15237
15238         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15239         format spec.
15240
15241 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15244
15245 2005-09-15  Romain Francoise  <romain@orebokech.com>
15246
15247         * message.el (message-fill-paragraph): Clarify docstring.
15248
15249 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-mime-display-part): Protect against broken
15252         MIME messages.
15253
15254 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15257         before parsing header.
15258
15259 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15260
15261         * html2text.el (html2text-replace-list): Add new entities.
15262
15263 2005-09-11  Romain Francoise  <romain@orebokech.com>
15264
15265         * message.el (message-alternative-emails): Improve docstring.
15266         (message-setup-1): Call `message-use-alternative-email-as-from'
15267         after `message-setup-hook' to give it precedence over posting
15268         styles, etc.
15269         (message-use-alternative-email-as-from): Add docstring.
15270         Remove the original From header if present.
15271
15272         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15273         (nnml-save-mail): Use it.
15274
15275         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15276         articles.  Add new argument `silent'.
15277         (gnus-uu-mark-all): Report the total number of marked articles.
15278
15279 2005-09-10  Romain Francoise  <romain@orebokech.com>
15280
15281         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15282         (gnus-uu-mark-series): Likewise.
15283
15284 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * spam-report.el (spam-report-gmane): Fix generation of spam
15287         report URL.
15288
15289 2005-09-10  Simon Josefsson  <jas@extundo.com>
15290
15291         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15292         t, based on discussion on the ding list with Robert Epprecht
15293         <epprecht@solnet.ch>.
15294
15295 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * spam-report.el (spam-report-gmane): Make it work without
15298         X-Report-Spam header.  Gmane now only provides Archived-At.
15299         This is only used if `spam-report-gmane-use-article-number' is nil.
15300         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15301
15302         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15303         make `gnus-summary-sort-by-recipient' work with threading.
15304
15305         * nnweb.el (nnweb-google-wash-article): Print a message if article
15306         is not available.
15307
15308 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15309
15310         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15311         change.  Decode text/* parts content before displaying.
15312
15313 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15316
15317 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15320
15321         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15322         url-package-name, url-package-version,
15323         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15324         w3m-display-inline-images, and w3m-minor-mode-map.
15325
15326 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15327
15328         * message.el (message-tab-body-function): Fix mismatched custom type.
15329
15330         * gnus.el (gnus-group-change-level-function): Ditto.
15331
15332         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15333
15334         * gnus-art.el (gnus-signature-limit)
15335         (gnus-article-mime-part-function): Ditto.
15336
15337 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * mml.el (mml-mode): Silence the byte compiler.
15340
15341         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15342         using `(sit-for 0)' before moving the point to the specified part;
15343         skip unbuttonized parts.
15344         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15345         return to the summary window if gnus-auto-select-part is non-nil.
15346
15347 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15350         New variables.
15351         (mml-dnd-attach-file, mml-mode): Use them.
15352
15353         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15354         Make fetching article by MID work again for Google Groups.
15355         Add FIXME concerning gnus-group-make-web-group.
15356
15357         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15358         Don't depend on Gnus by using mail-extract-address-components if
15359         gnus-extract-address-components is not bound.
15360
15361 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15362
15363         * gnus-art.el (gnus-mime-display-security): Don't display the
15364         signature, but only the signed part.
15365
15366 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15369
15370         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15371         list, not listp.
15372
15373 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15374
15375         * mm-encode.el (mm-encode-content-transfer-encoding):
15376         Likewise when encoding.
15377
15378         * mm-bodies.el (mm-decode-content-transfer-encoding):
15379         De-canonicalize CRLF for all text content types, not just
15380         text/plain.
15381
15382 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15385         valid article; point arrow and cursor at the MIME button.
15386
15387 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15390         Suggested by Dan Christensen <jdc@uwo.ca>.
15391
15392         * mm-decode.el (mm-save-part): Enable change of prompt.
15393
15394 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15395
15396         * gnus-msg.el (gnus-inews-add-send-actions):
15397         Make `message-post-method' lambda parameter ARG `&optional'.
15398
15399 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-sum.el (gnus-summary-mime-map):
15402         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15403         gnus-article-jump-to-part.
15404
15405         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15406         (gnus-article-edit-part): Use it.
15407         (gnus-article-part-wrapper): Add no-handle argument.
15408         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15409         New functions.
15410
15411 2005-08-29  Romain Francoise  <romain@orebokech.com>
15412
15413         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15414         docstring.
15415         (gnus-face-from-file): Likewise.
15416
15417 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15420         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15421         non-nil.
15422         (gnus-auto-select-part): New variable.
15423         (gnus-article-jump-to-part): New function.
15424         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15425         (gnus-mime-delete-part): Allow selecting specified part after
15426         deleting or stripping parts.
15427         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15428         part if argument is bogus.
15429
15430 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15431
15432         * gnus-art.el (w3m-minor-mode-map):
15433         * gnus-spec.el (gnus-newsrc-file-version):
15434         * gnus-util.el (nnmail-active-file-coding-system)
15435         (gnus-original-article-buffer, gnus-user-agent):
15436         * gnus.el (gnus-ham-process-destinations)
15437         (gnus-parameter-ham-marks-alist)
15438         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15439         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15440         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15441         * mm-decode.el (gnus-current-window-configuration):
15442         * mm-extern.el (gnus-article-mime-handles):
15443         * mm-url.el (url-current-object, url-package-name)
15444         (url-package-version):
15445         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15446         (smime-keys, w3m-cid-retrieve-function-alist)
15447         (w3m-current-buffer, w3m-display-inline-images)
15448         (w3m-minor-mode-map):
15449         * mml-smime.el (gnus-extract-address-components):
15450         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15451         (gnus-newsrc-hashtb, message-default-charset)
15452         (message-deletable-headers, message-options)
15453         (message-posting-charset, message-required-mail-headers)
15454         (message-required-news-headers):
15455         * mml1991.el (mc-pgp-always-sign):
15456         * mml2015.el (mc-pgp-always-sign):
15457         * nnheader.el (nnmail-extra-headers):
15458         * rfc1843.el (gnus-decode-encoded-word-function)
15459         (gnus-decode-header-function, gnus-newsgroup-name):
15460         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15461
15462 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15463
15464         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15465         the end of the date treatments.
15466
15467 2005-08-15  Simon Josefsson  <jas@extundo.com>
15468
15469         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15470         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15471         Capello and Romain Francoise.
15472         (pgg-fetch-key-function): Remove, not used?
15473         (pgg-insert-url-with-w3): Require url, to get
15474         url-insert-file-contents regardless of where it is defined.
15475
15476 2005-08-13  Romain Francoise  <romain@orebokech.com>
15477
15478         * message.el (message-cite-original-1): New function.
15479         (message-cite-original): Use it.
15480         (message-cite-original-without-signature): Ditto.
15481
15482 2005-08-08  Romain Francoise  <romain@orebokech.com>
15483
15484         * message.el (message-yank-empty-prefix): New variable.
15485         (message-indent-citation): Use it.
15486         (message-cite-original-without-signature): Respect X-No-Archive.
15487
15488 2005-08-08  Simon Josefsson  <jas@extundo.com>
15489
15490         * pgg.el: Autoload url-insert-file-contents instead of loading
15491         w3/url.
15492         (pgg-insert-url-with-w3): Don't load url here.
15493
15494 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15495
15496         * message.el (message-kill-to-signature): Don't insert newline at
15497         bol.
15498         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15499
15500 2005-08-06  Romain Francoise  <romain@orebokech.com>
15501
15502         * message.el (message-user-fqdn): Fix typo in docstring.
15503
15504 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15505
15506         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15507
15508         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15509
15510 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mm-bodies.el (mm-encode-body): Use coding system rather than
15513         charset to encode text.
15514
15515         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15516         number of charsets if utf-8 is available (XEmacs).
15517
15518 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15521         taken from `gnus-button-mid-or-mail-regexp'.
15522         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15523         (gnus-button-alist): Improve regexp for domain part of the MIDs
15524         for news:localpart@domain buttons.
15525         (gnus-button-ctan-directory-regexp): Update.
15526
15527 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * sieve-manage.el (sieve-manage-interactive-login):
15530         Use make-local-variable rather than make-variable-buffer-local.
15531         (sieve-manage-open): Ditto.
15532         (sieve-manage-authenticate): Ditto.
15533
15534         * mml.el (mml-generate-mime-1): Make the content type default to
15535         text/plain if the filename is not specified.
15536
15537 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15540         instead of insert-buffer.
15541
15542         * message.el (message-yank-original): Ditto; set the mark at the
15543         end of the yanked message.
15544
15545 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15548         lines to scroll rather than to stop it.
15549
15550         * mml.el (mml-generate-default-type): Add doc string.
15551         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15552         default to application/octet-stream when determining the content
15553         type if it is not specified for the part or the mml contents; add
15554         a comment about mml-generate-default-type.
15555
15556 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15559         make it default to application/octet-stream when determining the
15560         content type if it is not specified for the external contents.
15561
15562 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15565         segmented parameter but also other parameters might be there.
15566
15567 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * mm-decode.el (mm-display-external): Delete temp file, directory
15570         and buffer immediately if the external process is exited.
15571
15572 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15575         fewer lines than that of scroll-margin.
15576         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15577
15578 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-art.el (gnus-article-next-page): Revert.
15581         (gnus-article-beginning-of-window): New macro.
15582         (gnus-article-next-page-1): Use it.
15583         (gnus-article-prev-page): Ditto.
15584         (gnus-article-edit-part): Use insert-buffer-substring instead of
15585         insert-buffer.
15586         (gnus-article-edit-exit): Ditto.
15587
15588         * gnus-util.el (gnus-beginning-of-window): Remove.
15589         (gnus-end-of-window): Remove.
15590
15591         * lpath.el: Don't bind header-line-format and scroll-margin.
15592
15593 2005-07-25  Simon Josefsson  <jas@extundo.com>
15594
15595         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15596         to have the url package without w3.  Reported by Daiki Ueno
15597         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15598
15599 2005-07-20  Didier Verna  <didier@xemacs.org>
15600
15601         * gnus-diary.el: Remove the description comment (nndiary is now
15602         properly documented in the Gnus manual).
15603         Fix the spelling of "Back End".
15604         * nndiary.el: Ditto.
15605         Fix the copyright notice.
15606
15607 2005-07-18  Romain Francoise  <romain@orebokech.com>
15608
15609         * gnus-sum.el (gnus-summary-to-prefix)
15610         (gnus-summary-newsgroup-prefix): New variables.
15611         (gnus-summary-from-or-to-or-newsgroups): Use them.
15612
15613 2005-07-17  Romain Francoise  <romain@orebokech.com>
15614
15615         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15616         space as it's generally not especially interesting to the user.
15617
15618 2005-07-16  Romain Francoise  <romain@orebokech.com>
15619
15620         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15621         nil to avoid prompting and file modification if one of the
15622         messages at the top of the nnfolder file contains a copyright
15623         notice.
15624         Update copyright notice.
15625
15626         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15627         instead of `current-time-string' as the latter creates a time
15628         string that is not RFC 2822 compliant (it lacks the zone).
15629         Update copyright notice.
15630
15631 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15632
15633         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15634         for text/rtf.  Display default in prompt.  Pass default for M-n.
15635
15636         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15637
15638 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * gnus-msg.el (gnus-button-mailto):
15641         Remove save-selected-window-window hackery because it relies on
15642         save-selected-window internals.
15643
15644 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15647         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15648         (gnus-article-prev-page): Ditto.
15649
15650         * gnus-util.el (gnus-beginning-of-window): New function.
15651         (gnus-end-of-window): New function.
15652
15653         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15654
15655 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15656
15657         * gnus-score.el (gnus-score-edit-all-score):
15658         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15659         gnus-message.
15660
15661 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15662
15663         * gnus-msg.el (gnus-button-mailto):
15664         Remove save-selected-window-window hackery because it relies on
15665         save-selected-window internals.
15666
15667 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15670         add-minor-mode.
15671         (gnus-binary-mode): Ditto.
15672
15673         * gnus-topic.el (gnus-topic-mode): Ditto.
15674
15675 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15676
15677         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15678         (gnus-article-prev-page): Take scroll-margin into consideration.
15679
15680 2005-07-04  Lute Kamstra  <lute@gnu.org>
15681
15682         Update FSF's address in GPL notices.
15683
15684 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15685
15686         * gnus.el (gnus-exit):
15687         * gnus-group.el (gnus-group-icons):
15688         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15689
15690         * gnus-nocem.el (gnus-nocem):
15691         * message.el (message-various, message-buffers, message-sending)
15692         (message-interface, message-forwarding, message-insertion)
15693         (message-headers, message-news, message-mail):
15694         * pgg-gpg.el (pgg-gpg):
15695         * pgg-parse.el (pgg-parse):
15696         * pgg-pgp.el (pgg-pgp):
15697         * pgg-pgp5.el (pgg-pgp5):
15698         * pop3.el (pop3): Finish `defgroup' description with period.
15699
15700 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (article-display-face): Improve the efficiency.
15703         (article-display-x-face): Ditto; remove grey x-face stuff.
15704
15705 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (article-display-face): Correct the position in
15708         which Faces are inserted.
15709
15710 2005-06-29  Didier Verna  <didier@xemacs.org>
15711
15712         * gnus-art.el (article-display-face): Display faces in correct
15713         order.
15714
15715 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15718         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15719         (gnus-nocem-check-article): Fetch the Type header.
15720         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15721         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15722         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15723         make sure gnus-nocem-hashtb is initialized.
15724         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15725         (gnus-nocem-unwanted-article-p): Ditto.
15726
15727         * pgg.el (pgg-verify): Return the verification result.
15728
15729 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15730
15731         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15732         is ascii.
15733
15734 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15735
15736         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15737         `show-nonbreak-escape'.
15738
15739 2005-06-23  Lute Kamstra  <lute@gnu.org>
15740
15741         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15742
15743         * dig.el (dig-mode):
15744         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15745
15746 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15747
15748         * nnimap.el (nnimap-split-download-body): Fix spellings.
15749
15750 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15751
15752         * gnus-art.el (gnus-article-encrypt-body):
15753         * gnus-cus.el (gnus-score-customize):
15754         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15755         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15756
15757 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15758
15759         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15760         header by looking for magic "MII" at the beginnig.
15761
15762 2005-06-16  Miles Bader  <miles@gnu.org>
15763
15764         * gnus-xmas.el (gnus-xmas-group-startup-message):
15765         Use renamed gnus-splash face.
15766
15767         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15768         (assistant-field-face): New backward-compatibility alias for renamed
15769         face.
15770         (assistant-render-text): Use renamed assistant-field face.
15771
15772         * spam.el (spam): Remove "-face" suffix from face name.
15773         (spam-face): New backward-compatibility alias for renamed face.
15774         (spam-face, spam-initialize): Use renamed spam face.
15775
15776         * message.el (message-header-to, message-header-cc)
15777         (message-header-subject, message-header-newsgroups)
15778         (message-header-other, message-header-name)
15779         (message-header-xheader, message-separator, message-cited-text)
15780         (message-mml): Remove "-face" suffix from face names.
15781         (message-header-to-face, message-header-cc-face)
15782         (message-header-subject-face, message-header-newsgroups-face)
15783         (message-header-other-face, message-header-name-face)
15784         (message-header-xheader-face, message-separator-face)
15785         (message-cited-text-face, message-mml-face):
15786         New backward-compatibility aliases for renamed faces.
15787         (message-font-lock-keywords): Use renamed message faces.
15788
15789         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15790         (sieve-test-commands, sieve-tagged-arguments):
15791         Remove "-face" suffix from face names.
15792         (sieve-control-commands-face, sieve-action-commands-face)
15793         (sieve-test-commands-face, sieve-tagged-arguments-face):
15794         New backward-compatibility aliases for renamed faces.
15795         (sieve-control-commands-face, sieve-action-commands-face)
15796         (sieve-test-commands-face, sieve-tagged-arguments-face):
15797         Use renamed sieve faces.
15798
15799         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15800         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15801         (gnus-group-news-3-empty, gnus-group-news-4)
15802         (gnus-group-news-4-empty, gnus-group-news-5)
15803         (gnus-group-news-5-empty, gnus-group-news-6)
15804         (gnus-group-news-6-empty, gnus-group-news-low)
15805         (gnus-group-news-low-empty, gnus-group-mail-1)
15806         (gnus-group-mail-1-empty, gnus-group-mail-2)
15807         (gnus-group-mail-2-empty, gnus-group-mail-3)
15808         (gnus-group-mail-3-empty, gnus-group-mail-low)
15809         (gnus-group-mail-low-empty, gnus-summary-selected)
15810         (gnus-summary-cancelled, gnus-summary-high-ticked)
15811         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15812         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15813         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15814         (gnus-summary-low-undownloaded)
15815         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15816         (gnus-summary-low-unread, gnus-summary-normal-unread)
15817         (gnus-summary-high-read, gnus-summary-low-read)
15818         (gnus-summary-normal-read, gnus-splash):
15819         Remove "-face" suffix from face names.
15820         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15821         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15822         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15823         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15824         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15825         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15826         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15827         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15828         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15829         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15830         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15831         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15832         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15833         (gnus-summary-normal-ticked-face)
15834         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15835         (gnus-summary-normal-ancient-face)
15836         (gnus-summary-high-undownloaded-face)
15837         (gnus-summary-low-undownloaded-face)
15838         (gnus-summary-normal-undownloaded-face)
15839         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15840         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15841         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15842         (gnus-splash-face):
15843         New backward-compatibility aliases for renamed faces.
15844         (gnus-group-startup-message): Use renamed gnus faces.
15845
15846         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15847         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15848         (gnus-server-agent): Remove "-face" suffix from face names.
15849         (gnus-server-agent-face, gnus-server-opened-face)
15850         (gnus-server-closed-face, gnus-server-denied-face)
15851         (gnus-server-offline-face):
15852         New backward-compatibility aliases for renamed faces.
15853         (gnus-server-agent-face, gnus-server-opened-face)
15854         (gnus-server-closed-face, gnus-server-denied-face)
15855         (gnus-server-offline-face): Use renamed gnus faces.
15856
15857         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15858         Remove "-face" suffix from face names.
15859         (gnus-picon-xbm-face, gnus-picon-face):
15860         New backward-compatibility aliases for renamed faces.
15861
15862         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15863         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15864         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15865         (gnus-cite-11): Remove "-face" suffix from face names.
15866         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15867         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15868         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15869         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15870         New backward-compatibility aliases for renamed faces.
15871         (gnus-cite-attribution-face, gnus-cite-face-list)
15872         (gnus-article-boring-faces): Use renamed gnus faces.
15873
15874         * gnus-art.el (gnus-signature, gnus-header-from)
15875         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15876         (gnus-header-content): Remove "-face" suffix from face names.
15877         (gnus-signature-face, gnus-header-from-face)
15878         (gnus-header-subject-face, gnus-header-newsgroups-face)
15879         (gnus-header-name-face, gnus-header-content-face):
15880         New backward-compatibility aliases for renamed faces.
15881         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15882
15883         * gnus-sum.el (gnus-summary-selected-face)
15884         (gnus-summary-highlight): Use renamed gnus faces.
15885         * gnus-group.el (gnus-group-highlight): Likewise.
15886
15887 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15888
15889         * gnus-sieve.el (gnus-sieve-article-add-rule):
15890         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15891         * spam-stat.el (spam-stat-buffer-change-to-spam)
15892         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15893
15894         * message.el (message-is-yours-p):
15895         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15896
15897 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * mm-view.el (mm-inline-text): Withdraw the last change.
15900
15901 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15904         executing enriched-decode.
15905
15906 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15909         charset of tar files.
15910
15911 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15912
15913         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15914
15915 2005-06-04  Lute Kamstra  <lute@gnu.org>
15916
15917         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15918         information is never recorded.
15919
15920 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15921
15922         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15923
15924 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * pop3.el (pop3-apop): Run md5 in the binary mode.
15927
15928         * starttls.el (starttls-set-process-query-on-exit-flag):
15929         Use eval-and-compile.
15930
15931 2005-05-31  Simon Josefsson  <jas@extundo.com>
15932
15933         * smime.el (smime-replace-in-string): Define.
15934         (smime-cert-by-ldap-1): Use it.
15935
15936 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-art.el (article-display-x-face): Replace
15939         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15940
15941         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15942         set-process-query-on-exit-flag or process-kill-without-query.
15943
15944         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15945         loop instead of replace-regexp.
15946
15947         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15948         instead of process-kill-without-query if it is available.
15949
15950         * lpath.el: Fbind ldap-search-entries.
15951
15952         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15953         instead of find-file-hooks if it is available.
15954
15955         * mml1991.el: Bind pgg-default-user-id when compiling.
15956
15957         * mml2015.el: Bind pgg-default-user-id when compiling.
15958
15959         * nndraft.el (nndraft-request-associate-buffer):
15960         Use write-contents-functions instead of write-contents-hooks if it is
15961         available.
15962
15963         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15964         instead of find-file-hooks if it is available.
15965
15966         * nntp.el (nntp-open-connection): Replace
15967         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15968         (nntp-open-ssl-stream): Ditto.
15969         (nntp-open-tls-stream): Ditto.
15970
15971         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15972         set-process-query-on-exit-flag or process-kill-without-query.
15973         (starttls-open-stream-gnutls): Use it instead of
15974         process-kill-without-query.
15975         (starttls-open-stream): Ditto.
15976
15977 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15978
15979         * smime.el (smime-cert-by-ldap-1): Don't use
15980         replace-regexp-in-string.
15981
15982 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15983
15984         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15985
15986         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15987         in PEM format.  Adjust to the XEmacs compability.
15988
15989 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15992         by `string-to-number'.
15993         * gnus-agent.el (gnus-agent-regenerate-group)
15994         (gnus-agent-fetch-articles): Ditto.
15995         * gnus-art.el (gnus-button-fetch-group): Ditto.
15996         * gnus-cache.el (gnus-cache-generate-active)
15997         (gnus-cache-articles-in-group): Ditto.
15998         * gnus-group.el (gnus-group-set-current-level)
15999         (gnus-group-insert-group-line): Ditto.
16000         * gnus-score.el (gnus-score-set-expunge-below)
16001         (gnus-score-set-mark-below, gnus-summary-score-effect)
16002         (gnus-summary-score-entry): Ditto.
16003         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16004         (gnus-soup-pack): Ditto.
16005         * gnus-spec.el (gnus-xmas-format): Ditto.
16006         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16007         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16008         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16009         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16010         * nndb.el (nndb-get-remote-expire-response): Ditto.
16011         * nndiary.el (nndiary-parse-schedule-value)
16012         (nndiary-string-to-number, nndiary-request-replace-article)
16013         (nndiary-request-article): Ditto.
16014         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16015         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16016         * nneething.el (nneething-make-head): Ditto.
16017         * nnfolder.el (nnfolder-request-article)
16018         (nnfolder-retrieve-headers): Ditto.
16019         * nnheader.el (nnheader-file-to-number): Ditto.
16020         * nnkiboze.el (nnkiboze-request-article): Ditto.
16021         * nnmail.el (nnmail-process-unix-mail-format)
16022         (nnmail-process-babyl-mail-format): Ditto.
16023         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16024         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16025         (nnmh-request-create-group, nnmh-request-list-1)
16026         (nnmh-request-group, nnmh-request-article): Ditto.
16027         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16028         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16029         * nnsoup.el (nnsoup-make-active): Ditto.
16030         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16031         * nntp.el (nntp-find-group-and-number)
16032         (nntp-retrieve-headers-with-xover): Ditto.
16033         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16034         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16035         (pgg-format-key-identifier): Ditto.
16036         * pop3.el (pop3-last, pop3-stat): Ditto.
16037         * qp.el (quoted-printable-decode-region): Ditto.
16038
16039         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16040         of concat.
16041
16042 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16045
16046         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16047
16048         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16049
16050         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16051
16052         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16053
16054         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16055
16056         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16057         (gnus-carpal-mode): Ditto.
16058
16059         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16060         (gnus-browse-mode): Ditto.
16061
16062         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16063
16064         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16065
16066 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16067
16068         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16069
16070 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-util.el (gnus-run-mode-hooks): New function.
16073
16074         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16075
16076         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16077         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16078
16079 2005-05-27  Lute Kamstra  <lute@gnu.org>
16080
16081         * dns-mode.el (dns-mode): Specify customization group.
16082
16083 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16084
16085         * gnus-agent.el (gnus-agent-make-mode-line-string):
16086         Use mode-line-highlight as mouse-face.
16087
16088 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * canlock.el (canlock): Change the parent group to news.
16091
16092         * deuglify.el (gnus-outlook-deuglify): Add :group.
16093
16094         * dig.el (dig): Add :group.
16095
16096         * dns-mode.el (dns-mode): Add :group.
16097
16098         * encrypt.el (encrypt): Add :group.
16099
16100         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16101         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16102         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16103         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16104         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16105
16106         * gnus-diary.el (gnus-diary): Add :group.
16107
16108         * gnus.el (gnus-group-news-1-face): Add :group.
16109         (gnus-group-news-1-empty-face): Ditto.
16110         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16111         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16112         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16113         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16114         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16115         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16116         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16117         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16118         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16119         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16120         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16121         (gnus-summary-high-ticked-face): Ditto.
16122         (gnus-summary-low-ticked-face): Ditto.
16123         (gnus-summary-normal-ticked-face): Ditto.
16124         (gnus-summary-high-ancient-face): Ditto.
16125         (gnus-summary-low-ancient-face): Ditto.
16126         (gnus-summary-normal-ancient-face): Ditto.
16127         (gnus-summary-high-undownloaded-face): Ditto.
16128         (gnus-summary-low-undownloaded-face): Ditto.
16129         (gnus-summary-normal-undownloaded-face): Ditto.
16130         (gnus-summary-high-unread-face): Ditto.
16131         (gnus-summary-low-unread-face): Ditto.
16132         (gnus-summary-normal-unread-face): Ditto.
16133         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16134         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16135
16136         * hashcash.el (hashcash): New custom group.
16137         (hashcash-default-payment): Add :group.
16138         (hashcash-payment-alist): Ditto.
16139         (hashcash-default-accept-payment): Ditto.
16140         (hashcash-accept-resources): Ditto.
16141         (hashcash-path): Ditto.
16142         (hashcash-extra-generate-parameters): Ditto.
16143         (hashcash-double-spend-database): Ditto.
16144         (hashcash-in-news): Ditto.
16145
16146         * message.el (message-minibuffer-local-map): Add :group.
16147
16148         * netrc.el (netrc): Add :group.
16149
16150         * sieve-manage.el (sieve-manage-log): Add :group.
16151         (sieve-manage-default-user): Diito.
16152         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16153         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16154         (sieve-manage-authenticators): Ditto.
16155         (sieve-manage-authenticator-alist): Ditto.
16156         (sieve-manage-default-port): Ditto.
16157
16158         * sieve-mode.el (sieve-control-commands-face): Add :group.
16159         (sieve-action-commands-face): Ditto.
16160         (sieve-test-commands-face): Ditto.
16161         (sieve-tagged-arguments-face): Ditto.
16162
16163         * smime.el (smime): Add :group.
16164
16165         * spam-report.el (spam-report): Add :group.
16166
16167         * spam.el (spam, spam-face): Add :group.
16168
16169 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16172         return \n.\n.\n at the end of articles.  Protect against that.
16173         (nntp-with-open-group): Allow debugging.
16174
16175         * nnheader.el (mail-header-set-extra): Make into a function
16176         because I just could't understand how to quote the list properly.
16177
16178         * dns.el (query-dns-cached): New function.
16179
16180 2005-05-26  Lute Kamstra  <lute@gnu.org>
16181
16182         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16183
16184 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16187
16188         * gnus-art.el: Don't autoload mail-extract-address-components.
16189
16190         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16191         eval-and-compile to evaluate it.
16192
16193         * hashcash.el: Don't autoload executable-find.
16194
16195         * nndb.el: Don't declare the nndb back end two or more times; don't
16196         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16197
16198         * nntp.el: Autoload format-spec instead of format; use
16199         eval-and-compile to evaluate autoload forms.
16200
16201 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16202
16203         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16204
16205 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16206
16207         * gnus.el (gnus-version-number): Bump version.
16208
16209 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16210
16211         * gnus.el: No Gnus v0.3 is released.
16212
16213 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16214
16215         * lpath.el (featurep): Bind show-nonbreak-escape.
16216
16217 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-art.el (gnus-article-edit-part): Disable undo.
16220
16221 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16224         gnus-article-date-lapsed-new-header is t if date timer is active;
16225         skip headers in which the original date value is empty.
16226         (gnus-article-save-original-date): Redefine it as a macro.
16227         (gnus-display-mime): Use it.
16228
16229 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-art.el (article-date-ut): Support converting date in
16232         forwarded parts as well.
16233         (gnus-article-save-original-date): New function.
16234         (gnus-display-mime): Use it.
16235
16236 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16237
16238         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16239         enclosure element of <item>.
16240
16241 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * message.el (message-kill-buffer-query): Rename from
16244         `message-kill-buffer-query-if-modified'.  Add :version.
16245
16246 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16249         window layout.
16250
16251 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * mml.el: Autoload dnd when compiling.
16254
16255 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16258         x-dnd-*.
16259
16260 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * qp.el (quoted-printable-encode-region): Save excursion.
16263
16264 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16265
16266         * message.el (message-kill-buffer-query-if-modified): Add new variable
16267         so the user can kill a modified message buffer quickly.
16268         (message-kill-buffer): Use it.
16269
16270 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * lpath.el: Fbind display-time-event-handler; don't fbind
16273         string-to-multibyte.
16274
16275         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16276
16277 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16280         contained in text because xml.el decodes entities) with LFs.
16281
16282 2005-04-11  Lute Kamstra  <lute@gnu.org>
16283
16284         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16285         differently.
16286
16287 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16288
16289         * mm-util.el (mm-detect-coding-region): Typo.
16290
16291 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16294
16295 2005-04-06  Deepak Goel  <deego@gnufans.org>
16296
16297         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16298         user-function allow user modifications of the scores.
16299         (spam-stat-score-buffer-user): New function, to allow
16300         user-computed modifications to the score.
16301         (spam-stat-score-buffer-user-functions): List of additional
16302         scoring functions.
16303         (spam-stat-error-holder): Global temporary error holder.
16304         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16305         variable.
16306
16307 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16308
16309         * gnus-registry.el (gnus-registry-clean-empty-function)
16310         (gnus-registry-trim, gnus-registry-fetch-groups)
16311         (gnus-registry-delete-group): Groups that match
16312         `gnus-registry-ignored-groups' are removed from the registry
16313         entries, not just ignored for splitting.  This helps clean up the
16314         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16315         to get all the groups a message ID is in.
16316
16317         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16318         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16319         (spam-stat-score-buffer-user-functions): Add :number custom type.
16320
16321 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16324         argument in XEmacs.
16325
16326         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16327         (nnrss-request-group): Decode group name first.
16328         (nnrss-request-article): Make a text/plain article if mml-to-mime
16329         failed.
16330         (nnrss-get-encoding): Return a compatible encoding according to
16331         nnrss-compatible-encoding-alist.
16332         (nnrss-find-el): Use consp instead of listp.
16333         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16334
16335 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16338         which Emacs 20 doesn't support.
16339         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16340
16341 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16344         silence the byte compiler inside the defun.
16345
16346         * gnus-demon.el (parse-time-string): Add autoload.
16347
16348         * gnus-delay.el (parse-time-string): Add autoload.
16349
16350         * gnus-art.el (parse-time-string): Add autoload.
16351
16352         * nnultimate.el (parse-time): Require for `parse-time-string'.
16353
16354 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16357
16358         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16359
16360         * smime.el (smime-ldap-host-list): Add :version.
16361
16362 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16363
16364         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16365         pass it to `gnus-browse-read-group'.
16366         (gnus-browse-read-group): Add NUMBER argument and pass it to
16367         `gnus-group-read-ephemeral-group'.
16368
16369         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16370         argument and pass it to `gnus-group-read-group'.
16371
16372 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16373
16374         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16375         mm-xemacs-find-mime-charset-1 if we have the mule feature
16376         available at runtime.
16377
16378 2005-03-25  Werner Lemberg  <wl@gnu.org>
16379
16380         * nnmaildir.el: Replace `illegal' with `invalid'.
16381
16382 2005-03-23  Lute Kamstra  <lute@gnu.org>
16383
16384         * time-date.el: Add comment on time value formats.
16385         Don't require parse-time.
16386         (with-decoded-time-value): New macro.
16387         (encode-time-value): New function.
16388         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16389         (days-to-time): Return a valid time value when arg is huge.
16390         (time-since): Use time-subtract.
16391         (time-to-number-of-days): Use time-to-seconds.
16392
16393 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16394
16395         * gnus-start.el (gnus-display-time-event-handler):
16396         Check display-time-timer at runtime rather than only at load time
16397         in case display-time-mode is turned off in the mean time.
16398
16399 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16402         used.
16403
16404         * nneething.el (nneething-map-file-directory): Derive from
16405         `gnus-directory'.
16406
16407         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16408         the To/Cc button.
16409
16410 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * nnmaildir.el (nnmaildir-request-accept-article):
16413         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16414
16415 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16416
16417         * gnus-async.el: Require timer-funcs at compile time when in
16418         XEmacs for `run-with-idle-timer'.
16419
16420 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16421
16422         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16423         autoloaded function.
16424
16425 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16426
16427         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16428
16429 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16430
16431         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16432
16433 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16434
16435         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16436         Add gnus-expert-user to default.
16437
16438 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16439
16440         * nnimap.el (nnimap-open-server): Ditto.
16441
16442         * imap.el (imap-authenticate): Fix typo.
16443
16444 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16445
16446         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16447         buffer (since IMAP server might return FETCH response out of
16448         order, and the nntp buffer must be sorted).
16449
16450 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16451
16452         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16453         comparison on string.
16454
16455         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16456         (gnus-agent-score): Rename category keywords to match gnus-cus.
16457         (gnus-agent-summary-fetch-series): Modify to protect against
16458         gnus-agent-summary-fetch-group clearing processable flags.
16459         (gnus-agent-synchronize-group-flags): Update live group buffer as
16460         synchronization may occur due to the user toggle the plugged
16461         status.
16462         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16463         successfully downloaded.
16464         (gnus-agent-expire-group-1): Avoid using markers when the overview
16465         is in ascending order; greatly improves performance.
16466         (gnus-agent-regenerate-group):
16467         Use gnus-agent-synchronize-group-flags to reset read status in both
16468         gnus and server.
16469         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16470
16471 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16472
16473         * message.el: Don't autoload former message-utils variables.
16474         (message-strip-subject-trailing-was): Change doc string.
16475
16476         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16477         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16478         (nnweb-google-search): Add "hl=en" here.
16479         (nnweb-google-parse-1, nnweb-google-create-mapping):
16480         Don't hardcode URL.
16481
16482 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * message.el (message-get-reply-headers, message-followup):
16485         Mention related variables `message-use-followup-to' and
16486         `message-use-mail-followup-to', in the information buffer.
16487
16488         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16489         of broken groups(-beta).google.com.
16490
16491 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16492
16493         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16494         parameter to invoked gnus-request-move-article; remove the
16495         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16496         all at once instead of once per article.
16497         (gnus-summary-remove-process-mark): Accept a list of articles as
16498         well as a single article for processing.
16499
16500         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16501         parameter.
16502
16503         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16504
16505         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16506
16507         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16508         parameter.
16509
16510         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16511         parameter.
16512
16513         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16514         parameter and remove the gnus-sum-hint-move-is-internal variable.
16515
16516         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16517         parameter.
16518
16519         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16520         parameter.
16521
16522         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16523         parameter.
16524
16525         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16526
16527         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16528         parameter.
16529
16530         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16531         parameter.
16532
16533 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16534
16535         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16536         a more conservative way.
16537
16538 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16539
16540         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16541         buffer, so it moves the window's cursor.
16542
16543 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16544
16545         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16546         `mm-dissect-multipart' and receive the from field as an (optional)
16547         argument from `mm-dissect-multipart'.
16548         (mm-dissect-multipart): Receive the from field as an argument and
16549         pass it on when we call `mm-dissect-buffer' on MIME parts.
16550         Fixes verification/decryption of signed/encrypted MIME parts.
16551
16552 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * gnus-sum.el (gnus-summary-move-article):
16555         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16556         whatever it calls (right now, only nnimap-request-move article
16557         respects it).
16558
16559         * nnimap.el (nnimap-request-move-article):
16560         When gnus-sum-hint-move-is-internal is set, don't do the extra
16561         nnimap-request-article.
16562
16563 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16566
16567         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16568         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16569
16570         * gnus-sum.el (gnus-summary-caesar-message):
16571         Apply `gnus-treat-article' after rotation.
16572
16573         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16574         doc string.
16575
16576 2005-02-22  Simon Josefsson  <jas@extundo.com>
16577
16578         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16579         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16580         <arne@arnested.dk>.
16581         (encrypt): Add password-cache and password-cache-expiry as group
16582         members.
16583
16584 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16585
16586         * smime.el (smime-ldap-host-list): Doc fix.
16587         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16588         cache) password.
16589         (smime-sign-region): Use it.
16590         (smime-decrypt-region): Use it.
16591         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16592         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16593         fails.
16594         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16595         certificate from DER to PEM format rather than calling openssl.
16596
16597         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16598
16599         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16600         for signing/encryption.
16601
16602         * mml.el (mml-parse-1): Use them.
16603
16604 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16605
16606         * nnrss.el (nnrss-verbose): Remove.
16607         (nnrss-request-group): Use `nnheader-message' instead.
16608
16609 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16610
16611         * nnrss.el (nnrss-verbose): New variable.
16612         (nnrss-request-group): Make it say nnrss is requesting a group.
16613
16614 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16617         Handle news URL with given port correctly.
16618
16619 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16622         containing special characters.
16623
16624         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16625
16626         * mml.el (mime-to-mml): Ditto.
16627
16628         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16629         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16630         (rfc2047-decode-region): Quote decoded words containing special
16631         characters when rfc2047-quote-decoded-words-containing-tspecials
16632         is non-nil.
16633
16634 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16635
16636         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16637
16638         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16639
16640 2005-02-15  Simon Josefsson  <jas@extundo.com>
16641
16642         * nnimap.el (nnimap-debug): Doc fix.
16643
16644         * imap.el (imap-debug): Doc fix.
16645
16646 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16649
16650 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16651
16652         * gnus.el (spam-contents): Improve docs for spam-contents
16653         parameter in its variable incarnation.
16654
16655 2005-02-14  Simon Josefsson  <jas@extundo.com>
16656
16657         * smime-ldap.el: Use require instead of load-library for ldap.
16658         (smime-ldap-search): Indent.
16659         (smime-ldap-search-internal): Shorten line.
16660
16661         * smime.el (smime-cert-by-dns): Add doc-string.
16662         (smime-cert-by-ldap-1): Indent.
16663
16664         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16665         mml-smime-get-dns-ldap.
16666         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16667
16668 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16669
16670         * smime.el: Require smime-ldap.
16671         (smime-ldap-host-list): New variable.
16672         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16673
16674         * mml-smime.el (mml-smime-encrypt-query): New function.
16675         (mml-smime-encrypt-query): Use it.
16676
16677         * smime-ldap.el: New file.
16678
16679 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16682
16683 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16684
16685         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16686         argument in doc string.  Make query for type more clear.
16687
16688 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus.el (gnus-group-startup-message): Search for gnus images in
16691         etc/images/gnus.
16692         * mm-util.el (mm-image-load-path): Likewise.
16693         * smiley.el (smiley-data-directory): Search for smilies in
16694         etc/images/smilies.
16695
16696 2005-02-09  Kim F. Storm  <storm@cua.dk>
16697
16698         Change Emacs release version from 21.4 to 22.1 throughout.
16699         Change Emacs development version from 21.3.50 to 22.0.50.
16700
16701 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16704
16705         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16706         non-Mule XEmacs as well.
16707         (mm-decompress-buffer): Signal an error intentionally if it does
16708         not decompress compressed data because auto-compression-mode is
16709         disabled.
16710
16711 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16712
16713         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16714         an ID in the registry even if it has no groups.
16715
16716 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16719         merge it into mm-decompress-buffer.
16720         (gnus-mime-copy-part): Use the MIME part charset, the value which
16721         a user specified or gnus-newsgroup-charset for decoding, like
16722         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16723         save-buffer what was used.  Suggested by Kevin Ryde
16724         <user42@zip.com.au>.
16725         (gnus-mime-inline-part): Allow the name parameter as well as the
16726         filename parameter; force decompressing of compressed data; always
16727         display contents being not decoded as unibyte.
16728
16729         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16730         as well as the filename parameter.
16731
16732         * mm-util.el (mm-decompress-buffer):
16733         Merge gnus-mime-jka-compr-maybe-uncompress.
16734         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16735         of compressed data.
16736
16737 2005-02-08  Simon Josefsson  <jas@extundo.com>
16738
16739         * imap.el (imap-log): Doc fix.
16740
16741 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16744         the coding cookies; decompress compressed parts.
16745
16746         * mml.el (mml-generate-mime-1): Add the charset parameter according
16747         to the value which a user specified manually or the coding cookie.
16748
16749         * mm-util.el (mm-string-to-multibyte): New function.
16750         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16751         (mm-coding-system-to-mime-charset): New function.
16752         (mm-decompress-buffer): New function.
16753         (mm-find-buffer-file-coding-system): New function.
16754
16755         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16756         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16757         parts.
16758
16759 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16760
16761         * mm-view.el (mm-display-inline-fontify): Decode a part according
16762         to the charset parameter.
16763
16764 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16767         prefix arg is neither nil nor a number, as info specifies.
16768
16769 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16772         timestamps.
16773
16774 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16775
16776         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16777         groups error checking and notify user.
16778
16779 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16780
16781         * message.el (message-send-mail-function): Check existence of
16782         sendmail-program first before using default value
16783         `message-send-mail-with-sendmail'.  Otherwise use more generic
16784         `smtpmail-send-it'.
16785
16786 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * nntp.el (nntp-request-update-info): Always return nil.
16789
16790 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16791
16792         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16793
16794 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16795
16796         * message.el (message-beginning-of-line): Change the behavior when
16797         invoked between BOL and : so that it first moves backward.
16798
16799 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16802         article buffer when editing of the article is discarded.
16803         (gnus-article-prepare): Revert.
16804
16805 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-art.el (gnus-article-prepare):
16808         Remove message-strip-forbidden-properties from the local hook.
16809
16810 2005-01-27  Simon Josefsson  <jas@extundo.com>
16811
16812         * password.el (password-cache-add): Only start one timer per key.
16813         Reported by Derek Atkins <warlord@MIT.EDU>.
16814
16815 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16816
16817         * run-at-time.el: Remove.  It is no longer needed as
16818         timer-funcs.el in the xemacs-base package has a working version of
16819         `run-at-time'.
16820
16821         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16822
16823         * password.el: Require timer-funcs instead of run-at-time in
16824         XEmacs.
16825         Remove `password-run-at-time' macro.
16826         (password-cache-add): Use `run-at-time' instead of
16827         `password-run-at-time'.
16828
16829         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16830         Remove `nnheader-cancel-function-timers' alias,
16831         `cancel-function-timers' exists in XEmacs in timer-funcs.
16832
16833         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16834         for `run-with-idle-timer'.
16835
16836         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16837         for `run-at-time'.
16838
16839         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16840         for `with-timeout'.
16841
16842         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16843         the same as for XEmacs 21.4.
16844         No need to ignore `run-with-idle-timer', this function exists in
16845         XEmacs now in timer-funcs.el in the xemacs-base package.
16846         (dgnushack-compile): No need to delete
16847         run-at-time.el from the list of files to compile because it
16848         doesn't exist anymore.
16849
16850 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16853         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16854
16855 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16856
16857         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16858         sensitively.
16859
16860 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16861
16862         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16863
16864 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16867         which will be inserted according to the multibyteness of a buffer
16868         rather than the type of contents.  Suggested by ARISAWA Akihiro
16869         <ari@mbf.ocn.ne.jp>.
16870
16871         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16872         of string which old xml.el may return rather than a string.
16873
16874 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16877
16878 2005-01-16  Simon Josefsson  <jas@extundo.com>
16879
16880         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16881         idn/idna.el isn't available.
16882         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16883         <michael@waxrat.com>.
16884
16885         * hashcash.el: Remove non-FSF copyright header.
16886
16887         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16888         (hashcash-generate-payment): Use it.
16889         (hashcash-generate-payment-async): Use it.
16890
16891 2005-01-15  Simon Josefsson  <jas@extundo.com>
16892
16893         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16894         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16895
16896         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16897         gnus-summary-idna-message.
16898         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16899         (gnus-summary-idna-message): New function.
16900
16901 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16904         gnus-novice-user.
16905
16906 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * nnrss.el (nnrss-request-delete-group): Delete entries in
16909         nnrss-group-alist as well.
16910         (nnrss-save-server-data): Insert newline.
16911
16912 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus.el (gnus-user-agent): Use list of symbols instead of
16915         symbols.  Display full version number for (S)XEmacs.
16916         Optionally display (S)XEmacs codename.
16917
16918         * gnus-util.el (gnus-emacs-version): Update for new
16919         `gnus-user-agent'.
16920
16921         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16922         Gnus version.
16923
16924 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16925
16926         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16927         which is unreadable in some setups.
16928
16929 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * gnus-spec.el (gnus-update-format-specifications): Flush the
16932         group format spec cache if it doesn't support decoded group names.
16933
16934 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16937         Allow to apply decay on score files matching a regexp.
16938
16939 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16942         compatibility in %g and %c.
16943
16944 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16947         name for only %g and %c.
16948         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16949         of gnus-tmp-group to decoded group name.
16950         (gnus-group-make-rss-group): Exclude `/'s from group names.
16951
16952 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * nnrss.el (nnrss-get-encoding): Fix regexp.
16955
16956 2004-12-27  Simon Josefsson  <jas@extundo.com>
16957
16958         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16959         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16960         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16961
16962 2004-12-17  Kim F. Storm  <storm@cua.dk>
16963
16964         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16965
16966         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16967
16968 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16969
16970         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16971
16972 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * nnrss.el: Require rfc2047 and mml.
16975         (nnrss-file-coding-system): New variable.
16976         (nnrss-format-string): Redefine it as an inline function.
16977         (nnrss-decode-group-name): New function.
16978         (nnrss-string-as-multibyte): Remove.
16979         (nnrss-retrieve-headers): Decode group name; don't use
16980         nnrss-format-string.
16981         (nnrss-request-group): Decode group name.
16982         (nnrss-request-article): Decode group name; allow a Message-ID as
16983         well as an article number; don't use nnrss-format-string; encode a
16984         Message-ID string which may contain non-ASCII characters; use
16985         mml-to-mime to compose a MIME article.
16986         (nnrss-request-expire-articles): Decode group name.
16987         (nnrss-request-delete-group): Decode group name.
16988         (nnrss-fetch): Clarify error message.
16989         (nnrss-read-server-data): Use insert-file-contents instead of load;
16990         bind file-name-coding-system; use multibyte buffer.
16991         (nnrss-save-server-data): Bind coding-system-for-write to the
16992         value of nnrss-file-coding-system; bind file-name-coding-system;
16993         add coding cookie.
16994         (nnrss-read-group-data): Use insert-file-contents instead of load;
16995         bind file-name-coding-system; use multibyte buffer.
16996         (nnrss-save-group-data): Bind coding-system-for-write to the
16997         value of nnrss-file-coding-system; bind file-name-coding-system.
16998         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16999         make it work with non-ASCII text.
17000         (nnrss-find-el): Make it work with old xml.el as well.
17001
17002 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17003
17004         * nnrss.el (nnrss-get-encoding): New function.
17005         (nnrss-fetch): Use unibyte buffer initially; bind
17006         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17007         decode contents according to the encoding attribute.
17008         (nnrss-save-group-data): Add coding cookie.
17009         (nnrss-mime-encode-string): New function.
17010         (nnrss-check-group): Use it to encode subject and author.
17011
17012 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17015         imaginary variable.
17016
17017 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17020         correctly even if there are wide characters.
17021
17022 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17025         downcased symbol names; make a new cache instead of reusing
17026         bbdb-hashtable.
17027
17028 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17031         concatenating segments rather than before concatenating them.
17032         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17033
17034         * message.el (message-get-reply-headers): Bind `extra'.
17035
17036 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17037
17038         * message.el (message-extra-wide-headers): New variable.
17039         (message-get-reply-headers): Use it.
17040
17041 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17044         (gnus-agent-group-pathname): Ditto.
17045
17046         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17047
17048         * gnus-group.el (gnus-group-make-group): Decode group name.
17049         (gnus-group-make-rss-group): Register the group data after opening
17050         the nnrss group.
17051
17052 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17053
17054         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17055         by expiry now get marked as read.
17056
17057 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17060
17061 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17062
17063         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17064         unify Latin characters in XEmacs.
17065         (mm-find-mime-charset-region): Use it.
17066
17067 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-util.el (gnus-delete-directory): New function.
17070
17071         * gnus-agent.el (gnus-agent-delete-group): Use it.
17072
17073         * gnus-cache.el (gnus-cache-delete-group): Use it.
17074
17075 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17078         names.
17079
17080 2004-12-16  Simon Josefsson  <jas@extundo.com>
17081
17082         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17083
17084 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17087
17088         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17089         (gnus-group-set-current-level): Decode group name.
17090
17091 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17092
17093         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17094         failed.
17095
17096 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-group.el (gnus-group-delete-group): Decode group name.
17099         (gnus-group-make-rss-group): Encode group name.
17100         (gnus-group-catchup-current): Decode group name.
17101         (gnus-group-kill-group): Decode group name.
17102
17103 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17104
17105         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17106
17107 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * gnus-group.el (gnus-group-make-rss-group):
17110         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17111
17112         * gnus-start.el (gnus-setup-news): Honor user's setting to
17113         gnus-message-archive-method.  Suggested by Lute Kamstra
17114         <lute@gnu.org>.
17115
17116 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17117
17118         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17119         global counterparts of the buffer-local variables.
17120
17121 2004-11-16  Romain Francoise  <romain@orebokech.com>
17122
17123         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17124         counterparts of the buffer-local variables.
17125
17126 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * message.el (message-forbidden-properties): Fix typo in doc
17129         string.
17130
17131 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * gnus-util.el (gnus-replace-in-string): Add doc string.
17134
17135         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17136         to avoid problems when splitting mails with many recipients.
17137
17138 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17139
17140         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17141         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17142
17143 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17144
17145         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17146         if there is no hashtable in memory or file modification time is
17147         newer than cached timestamp.
17148
17149 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * gnus-sum.el (gnus-summary-limit-to-recipient):
17152         Implement not-matching option.
17153
17154 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17157         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17158         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17159         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17160         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17161         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17162
17163 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * message.el (message-forward-make-body-mml): Remove headers
17166         according to message-forward-ignored-headers if a message is decoded.
17167
17168 2004-12-02  Romain Francoise  <romain@orebokech.com>
17169
17170         * message.el (message-forward-make-body-plain): Always remove
17171         headers according to message-forward-ignored-headers.
17172
17173 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * spam.el (spam-summary-prepare-exit): Remove the
17176         gnus-summary-limit pop for now, it has problems with ham marks for
17177         me.
17178
17179 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17180
17181         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17182         correctly.
17183
17184 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17185
17186         * format-spec.el (format-spec): Message the char.
17187
17188 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * gnus-art.el (gnus-split-methods): Reformat comments.
17191
17192         * spam.el (spam-summary-prepare-exit): Remove article limits
17193         before exiting the summary buffer.
17194
17195 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17198         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17199
17200         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17201         order to silence the byte compiler.
17202
17203         * spam.el: Fix the way to silence the byte compiler, which
17204         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17205         bbdb-search-simple, spam-BBDB-register-routine,
17206         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17207         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17208         spam-stat-buffer-is-spam, spam-stat-load,
17209         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17210         spam-stat-save and spam-stat-split-fancy.
17211
17212 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17215         which may confuse users.
17216         (canlock-password-for-verify): Ditto.
17217
17218         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17219
17220         * gnus-art.el (gnus-emphasis-alist): Ditto.
17221
17222         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17223
17224         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17225
17226         * gnus-start.el (gnus-save-killed-list): Ditto.
17227
17228         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17229         (gnus-sum-thread-tree-root): Ditto.
17230         (gnus-sum-thread-tree-false-root): Ditto.
17231         (gnus-sum-thread-tree-single-indent): Ditto.
17232
17233         * message.el (message-courtesy-message): Ditto.
17234         (message-archive-note): Ditto.
17235         (message-subscribed-address-file): Ditto.
17236         (message-user-fqdn): Ditto.
17237
17238         * spam-report.el (spam-report-gmane-regex): Ditto.
17239
17240         * spam.el (spam-blackhole-good-server-regex): Ditto.
17241
17242 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * mml.el (mml-preview): Widen the message buffer before copying
17245         the contents to the preview buffer; sort headers before previewing.
17246
17247         * message.el (message-hidden-headers): Fix the way to avoid a bug
17248         in the `repeat' widget in Emacs 21.3 or earlier.
17249
17250 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * message.el (message-hidden-headers): Default to "^References:".
17253         Improve customization type.  Suggested by Reiner Steib
17254         <Reiner.Steib@gmx.de>.
17255
17256 2004-11-25  Romain Francoise  <romain@orebokech.com>
17257
17258         * message.el (message-strip-forbidden-properties): Remove check for
17259         obsolete `message-hidden' text property, hidden headers are not
17260         accessible in the buffer anymore.
17261
17262 2004-11-22  Romain Francoise  <romain@orebokech.com>
17263
17264         * message.el (message-header-format-alist): Add `From' in list
17265         so that it can be sorted.
17266         (message-fix-before-sending): Widen and sort headers before
17267         sending.
17268         (message-hide-headers): Use narrowing to hide headers by moving
17269         them to the top of the buffer and narrowing to the region
17270         underneath.
17271
17272 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17273
17274         * message.el (message-strip-forbidden-properties):
17275         Bind buffer-read-only (etc) to nil.
17276
17277 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17280         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17281
17282 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17283
17284         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17285
17286 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17287
17288         * dns.el (query-dns): Use sit-for to time instead of
17289         accept-process-output, since that doesn't seem to work on udp
17290         sockets.
17291
17292 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17295
17296 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17299         doc string.  Improve doc string.
17300
17301 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * nntp.el (nntp-request-update-info): Return nil if
17304         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17305         may not call gnus-activate-group which uselessly issues the GROUP
17306         commands for all nntp groups and wastes time.  Reported by Romain
17307         Francoise <romain@orebokech.com>.
17308
17309         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17310
17311 2004-11-15  Simon Josefsson  <jas@extundo.com>
17312
17313         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17314         headers separately.
17315         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17316         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17317
17318 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17319
17320         * gnus-start.el (gnus-convert-old-newsrc):
17321         Assign legacy-gnus-agent to 5.10.7.
17322
17323 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17324
17325         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17326         start of the lines.
17327
17328 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17329
17330         * hashcash.el (hashcash-default-payment): Change default to 20.
17331         (hashcash-default-accept-payment): Change default to 20.
17332         (hashcash-process-alist): New variable.
17333         (hashcash-generate-payment-async): Add.
17334         (hashcash-already-paid-p): Add.
17335         (hashcash-insert-payment): Don't generate payments twice.
17336         (hashcash-insert-payment-async): Add.
17337         (hashcash-insert-payment-async-2): Add.
17338         (hashcash-cancel-async): Add.
17339         (hashcash-wait-async): Add.
17340         (hashcash-processes-running-p): Add.
17341         (hashcash-wait-or-cancel): Add.
17342         (mail-add-payment): New optional argument.  Conditionally start
17343         asynchronous calculation.
17344         (mail-add-payment-async): Add.
17345
17346         * message.el (message-send-mail): Wait for asynchronous hashcash
17347         results.  Don't clobber existing X-Hashcash headers.
17348         (message-setup-1): Call mail-add-payment-async when
17349         message-generate-hashcash is non-nil.
17350
17351 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17352
17353         * message.el (message-use-alternative-email-as-from): Examine the
17354         From header as well; use message-make-from in order to include a
17355         user's full name.
17356
17357 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17360         default; improve customization type.
17361         (gnus-emphasis-custom-with-format): New macro.
17362         (gnus-emphasis-custom-value-to-external): New function.
17363         (gnus-emphasis-custom-value-to-internal): New function.
17364
17365 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17366
17367         * dns.el (query-dns): Resolve reverse addresses.
17368
17369 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17370
17371         * gnus-group.el (gnus-group-get-new-news): Use it.
17372
17373         * gnus-start.el (gnus-check-reasonable-setup): New function.
17374
17375 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17378         "Args out of range" error.  Reported by Arnaud Giersch
17379         <arnaud.giersch@free.fr>.
17380
17381 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17382
17383         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17384
17385 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17386
17387         * spam.el (spam group): Add :version.
17388
17389         * pgg-def.el (pgg group): Add :version.
17390
17391 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-art.el (gnus-article-edit-article): Don't associate the
17394         article buffer with a draft file.  This is a temporary measure
17395         against the 2004-08-22 change to gnus-article-edit-mode.
17396
17397 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17400         (html2text-format-tags): Remove unused variable `attr'.
17401
17402 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17405
17406         * tls.el (tls-process-connection-type, tls-success)
17407         (tls-certtool-program): Add :version.
17408
17409         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17410         (starttls-extra-arguments, starttls-process-connection-type)
17411         (starttls-connect, starttls-failure, starttls-success): Add :version.
17412
17413         * spam-stat.el (spam-stat): Add :version.
17414
17415         * sieve.el (sieve): Add :version.
17416
17417         * sha1.el (sha1): Add :version.
17418         (sha1-use-external): Remove redundant version.
17419
17420         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17421         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17422         (nnmail-split-fancy-match-partial-words)
17423         (nnmail-split-lowercase-expanded): Add :version.
17424
17425         * nndiary.el (nndiary): Add :version.
17426
17427         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17428
17429         * mml-sec.el (mml-default-sign-method)
17430         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17431         Add :version.
17432
17433         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17434
17435         * mm-url.el (mm-url-use-external, mm-url-program)
17436         (mm-url-arguments): Add :version.
17437
17438         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17439         (mm-attachment-file-modes, mm-decrypt-option)
17440         (mm-w3m-safe-url-regexp): Add :version.
17441
17442         * message.el (message-cite-prefix-regexp)
17443         (message-sendmail-envelope-from, message-minibuffer-local-map)
17444         (message-user-fqdn, message-completion-alist): Add :version.
17445
17446         * gnus-win.el (gnus-configure-windows-hook)
17447         (gnus-use-frames-on-any-display): Add :version.
17448
17449         * gnus-art.el (gnus-article-address-banner-alist)
17450         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17451         (gnus-treat-from-picon, gnus-treat-mail-picon)
17452         (gnus-treat-x-pgp-sig): Add :version.
17453
17454         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17455         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17456         (gnus-summary-article-delete-hook)
17457         (gnus-summary-display-while-building): Add :version.
17458
17459         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17460         (gnus-get-top-new-news-hook): Add :version.
17461
17462         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17463         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17464
17465         * gnus-registry.el (gnus-registry): Add :version.
17466
17467         * gnus-spec.el (gnus-use-correct-string-widths)
17468         (gnus-make-format-preserve-properties): Add :version.
17469
17470         * gnus.el (gnus-group-charter-alist)
17471         (gnus-group-fetch-control-use-browse-url)
17472         (gnus-install-group-spam-parameters): Add :version.
17473
17474         * gnus-diary.el (gnus-diary): Add :version.
17475
17476         * gnus-delay.el (gnus-delay): Add :version.
17477
17478         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17479         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17480         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17481         Add :version.
17482
17483         * gnus-agent.el (gnus-agent-max-fetch-size)
17484         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17485         (gnus-agent-prompt-send-queue): Add :version.
17486
17487         * deuglify.el (gnus-outlook-deuglify): Add :version.
17488
17489         * html2text.el: Beautify code.  Improve doc strings.
17490         Some checkdoc cleanup.
17491         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17492
17493 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17494
17495         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17496
17497 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17498
17499         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17500         when package is loaded.
17501
17502         * spam.el (spam-summary-score-preferred-header): Add global preference
17503         for people who want to override the default SpamAssassin over
17504         Bogofilter preference (when both are set).
17505         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17506         (spam-user-format-function-S):
17507         Check spam-summary-score-preferred-header.
17508         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17509         (spam-user-format-function-S): Format the score correctly.
17510
17511 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17514         signature file.  Suggested by Manoj Srivastava
17515         <srivasta@golden-gryphon.com>.
17516
17517         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17518         iso-2022-jp even in the Japanese language environment.
17519         Suggested by Jason Rumney <jasonr@gnu.org>.
17520
17521 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17524         use the same characters as the dummy marks; make it free from
17525         getting affected by the language environment.
17526         (gnus-summary-read-group-1): Update mark positions only when the
17527         format spec is updated.
17528
17529         * gnus-spec.el (gnus-update-format-specifications): Return a list
17530         of updated types.
17531
17532 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17535         of boundp to check if display-warning is available.
17536
17537 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17538
17539         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17540
17541 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * nnspool.el (nnspool-spool-directory): Use news-path if the
17544         news-directory variable is not bound.
17545
17546         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17547         function instead of display-warning if it is not available.
17548
17549 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17552         v5-10: Use `point-at-bol'.
17553
17554 2004-10-26  Simon Josefsson  <jas@extundo.com>
17555
17556         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17557         <chenggao@gmail.com>.
17558
17559 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17560
17561         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17562         instead.
17563
17564 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17567         to remove a server from the nnimap-server-buffer-alist.
17568         (nnimap-open-connection, nnimap-close-server): Use it.
17569
17570         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17571
17572 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17575         running the major-mode function.
17576
17577 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17580         dummy marks in the right way.
17581
17582 2004-10-18  David Edmondson  <dme@dme.org>
17583
17584         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17585         excessively.
17586
17587 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17588
17589         * gnus-util.el (gnus-split-references): Accept a nil references
17590         string and go on blissfully.
17591
17592         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17593         cases where the references string is non-nil but has no references.
17594
17595         * encrypt.el: Add autoload tags.
17596
17597         * spam.el (spam-resolve-registrations-routine): Remove article
17598         from unregistration list too.  Reported by David Hanak
17599         <dhanak@isis.vanderbilt.edu>
17600
17601 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17604         nil.  Change custom type.
17605
17606 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17607
17608         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17609
17610         * gnus-sum.el (gnus-summary-move-article): Use it.
17611
17612 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17613
17614         * encrypt.el: Add autoload cookies.
17615
17616         * spam.el (spam-backend-article-list-property)
17617         (spam-backend-get-article-todo-list)
17618         (spam-backend-put-article-todo-list)
17619         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17620         Resolve registrations separately.
17621         (spam-register-routine): Format comments.
17622         (spam-unregister-routine, spam-register-routine): Always call with
17623         specific-articles, no default list.
17624         (spam-summary-prepare-exit): Use the spam-classifications function.
17625
17626         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17627         gnus-encrypt.el.
17628
17629         * encrypt.el: Copied from gnus-encrypt.el.
17630
17631         * gnus-encrypt.el: Commented that it's obsolete.
17632
17633 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17636         (gnus-score-save): Use it.
17637
17638         * message.el (message-bury): Use `window-dedicated-p'.
17639
17640 2004-10-15  Simon Josefsson  <jas@extundo.com>
17641
17642         * pop3.el (top-level): Don't require nnheader.
17643         (pop3-read-timeout): Add.
17644         (pop3-accept-process-output): Add.
17645         (pop3-read-response, pop3-retr): Use it.
17646
17647 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17648
17649         * spam.el (spam-register-routine): Move comment.
17650         (spam-verify-bogofilter): Use 'unknown for the initial
17651         spam-bogofilter-valid state, not 'never.
17652
17653         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17654         for netrc-machine.
17655
17656         * nnimap.el (nnimap-open-connection):
17657         Use netrc-machine-user-or-password.
17658
17659 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17660
17661         * gnus-registry.el (gnus-registry-unload-hook):
17662         Set as a variable with add-hook.
17663
17664         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17665         of news-path.
17666
17667         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17668
17669         * spam.el: Delete duplicate `provide'.
17670         (spam-unload-hook): Set as a variable with add-hook.
17671
17672 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17675         in the doc string.
17676
17677         * message.el (message-ignored-news-headers)
17678         (message-ignored-supersedes-headers)
17679         (message-ignored-resent-headers)
17680         (message-forward-ignored-headers): Improve custom type.
17681
17682 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * message.el (message-tokenize-header): Fix 2004-09-06 change
17685         which used point-min in the wrong place.
17686
17687 2004-10-12  Simon Josefsson  <jas@extundo.com>
17688
17689         * tls.el (tls-certtool-program): New variable.
17690         (tls-certificate-information): New function, based on
17691         ssl-certificate-information.
17692
17693 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * compface.el: Move the version of ELisp-based uncompface program
17696         to the contrib directory because of the copyright problem.
17697
17698 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * message.el (message-kill-buffer): Raise the current frame.
17701
17702 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17703
17704         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17705
17706         * gnus.el (message-y-or-n-p): Autoload.
17707
17708         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17709         (pop3-password-required, pop3-authentication-scheme)
17710         (pop3-leave-mail-on-server): Make customizable.
17711         (pop3): New custom group.
17712         (pop3-retr): Remove `sleep-for' statements.
17713         Suggested by Dave Love <fx@gnu.org>.
17714
17715         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17716         Windows/DOS.
17717
17718         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17719         (imap-parse-body): Fix incorrect use of `assert'.
17720         Suggested by Dave Love <fx@gnu.org>.
17721
17722         * mml.el (mml-minibuffer-read-disposition): Require match.
17723         Suggested by Dave Love <fx@gnu.org>.
17724
17725 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17726
17727         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17728         doc string.
17729
17730 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17733
17734 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17735
17736         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17737         instead of calling `mm-insert-inline', to decode text/* parts
17738         before displaying them.
17739
17740 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * mm-uu.el (mm-uu-text-plain-type): New variable.
17743         (mm-uu-pgp-signed-extract-1): Use it.
17744         (mm-uu-pgp-encrypted-extract-1): Use it.
17745         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17746         bind mm-uu-text-plain-type with that value.
17747         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17748         mm-uu-dissect.
17749
17750 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * gnus-group.el (gnus-update-group-mark-positions):
17753         * gnus-sum.el (gnus-update-summary-mark-positions):
17754         * message.el (message-check-news-body-syntax):
17755         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17756         of string-as-multibyte.
17757
17758 2004-10-05  Juri Linkov  <juri@jurta.org>
17759
17760         * gnus-group.el (gnus-update-group-mark-positions):
17761         * gnus-sum.el (gnus-update-summary-mark-positions):
17762         * message.el (message-check-news-body-syntax):
17763         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17764         8-bit unibyte values to a multibyte string for search functions.
17765
17766 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17769         (mm-uu-dissect-text-parts): New function.
17770
17771         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17772         dissect text parts.
17773
17774         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17775         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17776
17777         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17778
17779         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17780         Use gnus-current-topics instead of gnus-current-topic.
17781
17782 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17783
17784         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17785
17786 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17787
17788         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17789         where approriate.
17790
17791         * nnml.el (nnml-generate-active-info): do.
17792
17793         * nndiary.el (nndiary-generate-active-info): do.
17794
17795         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17796         (gnus-topic-move): do.
17797
17798         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17799         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17800
17801         * gnus-srvr.el (gnus-server-prepare)
17802         (gnus-server-open-all-servers): do.
17803
17804         * gnus-msg.el (gnus-summary-cancel-article)
17805         (gnus-summary-resend-message)
17806         (gnus-summary-mail-crosspost-complaint): do.
17807
17808         * gnus-move.el (gnus-change-server): do.
17809
17810         * gnus-group.el (gnus-group-unmark-all-groups)
17811         (gnus-group-set-current-level): do.
17812
17813 2004-10-04  Simon Josefsson  <jas@extundo.com>
17814
17815         * message.el (message-generate-hashcash): Doc fix.
17816
17817 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17818
17819         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17820         avoid infinite recursion via gnus-get-function.
17821
17822 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17823
17824         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17825
17826         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17827
17828         * nnmail.el (nnmail-split-history): do.
17829
17830         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17831         (nnml-request-delete-group): do.
17832
17833         * nnslashdot.el (nnslashdot-read-groups): do.
17834
17835         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17836         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17837
17838         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17839         (nnspool-sift-nov-with-sed): Use last.
17840         (nnspool-retrieve-headers-with-nov): Use mapc.
17841         (nnspool-request-newgroups): Use dolist.
17842         (nnspool-request-group): Use last.
17843
17844         * nntp.el (nntp-read-server-type): Use dolist.
17845
17846         * nnvirtual.el (nnvirtual-create-mapping)
17847         (nnvirtual-update-read-and-marked): Use dolist.
17848         (nnvirtual-convert-headers): Simplify.
17849
17850 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17851
17852         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17853         Add support for sync'ing tick marks.
17854
17855 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17858         there's no visible header.
17859
17860 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17861
17862         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17863         When necessary, pass full group name to gnus-request-set-marks.
17864
17865 2004-10-01  Simon Josefsson  <jas@extundo.com>
17866
17867         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17868         acroread.
17869
17870 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17871
17872         * spam-report.el (spam-report-gmane): Fix interactive.
17873
17874         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17875
17876         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17877         when writing file.
17878         (gnus-agent-synchronize-flags): Don't default to being
17879         interactive.
17880
17881 2004-09-30  Simon Josefsson  <jas@extundo.com>
17882
17883         * message.el (message-generate-hashcash): Add.
17884         (message-send-mail): Use it, call mail-add-payment.
17885
17886 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17887
17888         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17889
17890 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17891
17892         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17893         gnus-requst-update-info with explicit code to sync the in-memory
17894         info read flags with the marks being sync'd to the backend.
17895
17896         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17897
17898 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * spam.el (spam-verify-bogofilter): Add new function.
17901         (spam-check-bogofilter)
17902         (spam-bogofilter-register-with-bogofilter): Use it.
17903         (spam-verify-bogofilter): Add small fixes.
17904
17905 2004-09-28  Simon Josefsson  <jas@extundo.com>
17906
17907         * hashcash.el (hashcash-generate-payment): Revert.
17908
17909 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17910
17911         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17912         Use gnus-extract-references instead of gnus-split-references.
17913
17914         * gnus-util.el (gnus-extract-references): Add new function, analogous
17915         to gnus-split-references but extracts only the message-ID without
17916         anything extra.
17917
17918         * hashcash.el (hashcash-generate-payment)
17919         (hashcash-check-payment): Do the right thing if hashcash-path is
17920         nil (because the hashcash program could not be found).
17921
17922         * spam.el (spam-use-hashcash): Remove comment.
17923
17924 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17925
17926         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17927         (gnus-cache-enter-article, gnus-cache-remove-article)
17928         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17929
17930         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17931
17932         * gnus-art.el (article-hide-boring-headers)
17933         (article-translate-strings, article-display-face)
17934         (gnus-article-mime-match-handle-first)
17935         (gnus-article-highlight-headers)
17936         (gnus-article-add-buttons-to-head): do.
17937
17938 2004-09-27  Simon Josefsson  <jas@extundo.com>
17939
17940         * hashcash.el: New version, from
17941         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17942         ../contrib/.
17943
17944 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17947
17948 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17949
17950         * gnus-dup.el (gnus-dup-open): Use mapc.
17951         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17952
17953         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17954         Reported by Stefan Wiens <s.wi@gmx.net>.
17955
17956         * gnus.el (gnus-shutdown): Use dolist.
17957
17958         * gnus-undo.el (gnus-undo): Use mapc.
17959
17960         * nnrss.el (nnrss-generate-active): do.
17961
17962         * message.el (message-cite-original-without-signature)
17963         (message-cite-original): Use mapc.
17964         (message-do-actions, message-make-forward-subject): Use dolist.
17965
17966 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17967
17968         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17969         deletion to remove entire duplicate line.  Fixes merged article
17970         number bug.
17971
17972 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17973
17974         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17975         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17976         first ask if you want to open a server and then, even when you
17977         responded with no, asking if you want to synchronize the server's
17978         flags.
17979         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17980         multi-line expressions.
17981         (gnus-agent-synchronize-group-flags): New internal function.
17982         Updates marks in memory (in the info structure) AND in the
17983         backend.
17984
17985         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17986
17987         * nnagent.el (nnagent-request-set-mark):
17988         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17989         method, to ensure that synchronization updates marks in the
17990         backend and in the info (in memory) structure.
17991
17992 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17995         convention fully; don't miss the root article of a thread; make
17996         the X-Draft-From header with correct article numbers.
17997
17998 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17999
18000         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18001         unless plugged.  Disable the agent so that an open failure causes
18002         an error.
18003
18004         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18005         Revert 2004-09-21 change.  The backend must be opened while
18006         synchronizing flags even when the backend stores the flags
18007         locally.
18008
18009 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18012         in `header' match.  Reported by Svend Tollak Munkejord.
18013
18014         * message.el (message-cite-original): Fix use of
18015         `message-cite-articles-with-x-no-archive'.
18016
18017 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18020         (gnus-window-to-buffer): Ditto.
18021
18022         * mml.el (mml-preview-buffer): New variable.
18023         (mml-preview): Manage window layout with gnus-buffer-configuration.
18024
18025         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18026         X-Draft-From header even if those articles aren't quoted.
18027
18028 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18029
18030         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18031         (gnus-request-set-mark, gnus-request-update-mark): Use new
18032         g-s-t-u-l-m to decide to use backend even when unplugged.
18033
18034 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18037         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18038
18039 2004-09-20  Simon Josefsson  <jas@extundo.com>
18040
18041         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18042         "utf-16-le".
18043
18044 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18045
18046         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18047
18048 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18049
18050         * uudecode.el (uudecode-use-external): Add :version.
18051
18052         * smime.el (smime-CA-file, smime-encrypt-cipher)
18053         (smime-dns-server): Add :version.
18054
18055         * smiley.el (gnus-smiley-file-types): Add :version.
18056
18057         * sha1.el (sha1-use-external): Add :version.
18058
18059         * pgg-def.el (pgg-query-keyserver): Add :version.
18060
18061         * nnmail.el (nnmail-fancy-expiry-targets)
18062         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18063         Add :version.
18064
18065         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18066         (nnimap-retrieve-groups-asynchronous): Add :version.
18067         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18068
18069         * mml.el (mml-content-disposition-parameters)
18070         (mml-insert-mime-headers-always): Add :version.
18071
18072         * mm-util.el (mm-coding-system-priorities): Add :version.
18073
18074         * mm-decode.el (mm-inline-text-html-with-images)
18075         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18076         (mm-verify-option): Add :version.
18077         (mm-text-html-renderer): Change :version.
18078
18079         * message.el (message-fcc-externalize-attachments)
18080         (message-required-headers, message-draft-headers)
18081         (message-subject-trailing-was-query)
18082         (message-subject-trailing-was-ask-regexp)
18083         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18084         (message-mark-insert-end, message-archive-header)
18085         (message-archive-note, message-cross-post-default)
18086         (message-cross-post-note, message-followup-to-note)
18087         (message-cross-post-note-function, message-use-mail-followup-to)
18088         (message-subscribed-address-functions)
18089         (message-subscribed-address-file, message-subscribed-addresses)
18090         (message-subscribed-regexps, message-allow-no-recipients)
18091         (message-yank-cited-prefix, message-signature-insert-empty-line)
18092         (message-hidden-headers, message-hierarchical-addresses)
18093         (message-mail-user-agent, message-use-idna)
18094         (message-valid-fqdn-regexp)
18095         (message-strip-special-text-properties, message-header-synonyms)
18096         (message-beginning-of-line, message-tab-body-function): Add :version.
18097         (message-insert-canlock, message-wide-reply-confirm-recipients):
18098         Change :version.
18099
18100         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18101         and :version.
18102         (mail-source-delete-old-incoming-confirm)
18103         (mail-source-movemail-program): Add :version.
18104
18105         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18106         (gnus-agent-cache, gnus-agent): Change :version.
18107
18108         * gnus-util.el (gnus-use-byte-compile): Change :version.
18109
18110         * gnus-sum.el (gnus-summary-make-false-root-always)
18111         (gnus-summary-default-high-score)
18112         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18113         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18114         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18115         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18116         (gnus-sum-thread-tree-single-indent)
18117         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18118         (gnus-sum-thread-tree-leaf-with-other)
18119         (gnus-sum-thread-tree-single-leaf): Add :version.
18120         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18121         (gnus-article-loose-mime): Change :version.
18122
18123         * gnus-start.el (gnus-backup-startup-file)
18124         (gnus-save-startup-file-via-temp-buffer): Add :version.
18125
18126         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18127         (gnus-server-offline-face): Add :version.
18128
18129         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18130
18131         * gnus-msg.el (gnus-gcc-externalize-attachments)
18132         (gnus-debug-files, gnus-debug-exclude-variables)
18133         (gnus-discouraged-post-methods): Change :version.
18134         (gnus-confirm-mail-reply-to-news)
18135         (gnus-confirm-treat-mail-like-news): Add :version.
18136
18137         * gnus-int.el (gnus-server-unopen-status): Add :version.
18138
18139         * gnus-group.el (gnus-group-jump-to-group-prompt)
18140         (gnus-large-ephemeral-newsgroup)
18141         (gnus-fetch-old-ephemeral-headers): Add :version.
18142
18143         * gnus-fun.el (gnus-x-face-directory)
18144         (gnus-convert-pbm-to-x-face-command)
18145         (gnus-convert-image-to-x-face-command)
18146         (gnus-convert-image-to-face-command): Add :version.
18147
18148         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18149
18150         * gnus-cite.el (gnus-cite-blank-line-after-header)
18151         (gnus-article-boring-faces): Add :version.
18152
18153         * gnus-art.el (gnus-buttonized-mime-types)
18154         (gnus-inhibit-mime-unbuttonizing)
18155         (gnus-treat-display-face)
18156         (gnus-treat-body-boundary): Change :version.
18157         (gnus-body-boundary-delimiter, gnus-picon-databases)
18158         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18159         (gnus-treat-date-english, gnus-treat-fold-headers)
18160         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18161         (gnus-treat-mail-picon, gnus-treat-wash-html)
18162         (gnus-article-encrypt-protocol)
18163         (gnus-use-idna, gnus-article-over-scroll)
18164         (gnus-mime-display-multipart-alternative-as-mixed)
18165         (gnus-mime-display-multipart-related-as-mixed)
18166         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18167         (gnus-ctan-url, gnus-button-ctan-handler)
18168         (gnus-button-handle-ctan-bogus-regexp)
18169         (gnus-button-ctan-directory-regexp)
18170         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18171         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18172         (gnus-button-man-level, gnus-button-emacs-level)
18173         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18174
18175         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18176         (gnus-agent-go-online): Change :version.
18177         (gnus-agent-expire-unagentized-dirs)
18178         (gnus-agent-auto-agentize-methods): Add :version.
18179
18180         * flow-fill.el (fill-flowed-display-column)
18181         (fill-flowed-encode-column): Add :version.
18182
18183         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18184         (gnus-outlook-deuglify-unwrap-max)
18185         (gnus-outlook-deuglify-cite-marks)
18186         (gnus-outlook-deuglify-unwrap-stop-chars)
18187         (gnus-outlook-deuglify-no-wrap-chars)
18188         (gnus-outlook-deuglify-attrib-cut-regexp)
18189         (gnus-outlook-deuglify-attrib-verb-regexp)
18190         (gnus-outlook-deuglify-attrib-end-regexp)
18191         (gnus-outlook-display-hook): Add :version.
18192
18193         * binhex.el (binhex-use-external): Add :version.
18194
18195 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18196
18197         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18198         and `invisible'.
18199
18200 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18203         in gnus-registry-trim.
18204
18205 2004-09-13  Simon Josefsson  <jas@extundo.com>
18206
18207         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18208
18209         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18210
18211         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18212         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18213         <yamaoka@jpl.org>.
18214         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18215         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18216         <yamaoka@jpl.org>.
18217
18218         * sieve.el (sieve-manage-mode): Ditto.
18219
18220 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18221
18222         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18223
18224 2004-09-11  Simon Josefsson  <jas@extundo.com>
18225
18226         * dns-mode.el: Add.
18227
18228         * mm-view.el (mm-display-dns-inline): Add.
18229
18230         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18231         (mm-automatic-display): Ditto.
18232
18233         * mailcap.el (mailcap-mime-data): Add text/dns.
18234         (mailcap-mime-extensions): Map .soa to text/dns.
18235
18236 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18237
18238         * gnus-art.el (article-decode-mime-words, article-babel)
18239         (gnus-article-highlight-signature, gnus-article-add-buttons)
18240         (gnus-signature-toggle): Remove unnecessary bindings of
18241         `inhibit-read-only' inherited from v5.10 merge.
18242
18243 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * nntp.el (nntp): New customization group.
18246         (nntp-authinfo-file): Add customization group.
18247
18248         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18249
18250         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18251
18252         * gnus.el (to-address, to-list, subscribed)
18253         (large-newsgroup-initial): Ditto.
18254
18255         * flow-fill.el (fill-flowed-display-column)
18256         (fill-flowed-encode-column): Ditto.
18257
18258 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18259
18260         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18261         Use point-min rather than 1.
18262         (message-send-mail): Use buffer-size rather than point-max.
18263
18264         * gnus-sum.el (gnus-summary-search-article-forward):
18265         Signal a specific `search-failed' rather than a generic `error'.
18266
18267         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18268         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18269         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18270
18271 2004-09-10  Simon Josefsson  <jas@extundo.com>
18272
18273         * nndb.el (require): Remove tcp and duplicate cl.
18274
18275 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * gnus-agent.el (directory-files-and-attributes): Move forward.
18278
18279 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18280
18281         * gnus-agent.el (directory-files-and-attributes):
18282         Optionally defined to support XEmacs.
18283
18284 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18285
18286         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18287         to avoid run-time CL dependencies.
18288         (gnus-agent-unfetch-articles): New function.
18289         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18290         article numbers even when local .overview file is missing.
18291         (gnus-agent-read-article-number): New function.  Only accepts
18292         27-bit article numbers.
18293         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18294         Use gnus-agent-read-article-number.
18295         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18296         from backend while recognizing that article numbers in .overview
18297         must be valid.
18298         (gnus-agent-update-files-total-fetched-for):
18299         Use directory-files-and-attributes to improve performance.
18300         * gnus-int.el (gnus-request-move-article):
18301         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18302         improve performance.
18303
18304         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18305         some users confused by references to .newsrc when they only have a
18306         .newsrc.eld file.
18307         (gnus-convert-mark-converter-prompt)
18308         (gnus-convert-converter-needs-prompt): Fix use of property list.
18309         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18310         New function.  Used internally to only display 'gnus converting
18311         files' message when actually necessary.
18312
18313         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18314         methods now autoloaded.
18315
18316 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18319         identifiers.
18320
18321 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18322
18323         * gnus-picon.el: Fix indentation and closing parenthesis.
18324
18325 2004-09-01  Simon Josefsson  <jas@extundo.com>
18326
18327         * message.el (message-canlock-generate): Require sha1, not
18328         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18329         to require within a function.  Sadly, if sha1.el isn't loaded, the
18330         let binding in m-c-g will hide the defcustom definition, which is
18331         bad.)
18332
18333         * canlock.el: Require sha1, not sha1-el.
18334
18335         * message.el: Don't autoload sha1 (there is a autoload cookie in
18336         sha1.el).
18337
18338         * sha1-el.el: Rename to sha1.el.
18339
18340 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18341
18342         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18343
18344 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18345
18346         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18347
18348 2004-08-30  Kim F. Storm  <storm@cua.dk>
18349
18350         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18351
18352         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18353         Add :group 'nnimap.
18354
18355 2004-08-30  Andreas Schwab  <schwab@suse.de>
18356
18357         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18358         ?* and ?\;.
18359
18360         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18361         and ?\' to symbol instead of whitespace.
18362
18363 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18366
18367         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18368         instead of re-search-forward.
18369
18370         * gnus-uu.el (gnus-uu-save-article): Ditto.
18371         (gnus-uu-post-encode-uuencode): Ditto.
18372
18373         * html2text.el (html2text-clean-list-items): Ditto.
18374         (html2text-clean-dtdd): Ditto.
18375         (html2text-format-tags): Ditto.
18376
18377         * message.el (message-send-mail-with-sendmail): Fix regexp.
18378         (message-fill-field-general): Use search-forward instead of
18379         re-search-forward.
18380         (unbold-region): Ditto.
18381
18382         * nnrss.el (nnrss-request-article): Ditto.
18383
18384         * nnslashdot.el (nnslashdot-request-article): Ditto.
18385
18386         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18387
18388         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18389         "Unrecognized menu descriptor" error in XEmacs.
18390
18391 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18392
18393         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18394         parent article of a sparse article in the thread hashtb.
18395
18396 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18397
18398         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18399         (nnmail-expand-newtext): Lowercase expanded entries if
18400         nnmail-split-lowercase-expanded is non-nil.
18401
18402 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18405
18406         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18407         of gnus-tmp-news-method into string under XEmacs.  It will be
18408         passed to gnus-correct-length which takes only a string argument.
18409
18410 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * gnus-util.el (gnus-bind-print-variables): New macro.
18413         (gnus-prin1): Use it.
18414         (gnus-prin1-to-string): Use it.
18415         (gnus-pp): New function.
18416         (gnus-pp-to-string): New function.
18417
18418         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18419         Replace pp-to-string with gnus-pp-to-string.
18420         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18421         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18422         * gnus-msg.el (gnus-debug): Ditto.
18423         * gnus-score.el (gnus-score-save): Ditto.
18424         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18425         gnus-pp-to-string.
18426         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18427         with gnus-pp.
18428         * score-mode.el (gnus-score-pretty-print): Ditto.
18429         * webmail.el (webmail-debug): Ditto.
18430
18431 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-art.el (article-display-face, article-display-x-face):
18434         Use buffer-read-only.
18435
18436 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * gnus-art.el (article-hide-list-identifiers):
18439         Bind inhibit-read-only as t.
18440
18441 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18442
18443         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18444
18445 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18446
18447         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18448         (gnus-narrow-to-page): Don't assume point-min == 1.
18449         (gnus-article-edit-mode): Derive from message-mode.
18450
18451         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18452         point-min == 1.
18453
18454         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18455         Disable incorrect use of `assert'.
18456
18457         * message.el (message-mode): Set comment-start-skip.
18458
18459
18460 2004-08-22  Sam Steingold  <sds@gnu.org>
18461
18462         * pop3.el (pop3-leave-mail-on-server): New user variable.
18463         (pop3-movemail): Delete mail only when it is nil.
18464
18465 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18468
18469         * mml.el (mml-preview): Use `pop-to-buffer'.
18470
18471         * message.el (message-goto-mail-followup-to): Insert after "To".
18472         (message-carefully-insert-headers): Add comment.
18473
18474         * gnus.el: Remove unused variable `gnus-article-check-size'.
18475
18476         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18477
18478         * gnus-art.el (gnus-button-alist):
18479         Improve `gnus-button-handle-library' entry.
18480
18481 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18482
18483         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18484         Use downcase, since XEmacs capitalizes error messages differently.
18485
18486 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18487
18488         * nntp.el: Add (require 'gnus) due to reference to
18489         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18490
18491 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18492
18493         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18494         Bind `mm-fill-flowed'.
18495
18496         * mm-decode.el (mm-dissect-singlepart): Check it.
18497
18498 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18499
18500         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18501         'imap' for netrc parsing.
18502
18503 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18504
18505         * mailcap.el (mailcap-mime-data): Mark as risky.
18506
18507 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18508
18509         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18510         may be included in the encoded word.
18511         (rfc2047-encode): Don't append a space if the encoded word
18512         includes close parenthesis.
18513
18514 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18517         of text within parentheses.
18518
18519 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18520
18521         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18522         (gnus-encrypt-write-file-contents): Make the password key the file
18523         name PLUS the cipher, not just the cipher.  Also remove failed
18524         passwords from the cache.
18525
18526 2004-08-06  Simon Josefsson  <jas@extundo.com>
18527
18528         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18529         Doc fix.
18530
18531 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18534         LWSP.
18535
18536 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18537
18538         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18539         Try to append in-reply-to: data to the references: header.
18540
18541         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18542         (netrc-parse): Use gnus-encrypt.el functions.
18543
18544         * gnus-encrypt.el: Add new file for encryption support; currently
18545         does only a few GPG ciphers and an internal XOR cipher.
18546
18547         * password.el: Add comments on using password-read-and-add.
18548         (password-read-and-add): Add function to read and add the
18549         password to the cache at once.
18550
18551 2004-07-28  Simon Josefsson  <jas@extundo.com>
18552
18553         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18554         parameter (but don't use it, for now).
18555
18556         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18557         instead of hard coding to nil.
18558
18559 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18562         as mm-inline-image-xemacs does.
18563
18564 2004-07-26  Simon Josefsson  <jas@extundo.com>
18565
18566         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18567         Revert part of 2004-07-17 change below.
18568
18569 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18572         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18573
18574 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18575
18576         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18577         quotes that actually start with ">" at the beginning of the
18578         lines.
18579
18580 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * rfc2047.el (rfc2047-encode-region): Fix last change.
18583         (rfc2047-encode-parameter): Remove useless concat.
18584
18585 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18588         encode special characters; fix some kind of misconfigured headers;
18589         signal a real error if debug-on-quit or debug-on-error is non-nil.
18590         (rfc2047-encode-max-chars): New variable.
18591         (rfc2047-encode-1): Use it.
18592         (rfc2047-encode-parameter): New function.
18593
18594         * mml.el (mml-insert-parameter): Remove an excessive space.
18595
18596 2004-07-17  Simon Josefsson  <jas@extundo.com>
18597
18598         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18599         Kai Grossjohann <kai@emptydomain.de>.
18600         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18601         (gnus-group-make-menu-bar): Ditto.
18602
18603         * gnus-util.el (gnus-group-server): Add.
18604
18605 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18606
18607         * message.el (message-clone-locals): Clone sendmail and smtp
18608         variables.
18609
18610 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * rfc2047.el (rfc2047-encode-region): Fix last change.
18613
18614 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18617         characters as non-special.
18618
18619 2004-07-09  Simon Josefsson  <jas@extundo.com>
18620
18621         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18622         Users will lose all flag changes made while unplugged with
18623         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18624         good default.  See numerous reports on ding mailing list.
18625
18626 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18629         add generate-head-function and generate-article-function to the
18630         rfc822-forward entry.
18631         (nndoc-rfc822-forward-generate-article): New function.
18632         (nndoc-rfc822-forward-generate-head): New function.
18633
18634         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18635
18636 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18637
18638         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18639         respect display group parameter and gnus-summary-expunge-below.
18640         (gnus-articles-to-read): Remove unused reference to display group
18641         parameter.
18642
18643 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18644
18645         * nnheader.el (nnheader-uniquify-message-id): New experimental
18646         variable.
18647         (nnheader-nov-read-message-id): Use it.
18648
18649         * spam-report.el (spam-report-gmane): Add interactive.
18650
18651 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * mm-encode.el (mm-content-transfer-encoding-defaults):
18654         Use qp-or-base64 for the application/* types.
18655
18656 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18657
18658         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18659
18660 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18663         trim value.
18664
18665 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18666
18667         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18668         New macro and function.
18669         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18670
18671 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18674         after-load-alist.
18675
18676 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18677
18678         * gnus-group.el (gnus-group-get-new-news-this-group):
18679         Don't update info that isn't there.
18680
18681 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18682
18683         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18684         entry.
18685
18686 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * mm-view.el (mm-inline-render-with-function): Use multibyte
18689         buffer; decode html source by charset.
18690
18691         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18692
18693         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18694         Mule-UCS is loaded under XEmacs.
18695         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18696
18697 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18698
18699         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18700
18701 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * mm-util.el (mm-coding-system-p): Return a coding-system.
18704         (mm-mime-mule-charset-alist): Use shift_jis instead of
18705         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18706         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18707         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18708         instead of japanese-shift-jis and iso-latin-1 respectively in
18709         order to share the default value with both Emacs and XEmacs-mule.
18710         (mm-mule-charset-to-mime-charset):
18711         Make mm-coding-system-priorities effective.
18712         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18713         while predicating of candidates upon the priorities.
18714
18715 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18716
18717         * gnus-sum.el (gnus-summary-make-menu-bar):
18718         Add gnus-uu-invert-processable.
18719
18720         * gnus.el: Autoload gnus-uu-invert-processable.
18721
18722 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * mm-util.el (mm-with-multibyte-buffer): New macro.
18725
18726         * rfc2047.el (rfc2047-encode-string): Use it.
18727         (rfc2047-encode-region): Move point to the end of the region after
18728         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18729
18730 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18733         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18734
18735 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18738         (gnus-cite-parse): Ignore quoted envelope From_.
18739         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18740
18741 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18742
18743         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18744         invalid addresses.
18745
18746 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18747
18748         * spam.el: Change section markers, revise TODO list.
18749         (spam-backends): Make new master list of all installed backends.
18750         (spam-summary-exit-behavior): Add new variable to determine how
18751         messages moves are done at summary exit.
18752         (spam-move-spam-nonspam-groups-only)
18753         (spam-process-ham-in-nonham-groups)
18754         (spam-process-ham-in-spam-groups): Remove variables, the
18755         spam-summary-exit-behavior variable should be used to manage this
18756         behavior.
18757         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18758         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18759         and spam-old-spam-articles.
18760         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18761         Add empty variables, placeholders for the backends they represent.
18762         (spam-set-difference): Move, unchanged.
18763         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18764         unless the user has a processor variable.
18765         (spam-classifications, spam-classification-valid-p)
18766         (spam-backend-properties, spam-backend-property-valid-p)
18767         (spam-backend-function-type-valid-p)
18768         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18769         (spam-report-articles-gmane, spam-report-articles-resend):
18770         Remove functions, they are not needed.
18771         (spam-install-backend-super, spam-backend-list)
18772         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18773         (spam-backend-function, spam-backend-ham-registration-function)
18774         (spam-backend-spam-registration-function)
18775         (spam-backend-ham-unregistration-function)
18776         (spam-backend-spam-unregistration-function)
18777         (spam-backend-statistical-p, spam-backend-mover-p)
18778         (spam-install-backend-alias, spam-install-checkonly-backend)
18779         (spam-install-mover-backend, spam-install-nocheck-backend)
18780         (spam-install-backend, spam-install-statistical-backend)
18781         (spam-install-statistical-checkonly-backend): Add backend installation
18782         support.
18783         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18784         (spam-group-processor-p): Use the new backend code and respect the
18785         summary exit behavior.
18786         (spam-mark-spam-as-expired-and-move-routine): Remove.
18787         (spam-summary-prepare): Change to use the new spam-old-articles
18788         variable.
18789         (spam-copy-or-move-routine, spam-copy-spam-routine)
18790         (spam-move-spam-routine, spam-copy-ham-routine)
18791         (spam-move-ham-routine): Add code to copy/move ham or spam.
18792         (spam-fetch-field-fast): Improve doc and code, plus allow the
18793         'number request.
18794         (spam-list-of-checks, spam-list-of-statistical-checks):
18795         Remove variables.
18796         (spam-split, spam-find-spam): Use the new backend code.
18797         (spam-registration-functions): Remove variable.
18798         (spam-unregister-routine): Add convenience wrapper.
18799         (spam-log-undo-registration, spam-register-routine)
18800         (spam-log-processing-to-registry)
18801         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18802         where possible.
18803         (spam-check-gmane-xref, spam-check-regex-headers)
18804         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18805         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18806         (spam-check-bogofilter-headers, spam-check-spamoracle)
18807         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18808         (spam-check-crm114-headers): Use the spam-split-group that
18809         spam-split prepares, no need to determine it every time.
18810
18811         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18812         to the nnheader-parse-naked-head call.
18813
18814         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18815
18816         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18817         the nnheader-nov-read-message-id call.
18818
18819 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18822         gnus-activate-group twice.  Suggested by Markus Peter
18823         <warp@spin.de>.
18824
18825 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18826
18827         * gnus-art.el (gnus-article-time-format): Exchange the order of
18828         day and month in the default value; fix customization type.
18829         (article-date-ut): Use add-text-properties.
18830         (article-make-date-line): Use message-make-date instead of
18831         current-time-string.
18832
18833         * message.el (message-fetch-field): Don't use set-text-properties.
18834         (message-make-date): Simplify.
18835
18836         * messagexmas.el (message-xmas-make-date): New function.
18837         (message-xmas-redefine): Defalias message-make-date to it.
18838
18839 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18842         (rfc2047-encode-region): Treat text within parentheses as special;
18843         show the original text when error has occurred.
18844
18845         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18846         already-computed method to gnus-activate-group.
18847
18848         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18849         same select-methods identical Lisp objects.
18850
18851         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18852         object when modifying the info.
18853
18854 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18857         gnus-opened-servers since it has never been opened with the new
18858         configuration yet.
18859
18860 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18863         arg to nnheader-generate-fake-message-id.
18864
18865 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18866
18867         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18868         number and build a fake message ID localized to a group and
18869         article number (so it's repeatable from that point on).
18870         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18871         ID format.
18872
18873         * gnus-sum.el (gnus-get-newsgroup-headers):
18874         Call nnheader-generate-fake-message-id with the article number.
18875
18876 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18877
18878         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18879         end-of-buffer.
18880
18881 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18882
18883         * message.el (message-ignored-supersedes-headers): Add Approved.
18884
18885 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18888         goto-char.
18889         (rfc2047-encode): Fold the line before encoding.
18890
18891 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18892
18893         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18894         folding -- not all headers can be folded, and this should be done
18895         by the message composition mode.  Probably.  I think.
18896
18897 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18900         fast.
18901
18902         * gnus-ems.el (gnus-remove-image): Don't use
18903         message-text-with-property; remove only the image found first.
18904
18905         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18906         found first.
18907
18908 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18911
18912 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * message.el (message-text-with-property): Make it fast and accept
18915         optional arguments.
18916         (message-strip-forbidden-properties): Use it.
18917         (message-fix-before-sending): Follow the m-t-w-p change.
18918
18919         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18920
18921 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-art.el (article-hide-headers): Don't change the buffer
18924         mistakenly when performing mml-preview even if
18925         gnus-single-article-buffer is nil.
18926
18927 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18928
18929         * message.el (message-expand-name-databases): New user option.
18930         (message-expand-name): Use it.
18931
18932 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18933
18934         * spam.el (spam-report-articles-resend)
18935         (spam-report-resend-register-routine): Allow ham reporting.
18936         (spam-report-resend-register-ham-routine): Add wrapper.
18937         (spam-registration-functions): Add ham resending functions.
18938         (spam-list-of-processors): Add ham resend processor.
18939
18940         * gnus.el (ham-resend-to): Add new group parameter.
18941         (spam-process): Add ham resend option.
18942
18943         * spam-report.el (spam-report-resend): Allow reporting ham.
18944         (spam-report-resend-ham): Add wrapper.
18945
18946 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * message.el (message-cite-articles-with-x-no-archive):
18949         New variable.
18950         (message-cite-original): Use it.
18951
18952 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18953
18954         * message.el (message-cite-original): Respect X-No-Archive.
18955
18956 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * gnus-art.el (article-hide-headers): Refer to the values for
18959         gnus-ignored-headers and gnus-visible-headers in the summary
18960         buffer since a user may have set them as group parameters.
18961
18962 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18963
18964         * assistant.el (assistant-node-name): Add convenience function.
18965         (assistant-render-text, assistant-render-node): Add error handling,
18966         plus handle multiple next nodes.
18967         (assistant-find-next-node): Comment out for now.
18968         (assistant-find-next-nodes): Add function, returns list of next
18969         nodes.
18970
18971 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18972
18973         * mail-source.el (mail-source-directory): Fix doc-string.
18974
18975 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18976
18977         * assistant.el (assistant-render-text, assistant-eval): Add :set
18978         widget type, which is different because it takes and returns a
18979         list.  Much hilarity ensues.
18980
18981 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18984
18985         * gnus-group.el (gnus-group-get-new-news-this-group):
18986         Add doc-string.
18987
18988         * gnus-start.el (gnus-activate-group): Add doc-string.
18989
18990 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18993
18994 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18995
18996         * assistant.el (assistant-render-text): Try to add a :set
18997         widget, more to come.
18998
18999         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19000         strings.
19001         (spam-report-articles-resend)
19002         (spam-register-routine): Do registration iff any articles warrant
19003         it.
19004         (spam-summary-prepare-exit): Change log message for nil group
19005         destinations.
19006
19007 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19008
19009         * spam.el (spam-report-resend-register-routine):
19010         Allow spam-report-resend-to to be a group parameter or a global value.
19011
19012 2004-05-26  Simon Josefsson  <jas@extundo.com>
19013
19014         * starttls.el: Merge with my GNUTLS based starttls.el.
19015         (starttls-gnutls-program, starttls-use-gnutls)
19016         (starttls-extra-arguments, starttls-process-connection-type)
19017         (starttls-connect, starttls-failure, starttls-success):
19018         New variables.
19019         (starttls-program, starttls-extra-args): Doc fix.
19020         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19021         New functions.
19022         (starttls-negotiate, starttls-open-stream):
19023         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19024         function if it is set.
19025
19026 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19027
19028         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19029         structured fields.
19030
19031 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19034
19035 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19036
19037         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19038         Add variable.
19039         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19040         assigning the spam-mark to new messages.
19041
19042 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19043
19044         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19045
19046 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19049
19050         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19051         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19052         default.
19053
19054 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19055
19056         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19057         correct data.
19058
19059 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19060
19061         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19062         (spam-group-processor-p): Fix function.
19063         (spam-group-processor-multiple-p)
19064         (spam-group-spam-processor-report-gmane-p)
19065         (spam-group-spam-processor-report-resend-p)
19066         (spam-group-spam-processor-bogofilter-p)
19067         (spam-group-spam-processor-blacklist-p)
19068         (spam-group-spam-processor-ifile-p)
19069         (spam-group-ham-processor-ifile-p)
19070         (spam-group-spam-processor-spamoracle-p)
19071         (spam-group-spam-processor-crm114-p)
19072         (spam-group-ham-processor-bogofilter-p)
19073         (spam-group-spam-processor-stat-p)
19074         (spam-group-ham-processor-stat-p)
19075         (spam-group-ham-processor-whitelist-p)
19076         (spam-group-ham-processor-BBDB-p)
19077         (spam-group-ham-processor-spamoracle-p)
19078         (spam-group-ham-processor-copy-p): Remove functions with some
19079         prejudice against unneeded code.
19080         (spam-report-articles-resend)
19081         (spam-report-resend-register-routine): Allow the group/topic
19082         spam-resend-to value to override spam-report-resend-to.
19083         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19084         properly now.
19085
19086         * gnus.el (spam-resend-to): Add group/topic parameter.
19087         (spam-process): Move the OBSOLETE processors to the end of the
19088         choices.
19089
19090 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19091
19092         * spam-report.el (spam-report-resend-to, spam-report-resend):
19093         Start with resend-to set to nil, and then ask the user if necessary.
19094         (spam-report-resend): spam-report-resend takes a list of articles, not
19095         separate article numbers.
19096
19097 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19100         addition to emacs-w3m.
19101
19102 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19103
19104         * assistant.el (assistant-authinfo-data): New function.
19105         (assistant-eval): Eval for entire assistant.
19106
19107         * netrc.el (netrc-services-file): New variable.
19108         (netrc-parse-services): New function.
19109         (netrc-find-service-name): New function.
19110         (netrc-find-service-number): New function.
19111         (netrc-port-equal): New function.
19112         (netrc-machine): Use it.
19113
19114         * nnimap.el (nnimap-open-connection): Use netrc.
19115
19116         * gnus-util.el (gnus-netrc-get): Remove aliases.
19117
19118         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19119
19120         * assistant.el (wid-edit): Fix compilation.
19121
19122         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19123
19124 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19125
19126         * gnus-util.el (gnus-set-file-modes): New function.  (small
19127         patch).
19128
19129 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19130
19131         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19132
19133         * assistant.el (assistant-render-node): Fix up rendering and
19134         read-only text.
19135         (assistant-render-node): Reset.
19136         (assistant-make-read-only): Not sticky.
19137
19138 2004-05-20  Danny Siu  <dsiu@adobe.com>
19139
19140         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19141         centered even when gnus-auto-center-summary is t.
19142
19143 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19144
19145         * dns.el (dns-get-txt-answer): New function.
19146         (dns-read-txt): Ditto.
19147         (query-dns): Use it.
19148
19149 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19152         active for foreign groups even if the group level is higher than
19153         the specified value.
19154
19155 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19156
19157         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19158         non-active groups.
19159
19160         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19161
19162 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19163
19164         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19165
19166 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19169         (spam-crm114-header, spam-crm114-spam-switch)
19170         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19171         (spam-crm114-positive-spam-header)
19172         (spam-crm114-database-directory, spam-list-of-processors)
19173         (spam-group-spam-processor-crm114-p)
19174         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19175         (spam-generic-score, spam-list-of-checks)
19176         (spam-list-of-statistical-checks, spam-registration-functions)
19177         (spam-check-crm114-headers, spam-crm114-score)
19178         (spam-check-crm114, spam-crm114-register-with-crm114)
19179         (spam-crm114-register-spam-routine)
19180         (spam-crm114-unregister-spam-routine)
19181         (spam-crm114-register-ham-routine)
19182         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19183         From asjo@koldfront.dk (Adam Sjøgren).
19184
19185         * gnus.el: Add spam-use-crm114.
19186
19187         * spam.el (spam-list-of-processors, spam-registration-functions):
19188         Add spam-use-resend.
19189         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19190         (spam-report-articles-gmane): Add doc fix.
19191         (spam-report-articles-resend, spam-report-resend-register-routine):
19192         Add wrappers around spam-report-resend-to.
19193
19194         * spam-report.el (spam-report-resend-to, spam-report-resend):
19195         Add support for resending spam.
19196         (spam-report-gmane): Fix line length >80.
19197
19198         * gnus.el (spam-process): Add spam-use-resend.
19199
19200 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19201
19202         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19203         number of processed spam messages.
19204         (spam-ham-copy-or-move-routine): Return the number of processed
19205         ham messages.
19206         (spam-summary-prepare-exit): Use the above values to decide
19207         whether status messages shouled be displayed.
19208
19209 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19212         `rfc2047-encoding-function-alist' in order to avoid conflicting
19213         with the old version.
19214         (rfc2047-encode-region): Concatenate words containing non-ASCII
19215         characters in structured fields; don't encode space-delimited
19216         ASCII words even in unstructured fields; don't break words at
19217         char-category boundaries.
19218         (rfc2047-encode-1): New function.
19219         (rfc2047-encode): Use it; encode text so that it occupies the
19220         maximum width within 76-column; work correctly on Q encoding for
19221         iso-2022-* charsets.
19222         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19223         sure not to break a line just after the header name.
19224         (rfc2047-b-encode-region): Remove.
19225         (rfc2047-b-encode-string): New function.
19226         (rfc2047-q-encode-region): Remove.
19227         (rfc2047-q-encode-string): New function.
19228
19229         * mm-util.el (mm-replace-in-string): New function.
19230
19231 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19232
19233         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19234         Really get it right.
19235         (gnus-inews-make-draft): Really.
19236
19237 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19238
19239         * nnmh.el (nnmh-request-list-1): Don't check the link count
19240         before descending.  (small patch)
19241
19242 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19243
19244         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19245         stuff.
19246
19247         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19248         Match on real group name.
19249
19250         * gnus-art.el (gnus-signature-limit): Doc fix.
19251
19252         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19253
19254         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19255
19256 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19257
19258         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19259         isn't a string.
19260
19261 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19262
19263         * gnus-draft.el (gnus-draft-send):
19264         Bind rfc2047-encode-encoded-words.
19265
19266         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19267         (rfc2047-encodable-p): Say that =? needs encoding.
19268         (rfc2047-encode-encoded-words): New variable.
19269
19270         * gnus-group.el (gnus-group-select-group): Doc fix.
19271
19272         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19273
19274         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19275         to nil.
19276
19277         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19278
19279         * nnheader.el (nnheader-get-lines-and-char): New function.
19280
19281 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19282
19283         * gnus-msg.el (gnus-summary-followup-with-original):
19284         Document yanking of region when active.
19285
19286 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19289         groups if the group level is higher than the specified value.
19290
19291 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19294         (gnus-group-jump-to-group): Add prefix argument using
19295         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19296         non-active group.
19297
19298         * compface.el (uncompface): Be verbose when changing
19299         `uncompface-use-external'.
19300
19301         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19302         handle manual section.
19303
19304 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19305
19306         * gnus-art.el (gnus-button-alist): Revert previous change.
19307
19308 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19309
19310         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19311
19312 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19313
19314         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19315         whether backend can accept message.
19316
19317         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19318
19319 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19320
19321         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19322         Avoid creating directory when nntp-marks-is-evil is true.
19323         Reported by Reiner Steib.
19324
19325 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19326
19327         * gnus-picon.el (gnus-picon-style): New variable.
19328         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19329         (gnus-picon-transform-address): Support `gnus-picon-style'.
19330         From Jesper Harder <harder@ifa.au.dk>.
19331
19332 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333
19334         * message.el (message-fill-field): Return point.
19335         (message-generate-headers): Go to end of field.
19336
19337         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19338         stuff for non-living groups.
19339
19340 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19341
19342         * gnus-art.el (gnus-article-followup-with-original)
19343         (gnus-article-reply-with-original): gnus-mark-active-p ->
19344         gnus-region-active-p.
19345
19346 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19347
19348         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19349         only when there is spam or ham to be processed.
19350
19351 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19352
19353         * mail-source.el (mail-source-delete-crash-box): Refactor.
19354         (mail-source-fetch): Use it.
19355         (mail-source-fetch-file): Ditto.
19356         (mail-source-fetch-directory): Run postscript in loop.
19357         (mail-source-fetch-pop): Delete.
19358         (mail-source-fetch-maildir): Ditto.
19359         (mail-source-fetch-imap): Ditto.
19360
19361         * imap.el (imap-authenticators): Comment out sasl.
19362
19363         * message.el (message-skip-to-next-address): New function.
19364         (message-fill-header-address): Refactor.
19365         (message-fill-address): Use it.
19366         (message-delete-address): Use it.
19367         (message-fill-header-general): Refactor.
19368         (message-fill-field-address): Rename.
19369         (message-narrow-to-field): Find the start of the header.
19370         (message-header-format-alist): Don't pre-fill.
19371         (message-fill-header): Remove.
19372         (message-insert-header): New function.
19373         (message-shorten-references): Use it.
19374
19375         * rfc2047.el (rfc2047-field-value): Strip props.
19376
19377         * mail-parse.el (mail-header-make-address): New alias.
19378
19379         * ietf-drums.el (ietf-drums-make-address): New function.
19380
19381         * imap.el: Add compiler directives.
19382
19383         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19384
19385         * gnus-art.el (article-decode-idna-rhs): Don't use
19386         message-idna-inside-rhs-p.
19387
19388 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19389
19390         * message.el (message-idna-inside-rhs-p): Remove.
19391         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19392
19393         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19394         false positives.
19395
19396 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19397
19398         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19399
19400 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19401
19402         * nneething.el (nneething-file-name): Don't create spurious
19403         files.
19404
19405         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19406         (gnus-inews-do-gcc): Remove sleep.
19407
19408         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19409         part under point.
19410
19411         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19412         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19413
19414 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19415
19416         * spam.el (spam-summary-prepare-exit): Fix (length).
19417
19418 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19419
19420         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19421         as expired without moving it" message when there are spam
19422         messages left.
19423
19424 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19425
19426         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19427         header is not nil.
19428
19429 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19430
19431         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19432         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19433         (nntp-marks-changed-p): New arg SERVER.
19434         (nntp-request-update-info): Adjust caller.
19435
19436 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19437
19438         * nntp.el (nntp-save-marks): Pass missing arg.
19439
19440 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19441
19442         * nntp.el: Support marks.
19443         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19444         (nntp-marks-modtime, nntp-marks-directory): New variables.
19445         (nntp-request-set-mark, nntp-request-update-info)
19446         (nntp-possibly-create-directory, nntp-marks-changed-p)
19447         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19448         New functions.
19449
19450 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19451
19452         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19453         (gnus-xmas-redefine): Rename.
19454
19455         * gnus-score.el (gnus-score-insert-help):
19456         Use gnus-select-lowest-window.
19457
19458         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19459         appt-select-lowest-window and rename to gnus-select-lowest-window.
19460
19461         * gnus.el: do.
19462
19463 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19464
19465         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19466         encodings of MIME-encoded words, in order to improve
19467         interoperability with several broken MUAs.
19468
19469 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19470
19471         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19472         tags, only when charsets are not specified in headers.
19473         (mm-inline-text-html-render-with-w3m): Ditto.
19474
19475         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19476         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19477
19478 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19479
19480         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19481         instead of MIME-decoded from fields when checking
19482         `gnus-article-address-banner-alist'.
19483
19484 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19485
19486         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19487         description rather than subject.
19488
19489 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19490
19491         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19492
19493 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19494
19495         * gnus.el (gnus-version-number): Bump.
19496
19497 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19498
19499         * gnus.el: No Gnus v0.2 is released.
19500
19501 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19502
19503         * gnus-agent.el (gnus-agent-read-agentview):
19504         Inline gnus-uncompress-range.
19505
19506 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19507
19508         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19509         `exec-installed-p'.
19510
19511 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19512
19513         * gnus.el (spam-process, spam-autodetect-methods):
19514         Add bsfilter and bsfilter-headers.
19515
19516         * spam.el (spam-bsfilter): New customize group.
19517         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19518         (spam-bsfilter-header, spam-bsfilter-probability-header)
19519         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19520         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19521         (spam-bsfilter-database-directory): New options.
19522         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19523         (spam-list-of-statistical-checks, spam-registration-functions):
19524         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19525         (spam-bsfilter-score): New command.
19526         (spam-check-bsfilter-headers, spam-check-bsfilter)
19527         (spam-bsfilter-register-with-bsfilter)
19528         (spam-bsfilter-register-spam-routine)
19529         (spam-bsfilter-unregister-spam-routine)
19530         (spam-bsfilter-register-ham-routine)
19531         (spam-bsfilter-unregister-ham-routine): New functions.
19532         (spam-generic-score): Support bsfilter; Accept an optional argument
19533         to recalcurate spam score even if scoring header has already been
19534         added.
19535         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19536         optional argument to recalcurate spam score even if scoring header
19537         has already been added.
19538
19539 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19540
19541         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19542         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19543         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19544         link is missing.
19545
19546 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19547
19548         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19549         (html2text-get-attr): Rewrite.
19550
19551         * message.el (message-setup-1): Remove redundant put-text-property
19552         on mail-header-separator.
19553
19554 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19555
19556         * gnus-registry.el (gnus-registry-cache-whitespace)
19557         (gnus-registry-action, gnus-registry-spool-action)
19558         (gnus-registry-split-fancy-with-parent): Change message levels
19559         from 5 to 3 or 7, as needed.
19560
19561         * spam.el (spam-summary-prepare-exit)
19562         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19563         (spam-split, spam-find-spam, spam-log-undo-registration)
19564         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19565         level from 5 to 6.
19566
19567 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19570         2004-03-04 change).
19571
19572 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19573
19574         * sieve-manage.el (sieve-manage-open):
19575         * nnweb.el (nnweb-insert-html):
19576         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19577         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19578         * nnspool.el (nnspool-request-group):
19579         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19580         * nnml.el (nnml-request-update-info):
19581         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19582         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19583         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19584         (nnimap-request-set-mark):
19585         * nnfolder.el (nnfolder-request-update-info):
19586         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19587         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19588         * gnus-uu.el (gnus-uu-find-articles-matching):
19589         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19590         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19591         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19592         * gnus-nocem.el (gnus-nocem-scan-groups):
19593         * gnus-int.el (gnus-start-news-server):
19594         * gnus-group.el (gnus-group-make-kiboze-group)
19595         (gnus-group-browse-foreign-server):
19596         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19597         Use mapc when appropriate.
19598
19599 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19600
19601         FIXME: Make separate entries for each person.
19602
19603         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19604         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19605         <shields@msrl.com>:
19606
19607         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19608         may need for spam sorting and scoring.
19609         (spam-user-format-function-S): Add user format function suitable for
19610         general use.
19611         (spam-article-sort-by-spam-status): Add sorting function for summary
19612         sorting.
19613         (spam-extra-header-to-number): Add function to get a score from a
19614         header.
19615         (spam-summary-score): Add function to get a numeric score from the
19616         headers.
19617         (spam-generic-score): Fix function doc, was in wrong place.
19618         (spam-initialize): Take symbols when it's run, and install the
19619         extra headers that spam-necessary-extra-headers thinks we need.
19620
19621 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19622
19623         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19624         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19625
19626 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19627
19628         * gnus-sum.el (gnus-set-global-variables)
19629         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19630         (gnus-article-get-xrefs, gnus-summary-best-group)
19631         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19632         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19633         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19634         Use with-current-buffer.
19635
19636 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19637
19638         * spam.el (spam-summary-prepare-exit): Simplify logic.
19639         (spam-fetch-article-header): Read the article header if it's not
19640         available.
19641         (spam-list-articles): Simplify logic.
19642         (spam-filelist-register-routine): Fix bug with unregister-list.
19643
19644         * gnus-registry.el: Fix comments at beginning.
19645
19646 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19647
19648         * message.el (message-cater-to-broken-inn): Remove.
19649         (message-shorten-references): Make sure the total folded length of
19650         References is shorter than 998 characters to cater to a bug in INN
19651         2.3.  Also, don't pretend that references aren't folded -- this
19652         hasn't worked for a while.
19653
19654 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19655
19656         * gnus-agent.el (gnus-agentize):
19657         gnus-agent-send-mail-real-function no longer set to current value
19658         of message-send-mail-function but rather a lambda that calls
19659         message-send-mail-function.  The change makes the agent real-time
19660         responsive to user changes to message-send-mail-function.
19661
19662 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19663
19664         * legacy-gnus-agent.el
19665         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19666         help from Florian Weimer <fw@deneb.enyo.de>
19667
19668 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * nnmail.el (nnmail-cache-insert): Revert last change.
19671
19672 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * nnmail.el (nnmail-cache-insert): Always check whether
19675         nnmail-cache-ignore-groups matches a group name.
19676
19677 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19678
19679         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19680         (spam-find-spam, spam-log-processing-to-registry)
19681         (spam-log-registered-p, spam-log-unregistration-needed-p)
19682         (spam-log-undo-registration): Use gnus-message instead of
19683         gnus-error, none of these errors are fatal.
19684
19685         * gnus-registry.el (gnus-registry-clean-empty-function)
19686         (gnus-registry-clean-empty): Remove only empty entries without
19687         extra data.
19688
19689 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19690
19691         * spam-stat.el (spam-stat-buffer-change-to-spam)
19692         (spam-stat-buffer-change-to-non-spam): Change (error) to
19693         (gnus-message 8) invocation.
19694
19695 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19696
19697         * nntp.el (nntp-via-netcat-command): New variable.
19698         (nntp-via-netcat-switches): New variable.
19699         (nntp-open-via-rlogin-and-netcat): New function.
19700         (nntp-open-connection-function): Doc fix.
19701         (nntp-telnet-command): Doc fix.
19702         (nntp-end-of-line): Doc fix.
19703         (nntp-via-rlogin-command): Doc fix.
19704         (nntp-via-user-name): Doc fix.
19705         (nntp-via-address): Doc fix.
19706
19707 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19710         error in Emacs 21.1.
19711
19712 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19713
19714         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19715
19716 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19717
19718         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19719         (gnus-agent-with-refreshed-group): New macro.
19720         (gnus-agent-rename-group): New function.
19721         (gnus-agent-delete-group): New function.
19722         (gnus-agent-save-group-info): Use gnus-command-method when
19723         `method' parameter is nil.  Don't write nil entries into the
19724         active file.
19725         (gnus-agent-get-group-info): New function.
19726         (gnus-agent-fetch-articles):
19727         Use gnus-agent-update-files-total-fetched-for to increment disk space
19728         used.
19729         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19730         Use gnus-agent-update-view-total-fetched-for to increment disk space
19731         used.
19732         (gnus-agent-get-local): Add optional parameters to avoid calling
19733         gnus-group-real-name and gnus-find-method-for-group.
19734         (gnus-agent-set-local): Delete stored entry if either min, or max,
19735         are nil.
19736         (gnus-agent-fetch-session): Reworded error/quit messages.
19737         On quit, use gnus-agent-regenerate-group to record existance of any
19738         articles fetched to disk before the quit occurred.
19739         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19740         gnus-agent-update-view-total-fetched-for, and
19741         gnus-agent-update-files-total-fetched-for to decrement disk space
19742         used.
19743         (gnus-agent-retrieve-headers):
19744         Use gnus-agent-update-view-total-fetched-for to increment disk space
19745         used.
19746         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19747         with gnus-agent-update-files-total-fetched-for to decrement disk
19748         space and fresh group buffer.
19749         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19750         (gnus-agent-need-update-total-fetched-for): New variable.
19751         (gnus-agent-update-files-total-fetched-for): New function.
19752         (gnus-agent-update-view-total-fetched-for): New function.
19753         (gnus-agent-total-fetched-for): New function.
19754
19755         * gnus-cache.el (gnus-cache-save-buffers):
19756         Use gnus-cache-update-overview-total-fetched-for to change disk space
19757         used by this group.
19758         (gnus-cache-possibly-enter-article):
19759         Use gnus-cache-update-file-total-fetched-for to increment disk space
19760         used by this group.
19761         (gnus-cache-possibly-remove-article):
19762         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19763         used by this group.
19764         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19765         (gnus-cache-rename-group): New function.
19766         (gnus-cache-delete-group): New function.
19767         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19768         (gnus-cache-need-update-total-fetched-for): New variable.
19769         (gnus-cache-with-refreshed-group): New macro.
19770         (gnus-cache-update-file-total-fetched-for): New function.
19771         (gnus-cache-update-overview-total-fetched-for): New function.
19772         (gnus-cache-rename-group-total-fetched-for): New function.
19773         (gnus-cache-delete-group-total-fetched-for): New function.
19774         (gnus-cache-total-fetched-for): New function.
19775
19776         * gnus-group.el: Require gnus-sum and autoload functions to
19777         resolve warnings when gnus-group.el compiled alone.
19778         (gnus-group-line-format): Documented new %F.
19779         (size of Fetched data) group line format; identifies disk space
19780         used by agent and cache.
19781         (gnus-group-line-format-alist): Defined new F format.
19782         (gnus-total-fetched-for): New function.
19783         (gnus-group-delete-group): No longer update
19784         gnus-cache-active-altered as gnus-request-delete-group now keeps
19785         the cache in sync.
19786         (gnus-group-list-active): Let the agent store a server's active
19787         list if currently plugged.
19788
19789         * gnus-int.el (gnus-request-delete-group):
19790         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19791         local disk in sync with the server.
19792         (gnus-request-rename-group):
19793         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19794         local disk in sync with the server.
19795
19796         * gnus-start.el (gnus-get-unread-articles):
19797         Cosmetic simplification to logic.
19798
19799         * gnus-util.el (gnus-rename-file): New function.
19800
19801 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19802
19803         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19804
19805 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19806
19807         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19808         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19809
19810 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19811
19812         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19813         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19814
19815 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19816
19817         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19818
19819 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19820
19821         * spam.el (spam-set-difference): Add function to replace
19822         gnus-set-difference in spam.el.
19823         (spam-summary-prepare-exit): Use spam-set-difference.
19824
19825 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19826
19827         * gnus-registry.el (gnus-registry-cache-file): Update to use
19828         gnus-dribble-directory OR gnus-home-directory OR ~.
19829         (gnus-registry-split-fancy-with-parent): Fix doc.
19830
19831 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * message.el (message-exchange-point-and-mark):
19834         Use message-mark-active-p.  Suggested by Jesper Harder
19835         <harder@ifa.au.dk>.
19836
19837 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19838
19839         * message.el (message-exchange-point-and-mark): Don't activate
19840         region if it was inactive.  Suggested by Hiroshi Fujishima
19841         <pooh@nature.tsukuba.ac.jp>.
19842
19843 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * gnus-art.el (article-display-face): Display Faces in the same
19846         order as X-Faces.
19847
19848 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19851
19852 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19855         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19856         (gnus-article-mime-hierarchy): Remove.
19857         (gnus-article-mime-hierarchy-next): Remove.
19858         (gnus-article-mode): Revert 2004-03-19 change.
19859         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19860         (gnus-insert-mime-button): Revert 2004-03-19 change.
19861         (gnus-mime-accumulate-hierarchy): Remove.
19862         (gnus-mime-enter-multipart): Remove.
19863         (gnus-mime-leave-multipart): Remove.
19864         (gnus-mime-display-part): Revert 2004-03-19 change.
19865         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19866
19867         * mml.el (mml-preview): Revert 2004-03-19 change.
19868
19869 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19870
19871         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19872
19873 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19876         t while entering a file name using the mm-with-multibyte macro.
19877         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19878
19879         * mm-util.el (mm-with-multibyte): New macro.
19880
19881 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19884         New user option.
19885         (gnus-mime-multipart-functions): Doc and customization fix.
19886         (gnus-article-mime-hierarchy): New variable.
19887         (gnus-article-mime-hierarchy-next): New variable.
19888         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19889         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19890         gnus-article-mime-hierarchy-next to nil.
19891         (gnus-insert-mime-button): Show hierarchy numbers.
19892         (gnus-mime-accumulate-hierarchy): New function.
19893         (gnus-mime-enter-multipart): New function.
19894         (gnus-mime-leave-multipart): New function.
19895         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19896         (gnus-mime-display-alternative): Show hierarchy numbers.
19897
19898         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19899         gnus-article-mime-hierarchy-next to nil.
19900
19901 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19902
19903         * dns.el: Don't require gnus-xmas.
19904
19905 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19906
19907         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19908         inline PGP.
19909         (mml-menu): Disable mml-quote-region if mark is inactive.
19910
19911 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19914         when the group's active is not available.
19915
19916 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19919         error.
19920
19921 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * imap.el (imap-store-password): New variable.
19924         (imap-interactive-login): Use it.
19925         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19926
19927 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19930         window-start and hscroll to summary window.
19931
19932 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19933
19934         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19935         conversion message to newsrc-dribble when an actual conversion is
19936         performed.
19937
19938 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19939
19940         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19941
19942 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * mm-decode.el (mm-complicated-handles): New function reviving
19945         former definition of mm-multiple-handles.
19946
19947         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19948         (gnus-mime-delete-part): Use it.
19949
19950 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19951
19952         * gnus-agent.el (gnus-agent-read-local):
19953         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19954         avoid the implicit assumption that they will always be equal.
19955         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19956         coding-system-for-write, as the with-temp-file macro first prints
19957         to a buffer then saves the buffer.
19958
19959 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * gnus-art.el (gnus-article-edit-part): New function.
19962         (gnus-mime-save-part-and-strip): Use it; do query instead of
19963         signaling an error; don't use mm-multiple-handles.
19964         (gnus-mime-delete-part): Ditto.
19965
19966 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19967
19968         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19969         old file versions.
19970         (gnus-group-prepare-hook): Remove function that converted list
19971         form of gnus-agent-expire-days to group properties.
19972
19973         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19974         (gnus-request-accept-article): Re-indented.
19975
19976         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19977         converters to handle old agent file formats.  Add logic for a
19978         "backup before upgrading warning".
19979         (gnus-convert-mark-converter-prompt): Developers can mark
19980         functions as needing (default), or not needing,
19981         gnus-convert-old-newsrc's "backup before upgrading warning".
19982         (gnus-convert-converter-needs-prompt): Tests whether the user
19983         should be protected from potentially irreversable changes by the
19984         function.
19985
19986         * legacy-gnus-agent.el: New.  Provides converters that are only
19987         loaded when gnus-convert-old-newsrc needs to call them.
19988
19989 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * mail-source.el (mail-source-touch-pop): Doc fix.
19992
19993         * message.el (message-smtpmail-send-it): Doc fix.
19994
19995 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19996
19997         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19998
19999         * nnmail.el (nnmail-split-fancy): do.
20000
20001         * gnus-kill.el (gnus-kill, gnus-execute): do.
20002
20003 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20004
20005         * gnus-sum.el (gnus-widget-reversible-match)
20006         (gnus-widget-reversible-to-internal)
20007         (gnus-widget-reversible-to-external): New functions.
20008         (gnus-widget-reversible): New widget.
20009         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20010
20011 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20012
20013         * gnus-sum.el (gnus-thread-sort-functions)
20014         (gnus-article-sort-functions): Document `(not F)' items.
20015
20016 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20017
20018         * spam.el (spam-use-gmane-xref): Add new backend.
20019         (spam-gmane-xref-spam-group): Add variable to control the name of the
20020         Gmane spam group.
20021         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20022         (spam-regex-headers-spam, spam-regex-headers-ham)
20023         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20024         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20025         backends and checks.
20026         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20027
20028         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20029         an autodetect method.
20030
20031 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20032
20033         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20034         articles are being added to a group.
20035         (gnus-request-replace-article): Inform the agent that articles
20036         need to be uncached as the cached contents are no longer valid.
20037
20038 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * binhex.el: Don't autoload executable-find.
20041
20042         * canlock.el: Don't autoload mail-fetch-field.
20043
20044         * dgnushack.el: Autoload c-mode for XEmacs.
20045
20046         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20047
20048         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20049         rmail-dont-reply-to and rmail-output.
20050
20051         * gnus-score.el: Don't autoload ffap-string-at-point.
20052
20053         * gnus-setup.el: Don't autoload sc-cite-original.
20054
20055         * imap.el: Don't autoload base64-decode-string,
20056         base64-encode-string and md5.
20057
20058         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20059         and rmail-msg-restore-non-pruned-header.
20060
20061         * mm-decode.el: Don't autoload executable-find.
20062
20063         * mm-url.el: Don't autoload executable-find.
20064
20065         * mm-view.el: Don't autoload diff-mode.
20066
20067         * nndb.el: Don't autoload news-reply-mode, news-setup,
20068         cancel-timer and telnet.
20069
20070         * password.el: Don't autoload run-at-time for Emacs.
20071
20072         * sha1-el.el: Don't autoload executable-find.
20073
20074         * sieve-mode.el: Don't autoload c-mode.
20075
20076         * uudecode.el: Don't autoload executable-find.
20077
20078 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20079
20080         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20081         (gnus-agent-possibly-alter-active): Avoid null in numeric
20082         comparison.
20083         (gnus-agent-set-local): Refuse to save null in local object table.
20084         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20085         list of articles that will be marked as unread.
20086
20087 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20088
20089         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20090
20091 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20092
20093         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20094         language tags.
20095
20096 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20097
20098         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20099         Don't bind "obarray".
20100
20101         * gnus-sum.el (gnus-thread-sort-functions):
20102         Add `gnus-thread-sort-by-most-recent-number' and
20103         `gnus-thread-sort-by-most-recent-date'.
20104         Reported by Kai Grossjohann <kai@emptydomain.de>.
20105
20106 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20109
20110 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20111
20112         * gnus-cus.el (gnus-agent-customize-category):
20113         Remove ignore-errors macro reference that required cl to be loaded at
20114         run-time.
20115
20116         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20117         single-interval range of the form (min . max).  Previously the
20118         range had to look like ((min . max)).  Likewise, return
20119         (min . max) rather than ((min . max)).
20120         (gnus-range-map): Use gnus-range-normalize to accept
20121         single-interval range.
20122
20123         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20124         the cache, but not the agent, now appear with their usual face.
20125
20126         * dgnushack.el (loaddir): New variable that is bound to the
20127         directory containing the dgnushack.el file. Use loaddir, rather
20128         than srcdir, to update load-path. Change lets dgnushack compile
20129         code in directories other than GNUS/lisp.
20130
20131 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * lpath.el: Don't bind w3m-safe-url-regexp.
20134
20135         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20136         w3m-safe-url-regexp variable buffer-local.
20137
20138         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20139
20140 2004-02-27  Simon Josefsson  <jas@extundo.com>
20141
20142         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20143         gnus-group-real-prefix.
20144         (gnus-summary-move-article): Use it, instead of
20145         gnus-group-real-prefix.
20146
20147 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20148
20149         * lpath.el: Bind w3m-safe-url-regexp.
20150
20151         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20152         w3m-safe-url-regexp variable buffer-local and set it as the value
20153         of mm-w3m-safe-url-regexp.
20154
20155         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20156
20157         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20158         parsing gnus-posting-styles when the message is not for replying.
20159
20160         * dgnushack.el: Autoload sgml-mode for XEmacs.
20161
20162         * nnrss.el (nnrss-opml-export):
20163         Use mm-set-buffer-file-coding-system instead of
20164         set-buffer-file-coding-system.
20165
20166 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20169         of checkdoc.el).
20170         * nnrss.el: do.
20171         * gnus-mlspl.el: do.
20172         * gnus-ml.el: do.
20173         * gnus-srvr.el: do.
20174
20175         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20176
20177 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20178
20179         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20180         Corrections to custom-manual links.
20181
20182         * gnus-art.el (gnus-article): Ditto.
20183
20184         * mm-decode.el (mime-display, mime-security): Ditto.
20185
20186 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20187
20188         * flow-fill.el: Typo.
20189
20190 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20191
20192         * spam-wash.el: New file.
20193
20194 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20195
20196         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20197
20198 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20199
20200         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20201         to be run with new-articles as LIST1, not LIST2.
20202         (spam-registration-functions): Add spam-use-ham-copy as a nil
20203         registration backend.
20204
20205 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20206
20207         * spam-stat.el (spam-stat-washing-hook): New option.
20208         (spam-stat-buffer-words): Use it.
20209         (spam-stat-process-directory, spam-stat-test-directory):
20210         Use insert-file-contents-literally.
20211         (spam-stat-coding-system): New variable.
20212         (spam-stat-load, spam-stat-save): Use it.
20213
20214 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * spam-report.el (spam-report-plug-agent):
20217         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20218
20219 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20220
20221         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20222         Allow / in mailto URLs.
20223
20224 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20225
20226         * spam-report.el (spam-report-process-queue): Fix interactive use.
20227         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20228         (spam-report-unplug-agent): Doc fixes.
20229         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20230         (spam-report-agentize, spam-report-deagentize): Autoload.
20231
20232 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20235
20236         * message.el (message-setup-fill-variables): Add mml tags to
20237         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20238         <ajk@iu.edu>.
20239         (message-mode): Don't modify paragraph-separate there.
20240
20241 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20242
20243         * compface.el (uncompface-use-external): Default to undecided.
20244         (uncompface-use-external-threshold): New variable.
20245         (uncompface-float-time): New macro.
20246         (uncompface): Determine whether to use the external decoder if
20247         uncompface-use-external is undecided.
20248
20249 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20250
20251         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20252         after images.
20253
20254         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20255
20256 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20257
20258         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20259
20260         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20261
20262         * gnus-sum.el (gnus-summary-limit-to-age)
20263         (gnus-summary-limit-children): do.
20264
20265         * gnus-int.el (gnus-request-scan): do.
20266
20267         * gnus-group.el (gnus-group-suspend): do.
20268
20269         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20270
20271         * gnus-cite.el (gnus-cite-parse-attributions): do.
20272
20273         * gnus-agent.el (gnus-summary-set-agent-mark)
20274         (gnus-agent-regenerate-group): do.
20275
20276         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20277
20278         * binhex.el (binhex-decode-region-internal): do.
20279
20280 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * gnus-fun.el (gnus-face-properties-alist): New user option.
20283         (gnus-display-x-face-in-from): Use it.
20284
20285         * gnus-art.el (article-display-face): Ditto.
20286
20287         * compface.el (uncompface-use-external): Default to nil.
20288
20289 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20290
20291         * nntp.el (nntp-erase-buffer): New function.
20292         (nntp-retrieve-data, nntp-send-command)
20293         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20294         (nntp-possibly-change-group): Use it.
20295
20296         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20297         Use with-current-buffer.
20298
20299 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20300
20301         * compface.el: Merge the ELisp-based uncompface program.
20302         (compface): New customization group.
20303         (uncompface-use-external): New user option.
20304         (uncompface): Call uncompface-internal if uncompface-use-external
20305         is nil.
20306         (uncompface-internal): New function.  Note that there are also
20307         some other functions and variables added for this function.
20308
20309 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20310
20311         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20312         if necessary.
20313
20314 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20315
20316         * spam-report.el (spam-report-unplug-agent)
20317         (spam-report-plug-agent, spam-report-deagentize)
20318         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20319         Add support for the Agent in spam-report: when unplugged, report to a
20320         file; when plugged, submit all the requests.
20321
20322         * spam.el (spam-register-routine): Fix message about
20323         registration.
20324
20325 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20328         dependencies.
20329         (rfc2047-encode): Use it.
20330
20331         * gnus-art.el (gnus-button-marker-list): Move before first
20332         reference.
20333
20334         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20335         (imap-parse-body): Fix format string mismatch.
20336
20337         * gnus-score.el (gnus-summary-increase-score): do.
20338
20339         * nnrss.el (nnrss-close): New function.
20340
20341 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * nnrss.el (nnrss-make-filename): New function.
20344         (nnrss-request-delete-group, nnrss-read-server-data)
20345         (nnrss-save-server-data, nnrss-read-group-data)
20346         (nnrss-save-group-data): Use it.
20347         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20348         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20349         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20350
20351 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20352
20353         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20354
20355 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20356
20357         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20358         files.
20359
20360         * message.el (message-generate-headers-first): Don't quote nil
20361         and t in docstrings.
20362
20363         * imap.el (imap-id): do.
20364
20365         * gnus-agent.el (gnus-agent-consider-all-articles)
20366         (gnus-agent-queue-mail): do.
20367
20368 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20369
20370         * spam-report.el (spam-report-process-queue): New function.
20371         Process requests from `spam-report-requests-file'.
20372         (spam-report-process-queue): Doc fix.
20373
20374 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20375
20376         * spam.el (spam-register-routine)
20377         (spam-log-processing-to-registry, spam-log-registered-p)
20378         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20379         Change "check" to "spam-check" for semi-clarity.
20380
20381 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20382
20383         * pop3.el: Require nnheader.
20384
20385         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20386
20387         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20388
20389         * gnus-picon.el: Require cl.
20390
20391         * gnus-fun.el: Require gnus-ems and gnus-util.
20392
20393         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20394
20395         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20396
20397         * gnus-art.el (gnus-article-edit-mode): Define before first
20398         reference.
20399
20400 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20401
20402         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20403         (gnus-uu-post-encoded): Use point-at-bol.
20404
20405         * gnus-topic.el (gnus-group-active-topic-p): do.
20406
20407         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20408
20409         * gnus-group.el (gnus-group-kill-region): do.
20410
20411         * gnus-art.el (article-date-ut): do.
20412
20413         * message.el (message-fetch-field): Remove redundant
20414         case-fold-search binding.
20415         (message-narrow-to-field): Simplify.
20416
20417 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20418
20419         * spam.el (spam-directory): Derive from `gnus-directory'.
20420
20421         * spam-report.el (spam-report-url-to-file)
20422         (spam-report-requests-file): New function and variable for offline
20423         reporting.
20424         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20425         and user defined function.
20426         (spam-report-url-ping-mm-url): Remove doubled slash.
20427
20428 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20429
20430         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20431
20432 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20433
20434         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20435         Fix format string mismatch.
20436
20437         * sieve.el (sieve-deactivate-all): do.
20438
20439         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20440
20441         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20442
20443         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20444
20445         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20446
20447 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20448
20449         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20450         the list of checks.
20451
20452 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20453
20454         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20455         padding.
20456
20457 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20458
20459         * mm-view.el (mm-fill-flowed): New variable.
20460         (mm-inline-text): Use it.
20461
20462 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20463
20464         * spam.el (spam-spamassassin-register-ham-routine)
20465         (spam-spamassassin-register-spam-routine): Fix function names.
20466
20467 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20468
20469         * gnus.el (gnus-tmp-grouplens): Remove.
20470         (gnus-summary-line-format): Remove grouplens.
20471
20472         * gnus-group.el (gnus-group-line-format): Ditto.
20473
20474         * gnus-spec.el (gnus-format-specs): Ditto.
20475         (gnus-update-format-specifications): Flush the group format spec
20476         cache if there's the grouplens stuff.
20477         (gnus-parse-simple-format): Replace %l with the empty string.
20478
20479 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20480
20481         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20482         omission.
20483
20484 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20487         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20488
20489 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20490
20491         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20492         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20493         New macros and functions.
20494         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20495         Handle > NLINK_MAX messages.
20496         * nnmaildir.el (nnmaildir-request-set-mark):
20497         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20498
20499 2004-01-25  Alex Schroeder  <alex@gnu.org>
20500
20501         * spam-stat.el (spam-stat-process-directory-age): New option.
20502         (spam-stat-process-directory): Use it.
20503
20504 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20505
20506         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20507         (spam-stat-save): Accept prefix argument.
20508
20509 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20510
20511         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20512         links" error.
20513
20514 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20517         the rest of the and/or forms.
20518
20519 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20522         compatibility with old .newsrc.eld files.
20523
20524         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20525
20526         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20527
20528         * gnus-start.el (gnus-1): do.
20529
20530         * gnus-group.el (gnus-group-line-format-alist): do.
20531
20532         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20533
20534         * gnus-gl.el: Remove.
20535
20536 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20537
20538         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20539         marks consisting of a single range {for example, (3 . 5)} rather
20540         than a list of a single range { ((3 . 5)) }.
20541
20542 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20543
20544         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20545         Use with-current-buffer.
20546         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20547         avoid consing a string.
20548
20549         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20550         Remove obsolete entries for big5 and gb2312.
20551
20552 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20553
20554         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20555         uncompressed list.
20556
20557 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20558
20559         * spam-stat.el (spam-stat-strip-xref): New function.
20560         (spam-stat-process-directory): Use it.
20561
20562         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20563         here -- it's done in message-fetch-field.
20564
20565 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20566
20567         * gnus-agent.el (gnus-agent-queue-mail)
20568         (gnus-agent-prompt-send-queue): New variables.
20569         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20570         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20571         "nndraft:queue" along to gnus-draft-send.
20572         Use gnus-agent-prompt-send-queue.
20573         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20574         is "nndraft:queue".  Suggested by Gaute Strokkenes
20575         <gs234@srcf.ucam.org>
20576
20577         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20578         (agent-enable-undownloaded-faces): Add.
20579         (gnus-agent-cat-groups): Use eval-and-compile, not
20580         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20581         method of gnus-agent-cat-groups even when the buffer has been
20582         evaled.
20583         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20584         delete gnus-agent-save-active-1.
20585         (gnus-agent-save-groups): Delete.  Identical to
20586         gnus-agent-save-active.
20587         (gnus-agent-write-active): No longer adjust agent's copy of active
20588         file as agent's adjustments are now stored in their own
20589         file.  Remove optional parameter.
20590         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20591         servers.  Add use of min/max range limits from server's local
20592         file.
20593         (gnus-agent-save-alist): Remove unused optional argument.
20594         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20595         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20596         (gnus-agent-set-local): A per-server file that keeps min/max range
20597         limits for articles known to the agent.  Provides a fast mechanism
20598         for altering many active ranges.
20599         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20600         active file (local makes it unnecessary).
20601         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20602
20603         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20604         (agent-enable-undownloaded-faces): Add.
20605
20606         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20607         disable it when sending to "nndraft:queue".
20608         (gnus-group-send-queue): Add safety check to avoid sending queue
20609         when unplugged.
20610
20611         * gnus-group.el (gnus-group-catchup): Use new
20612         gnus-sequence-of-unread-articles, not
20613         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20614         numbers of articles.  Use gnus-range-map to avoid having to
20615         uncompress the unread list.
20616         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20617         Fix invalid ange-ftp reference.
20618
20619         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20620         (gnus-sorted-range-intersection): Intersection of two ranges
20621         without requiring that they first be uncompressed.
20622
20623         * gnus-start.el (gnus-activate-group): Unless blocked by the
20624         caller, possibly expand the active range to include both cached
20625         and agentized articles.
20626         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20627         multiple version-dependent converters.
20628         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20629         gnus-agent-save-active.
20630         (gnus-save-newsrc-file): Save dirty agent range limits.
20631
20632         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20633         gnus-agent-possibly-alter-active.
20634         (gnus-adjust-marked-articles): Faster handling of simple lists.
20635
20636 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20637
20638         * spam-stat.el (spam-stat-test-directory): New optional argument
20639         displays a list of files detected.  Suggested by Andrew Cohen
20640         <cohen@andy.bu.edu>.
20641         (spam-stat-buffer-words-with-scores): Don't narrow and change
20642         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20643
20644 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20645
20646         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20647         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20648         (spam-spamassassin-arguments)
20649         (spam-spamassassin-spam-flag-header)
20650         (spam-spamassassin-positive-spam-flag-header)
20651         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20652         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20653         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20654         (spam-list-of-processors, spam-list-of-checks)
20655         (spam-list-of-statistical-checks, spam-registration-functions)
20656         (spam-check-spamassassin-headers, spam-check-spamassassin)
20657         (spam-spamassassin-score)
20658         (spam-spamassassin-register-with-sa-learn)
20659         (spam-spamassassin-register-spam-routine)
20660         (spam-spamassassin-register-ham-routine)
20661         (spam-assassin-register-spam-routine)
20662         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20663         (spam-bogofilter-score): Fix to show article before scoring.
20664
20665 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20666
20667         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20668         default scoring function.
20669         (spam-generic-score): Call spam-spamassassin-score if
20670         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20671         spam-bogofilter-score otherwise.
20672
20673         * gnus.el (spam-process, spam-autodetect-methods):
20674         Add spamassassin and spamassassin-headers.
20675
20676 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20677
20678         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20679         Suppress unnecessary messages.
20680
20681 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20682
20683         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20684         make-hash-table.
20685
20686 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * canlock.el (base64-encode-string): Don't autoload it.
20689
20690 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * run-at-time.el: Remove useless (require 'itimer),
20693         eval-and-compile and (featurep 'xemacs).
20694
20695 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20696
20697         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20698         GROUP is a virtual group.
20699
20700 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20701
20702         * gnus.el: Autoload `message-y-or-n-p'.
20703
20704 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20705
20706         * pgg-parse.el: Remove unnecessary (require 'custom).
20707
20708         * pgg-def.el: do.
20709
20710         * nnmail.el: do.
20711
20712         * gnus-undo.el: do.
20713
20714         * gnus-picon.el: do.
20715
20716         * gnus-util.el: do.
20717
20718 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20719
20720         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20721
20722 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20723
20724         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20725         handle, as well as a list.
20726
20727         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20728         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20729         (mm-w3m-cid-retrieve): Simplify.
20730
20731 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20732
20733         * message.el (message-kill-to-signature): Allow prefix arg to
20734         specify number of lines to keep before signature.
20735
20736 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20737
20738         * message.el (message-kill-to-signature): Change docstring.
20739
20740 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20741
20742         * canlock.el: Always require sha1-el.
20743         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20744
20745         * message.el: Autoload sha1 only when compiling.
20746
20747         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20748         eudc-expand-inline for XEmacs.
20749
20750 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * message.el (message-canlock-generate): Require sha1-el.
20753
20754 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20755
20756         * message.el (message-expand-name): Silence the byte compiler.
20757
20758         * lpath.el: Add detect-coding-system.
20759
20760         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20761         cus-edit.
20762
20763 2004-01-13  Simon Josefsson  <jas@extundo.com>
20764
20765         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20766         Invoke gnus-score-mode.
20767         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20768
20769         * gnus-range.el (gnus-compress-sequence): Doc fix.
20770         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20771
20772 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20773
20774         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20775
20776 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20777
20778         * spam.el (spam-get-article-as-string): Update to use
20779         gnus-request-article-this-buffer, much simpler.
20780         (spam-get-article-as-buffer): Remove.
20781
20782 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20783
20784         * message.el (message-expand-name): Use EUDC if the user uses that.
20785
20786 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20787
20788         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20789         character for the encoding to avoid consing a string.
20790
20791         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20792         unnecessarily.
20793
20794         * mm-util.el (mm-replace-chars-in-string): Remove.
20795
20796         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20797         of mm-replace-chars-in-string.
20798
20799 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20800
20801         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20802
20803         * mm-util.el (mm-subst-char-in-string): Support inplace.
20804
20805         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20806         a new string in every iteration.  Use shy groups.
20807
20808 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20809
20810         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20811         * gnus-soup.el (gnus-soup-group-brew):
20812         * gnus-msg.el (gnus-put-message):
20813         * gnus-move.el (gnus-group-move-group-to-server):
20814         * gnus-kill.el (gnus-batch-score):
20815         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20816         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20817         (gnus-group-update-group, gnus-group-read-group)
20818         (gnus-group-make-group, gnus-group-make-help-group)
20819         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20820         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20821         (gnus-group-sort-by-unread, gnus-group-catchup)
20822         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20823         (gnus-group-yank-group, gnus-group-set-info)
20824         (gnus-group-list-groups):
20825         * gnus.el (gnus-generate-new-group-name):
20826         * gnus-delay.el (gnus-delay-send-queue):
20827         * nnvirtual.el (nnvirtual-catchup-group):
20828         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20829         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20830         (gnus-group-prepare-topics, gnus-topic-check-topology):
20831         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20832         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20833         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20834         (gnus-group-make-articles-read):
20835         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20836         (gnus-group-change-level, gnus-kill-newsgroup)
20837         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20838         (gnus-get-unread-articles, gnus-make-articles-unread)
20839         (gnus-make-ascending-articles-unread): Use accessor
20840         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20841         to get group information for improved readability.
20842
20843
20844 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20845
20846         * gnus-art.el (article-decode-mime-words, article-babel)
20847         (gnus-article-highlight-signature, gnus-article-add-buttons)
20848         (gnus-signature-toggle): Use gnus-with-article-buffer.
20849
20850         * gnus-art.el (gnus-article-highlight-headers)
20851         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20852
20853         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20854         (gnus-article-set-globals, gnus-request-article-this-buffer)
20855         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20856         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20857         (gnus-mime-display-alternative): Use with-current-buffer.
20858
20859 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20860
20861         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20862         also under 80 char limit, and call gnus-error if needed.
20863         (spam-fetch-article-header): Fix - it was a
20864         buffer-local variable (gnus-newsgroup-data).
20865         (spam-find-spam): Use spam-generate-fake-headers, forget about
20866         spam-insert-fake-headers.
20867         (spam-insert-fake-headers): Remove.
20868
20869 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20870
20871         * deuglify.el (gnus-article-outlook-unwrap-lines)
20872         (gnus-outlook-rearrange-article)
20873         (gnus-outlook-repair-attribution-outlook)
20874         (gnus-outlook-repair-attribution-block)
20875         (gnus-outlook-repair-attribution-other): Remove redundant
20876         save-excursion.
20877
20878 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20879
20880         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20881         (spam-fetch-field-subject-fast)
20882         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20883         (spam-fetch-article-header): Add functions to deal with Gnus
20884         internals for fast retrieval of article header data.
20885         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20886
20887 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20888
20889         * pop3.el (pop3-md5): Remove.
20890         (pop3-apop): Replace pop3-md5 with md5.
20891
20892         * mm-bodies.el: base64 is always built-in.
20893
20894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20895         Use with-current-buffer.
20896
20897 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * canlock.el (canlock-insert-header): Remove excessive grouping in
20900         regexp.
20901
20902         * gnus-sum.el (gnus-summary-read-document): Ditto.
20903
20904         * gnus-uu.el (gnus-uu-part-number): Ditto.
20905
20906         * html2text.el (html2text-remove-tags): Ditto.
20907         (html2text-format-tags): Ditto.
20908         (html2text-format-single-elements): Ditto.
20909
20910         * mml.el (mml-parse-1): Ditto.
20911
20912 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20913
20914         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20915
20916         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20917
20918         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20919
20920         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20921
20922 2003-11-15  Simon Josefsson  <jas@extundo.com>
20923
20924         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20925         (pgg-gpg-lookup-key): Use regexp match instead of
20926         split-string (split-string is different between emacs 21.2 and
20927         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20928
20929 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20930
20931         * gnus-art.el (gnus-mime-view-all-parts)
20932         (gnus-article-part-wrapper, gnus-article-view-part):
20933         Use with-current-buffer.
20934
20935 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20936
20937         * spam.el (spam-disable-spam-split-during-ham-respool)
20938         (spam-spamoracle-database, spam-cache-lookups)
20939         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20940         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20941         (spam-group-ham-marks, spam-group-spam-marks)
20942         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20943         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20944         also add spam-use-blackholes to the statistical checks.
20945         (spam-fetch-field-fast): Add interface to fetching fields, may
20946         become a macro.
20947         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20948         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20949         (spam-insert-fake-headers): Fake an article when needed.
20950         (spam-find-spam): Fake article when possible.
20951         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20952         (spam-check-bogofilter-headers): Use message-fetch-field instead
20953         of nnmail-fetch-field.
20954
20955 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20956
20957         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20958
20959 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20960
20961         * spam.el (spam-split): Do not require spam-use-CHECK to be
20962         enabled if that check is passed to spam-split explicitly; also
20963         fix so 'spam doesn't get converted to spam-split-group when
20964         spam-split-symbolic-return is t.
20965         (spam-find-spam): Find registrations of the article and use those
20966         instead of re-running spam-split to find the spam/ham
20967         classification of the article.
20968         (spam-log-processing-to-registry, spam-log-registered-p)
20969         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20970         Use gnus-error instead of gnus-message.
20971         (spam-log-registration-type): Add function to determine the
20972         classification of a message based on registry entries; will
20973         return nil if both 'spam and 'ham are found.
20974         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20975         a reasonably fast local cache without the loading errors.
20976         (spam-cache-lookups): Set to t by default.
20977         (spam-find-spam): Don't try to guess spam-cache-lookups.
20978         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20979         spam-caches entry.
20980         (spam-filelist-build-cache, spam-filelist-check-cache):
20981         Fix caching of whitelist/blacklist entries.
20982         (spam-check-whitelist, spam-check-blacklist):
20983         Invoke spam-from-listed-p with a type, not a cache variable.
20984         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20985
20986 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20987
20988         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20989
20990         * nnmail.el (nnmail-split-fancy): do.
20991
20992         * mml.el (mml-parse): do.
20993
20994         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20995         (gnus-score-adaptive): do.
20996
20997 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21000         (gnus-mime-button-map): Don't set keymap parent.
21001         (gnus-button-ctan-directory-regexp): Use shy grouping.
21002         (gnus-prev-page-map): Don't set keymap parent.
21003         (gnus-prev-page-map): Remove duplicated one.
21004         (gnus-next-page-map): Don't set keymap parent.
21005         (gnus-mime-security-button-map): Ditto.
21006
21007         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21008         version number.
21009
21010         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21011
21012 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21013
21014         * canlock.el (canlock-sha1-function): Remove.
21015         (canlock-sha1-function-for-verify): Remove.
21016         (canlock-openssl-program): Remove.
21017         (canlock-openssl-args): Remove.
21018         (canlock-ignore-errors): Remove.
21019         (canlock-sha1-with-openssl): Remove.
21020         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21021         (canlock-verify): Don't use canlock-ignore-errors.
21022
21023         * sha1-el.el (sha1-string-external): Make it can return a string
21024         in binary form.
21025         (sha1-region-external): Ditto.
21026         (sha1-string-internal): Ditto.
21027         (sha1-region-internal): Ditto.
21028         (sha1-region): Ditto.
21029         (sha1-string): Ditto.
21030         (sha1): Ditto.
21031
21032 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21033
21034         * spam.el (spam-report-articles-gmane): New command.
21035
21036 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21037
21038         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21039
21040         * run-at-time.el (run-at-time-saved): Remove.
21041         (run-at-time): Doc fix.
21042
21043 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21044
21045         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21046         (gnus-summary-limit-map): Add it.
21047         (gnus-summary-make-menu-bar): do.
21048
21049 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21050
21051         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21052         Make attempt at some caching support (done for BBDB only now).
21053         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21054         addresses to be checked.
21055         (spam-clear-cache-BBDB): Add function, to be invoked by
21056         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21057         (spam-check-BBDB): Check and use the caches, if
21058         spam-cache-lookups is on, remove superfluous (provide).
21059
21060 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21061
21062         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21063
21064 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21065
21066         * run-at-time.el (run-at-time-saved): Move to after the definition
21067         of `run-at-time'.
21068
21069         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21070
21071 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21074         mm-w3m-local-map-property.
21075
21076         * mm-view.el (mm-w3m-mode-map): Remove.
21077         (mm-w3m-local-map-property): Remove.
21078         (mm-inline-text-html-render-with-w3m): Don't use
21079         mm-w3m-local-map-property.
21080
21081 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21082
21083         * run-at-time.el: New file.
21084
21085         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21086         under Emacs.
21087
21088         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21089         of gnus-set-text-properties.
21090
21091         * gnus-uu.el (gnus-uu-save-article): Ditto.
21092
21093         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21094
21095         * gnus-cite.el (gnus-cite-parse): Ditto.
21096
21097         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21098         of gnus-.
21099
21100         * gnus-xmas.el (run-at-time): Require run-at-time.
21101
21102         * gnus.el: Change calls to nnheader-run-at-time and
21103         password-run-at-time throughout to use run-at-time directly.
21104
21105         * password.el: Remove definition of run-at-time.
21106
21107         * nnheaderxm.el: Remove definition of run-at-time.
21108
21109 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21110
21111         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21112         in prompt.
21113
21114 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21115
21116         * messagexmas.el (message-xmas-redefine): Alias
21117         `message-make-caesar-translation-table' to
21118         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21119         version.
21120
21121         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21122         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21123         `gnus-xmas-set-text-properties'.
21124         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21125         `gnus-xmas-completing-read'.
21126         (gnus-xmas-completing-read): Removed.
21127         (gnus-xmas-open-network-stream): Removed.
21128
21129         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21130         XEmacs version.
21131
21132         * dns.el (dns-make-network-process): Use `open-network-stream'
21133         instead of `gnus-xmas-open-network-stream'.
21134
21135         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21136
21137         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21138
21139 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21140
21141         * gnus-art.el (gnus-mime-display-alternative)
21142         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21143         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21144         Don't use gnus-local-map-property.
21145
21146         * gnus-util.el (gnus-local-map-property): Remove.
21147
21148         * mm-view.el (mm-view-pkcs7-decrypt):
21149         Replace gnus-completing-read-maybe-default with completing-read.
21150
21151         * gnus-util.el (gnus-completing-read): do.
21152         (gnus-completing-read-maybe-default): Remove.
21153
21154 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21155
21156         * password.el: Only autoload `run-at-time' if not XEmacs.
21157         Only autoload the itimer functions if XEmacs.
21158
21159 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21160
21161         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21162         XEmacsen.
21163
21164         * dgnushack.el: Autoload executable-find for XEmacs.
21165
21166 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21167
21168         * gnus-art.el (gnus-read-string): Remove.
21169         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21170         read-string.
21171
21172 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21173
21174         * netrc.el: Autoload password-read.
21175         (netrc): Add configuration group.
21176         (netrc-encoding-method, netrc-openssl-path):
21177         Add variables for encoding and decoding of files with symmetric
21178         ciphers.
21179         (netrc-encode): Add assistant function to encode a file with
21180         netrc-encoding-method.
21181         (netrc-parse): Add interactive parameter, added optional
21182         decoding if netrc-encoding-method is non-nil but otherwise
21183         behavior is standard.
21184         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21185         Do s/encode/encrypt/ everywhere.
21186
21187         * spam.el: Remove executable-find autoload.
21188
21189 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21190
21191         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21192
21193         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21194
21195 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * gnus-art.el (gnus-treat-ansi-sequences)
21198         (article-treat-ansi-sequences): New variable and function.
21199         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21200
21201         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21202         Use it.
21203
21204 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21205
21206         * mm-util.el (mm-quote-arg): Remove.
21207
21208         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21209         shell-quote-argument.
21210
21211         * gnus-uu.el (gnus-uu-command): do.
21212
21213         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21214
21215         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21216         with make-char.
21217
21218         * mm-util.el (mm-make-char): Remove.
21219
21220         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21221         add-minor-mode.
21222
21223         * gnus-undo.el (gnus-undo-mode): do.
21224
21225         * gnus-topic.el (gnus-topic-mode): do.
21226
21227         * gnus-sum.el (gnus-dead-summary-mode): do.
21228
21229         * gnus-start.el (gnus-slave-mode): do.
21230
21231         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21232
21233         * gnus-ml.el (gnus-mailing-list-mode): do.
21234
21235         * gnus-gl.el (gnus-grouplens-mode): do.
21236
21237         * gnus-draft.el (gnus-draft-mode): do.
21238
21239         * gnus-dired.el (gnus-dired-mode): do.
21240
21241         * gnus-ems.el (gnus-add-minor-mode): Remove.
21242
21243         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21244         Replace gnus-char-width with char-width.
21245
21246         * gnus-ems.el (gnus-char-width): Remove.
21247
21248         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21249         Replace gnus-char-width with char-width.
21250
21251         * gnus-ems.el (gnus-char-width): Remove.
21252
21253         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21254         definition.
21255         Remove Emacs 20 hash table compatibility code.
21256
21257         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21258         20 compatibility code.
21259
21260         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21261
21262         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21263
21264         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21265         Replace with point-at-{eol,bol}.
21266
21267         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21268
21269         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21270
21271         * flow-fill.el (fill-flowed-point-at-bol)
21272         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21273
21274         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21275         Replace with point-at-{eol,bol} throughout all files.
21276
21277 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * ntlm.el (ntlm-string-as-unibyte): New macro.
21280         (ntlm-build-auth-response): Use it.
21281
21282         Remove Emacs 20 stuff:
21283         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21284         (butlast, mapc, remove): Remove the compiler macros.
21285         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21286         of delq and copy-sequence.
21287         * gnus-art.el (popup-menu): Remove the compiler macro.
21288         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21289         Emacs 20.
21290
21291 2004-01-05  Simon Josefsson  <jas@extundo.com>
21292
21293         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21294         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21295         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21296         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21297         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21298         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21299         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21300         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21301         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21302         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21303         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21304         string-xor into ntlm-string-xor.
21305         Suggested by Jesper Harder <harder@myrealbox.com>.
21306
21307         * ntlm.el: Don't include poem.
21308
21309         * md4.el (print-int32, print-string-hexa): Remove.
21310         Suggested by Jesper Harder <harder@myrealbox.com>.
21311
21312         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21313
21314         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21315         probably breaks emacs with DL patch, but do we care? Is anyone
21316         still using the DL stuff?)
21317
21318         * sieve-manage.el: Use the password package.
21319         (sieve-manage-read-passwd): Remove.
21320         (sieve-manage-interactive-login): Use password.  Re-add
21321         condition-case around loop.
21322
21323         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21324         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21325         Use the password package.
21326
21327 2003-02-19  Simon Josefsson  <jas@extundo.com>
21328
21329         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21330         token.
21331
21332 2002-08-07  Simon Josefsson  <jas@extundo.com>
21333
21334         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21335         (sieve-manage-authenticators):
21336         (sieve-manage-authenticator-alist): Add some SASL mechs.
21337         (sieve-sasl-auth): New function.
21338         (sieve-manage-cram-md5-auth):
21339         (sieve-manage-plain-auth): Rewrite using SASL library.
21340         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21341         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21342         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21343         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21344
21345 2004-01-05  Simon Josefsson  <jas@extundo.com>
21346
21347         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21348         New files.
21349
21350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21351
21352         * gnus-group.el (gnus-no-groups-message): Update.
21353
21354         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21355
21356 2003-11-09  Simon Josefsson  <jas@extundo.com>
21357
21358         * imap.el: Support for ID IMAP extension (RFC 2971).
21359         (imap-local-variables): Add imap-id.
21360         (imap-id): New variable.
21361         (imap-id): New function.
21362         (imap-parse-response): Parse untagged ID response.
21363         * nnimap.el (nnimap-id): New variable.
21364         (nnimap-open-connection): Use it.
21365
21366 2003-12-28  Simon Josefsson  <jas@extundo.com>
21367
21368         * gnus-score.el (gnus-score-edit-all-score): New.
21369         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21370
21371 2004-01-04  Simon Josefsson  <jas@extundo.com>
21372
21373         * password.el: Add.
21374
21375 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21376
21377         * dns.el (dns-query-types): Fix typo.
21378         (dns-query-types): New function.
21379         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21380         PTR and SOA replies, see RFC 1035.
21381
21382 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21383
21384         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21385
21386         * Move to Changelog.2.
21387
21388 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21389
21390         * gnus.el (gnus-version-number): Bump version.
21391
21392 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21393
21394         * gnus.el: No Gnus v0.1 is released.
21395
21396 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21397
21398         * gnus.el: No Gnus v0.0 is released.
21399
21400 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21401
21402         * gnus.el (gnus-version-number): Bump.
21403         (gnus-version): No.
21404
21405 See ChangeLog.2 for earlier changes.
21406
21407   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21408
21409   This file is part of GNU Emacs.
21410
21411   GNU Emacs is free software: you can redistribute it and/or modify
21412   it under the terms of the GNU General Public License as published by
21413   the Free Software Foundation, either version 3 of the License, or
21414   (at your option) any later version.
21415
21416   GNU Emacs is distributed in the hope that it will be useful,
21417   but WITHOUT ANY WARRANTY; without even the implied warranty of
21418   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21419   GNU General Public License for more details.
21420
21421   You should have received a copy of the GNU General Public License
21422   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21423
21424 ;; Local Variables:
21425 ;; coding: utf-8
21426 ;; fill-column: 79
21427 ;; add-log-time-zone-rule: t
21428 ;; End: