Fix some entries.
[gnus] / lisp / ChangeLog
1 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
4         we're selecting a group with unread articles.
5
6         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7
8         * gssapi.el: New file separated out from imap.el to provide a general
9         Kerberos 5 connection facility for Emacs.
10
11         * message.el (message-elide-ellipsis): Document the format spec
12         ellipsis.
13
14 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15
16         * message.el (message-elide-region): Allow the ellipsis to say how many
17         lines were removed.
18
19 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
22         window configurations containing buffers that are now dead.
23
24         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
25         parsing to avoid integer overflows.
26         (nnimap-parse-flags): Simplify the last change.
27         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
28         too large for 32-bit Emacsen.
29
30 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
31
32         * auth-source.el (auth-source-netrc-create):
33         * message.el (message-yank-original): Fix use of `case'.
34
35 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
36
37         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
38         XEmacs, which was one character too wide.
39
40 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
41
42         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
43         default number of articles to display.
44         (gnus-articles-to-read): Use pretty names for prompt.
45
46 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-int.el (gnus-open-server): Ditto.
49
50         * gnus-start.el (gnus-activate-group): Give a backtrace if
51         debug-on-quit is set and the user hits `C-g'.
52         (gnus-read-active-file): Ditto.
53
54         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
55
56 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * message.el (message-yank-original): Use cond instead of CL case.
59
60 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
61
62         * auth-source.el (auth-source-netrc-create): Use usual format for the
63         default in prompts.
64
65 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * lpath.el: Fbind read-char-choice for XEmacs.
68
69 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * auth-source.el (auth-source-netrc-create): Show the default in the
72         prompt when prompting for token creation.
73
74 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * auth-source.el (auth-source-format-prompt): Always convert the value
77         to a string to avoid evaluating non-string arguments.
78         (auth-source-netrc-create): Offer default properly, not as initial
79         content in `read-string'.
80         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
81         of line to determine if we've been run before.  If so, don't run again,
82         but print a trivial message to indicate the cache was hit instead.
83
84 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
87         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
88         The user will have to run `gnus-sync-read' manually and wait for Cloudy
89         Gnus.
90
91 2011-03-11  Julien Danjou  <julien@danjou.info>
92
93         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
94         modified file".
95
96 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * auth-source.el (auth-source-read-char-choice): New function to read a
99         character choice using `dropdown-list', `read-char-choice', or
100         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
101         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
102         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
103         (auth-source-netrc-saver): Use it.
104         (auth-source-pick-first-password): New convenience function.
105
106 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
107
108         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
109         parameter in the credentials.
110         (nnimap-open-connection-1): Use it after a successful login.
111         (nnimap-credentials): Add IMAP-specific user and password prompt.
112
113         * auth-source.el (auth-source-search): Add :require parameter, taking a
114         list.  Document it and the :save-function return token.  Pass :require
115         down.  Change the CREATED message from a warning to a debug statement.
116         (auth-source-search-backends): Pass :require down.
117         (auth-source-netrc-search): Pass :require down.
118         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
119         Change save prompt to indicate all modifications saved here are
120         deletions.
121         (auth-source-netrc-create): Take user login name as default in user
122         prompt.  Move all the save functionality to a lexically bound function
123         under the :save-function token in the returned list.  Set up clearer
124         default prompts for user, host, port, and secret.
125         (auth-source-netrc-saver): New function, intended to be wrapped for
126         :save-function.
127
128 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * shr.el (shr-table-horizontal-line): Change the defaults for the table
131         lines to be spaces instead.
132
133 2011-03-07  Julien Danjou  <julien@danjou.info>
134
135         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
136         (sieve-sasl-auth): Check that auth-source-search did return something,
137         or just return an empty string.
138
139 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
140
141         * gnus.el (gnus-interactive): Use read-directory-name.
142
143         * gnus-uu.el (gnus-uu-decode-uu-and-save)
144         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
145         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
146         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
147         Likewise.
148
149         * gnus-group.el (gnus-group-make-directory-group): Likewise.
150
151 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
154         onto the list of killed groups, too.  This makes killed nnimap groups,
155         for instance, more reliably not reappear.
156
157         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
158         the parent.
159
160         * gnus-sum.el (gnus-update-read-articles): Fix typo.
161
162         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
163         really have server-side marks.
164
165         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
166         since most backends do not usefully have server-side marks.
167         (gnus-update-read-articles): Propagate marks to all backends that
168         really have server-side marks.
169
170 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
171
172         * message.el (message-cite-reply-position, message-cite-style):
173         New variables.
174         (message-yank-original): Use the new citation styles.
175
176 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
177
178         * message.el (message-options): Revert 22da67af (workaround for XEmacs
179         buffer-local issue); don't mark it buffer-local when running under
180         XEmacs.
181
182 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
183
184         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
185         numbers too big to be `read'.
186
187 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
188
189         * password-cache.el (password-in-cache-p): Add autoload.
190
191         * message.el (message-options): Make buffer-local two ways to attempt
192         to fix a XEmacs bug.
193
194 2011-03-02  Julien Danjou  <julien@danjou.info>
195
196         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
197
198 2011-03-01  Julien Danjou  <julien@danjou.info>
199
200         * gnus-art.el (list-identifier): Add list-identifier as a parameter
201         group.
202         (article-hide-list-identifiers): Use list-identifier group parameter.
203
204 2011-02-28  Julien Danjou  <julien@danjou.info>
205
206         * sieve.el (sieve-buffer-script-name): New local variable to store
207         sieve script name.
208         (sieve-edit-script): Store sieve script name.
209         (sieve-upload): Use sieve script name when uploading.
210         (sieve-upload): Use substitute-command-keys.
211         (sieve-edit-script): Use substitute-command-keys.
212         (sieve-refresh-scriptlist): Use substitute-command-keys.
213         (sieve-manage-mode-map): Define keymap properly.
214         (sieve-manage-mode): Do not set mode name manually, change mode-name to
215         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
216         Remove commented code about cvs.
217         (sieve-manage-quit): New function.
218         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
219
220 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-group.el (gnus-import-other-newsrc-file): New function.
223
224 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
225
226         * auth-source.el (auth-source-search): Cache empty result sets.
227
228         * password-cache.el (password-in-cache-p): Convenience function to
229         check if a key is in the cache, even if the value is nil.
230
231         * auth-source.el (auth-source-save-behavior): New variable to replace
232         `auth-source-never-create'.
233         (auth-source-netrc-create): Use it.
234         (auth-source-never-save): Remove.
235
236 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * nnimap.el (nnimap-stream): Doc fix.
239         (nnimap-open-connection-1): Reverse the order of the ports to that the
240         prompted-for port is first.
241
242         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
243         retrieval by the no-group selection.
244
245         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
246         numerical parameters.
247
248 2011-02-25  Julien Danjou  <julien@danjou.info>
249
250         * gnus-gravatar.el: Use gnus-with-article-buffer.
251
252         * gnus-art.el (gnus-with-article-buffer): Check that the
253         gnus-article-buffer is alive.
254
255 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * auth-source.el (auth-source-creation-prompts): New variable to manage
258         creation-time prompts.
259         (auth-source-search): Document it.
260         (auth-source-format-prompt): Add utility function.
261         (auth-source-netrc-create): Don't default the user name to
262         user-login-name.  Use `auth-source-creation-prompts' and some default
263         prompts for user, host, port, and password (the default generic prompt
264         remains ugly).
265         (auth-source-never-save): Add customizable option to never save info.
266         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
267         mode excursion.
268
269 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
272         argument that XEmacs doesn't support.
273
274         * dgnushack.el (dgnushack-compile): Exclude color.el from being
275         compiled for Emacsen having no `libxml-parse-html-region' support.
276
277         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
278
279         * lpath.el: Bind buffer-save-without-query for XEmacs.
280
281 2011-02-23  Julien Danjou  <julien@danjou.info>
282
283         * gnus-art.el (article-make-date-line): Ignore errors if time is
284         invalid and not convertible.
285         (article-make-date-line): Only add lapsed time if time is not nil.
286
287 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
288
289         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
290         `read-char-choice' for backwards compatibility.
291         (auth-source-netrc-element-or-first): New function to DTRT for
292         parameter extraction.
293         (auth-source-netrc-create): Use it and fix multiple parameter print
294         bug.  Use the default passed from above (given-default) or the
295         built-in (user-login-name for :user).
296
297 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
298
299         * gnus-start.el (gnus-dribble-read-file):
300         Set buffer-save-without-query, since we always want to save the dribble
301         file, probably.
302
303         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
304         nnimap.
305
306         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
307         -summary- since it's a user-visible variable.
308
309         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
310         first time you use the new Gnus.
311
312 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * auth-source.el: Don't load netrc.el.
315         (auth-sources): Search ~/.netrc as well by default.
316         (auth-source-debug): Add 'trivia option for extra output.
317         (auth-source-do-trivia): Use it.
318         (auth-source-search): Simplify logic to use
319         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
320         appropriate.  Don't keep a running count at this level.  Layer :create
321         and :delete options appropriately on the first and second passes.
322         Don't track the backend with the search results.
323         (auth-source-search-backends): New function to search a list of
324         backends for a processed spec.
325         (auth-source-netrc-parse): Cache all netrc files, making
326         auth-source-netrc-cache an alist keyed by the file name and using the
327         file mtime as the caching criterion.  Keep the obfuscated data secret
328         with a lexical bind.
329         (auth-source-netrc-search): Don't calculate the length of the results
330         unnecessarily.
331         (auth-source-search-backends): Fix bug.
332         (auth-source-netrc-create): Rework prompts.
333
334 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
335
336         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
337         Lower case names of search constraints.
338         (nnir-run-query): Cache and reuse search constraints for all imap
339         servers.
340
341 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
344         after exit.
345         (gnus-setup-message): Define missing variable from last checkin.
346
347         * gnus-sum.el (gnus-summary-show-article): When called with t as the
348         value, show the raw article.
349
350 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
351
352         * gnus.el: No Gnus v0.13 is released.
353
354 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-open-connection-1): Revert last change, since
357         auth-source now accepts numbers.
358
359         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
360         spec, too.
361         (auth-source-ensure-strings): New function.
362
363         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
364         (gnus-article-setup-buffer): Always restart the date timer so that user
365         changes to the frequency is respected.
366
367         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
368         port numbers, so make sure it gets that if nnimap-server-port is
369         explicit.
370
371 2011-02-21  Simon Josefsson  <simon@josefsson.org>
372
373         * nnimap.el (nnimap-inbox): Doc fix.
374
375 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
376
377         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
378         Autoload.  Add optional arg FRAME, and pass it to color-values.
379         (color-complement): Caller changed.  Doc fix.
380         (color-gradient): Rewrite for better clarity and efficiency.
381
382 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
383
384         * shr-color.el (shr-color->hexadecimal): Use renamed function names
385         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
386         color-lab-to-srgb.
387
388 2011-02-20  Drew Adams  <drew.adams@oracle.com>
389
390         * color.el: First part of merge from hexrgb.el.
391         (color-rgb-to-hex): Rename from color-rgb->hex.
392         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
393         saturation to zero if the value is too small.
394         (color-rgb-to-hsl): Rename from color-rgb->hsl.
395         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
396         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
397         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
398         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
399         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
400         (color-cie-de2000): Doc fix.
401
402 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
403
404         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
405         given method as in the group name if we're using an extended method.
406         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
407         command, if we're using that, instead of waiting for the beginning.
408
409         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
410         we're sure to get unique server names, and we don't output two async
411         commands in the same buffer.  This fixes an NNTP hang for some users.
412
413 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
414
415         * gnus.el: No Gnus v0.11 is released.
416
417 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
420         summary buffer before reading going to the next buffer.  This avoids
421         putting the point in the group buffer if you `C-g' the command.
422
423         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
424         cache (for now) to make ~/.authinfo.gpg files usable.
425
426         * nnfolder.el (copyright-update): Define for the compiler.
427
428         * auth-source.el (auth-source-search): Fix unbound variable.
429
430 2011-02-19  Glenn Morris  <rgm@gnu.org>
431
432         * gnus.el (gnus-meta): Doc fix.
433
434 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
435
436         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
437         in case it's not yet loaded.
438
439 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
440
441         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
442         line we're waiting for.
443
444 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
445
446         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
447         face with line-width greater than zero will cause RET in gnus summary
448         buffer to scroll down article page-wise because auto vscroll happens,
449         it should be temporalily disabled when doing a scroll-up.
450
451 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
454         outputs from the server.
455
456 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
457
458         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
459         later so that bbdb can hook in easier.
460
461 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
462
463         * auth-source.el (auth-source-search): Don't try to create credentials
464         if the caller doesn't want that.
465         (auth-source-search): If we don't find a match, don't bug out on
466         non-bound variables.
467         (auth-source-search): Only ask a single backend to create the
468         credentials.
469
470         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
471         logging.
472         (nnimap-credentials): Protect against auth-source-search returning nil.
473         (nnimap-request-list): Protect against not being able to open the
474         server.
475
476 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
477
478         * auth-source.el (auth-source-search): Do a two-phase search, one with
479         no :create to get the responses from all backends.
480
481         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
482         when getting credentials.
483
484         * gnus-util.el (gnus-delete-duplicates): New function.
485
486 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * nnimap.el (nnimap-credentials): Instead of picking the first port as
489         a creation default, pass the whole port list down.  It will be
490         completed.
491
492         * auth-source.el (auth-source-search): Updated docs to talk about
493         multiple creation choices.
494         (auth-source-netrc-create): Accept a list as a value (from the search
495         parameters) and do completion on that list.  Keep a separate netrc line
496         with the password obscured for showing the user.
497
498         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
499         first choice to `auth-source-search' so it will be used for entry
500         creation instead of the server's Gnus-specific name.
501         (nnimap-credentials): Rely on the auth-source library to select which
502         port is actually wanted in the new netrc entry, so don't override
503         `auth-source-creation-defaults'.
504
505         * auth-source.el (auth-source-netrc-parse): Use :port instead of
506         :protocol and accept a missing user, host, or port as a wildcard match.
507         (auth-source-debug): Default to off.
508
509         (auth-source-netrc-search, auth-source-netrc-create)
510         (auth-source-secrets-search, auth-source-secrets-create)
511         (auth-source-user-or-password, auth-source-backend, auth-sources)
512         (auth-source-backend-parse-parameters, auth-source-search): Use :port
513         instead of :protocol.
514
515         * nnimap.el (nnimap-credentials): Pass a port default to
516         `auth-source-search' in case an entry needs to be created.
517         (nnimap-open-connection-1): Use :port instead of :protocol.
518
519 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * auth-source.el: Bind load-path when loading EIEIO from
522         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
523         21.4 doesn't support, to `require'.
524         (auth-source-secrets-search): Use mm-delete-duplicates instead of
525         delete-dups that is not available in XEmacs 21.4.
526
527 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
528
529         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
530         as EIEIO must also be loaded when auth-source.el is being
531         byte-compiled.
532
533 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
536
537         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
538
539         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
540
541         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
542
543         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
544
545         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
546
547         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
548
549         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
550         necessary.
551
552 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
555         nil means that nnimap doesn't get updated.
556
557 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * auth-source.el (auth-source-netrc-create): Return a synthetic search
560         result when the user doesn't want to write to the file.
561         (auth-source-netrc-search): Expect a synthetic result and proceed
562         accordingly.
563         (auth-source-cache-expiry): New variable to override
564         `password-cache-expiry'.
565         (auth-source-remember): Use it.
566
567         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
568         parameter.  Create entry if necessary by using :create t.
569         (nnimap-open-connection-1): Don't pass `inhibit-create'.
570
571 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * auth-source.el (auth-source-debug): Enable by default and don't
574         mention the obsolete `auth-source-hide-passwords'.
575         (auth-source-do-warn): New function to debug unconditionally.
576         (auth-source-do-debug): Use it.
577         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
578         and for Secrets API entries when the secrets.el library is not
579         available.
580
581 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * gnus-sum.el (gnus-propagate-marks): Default to nil.
584         (gnus-summary-exit): Kill the correct article buffer on exit from a
585         `C-d' group.
586
587         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
588         gnus-propagate-marks.
589
590         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
591         before killing the buffers so that a non-full window conf gets handled
592         correctly.
593         (gnus-summary-exit): Ditto.
594         (gnus-summary-read-group-1): Ditto.
595
596         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
597         async code again so that we can debug it properly.
598
599         * message.el (message-reply): Take an optional switch-buffer parameter
600         so that Gnus window confs are respected better.
601
602 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
603
604         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
605         `plist-get' to accept non-list parameters (XEmacs issue).
606         Fix docstring.
607         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
608         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
609         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
610         Login collection is "Login" and not "login".
611
612 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
613
614         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
615         multiple headers.
616
617         * nnimap.el (nnimap-inhibit-logging): New variable.
618         (nnimap-log-command): Don't log login commands.
619
620         * auth-source.el (auth-source-netrc-search): The asserts seem to want
621         to have more parameters.
622
623         * nnimap.el (nnimap-send-command): Mark the command time for each
624         command, so that we don't get NOOPs stepping on our toes.
625
626         * gnus-art.el (article-date-ut): Get the date from the Date header on
627         `t'.
628
629 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * auth-source.el (auth-source-search): Use copy-sequence instead of
632         the cl.el copy-list.
633
634 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * imap.el: Bring it back (revert
637         84d800cd31de3064f0ed39617d725709a2f8f42f).
638
639 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
640
641         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
642         Improve prompt.
643
644 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-art.el (gnus-article-mode-line-format): Remove the article
647         washing status from the default format.  It isn't very informative.
648
649 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
650
651         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
652         Gcc processing on imap.
653
654 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
655
656         * imap.el: Remove file.  All the functionality is in nnimap.el.
657
658 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
659
660         * message.el (message-bury): Don't pop up a new window when selected
661         window is dedicated.
662
663 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
664
665         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
666
667 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * sieve-manage.el: Autoload `auth-source-search'.
670         (sieve-sasl-auth): Use it.
671
672 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
673
674         * nnimap.el: Autoload `auth-source-forget+'.
675         (nnimap-open-connection-1): Use it if the connection fails.
676
677         * auth-source.el: Require `password-cache'.
678         (auth-source-hide-passwords, auth-source-cache): Remove and mark
679         obsolete.
680         (auth-source-magic): Marker for `password-cache' keys.
681         (auth-source-do-cache): Update docstring.
682         (auth-source-search): Use and check cache.
683         (auth-source-forget-all-cached, auth-source-remember)
684         (auth-source-recall, auth-source-forget, auth-source-forget+)
685         (auth-source-specmatchp): Caching support functions.
686         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
687         Remove and obsolete.
688         (auth-source-user-or-password): Remove caching to further discourage
689         using it.  Always hide passwords.
690
691         * password-cache.el (password-cache-remove): Accept secrets that are
692         not strings.
693
694 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
695
696         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
697         code for now, since it doesn't work for all users.
698
699 2011-02-09  Julien Danjou  <julien@danjou.info>
700
701         * message.el (message-options): Make message-options really buffer
702         local.
703
704 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * mail-source.el: Autoload `auth-source-search'.
707         (mail-source-keyword-map): Note order matters.
708         (mail-source-set-1): Get all the mail-source source values and
709         defaults and search auth-source on those if needed.  This can all
710         probably be simplified.
711
712         * nnimap.el: Autoload `auth-source-search'.
713         (nnimap-credentials): Use it.
714         (nnimap-open-connection-1): Ask for the virtual server and physical
715         address in one shot.
716
717         * nntp.el: Autoload `auth-source-search'.
718         (nntp-send-authinfo): Use it.  Note TODO.
719
720 2011-02-08  Julien Danjou  <julien@danjou.info>
721
722         * shr.el (shr-tag-body): Add support for text attribute in body
723         markups.
724
725         * message.el (message-options): Make message-options a local variable.
726
727 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * auth-source.el (auth-source-secrets-search)
730         (auth-source-user-or-password): Use `append' instead of `nconc'.
731         (auth-source-user-or-password): Build return list better and protect
732         against nil :secret.
733
734 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
735
736         * nnimap.el (nnimap-update-info): Refactor slightly.
737         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
738         (nnimap-update-info): Clean up slightly.
739         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
740         characters.
741         (nnimap-process-quirk): Rename function to avoid collision.
742         (nnimap-update-info): Fix macrology bug-out.
743         (nnimap-update-info): Simplify split history test.
744
745 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
746
747         * auth-source.el (top): Require 'eieio unconditionally.
748         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
749         (auth-source-secrets-search): Limit search when `max' is greater than
750         number of results.
751
752 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
753
754         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
755         part not returning any data.
756
757         * proto-stream.el (open-protocol-stream): Document the return value.
758
759 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
760
761         * auth-source.el (auth-source-secrets-search): Add examples.
762
763 2011-02-06  Julien Danjou  <julien@danjou.info>
764
765         * message.el (message-setup-1): Handle message-generate-headers-first
766         set to t.
767
768 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
771         API with a string "secrets:collection-name" and with 'default.
772         (auth-source-backend-parse): Parse "secrets:collection-name" and
773         'default.  Recurse on parses instead of repeating code.  Use the
774         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
775         message when ignoring a source.
776         (auth-source-search): List ignored search keys at the top level.
777         (auth-source-netrc-create): Use `case' instead of `cond'.
778         (auth-source-secrets-search): Created with TODOs.
779         (auth-source-secrets-create): Created with TODOs.
780         (auth-source-retrieve, auth-source-create, auth-source-delete)
781         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
782         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
783         (auth-source-user-or-password-sftp)
784         (auth-source-user-or-password-smtp): Remove.
785         (auth-source-user-or-password): Deprecated and modified to be a wrapper
786         around `auth-source-search'.  Not tested thoroughly.
787
788 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * auth-source.el: Bring in assoc and eioeio libraries.
791         (secrets-enabled): New variable to track the status of the Secrets API.
792         (auth-source-backend): New EIOEIO class to represent a backend.
793         (auth-source-creation-defaults): New variable to set prompt defaults
794         during token creation (see the `auth-source-search' docstring for
795         details).
796         (auth-sources): Simplify to allow a simple string as a netrc backend
797         spec.
798         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
799         (auth-source-backend-parse-parameters): Fill in the backend parameters.
800         (auth-source-search): Main auth-source API entry point.
801         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
802         (auth-source-search-collection): Helper function for searching.
803         (auth-source-netrc-parse, auth-source-netrc-normalize)
804         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
805         Supports search, create, and delete.
806         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
807         backend stubs.
808         (auth-source-user-or-password): Call `auth-source-search' but it's not
809         ready yet.
810
811 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * message.el (message-setup-1): Remove the read-only stuff, since it
814         doesn't work under XEmacs, for some reason.
815
816         * gnus-sum.el (gnus-user-date): Rename back from
817         gnus-summary-user-date since user code refers to it.
818
819         * shr.el (shr-render-td): Store the actual background colour used.
820
821         * message.el (message-setup-1): Don't bind the constant
822         -forbidden-properties.
823         (message-setup-1): Revert previous change, since it needs to bind the
824         props to insert them.
825         (message-resend): Allow removing the read-only separator line.
826
827 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * nnimap.el (nnimap-request-accept-article): Give an error message if
830         the APPEND wasn't successful.
831
832 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
833
834         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
835         that have no groups.
836
837 2011-02-03  Julien Danjou  <julien@danjou.info>
838
839         * gnus-draft.el: Remove progn around gnus-draft-setup.
840
841 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-start.el (gnus-read-active-for-groups): This function is never
844         called with a nil `infos', so clean that up.
845         (gnus-get-unread-articles): Request active files from primary/secondary
846         methods that have no groups (yet).
847
848 2011-02-03  Julien Danjou  <julien@danjou.info>
849
850         * message.el (message-setup-1): Always generate References first.
851         (message-mail): Return the return value of message-setup, not always t.
852         (message-setup-1): Insert mail-header-separator with read-only and
853         intangible properties set.
854
855         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
856         user-date in docstring.
857
858         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
859
860         * gnus.el (gnus-summary-line-format): Mention &user-date format in
861         docstring.
862
863         * gnus.el (gnus-user-date-format-alist): Change default value. Use
864         defcustom, with type and group. Move from gnus-util.el. Rename to
865         gnus-summary-user-date-format-alist.
866
867 2011-02-03  Glenn Morris  <rgm@gnu.org>
868
869         * nnimap.el (gnus-fetch-headers): Declare.
870
871         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
872
873 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * message.el (message-forward-make-body-digest-plain)
876         (message-followup, message-reply): Clean up things noted by Stefan.
877
878         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
879         gnus-article-update-date-headers is nil.
880         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
881         it didn't really work with defcustom.
882         (article-update-date-lapsed): Make sure the window start doesn't move,
883         either.
884
885 2011-02-01  Julien Danjou  <julien@danjou.info>
886
887         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
888         format.
889
890         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
891         standard in Emacs nowadays.
892
893         * color.el (color-gradient): Add a color-gradient function.
894
895 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
896
897         * message.el (message-expand-name): Don't trust the return value of
898         bbdb-complete-name.
899         (message-check-news-header-syntax): Remove unused var `start'.
900         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
901         (message-inhibit-body-encoding): Move to before first use.
902         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
903         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
904         (Organization, Message-ID, Date, mh-previous-window-config):
905         Defvar the vars using dynamic scoping.
906
907 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
908
909         * shr.el (shr-render-td): Only do colours at the final rendering.
910         Should be slightly faster.
911         (shr-insert-table): Fix up TD background colours when doing the
912         vertical padding.
913
914         * gnus-art.el (article-date-ut): Protect against articles with no Date
915         header.
916         (article-update-date-lapsed): Don't use current-column to find the
917         horizontal position.  It's fragile in the presence of \003 characters.
918
919         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
920
921 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-art.el (article-transform-date): Rewrite to still work when
924         there are several rfc2822 parts.
925         (article-transform-date): Fix infinite recursion.
926         (article-date-ut): Replace infinitely many Date headers with a single
927         one when called interactively.
928
929         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
930         secure manner.
931
932         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
933         move around by not using save-window-excursion.  It seems to work...
934
935 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-art.el (article-make-date-line): Work for user-defined format.
938
939 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
940
941         * nntp.el (nntp-retrieve-group-data-early)
942         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
943         fetching functions.
944
945         * gnus-start.el (gnus-read-active-for-groups): Read the active files
946         thoroughly for all backends that have no known groups.  This should
947         allow new nnml methods to retrieve mail.
948
949         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
950         that Gnus doesn't know exists again.
951
952         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
953         (gnus-treat-date-ut): Ditto.
954         (gnus-article-update-date-header): Rename.
955         (gnus-treat-date-local): Remove.
956         (gnus-treat-date-english): Remove.
957         (gnus-treat-date-lapsed): Remove.
958         (gnus-treat-date-combined-lapsed): Remove.
959         (gnus-treat-date-original): Remove.
960         (gnus-treat-date-iso8601): Remove.
961         (gnus-treat-date-user-defined): Remove.
962         (gnus-article-date-headers): New variable to control all the date
963         header options.
964         (article-date-ut): Rewrite to allow using the new way to format date
965         headers(s).
966
967 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
968
969         * nnmail.el (nnmail-article-group): Check for a direct fancy split
970         method.
971         (nnmail-article-group): A better test for fanciness.
972
973         * nnimap.el (nnimap-request-head): Protect against not finding the
974         article by Message-ID.
975
976 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus-art.el (article-update-date-lapsed): Try a better way to really
979         keep point at the "same place".
980
981 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
984         data if the group is unactivated.
985
986 2011-01-28  Julien Danjou  <julien@danjou.info>
987
988         * gnus-win.el: Remove dead function gnus-window-configuration-element.
989         (gnus-all-windows-visible-p): Remove old compatibility code.
990         (gnus-window-top-edge): Add docstring.
991
992         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
993
994 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
997         older request-update-info.
998
999         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1000
1001 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1002
1003         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1004         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1005
1006 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1009         groups.  This makes the nndraft:queue group pop up if it's not already
1010         there.
1011
1012         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1013         messages" logic, which was reversed.
1014
1015         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1016         the "same place" even if point is on the line being replaced.
1017         (article-update-date-lapsed): Allow updating both the combined lapsed
1018         and the lapsed headers.
1019         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1020         (article-make-date-line): Limit the number of segments dynamically to
1021         avoid too-long lines.
1022
1023 2011-01-27  Julien Danjou  <julien@danjou.info>
1024
1025         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1026         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1027
1028 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1031         Use plist-get instead of the cl function getf.
1032
1033 2011-01-27  Glenn Morris  <rgm@gnu.org>
1034
1035         * gnus-util.el (float-time): Get rid of compiler warning, again.
1036
1037 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1038
1039         * shr.el (shr-put-color): Special-case background colours: Do put them
1040         at the blank parts at the front of the lines.
1041
1042         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1043         exit hook to nix out all data on readedness on group exit.
1044
1045         * gnus-util.el (float-time): If float-time is bound, always use it on
1046         all Emacsen.  It's unclear why the subrp check was there.
1047         (time-date): Require to make some autoload issues on XEmacs go away.
1048
1049         * shr.el (shr-put-color): Don't do the box padding in tables, since
1050         they're already padded.
1051
1052 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-art.el (gnus-article-next-page): When the last line of the
1055         article is displayed, scroll down once more instead of going to the
1056         next article at once.
1057         (article-lapsed-string): Refactor out and allow specifying how many
1058         segments you want.
1059         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1060         (gnus-article-update-lapsed-header): New variable.
1061
1062         * shr.el: Revert change that made headings use different-sized faces.
1063         The Emacs display engine isn't advanced enough that, for instance,
1064         tables can comfortably use differently-sized faces.
1065
1066 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1067
1068         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1069         used.
1070         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1071         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1072         we're using an encrypted connection.
1073
1074         * proto-stream.el: Alter the interface functions to also return the
1075         actual stream type used: network or tls.
1076
1077 2011-01-25  Julien Danjou  <julien@danjou.info>
1078
1079         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1080         (mm-display-javascript-inline): New function.
1081
1082         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1083         viewing function.
1084
1085 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * shr.el (shr-expand-newlines): Fix variable name.
1088
1089 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1090
1091         * shr.el (shr-expand-newlines): Make nested boxes work.
1092
1093 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1094
1095         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1096         backgrounds.
1097         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1098         in a more sensible manner.
1099
1100 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1101
1102         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1103         if EPG is loaded.
1104
1105 2011-01-24  Julien Danjou  <julien@danjou.info>
1106
1107         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1108         tags.
1109
1110 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1113         commands.
1114
1115         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1116         in the article buffer.
1117         (gnus-gravatar-insert): Use blank space from the current buffer to
1118         avoid breaking text properties.  This makes X-Sent updating work again.
1119
1120         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1121
1122 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1125         fix the bug in url-http.el instead.
1126
1127         * shr.el (shr-image-fetched): Ditto.
1128
1129         * shr.el (shr-image-fetched): Avoid having point move in the article
1130         buffer.
1131
1132         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1133         buffer after being called.  It's apparently being killed by url.el, and
1134         killing it made point move to end-of-buffer in a random buffer.
1135
1136         * shr.el (shr-image-fetched): Ditto.
1137
1138 2011-01-23  Julien Danjou  <julien@danjou.info>
1139
1140         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1141
1142         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1143         text/x-org.
1144
1145 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1148         (i.e., nnimap) returning nil as the article number.
1149
1150 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1151
1152         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1153         "DelSp" parameter in RFC3676.
1154
1155 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1156
1157         * message.el (message-check-recipients): Display the encoded version of
1158         the bogus address if they differ.
1159
1160         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1161         after sending.
1162
1163         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1164
1165         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1166
1167         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1168         group buffer after sending the queue.
1169
1170         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1171
1172 2011-01-22  Julien Danjou  <julien@danjou.info>
1173
1174         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1175
1176 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1177
1178         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1179         nested related parts.
1180
1181         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1182         unexpired articles.  This fixes the regression that led expiry marks to
1183         disappear from nnfolder groups.
1184
1185 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1186
1187         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1188         Don't confuse the "ret" of "retrograde" with RET.
1189
1190 2011-01-21  Julien Danjou  <julien@danjou.info>
1191
1192         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1193         than mm-insert-inline.
1194
1195 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1198         Widen article buffer.
1199
1200 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1201
1202         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1203         the temp buffer.
1204         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1205
1206 2011-01-20  Julien Danjou  <julien@danjou.info>
1207
1208         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1209
1210         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1211         than mm-insert-inline to insert inline part: this respect
1212         mm-inline-media-tests displayers.
1213
1214         * mm-view.el (mm-display-shell-script-inline): New function.
1215
1216         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1217
1218         * mm-uu.el (mm-uu-type-alist): Add org block.
1219         (mm-uu-org-src-code-block-extract): New function.
1220
1221         * mm-view.el (mm-display-org-inline): New function.
1222
1223         * mm-decode.el (mm-automatic-display): Add text/org.
1224
1225         * mailcap.el (mailcap-mime-extensions): Add .org.
1226
1227 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1230         gnus-article-add-buttons.
1231
1232 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1233
1234         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1235         From header with a date and "nobody" as the sender.
1236
1237 2011-01-19  Julien Danjou  <julien@danjou.info>
1238
1239         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1240         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1241         if you have the same regexp several times.
1242         (gnus-button-push): Fix matching when regexp is symbol.
1243
1244 2011-01-15  Glenn Morris  <rgm@gnu.org>
1245
1246         * message.el (message-mail): A compose-mail function should
1247         accept headers as strings.
1248
1249 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1250
1251         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1252         Add :vert-only tags.
1253         (message-mail): New arg RETURN-ACTION.
1254         (message-return-action): New var.
1255         (message-bury): Use it.
1256         (message-mode): Make it buffer-local.
1257         (message-send-and-exit): Always call message-bury.
1258
1259         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1260         message-mail.
1261
1262 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-convert-partial-article): Protect against
1265         zero-length body parts.
1266
1267         * mm-decode.el (mm-preferred-alternative-precedence):
1268         Discourage showing empty parts.
1269
1270         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1271         and stuff if the backend didn't return the article number.  This fixes
1272         an Exchange-related nnimap bug.
1273
1274         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1275         group window, because it does the wrong thing when a separate frame
1276         displays the group buffer.
1277
1278         * proto-stream.el (open-protocol-stream): Protect against the low-level
1279         transport functions returning nil.
1280
1281 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1282
1283         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1284         (mml2015-epg-find-usable-secret-key): New function.
1285         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1286         mml2015-epg-find-usable-key (Bug#7797).
1287         (mml2015-epg-encrypt): Ditto.
1288
1289 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * dgnushack.el (rot13-string): Fix the way to get the argument.
1292
1293 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1296
1297 2011-01-03  Glenn Morris  <rgm@gnu.org>
1298
1299         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1300
1301         * sieve.el (sieve-open-server): Give a more explicit error if
1302         sieve-manage-open returns nil.  (Bug#7720)
1303
1304 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1305
1306         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1307
1308 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1311         This avoids sending passwords in plain text over non-encrypted
1312         channels.
1313
1314         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1315
1316         * nnimap.el (nnimap-login): Refactored out into own function, and
1317         implement CRAM-MD5.
1318         (nnimap-wait-for-line): Refactored out.
1319
1320         * mm-view.el (mml-smime): Require.
1321
1322 2010-12-20  David Engster  <deng@eml.cc>
1323
1324         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1325         use EPG to decrypt S/MIME messages instead of openssl.
1326
1327 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1330
1331         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1332         status is the group clearly is unreachable.
1333
1334         * auth-source.el (auth-source-create): Add the optional second
1335         parameter to `local-variable-p' to be compatible with XEmacs.
1336
1337 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1338
1339         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1340         work when using a compressed nnml folder.
1341
1342 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1345         backends after sanitising on entry, because this never makes sense:
1346         If the articles have gone missing, then the data no longer exists on
1347         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1348         overwrite anything anyway.
1349
1350         * shr.el (shr-insert-document): Bind shr-width dynamically to
1351         window-width if it's nil.
1352
1353 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1354
1355         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1356         with the meaning of using the full emacs window width for rendering.
1357
1358 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1359
1360         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1361         case when sender is not given.
1362
1363 2010-12-23  Julien Danjou  <julien@danjou.info>
1364
1365         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1366         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1367         the addresses, otherwise we might misplaced the gravatar.
1368
1369 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1370
1371         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1372         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1373         obsolete in Emacs.
1374
1375 2010-12-20  Julien Danjou  <julien@danjou.info>
1376
1377         * gnus-util.el (gnus-rescale-image): Revert last change.
1378
1379 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1380
1381         * binhex.el: Improve commentary (Bug#7482).
1382
1383 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-group.el (gnus-group-delete-articles): New command.
1386
1387 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1388
1389         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1390
1391 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1394         here, since it's up to the backends to do CRLF removal if their
1395         protocol has it.
1396
1397         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1398
1399 2010-12-17  Julien Danjou  <julien@danjou.info>
1400
1401         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1402         they are from file. Can also scale up.
1403
1404 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1405
1406         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1407         gnus-use-agent.
1408         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1409
1410         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1411
1412 2010-12-17  Julien Danjou  <julien@danjou.info>
1413
1414         * gravatar.el (gravatar-retrieve-synchronously): New function.
1415         (gravatar-get-data): Make more robust.
1416
1417 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1420
1421 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1424         to really consider the last line.
1425
1426 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1427
1428         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1429         list of recipient keys, or use symmetric encryption if not a list.
1430         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1431         EPA override, replacing the call to `netrc-store-data'.
1432
1433 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1434
1435         * gnus-srvr.el: Avoid passing nil regexp argument to
1436         delete-matching-lines.
1437
1438 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1441         fetching stops when Gnus exits.
1442
1443         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1444         function.
1445         (nnfolder-request-expire-articles): Save all the buffers after doing
1446         expiry.
1447
1448         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1449         the last article", since that led to serious performance regressions
1450         when expiring nnml groups.
1451
1452 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1453
1454         * nnir.el: Improve customizations.
1455
1456 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1459
1460         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1461         group has been killed.
1462         (gnus-group-yank-group): Ditto.
1463
1464         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1465
1466         * nnimap.el (nnimap-request-update-group-status): New function.
1467
1468         * gnus-int.el (gnus-request-update-group-status): New interface
1469         function.
1470
1471         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1472         copying read-ness to the backends.
1473
1474         * nnimap.el (nnimap-quirk): New function.
1475         (nnimap-retrieve-group-data-early): Use it.
1476         (nnimap-quirks): New alist.
1477
1478 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1481         don't delete it within indentation.
1482
1483 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1486         previous line.
1487
1488 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1491         QRESYNC command by deleting a superfluous space which broke Cyrus
1492         servers.  This change will break other servers that are buggy the other
1493         way around.
1494
1495 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1496
1497         * spam.el: Reindent and fix long lines.
1498         (spam-copy-or-move-routine): Exclude invalid move destinations.
1499
1500 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1501
1502         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1503         installed the registry.
1504
1505 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1508
1509 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1510
1511         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1512         groupname doesn't contain "gmane".
1513
1514 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1517         and netrc-bound-and-true-p bindings.
1518         (netrc-parse): Cache the netrc contents.
1519
1520         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1521         (gnus-1): Don't create the nndrafts group twice.
1522         (gnus-setup-news): There's no need to read the active file here, since
1523         that's done again later on a per-backend basis.
1524         (gnus-start-draft-setup): Make sure that the new group is started out
1525         empty.
1526
1527         * gnus-agent.el (gnus-agentize): Don't create the queue group
1528         automatically on startup.  It'll be created later, if needed.
1529
1530         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1531         of automatically subscribed groups.
1532         (gnus-auto-subscribed-categories): New variable.
1533         (gnus-matches-options-n): Use it.
1534         (gnus-default-subscribed-newsgroups): Remove unused variable.
1535         (gnus-start-draft-setup): Message a bit less.
1536
1537 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1538
1539         * nnir.el (nnir-run-imap): Return article list in order of increasing
1540         UID.
1541
1542 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-sum.el (gnus-summary-enter-digest-group):
1545         Mention gnus-auto-select-on-ephemeral-exit.
1546
1547         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1548         convention of the network-only option.
1549
1550 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * proto-stream.el (proto-stream-open-network-only): New function to
1553         have a way to specify non-STARTTLS upgrade connections.
1554
1555 2010-12-10  Julien Danjou  <julien@danjou.info>
1556
1557         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1558         email address is nil.
1559
1560         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1561
1562 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1563
1564         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1565         deletion.
1566         (nnir-run-imap): Only need to parse list once.
1567
1568 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * shr.el (shr-tag-script): Ignore <script>.
1571         (shr-tag-label): Add <label> support.
1572
1573 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1576
1577         * shr.el (shr-image-displayer): Work for images lined side by side.
1578
1579 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1580
1581         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1582         parameter, since XEmacs doesn't accept t as a parameter.
1583
1584 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1585
1586         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1587         ids.
1588         (nnir-run-gmane): Simplify groupspec formatting.
1589         (nnir-request-expire-articles): New function.
1590
1591 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1594         overflow, possibly.
1595
1596         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1597         (shr-render-td): Handle td style="" better.
1598         (shr-tag-table): Use the color from the style sheet.
1599         (shr-render-td): Make sure we copy over all the overlays, too.
1600
1601 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1602
1603         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1604         (nnir-request-article): Improve article retrieval.
1605
1606 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * mm-util.el (mm-extra-numeric-entities): New variable.
1609
1610         * mm-url.el (mm-url-decode-entities):
1611         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1612
1613         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1614
1615 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1616
1617         * message.el: Use completion-at-point.
1618         (message-completion-function): New fun, extracted from message-tab.
1619         (message-mode): Use it for completion-at-point-functions.
1620         (message-tab): Use it and completion-at-point.
1621
1622 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1625         character if a non-breakable character follows.
1626
1627 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1630         any stream.
1631
1632         * shr.el (shr-tag-font): Colorize the region.
1633         (shr-tag-body): Ditto.
1634         (shr-tag-font): Actually let the styles be inherited instead of
1635         overwriting them.
1636         (shr-tag-font): Get the background color right.
1637         (shr-tag-style): Ignore all <style> tags for the moment.
1638
1639         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1640         a Message-ID to avoid having nnimap depend on gnus-sum.
1641
1642         * shr.el (shr-descend): Only colorize something if we have a node that
1643         sets colors.
1644
1645 2010-12-06  Julien Danjou  <julien@danjou.info>
1646
1647         * shr.el (shr-render-td): Render td content with shr-descend, so style
1648         will be applied to <td> too.
1649         (shr-colorize-region): Colorize region even if we only have a background.
1650         (shr-tag-body): Fix color and background color inheritance.
1651         Do not recolorize after shr-generic.
1652         (shr-tag-font): Let shr-generic colorize via inheritance.
1653
1654 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1657
1658 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1659
1660         * nnir.el (nnir-request-move-article): Remove obsolete code.
1661
1662 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1665
1666 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-sum.el (gnus-summary-respool-article): The completion function
1669         expects a list instead of an alist.
1670
1671         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1672         string as the parameter.
1673
1674         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1675
1676         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1677         styles.
1678         (shr-colorize-region): New function.
1679         (shr-insert-background-overlay): Remove.
1680         (shr-render-td): Background setting should be taken care of on a higher
1681         level.
1682         (shr-tag-body): Use post-hoc colorizations.
1683         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1684         (shr-put-color-1): Don't overwrite old colors.
1685         (shr-colorize-region): When the background color isn't explicit, use
1686         a fixed background.
1687
1688         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1689         nnmail variables.
1690
1691 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1692
1693         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1694         unless necessary.
1695
1696 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1697
1698         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1699         server.
1700
1701 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1704         so that TAB works.
1705
1706         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1707         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1708
1709         * shr.el (shr-urlify): Show the URL before the title to avoid
1710         misleading URLs.
1711
1712 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1713
1714         * shr.el (shr-urlify): Display the title in <a> tags.
1715
1716 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1717
1718         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1719
1720 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1721
1722         * nnir.el: Rearrange code to allow macros to be autoloaded by
1723         gnus-sum.el.
1724         (nnir-retrieve-headers-override-function): Make this variable
1725         customizable.
1726         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1727
1728         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1729         from nnir.el.
1730
1731 2010-12-03  Julien Danjou  <julien@danjou.info>
1732
1733         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1734
1735 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1738         allow optional argument `environment'.
1739
1740 2010-12-03  Glenn Morris  <rgm@gnu.org>
1741
1742         * mm-extern.el (message-goto-body): Update declaration.
1743
1744 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * gnus-util.el (gnus-macroexpand-all): New function.
1747
1748         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1749         instead of macroexpand-all that is unavailable in XEmacs.
1750
1751 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1752
1753         * nnir.el (nnir-summary-line-format): New variable.
1754         (nnir-mode): Use it.
1755         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1756         (nnir-article-ids): Reimplement as defsubst.
1757         (nnir-retrieve-headers): Don't mangle the subject header.
1758         (nnir-run-imap): Use 100 as RSV score.
1759         (nnir-run-find-grep): Fix for full server searching.
1760         (nnir-run-gmane): Better restriction to gmane groups.
1761
1762         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1763         summary buffers.
1764
1765 2010-12-02  Julien Danjou  <julien@danjou.info>
1766
1767         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1768
1769         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1770
1771         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1772         support.
1773
1774 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1775
1776         * nnir.el: Update to handle the registry better.
1777         (autoload): Silence byte-compiler.
1778         (nnir-open-server): Add a hook for nnir groups.
1779         (nnir-request-move-article): Don't mangle the header. Better to use
1780         formating variables (which will be added in the future).
1781         (nnir-registry-action): Update the registry using the original article
1782         group name.
1783         (nnir-mode): Install nnir-specific hooks for updating the registry.
1784
1785         * gnus-sum.el
1786         (gnus-article-original-subject,gnus-newsgroup-original-name):
1787         Remove obsolete variables.
1788         (gnus-summary-move-article): Remove use of obsolete variables.
1789         (gnus-summary-local-variables): Make move and delete hooks local to
1790         summary buffers.
1791
1792 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * rtree.el: New file.
1795
1796 2010-12-01  Julien Danjou  <julien@danjou.info>
1797
1798         * message.el (message-user-organization): Do not use
1799         gnus-local-organization.
1800
1801         * gnus.el: Remove gnus-local-organization.
1802
1803         * gnus-msg.el: Remove nastygram thing.
1804
1805 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1806
1807         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1808         funcall.
1809
1810 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1813         names.
1814
1815         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1816         characters.
1817
1818         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1819         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1820         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1821         (gnus-gravatar-transform-address): Use mail-extract-address-components
1822         that supports non-ASCII names rather than mail-header-parse-addresses.
1823
1824 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * proto-stream.el (open-protocol-stream): All starttls connections are
1827         handled by the network handler.
1828
1829 2010-11-30  Julien Danjou  <julien@danjou.info>
1830
1831         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1832         (nnimap-open-connection-1): Fix PREAUTH.
1833
1834         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1835
1836 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1839         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1840         (shr-insert): Use them.
1841         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1842
1843 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1844
1845         * nnir.el (nnir-request-move-article): Bail out if original group
1846         doesn't support article moves.
1847         (nnir-get-active): Improve active list retrieval.
1848
1849 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1852
1853 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1854
1855         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1856         seem to accept strings-with-numbers as port numbers,
1857
1858 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1859
1860         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1861         change the registry.
1862
1863 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1866         delete-dups that is not available in XEmacs 21.4.
1867
1868         * mm-util.el (mm-delete-duplicates): Add comment.
1869
1870 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1871
1872         * nnir.el (nnir-ignored-newsgroups): New variable.
1873         (nnir-get-active): Use it.
1874
1875 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * proto-stream.el (proto-stream-open-network): Add some comments.
1878
1879         * nntp.el (nntp-open-connection): Provide a :success condition.
1880
1881         * nnimap.el (nnimap-open-connection-1): Ditto.
1882
1883         * proto-stream.el (proto-stream-open-network): See what the response to
1884         the STARTTLS command is.
1885
1886         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1887         backwards compatibility).
1888         (nnimap-open-connection-1): Really respect nnimap-server-port.
1889
1890         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1891         TLS upgrades we don't really care about the identity of the peer.
1892         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1893         that what we've checked for.
1894         (proto-stream-always-use-starttls): Only default to t if
1895         open-gnutls-stream exists.
1896         (proto-stream-open-network): If STARTTLS failed, then just open a
1897         normal connection.
1898         (proto-stream-open-network): Wait until the greeting before doing
1899         STARTTLS.
1900
1901         * nntp.el (nntp-open-connection): Report what the connection error is.
1902
1903         * proto-stream.el (open-protocol-stream): Rename from
1904         open-proto-stream.
1905
1906 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * nnimap.el (nnimap-stream): Change default to `undecided'.
1909         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1910         first, and then network.
1911         (nnimap-open-connection-1): Respect nnimap-server-port.
1912         (nnimap-open-connection): Be more backwards-compatible.
1913
1914         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1915         (proto-stream-open-starttls): De-duplicate the starttls code.
1916         (proto-stream-open-starttls): Folded back into the main function.
1917         (proto-stream-open-network): Fix typo in the gnutls path.
1918         (proto-stream-command): Refactor out.
1919
1920         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1921
1922         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1923         starttls.el STARTTLS.
1924
1925         * color.el (color-lab->srgb): Fix function call name.
1926
1927         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1928         if we're using tls.el.
1929         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1930         built in, then don't try to establish a STARTTLS connection.
1931
1932         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1933         servers.
1934
1935         * proto-stream.el (open-proto-stream): Use network, not stream.
1936         (open-proto-stream): Add a way to specify what the end of a command is.
1937
1938         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1939         connections types.
1940         (nntp-open-network-stream): Remove.
1941         (nntp-open-ssl-stream): Remove.
1942         (nntp-open-tls-stream): Remove.
1943         (nntp-ssl-program): Remove.
1944
1945         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1946
1947 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1948
1949         * nnir.el: Fix typos.
1950         (nnir-retrieve-headers-override-function): Rename variable to reflect
1951         new semantics.
1952         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1953         macros.
1954         (nnir-request-article, nnir-request-move-article): Use them.
1955         (nnir-categorize): New function.
1956         (nnir-run-query): Use it.
1957         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1958         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1959         sorted.
1960         (nnir-group-full-name): Use gnus-group-full-name instead.
1961         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1962         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1963
1964 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1967
1968         * proto-stream.el: New library to provide protocol-specific
1969         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1970         protocols.
1971         (open-proto-stream): Complete the documentation.
1972         (proto-stream-open-network): Fix some typos.
1973
1974         * nnimap.el (nnimap-open-connection): Use it.
1975
1976 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1977
1978         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1979         negotiation.
1980
1981 2010-11-26  Julien Danjou  <julien@danjou.info>
1982
1983         * color.el: Rename various rgb functions to srgb.
1984
1985 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1988         names.
1989
1990 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * shr.el (shr-insert): Revert last change.
1993         (shr-find-fill-point): Never leave point being at bol;
1994         relax the kinsoku limitation when rendering tables.
1995
1996 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1999         results from -accept-article.
2000
2001         * shr-color.el: Require cl when compiling.
2002
2003         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2004         checkin.
2005
2006         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2007
2008         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2009
2010         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2011         'add and 'delete to set backend marks.
2012
2013         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2014
2015         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2016
2017         * nntp.el (nntp-request-set-mark): Use it.
2018
2019         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2020
2021         * nnml.el (nnml-request-set-mark): Ditto.
2022
2023         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2024         introduces regressions in article selection.
2025         (nnimap-find-uid-response): New function.
2026         (nnimap-request-accept-article): Use the UID returned, if any.
2027         (nnimap-request-move-article): Use the UID returned, if any.
2028         (nnimap-get-groups): Reimplement to work with folded lines.
2029         (nnimap-find-uid-response): The UID is the last element in the list.
2030         (nnimap-request-set-mark): Extend syntax with 'set.
2031
2032         * nnml.el (nnml-request-set-mark): Ditto.
2033
2034         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2035
2036         * nntp.el (nntp-request-set-mark): Ditto.
2037
2038 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * message.el (message-called-interactively-p): A temporary macro.
2041         (message-goto-body): Use it temporarily.
2042
2043 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2046         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2047         (nnimap-last-response-string): Fix last unfolding fix.
2048
2049 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * shr.el (shr-insert): Fix the way to fold lines.
2052
2053 2010-11-25  Julien Danjou  <julien@danjou.info>
2054
2055         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2056
2057         * color.el: Rename from color-lab.el
2058         (color-rgb->hex): Add.
2059         (color-complement): Add.
2060         (color-complement-hex): Add.
2061
2062         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2063
2064 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2067         don't exist.
2068
2069 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2072         assuming that article displaying or another mml-preview may be
2073         interrupted for an error or for the like.
2074
2075         * shr.el (shr-get-background): Fix argument name.
2076
2077 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2080
2081         * gnus-sum.el (gnus-summary-include-articles): New function.
2082
2083         * message.el (message-goto-body): called-interactively-p needs a
2084         parameter, so use `any'.
2085
2086         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2087         clear marks before moving, since they're synced from the Gnus side
2088         first.
2089
2090         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2091         (gnus-summary-move-article): Copy over all marks before moving, so that
2092         IMAP doesn't think a new article has arrived.
2093
2094 2010-11-24  Julien Danjou  <julien@danjou.info>
2095
2096         * shr.el (shr-insert-background-overlay): Fix typo.
2097         (shr-render-td): Copy the background before rendering.
2098
2099         * shr-color.el (shr-color-visible): Fix docstring.
2100
2101         * shr.el (shr-tag-table): Add bgcolor support.
2102         (shr-render-td): Add bgcolor support.
2103         (shr-get-background): Add.
2104         (shr-insert-foreground-overlay): Use shr-get-background.
2105
2106         * message.el (message-goto-body): Use called-interactively-p.
2107         (message-in-body-p): message-goto-body returns point.
2108
2109 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2112         Fixes something or other in Emacs 23, and is backwards compatible.
2113
2114         * message.el (message-goto-body): Remove the <#secure special-casing,
2115         which is too special.
2116
2117         * shr.el (shr-parse-style): Drop !important from styles.
2118
2119 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2120
2121         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2122         this function to return incorrect results when calling it with an
2123         explicit article argument different from
2124         (gnus-summary-article-number).
2125
2126 2010-11-24  Julien Danjou  <julien@danjou.info>
2127
2128         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2129         (shr-tag-body): Add background support.
2130         (shr-descend): Add background support.
2131         (shr-tag-title): Add.
2132
2133         * shr-color.el (shr-color-visible): Really return original background
2134         if fixed.
2135
2136 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * shr.el (shr-color-check): Protect against non-existent colour names.
2139
2140 2010-11-24  Julien Danjou  <julien@danjou.info>
2141
2142         * color-lab.el: Require 'cl when compiling.
2143
2144         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2145
2146         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2147         matched part.
2148
2149         * color-lab.el: Fix all expt calls to use float type.
2150
2151 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2154         expression to shr-color-check as is.
2155
2156         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2157
2158         * color-lab.el: Add coding cookie.
2159         (float-pi): Use eval-and-compile.
2160
2161         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2162         compiled for Emacsen having no `libxml-parse-html-region' support.
2163
2164 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * shr.el (shr-insert-color-overlay): Split stuff like
2167         "#444444 !important" to find the real colour.
2168         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2169         parse <font color="red"> entries.
2170
2171 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2172
2173         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2174         point when parsing headers.
2175
2176         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2177         is positioned properly when parsing headers.
2178
2179 2010-11-23  Julien Danjou  <julien@danjou.info>
2180
2181         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2182
2183         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2184
2185         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2186
2187         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2188         Use shr-color-hue-to-rgb.
2189         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2190
2191 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * shr.el (shr-color->hexadecimal): Autoload.
2194         (shr-descend): Add color to all tags.
2195
2196 2010-11-22  Julien Danjou  <julien@danjou.info>
2197
2198         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2199         shr-color->hexadecimal.
2200
2201         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2202         RGB() or HSL() color representation.
2203
2204         * shr.el (shr-tag-font): Add.
2205         (shr-tag-color-check): New function to get better colors.
2206         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2207         tag-span.
2208
2209         * shr-color.el: New file.
2210
2211         * color-lab.el: New file.
2212
2213         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2214
2215 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2216
2217         * nnir.el: Fix typo in comments.
2218         (nnir-run-imap): Simplify code. No need to reverse artlist.
2219         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2220
2221 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2224
2225         * nnimap.el (nnimap-get-capabilities): Refactor out.
2226         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2227
2228 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2229
2230         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2231         appearing when `mm-uu-hide-markers' is nil.
2232
2233 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * nnimap.el (nnimap-unselect-group): Make into its own function.
2236         (nnimap-request-rename-group): Unselect group before renaming.
2237         This had gotten lost somewhere.
2238         (nnimap-request-accept-article): Keep track of examined groups, and
2239         unselect the group before APPENDing to read-only groups.
2240         (nnimap-request-move-article): Clear flags before moving so that they
2241         can be re-set later.
2242
2243 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2246         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2247
2248 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-art.el (gnus-mime-display-single)
2251         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2252         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2253         parameter.
2254
2255 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2258         (shr-table-vertical-line): New variable.
2259         (shr-insert-table): Use it.
2260
2261 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-html.el (gnus-html-wash-images): Don't display images if
2264         gnus-inhibit-images is non-nil; register displayer for cid images.
2265         (gnus-html-display-image): Work for cid image.
2266         (gnus-html-insert-image): Allow arguments.
2267         (gnus-html-put-image): Inhibit read-only.
2268         (gnus-html-prefetch-images): Don't prefetch images if
2269         gnus-inhibit-images is non-nil.
2270
2271 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * shr.el (shr-put-image): Break lines when inserting big pictures.
2274
2275 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2276
2277         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2278         sender, thanks Katsumi Yamaoka.
2279
2280 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2281
2282         * nnir.el (nnir-run-imap): Reverse the article list for each group
2283         rather than the whole list.
2284
2285 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * shr.el (shr-image-displayer): Protect function against non-existent
2288         image source.
2289
2290         * gnus-art.el (gnus-inhibit-images): New user option.
2291         (gnus-mime-display-single): Don't display image if it is non-nil.
2292
2293         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2294         gnus-inhibit-images.
2295
2296         * shr.el (shr-image-displayer): New function.
2297         (shr-tag-img): Use it.
2298
2299 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2300
2301         * mml2015.el (mml2015-epg-sign): Use From header.
2302
2303 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2306
2307         * gnus-util.el (gnus-find-text-property-region): Return markers.
2308
2309         * shr.el (shr-tag-img): Put a displayer in the text property.
2310
2311         * gnus-util.el (gnus-find-text-property-region): New utility function.
2312
2313         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2314         (gnus-html-show-images): Remove.
2315
2316         * gnus-art.el (gnus-article-show-images): New, more general function.
2317
2318         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2319         image url text properties.
2320
2321         * shr.el: Ditto.
2322
2323         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2324         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2325
2326 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2329         work for two or more articles.
2330
2331 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2334         divide an image that's in an html article to two or more when washing
2335         non-ASCII characters in alt text of it.
2336
2337 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2340         smime-decrypt-region using function argument.
2341         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2342
2343         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2344
2345         * smime.el (smime-decrypt-region): Catch it.
2346
2347 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * smime.el (smime-mode-map): Move initialization into declaration.
2350         (gnus-run-mode-hooks): Don't autoload.
2351         (smime-mode): Use define-derived-mode.
2352
2353 2010-11-11  Glenn Morris  <rgm@gnu.org>
2354
2355         * smime.el (from): Restrict declaration to XEmacs.
2356
2357         * nnir.el (gnus-group-topic-name): Autoload.
2358
2359 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * shr.el (shr-insert): Don't break long line if it is because of
2362         kinsoku-bol characters in the line end.
2363
2364 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2365
2366         * nnir.el (nnir-request-move-article): Fix to provide original group
2367         and subject.
2368         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2369         been retrieved.
2370
2371         * gnus-sum.el (gnus-summary-move-article): Use original group and
2372         subject for virtual articles such as those in an nnir summary buffer.
2373
2374 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2377         least 21.5).
2378
2379         * smime.el (from): Declare it again for XEmacs.
2380
2381 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * message.el (message-resend): Don't disable encoding unless it's
2384         already encoded.
2385
2386         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2387         low-numbered articles.
2388
2389 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * rfc2047.el (rfc2047-syntax-table): Simplify.
2392
2393         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2394
2395         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2396         set-char-table-range for XEmacs.
2397
2398 2010-11-10  Glenn Morris  <rgm@gnu.org>
2399
2400         * time-date.el (time-to-seconds): Always an alias on Emacs,
2401         never a real function.
2402         (with-no-warnings): Remove compat stub, now unused.
2403         (time-less-p): Doc fix.
2404         (time-to-number-of-days): Simplify.
2405
2406         * smime.el (from): Remove unused declaration.
2407
2408         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2409         (gnus-float-time): On Emacs, always an alias.
2410
2411         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2412         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2413
2414 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * dgnushack.el: Don't use ignore-errors in the top level form since it
2417         is unavailable in XEmacs even if cl is loaded.
2418
2419         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2420
2421 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * shr.el (browse-url-mailto): Autoload.
2424
2425         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2426
2427         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2428         regexp doesn't need quoting.
2429
2430 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2431
2432         * message.el (message-subject-trailing-was-ask-regexp)
2433         (message-subject-trailing-was-regexp): Match was: in addition to was.
2434
2435 2010-11-09  Glenn Morris  <rgm@gnu.org>
2436
2437         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2438         (nnbabyl-check-mbox): Use point-at-bol.
2439
2440 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2443
2444         * message.el (message-mailto): New function.
2445         (message-mailto): Should accept other parameters.
2446         (message-mailto): Remove since it duplicates browse-url-mailto
2447         functionality.
2448
2449 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2452         methods.
2453         (gnus-read-active-file): Ditto.
2454
2455         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2456         ": " from the prompt.
2457         (gnus-group-make-group): Ditto.
2458
2459 2010-11-07  Glenn Morris  <rgm@gnu.org>
2460
2461         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2462         (gnus-bookmark-kill-line): Use point-at-eol.
2463
2464 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2467         asterisks in From header.
2468
2469 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2472         string to avoid making the From headers syntactically invalid.
2473
2474         * message.el (message-send-mail): Don't insert courtesy messages if the
2475         message already has List-Post and List-ID messages.
2476
2477 2010-11-06  Glenn Morris  <rgm@gnu.org>
2478
2479         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2480         `condition', `type', `length' a prefix.
2481         (gnus-treat-predicate): Update for above name changes.
2482
2483 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2484
2485         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2486         binding.  Handled by `gnus-summary-refer-thread' instead.
2487         (nnir-warp-to-article): New backend function.
2488
2489         * nnimap.el (nnimap-request-thread): Force dependency updating.
2490
2491         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2492         (gnus-summary-refer-thread): Rework to improve thread-referral.
2493
2494         * gnus-int.el (gnus-warp-to-article): New function.
2495
2496         * gnus-sum.el (gnus-summary-article-map): Bind it.
2497
2498 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2499
2500         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2501         gnus-summary-refer-thread.
2502
2503         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2504         headers.
2505         (gnus-summary-limit-include-thread): Prevent articles in thread from
2506         being cut in gnus-cut-threads.
2507         (gnus-summary-refer-thread): Limit retrieved headers to those in
2508         thread.
2509
2510 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * message.el (message-send-mail): Use the value of
2513         message-courtesy-message from the message buffer.
2514
2515         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2516
2517         * shr.el (shr-browse-url): Implement mailto: URLs.
2518
2519         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2520         "raw".
2521
2522         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2523         if it's already selected.
2524
2525         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2526
2527 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2530         to measure the length and truncate alt text.
2531
2532 2010-11-03  Glenn Morris  <rgm@gnu.org>
2533
2534         * nndiary.el (nndiary-generate-nov-databases-1)
2535         (nndiary-generate-active-info): Rename dynamic variable `files' to
2536         something less generic.
2537
2538 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2539
2540         * nnir.el (nnir-request-move-article): Call the underlying backend to
2541         move articles from nnir.
2542
2543 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2546
2547 2010-11-02  Julien Danjou  <julien@danjou.info>
2548
2549         * nnir.el: Remove wais support.
2550
2551 2010-11-02  Glenn Morris  <rgm@gnu.org>
2552
2553         * gnus-html.el: Reorder requirements to quieten compiler.
2554
2555 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2558         properly for XEmacs as well.
2559         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2560         (gnus-article-natural-long-line-p): Use window-width rather than
2561         frame-width.
2562
2563 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2564
2565         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2566         (nnir-read-parms): Don't modify query.
2567         (nnir-run-query): Add ability to search topic on current line.
2568         (nnir-get-active): Clean up.
2569
2570 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2573         degenerate articles.
2574
2575         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2576         (gnus-print-buffer): Just print the buffer as is, without any copying
2577         to a buffer and then re-highlighting.
2578
2579         * nnimap.el (nnimap-request-group): Store the new updated info.
2580         (nnimap-request-group): Select the group when we don't know whether it
2581         exists or not.
2582
2583         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2584         groups.
2585
2586         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2587         groups.
2588
2589         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2590         groups.
2591
2592         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2593         long-lines case by only filling the long lines.
2594
2595         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2596         (bug #7311).
2597
2598 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * shr.el: No need to declare `declare-function' since shr.el is for
2601         only Emacsen that provide `libxml-parse-html-region'.
2602
2603         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2604         effective only in a file it is referred to.
2605
2606 2010-11-01  Glenn Morris  <rgm@gnu.org>
2607
2608         * mm-util.el (gnus-completing-read): Autoload.
2609         (mm-read-coding-system): Simplify Emacs definition.
2610
2611         * nnmail.el (gnus-activate-group):
2612         * nnimap.el (gnutls-negotiate):
2613         * nntp.el (netrc-parse): Fix declarations.
2614
2615 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2618         string-match-p in Emacs >=23.
2619
2620         * gnus-msg.el (gnus-configure-posting-styles)
2621         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2622
2623 2010-11-01  Glenn Morris  <rgm@gnu.org>
2624
2625         * nnir.el (declare-function): Add compat stub.
2626         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2627         (nnir-run-gmane): Require 'mm-url.
2628
2629         * mm-util.el (mm-string-to-multibyte): Simplify.
2630
2631         * shr.el (declare-function): Add compat stub.
2632         (url-cache-create-filename): Declare.
2633         (mm-disable-multibyte, widget-convert-button): Autoload.
2634
2635         * smime.el (ldap-search): Declare.
2636         (smime-cert-by-ldap-1): Require ldap on Emacs.
2637
2638         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2639         (nnimap-keepalive): Use gnus-float-time.
2640
2641         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2642         (mail-source-delete-crash-box): Use gnus-float-time.
2643
2644         * gnus-dired.el (gnus-completing-read): Autoload.
2645
2646         * mm-view.el (gnus-rescale-image): Autoload.
2647
2648         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2649
2650         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2651
2652         * sieve-manage.el: Require 'cl when compiling.
2653
2654         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2655         (gnus-iswitchb-completing-read): Require iswitchb.
2656         (gnus-select-frame-set-input-focus): Silence compiler.
2657
2658 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * message.el (message-subject-trailing-was-query): Change default to t,
2661         since I think that's what most people want.
2662
2663         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2664         appending for easier debugging.
2665         (nnimap-wait-for-connection): Take a regexp.
2666         (nnimap-request-accept-article): Wait for the continuation line before
2667         sending anything unless we're streaming.
2668
2669         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2670         leave the header washing to take place.
2671
2672 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2673
2674         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2675         regular expression match and replace in posting styles.
2676
2677 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2678
2679         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2680         an entire server.
2681         (nnir-get-active): New function.
2682         (nnir-run-imap): Use it.
2683         (nnir-run-gmane): Who knew, gmane search returns an article score!
2684
2685         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2686         server on the current line with nnir.
2687
2688 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2691         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2692         left edge.
2693         (gnus-article-foldable-buffer): Skip past the prefix when determining
2694         raggedness.
2695
2696         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2697         the raw article, and change `C-u g' to show the article without doing
2698         treatments.
2699
2700         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2701         on to `gnus-treat-article'.
2702         (gnus-inhibit-article-treatments): New variable.
2703
2704         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2705
2706         * gnus-art.el (gnus-treatment-function-alist): Have
2707         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2708         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2709         sections.
2710
2711         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2712         parameter.
2713         (gnus-article-fill-cited-long-lines): New function.
2714         (gnus-article-fill-cited-article): Allow filling only long sections.
2715
2716         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2717         and non-punctuation (like after the apostrophe in "'We").
2718
2719         * gnus-sum.el (gnus-summary-select-article): Make sure
2720         gnus-original-article-buffer is alive.
2721
2722         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2723         reflect the order they're in in the digest.
2724
2725         * gnus.el (gnus-group-startup-message): Move point to the start of the
2726         buffer.
2727
2728         * nnimap.el (nnimap-capability): New function.
2729         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2730         is set.
2731
2732 2010-10-31  David Engster  <dengste@eml.cc>
2733
2734         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2735         conform with changes to gnus-completing-read.
2736
2737 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2740
2741 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2742
2743         * nnir.el: Move defvar, defcustom around to keep file organized
2744         and keep byte-compiler quiet.
2745         (nnir-read-parms): Accept search-engine as arg.
2746         (nnir-run-query): Pass search-engine as arg.
2747         (nnir-search-engine): Remove.
2748
2749 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * shr.el (shr-generic): The text nodes should be text, not :text.
2752
2753         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2754         later in the file.
2755
2756 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2757
2758         * nnir.el: General clean up.  Allow searching with multiple engines.
2759         Allow separate extra-parameters for each engine.
2760         Batch queries when possible.
2761         (nnir-imap-default-search-key,nnir-method-default-engines):
2762         Add customize interface.
2763         (nnir-run-gmane): New engine.
2764         (nnir-engines): Use it.  Qualify all prompts with engine name.
2765         (nnir-search-engine): Remove global variable.
2766         (nnir-run-hyrex): Restore for now.
2767         (nnir-extra-parms,nnir-search-history): New variables.
2768         (gnus-group-make-nnir-group): Use them.
2769         (nnir-group-server): Remove in favor of gnus-group-server.
2770         (nnir-request-group): Avoid searching twice.
2771         (nnir-sort-groups-by-server): New function.
2772
2773 2010-10-30  Julien Danjou  <julien@danjou.info>
2774
2775         * gnus-group.el: Remove gnus-group-fetch-control.
2776
2777         * gnus-start.el (gnus-find-new-newsgroups):
2778         Remove gnus-check-first-time-used.
2779
2780         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2781
2782 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2783
2784         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2785         set on groups that don't have \* permanentflags.
2786
2787 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2790         control the background color.
2791         (shr-tag-img): Ignore very small web bug type images.
2792         (shr-put-image): Add help-echo alt texts to the images.
2793         (shr-tag-video): Show the video poster image.
2794
2795 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * shr.el (shr-table-depth): New variable.
2798         (shr-tag-table-1): Only insert the images after the top-level table.
2799
2800         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2801
2802         * gnus-util.el (gnus-list-memq-of-list): New function.
2803
2804         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2805         selected.
2806         (nnimap-unsplittable-articles): New slot.
2807         (nnimap-new-articles): Use it.
2808
2809 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2810
2811         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2812         move to the previous line on `M-g'.
2813
2814 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2817         *-request-group, which seems unnecessary.
2818
2819         * nnimap.el (nnimap-quote-specials): Function copied over from
2820         imap.el.
2821         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2822         they support that.  Suggested by Tom Regner.
2823
2824 2010-10-29  Julien Danjou  <julien@danjou.info>
2825
2826         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2827         defalias.
2828         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2829
2830         * gnus.el: Remove `gnus-nntp-service' variable.
2831         (gnus-secondary-servers): Make obsolete.
2832         (gnus-nntp-server): Make obsolete.
2833
2834         * gnus-start.el (gnus-1): Remove x-splash calls.
2835
2836         * gnus-ems.el (gnus-x-splash): Remove.
2837
2838         * gnus.el (gnus-group-startup-message): Simplify/update code.
2839
2840         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2841         definition.
2842
2843         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2844         capability before doing anything.
2845         (gnus-group-insert-group-line): Remove useless
2846         gnus-group-remove-excess-properties.
2847
2848 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2851
2852 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2855         config after reselecting.
2856
2857 2010-10-28  Julien Danjou  <julien@danjou.info>
2858
2859         * shr.el (shr-put-image): Use point even if only inserting text.
2860         (shr-put-image): Save excursion when inserting alt text on non-graphic
2861         display, so the behaviour is the same when we are on a graphic display.
2862
2863         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2864
2865 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2868         (gnus-mime-copy-part): Check coding system, not charset.
2869         (gnus-mime-view-part-externally): Never remove part.
2870         (gnus-mime-view-part-internally): Don't remove part here.
2871         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2872         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2873         multipart/alternative.
2874
2875         * mm-decode.el (mm-display-part): Take optional arg `force'.
2876
2877 2010-10-26  Julien Danjou  <julien@danjou.info>
2878
2879         * gnus-group.el (gnus-group-default-list-level): Add this function to
2880         compute the default list level.
2881         (gnus-group-default-list-level): Add possibility to use a function.
2882
2883 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2886
2887         * gnus-group.el (gnus-group-completing-read)
2888         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2889         gnus-replace-in-string.
2890
2891 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * shr.el (shr-tag-div): Add.
2894
2895         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2896
2897 2010-10-25  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-util.el: Remove `gnus-with-local-quit'.
2900
2901         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2902
2903 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2906         the original article buffer.
2907
2908 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnimap-request-head): New function.
2911         (nnimap-request-move-article): Try to be slighly faster by not
2912         requesting the entire message when moving.
2913         (nnimap-transform-headers): Don't bug out on bodiless articles.
2914         (nnimap-send-command): Have no outstanding messages if the IMAP server
2915         doesn't support streaming.
2916         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2917
2918 2010-10-24  Julien Danjou  <julien@danjou.info>
2919
2920         * message.el (message-default-headers): Fix type.
2921
2922 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2925         prefetching images.
2926
2927         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2928         backend for unknown groups.  This is mainly useful for nnimap groups.
2929
2930         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2931         group isn't covered by the agent.
2932
2933 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2934
2935         * nnir.el (nnir-method-default-engines): New variable.
2936         (nnir-run-query): Use it.
2937         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2938         (gnus-summary-nnir-goto-thread): Change group if needed.
2939
2940         * gnus-group.el (gnus-group-group-map): Add key binding for
2941         gnus-group-make-nnir-group.
2942
2943 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * shr.el (shr-tag-object): Add.
2946
2947         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2948         original article buffer live.
2949         (gnus-summary-select-article-buffer):
2950         Mention gnus-widen-article-buffer.
2951
2952 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * shr.el (shr-tag-strong): Add.
2955
2956 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2959         group names.  They mess up the group buffer badly.
2960
2961         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2962
2963         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2964         instead of the summary one.
2965
2966 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * mml.el (mml-preview): Work properly when editing article.
2969
2970         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2971         gnus-have-read-active-file if it's already been in.
2972
2973 2010-10-22  Tom Tromey  <tromey@redhat.com>
2974
2975         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2976         gnus-group-completing-read.
2977
2978 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * message.el (message-mode-map): Don't bind M-; to comment region, to
2981         allow the global comment-dwim to work.
2982
2983 2010-10-21  Julien Danjou  <julien@danjou.info>
2984
2985         * message.el (message-setup-1): Allow message-default-headers to be a
2986         function.
2987
2988 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * shr.el (shr-tag-table): Simplify.
2991
2992 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2995         to avoid trying to snarf invalid stuff.
2996
2997         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2998
2999         * gnus.el (gnus-message-archive-group): Quote value.
3000         (gnus-message-archive-group): Mark as changed.
3001
3002         * shr.el (shr-add-font): Don't put the font properties on the newline
3003         or the indentation.
3004
3005         * message.el (message-fix-before-sending): Change options when sending
3006         non-printable characters.
3007
3008         * gnus.el (gnus-message-archive-method): Change the default to
3009         monthly outgoing groups.
3010
3011         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3012         that have gotten new numbers.
3013
3014         * nnimap.el (nnimap-request-replace-article): New function.
3015
3016 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3019         (nnrss-request-article): Don't use special html washing code.
3020
3021 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * shr.el (shr-tag-table): Remove useless nconc.
3024
3025 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * gnus-art.el (article-wash-html): Simplify and remove the charset
3028         stuff.  Use the normal html rendering code instead of the special html
3029         washing code.
3030
3031         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3032         `gnus-w3m' symbols.
3033         (mm-text-html-washer-alist): Remove.
3034
3035         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3036         (mm-inline-media-tests): Remove use.
3037         (mm-text-html-renderer): Change default to the `shr' symbol.
3038
3039         * mm-view.el (mm-inline-text-html): Remove use.
3040
3041         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3042         `gnus-blocked-images' to be a function.
3043         (gnus-article-wash-function): Remove.
3044
3045 2010-10-20  Julien Danjou  <julien@danjou.info>
3046
3047         * spam.el (spam-list-of-processors): Mark as obsolete.
3048
3049         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3050         (nnimap-insert-partial-structure): Fix boundary detection.
3051
3052 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3053
3054         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3055         run file-truename on remote files.  This can be expensive and even
3056         prevent one from editing drafts if some unrelated buffer has a stale
3057         connection.
3058
3059 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3062         kinsoku-eol regardless of shr-kinsoku-shorten.
3063         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3064         (shr-tag-table): Support caption, thead, and tfoot.
3065
3066 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3069         lines.
3070         (shr-save-contents): New command and keystroke.
3071
3072         * nndoc.el (nndoc-type-alist): Add git support.
3073         (nndoc-git-type-p): New function.
3074         (nndoc-transform-git-article): Ditto.
3075         (nndoc-transform-git-headers): Ditto.
3076         (nndoc-transform-git-headers): Generate Subject headers.
3077
3078         * shr.el (shr-parse-style): New function.
3079         (shr-tag-span): Ditto.
3080
3081         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3082         to `G G' to avoid collisions.
3083
3084 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * shr.el: Load kinsoku if necessary.
3087         (shr-kinsoku-shorten): New internal variable.
3088         (shr-find-fill-point): Make kinsoku shorten text line if
3089         shr-kinsoku-shorten is bound to non-nil.
3090         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3091         shr-indentation too when testing if table is wider than frame width.
3092         (shr-insert-table): Use `string-width' instead of `length' to measure
3093         text width.
3094         (shr-insert-table-ruler): Make sure indentation is done at bol.
3095
3096 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3097
3098         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3099         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3100         undecoded network data.
3101
3102 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3105         name in the mode line spec so that the mode line menu works
3106         (bug #2431).
3107
3108         * message.el (message-get-reply-headers): If we're fed `to-address',
3109         then always use that.
3110
3111         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3112         aren't so wide as to need to switch off the edit menu.
3113
3114         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3115         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3116
3117         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3118         `M-g'.
3119         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3120         the permanent marks.
3121
3122 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3123
3124         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3125         Splitting according to references/in-reply-to obeys the ignore-groups
3126         variable, while splitting by sender and subject do not.
3127
3128 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3131         alist, so that we can look for non-Unicode chars.
3132         (article-translate-strings): Allow both character and string maps.
3133
3134 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * shr.el (shr-insert): Don't insert space behind a wide character
3137         categorized as kinsoku-bol, or between characters both categorized as
3138         nospace.
3139
3140 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3141
3142         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3143         headers to gnus-newsgroup-headers.
3144
3145 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * shr.el (shr-tag-img): Don't align images -- since we're not
3148         rescaling, this often leads to ugly displays.
3149
3150 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3151
3152         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3153         duplicates.
3154
3155 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3156
3157         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3158         call.
3159
3160 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus.el: Autoload gnus-html-show-images.
3163
3164         * nnimap.el: Use nnheader-message throughout.
3165
3166         * shr.el (shr-tag-img): Ignore images with no data.
3167
3168 2010-10-15  Julien Danjou  <julien@danjou.info>
3169
3170         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3171         a possibility to disable format=flow encoding when using hard newlines.
3172
3173 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * shr.el (shr-insert): Remove space inserted before or after a
3176         breakable character or at the beginning or the end of a line.
3177         (shr-find-fill-point): Do kinsoku; find the second best point or give
3178         it up if there's no breakable point.
3179
3180 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnimap.el (nnimap-open-connection): Message when opening connection
3183         for debugging purposes.
3184
3185         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3186         on every setup buffer call to allow this to change from article to
3187         article.
3188
3189         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3190         buffers where we have a wide table.
3191
3192 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3193
3194         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3195         uses *-request-thread.
3196
3197 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3200         incantation, which is no longer valid.
3201
3202 2010-10-14  Julien Danjou  <julien@danjou.info>
3203
3204         * shr.el: Fix defcustom type (char -> character).
3205
3206 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3209         programs.
3210
3211 2010-10-14  Julien Danjou  <julien@danjou.info>
3212
3213         * shr.el (shr-tag-a): Use url-link as widget type.
3214
3215         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3216         `gnus-group-get-icon'.
3217
3218 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3221         This should make server editing work better.
3222
3223         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3224
3225         * tls.el (tls-program): Remove spurious %s from openssl.
3226
3227         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3228         (nnimap-parse-flags): Fix regexp.
3229
3230         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3231         probably work for CJVK text, too.
3232
3233         * nnimap.el (nnimap-extend-tls-programs): Remove.
3234         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3235
3236         * tls.el (tls-starttls-switches): Remove starttls hack.
3237         (open-tls-stream): Ditto.
3238         (tls-find-starttls-argument): Ditto.
3239
3240 2010-10-13  Julien Danjou  <julien@danjou.info>
3241
3242         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3243         responses.
3244
3245 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3248
3249         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3250         anything in Emacs.
3251
3252         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3253
3254 2010-10-13  Julien Danjou  <julien@danjou.info>
3255
3256         * shr.el (shr-width): Make shr-width a defcustom with default to
3257         fill-column.
3258         (shr-tag-img): Use shr-width rather than fill-column.
3259
3260 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * dgnushack.el (byte-optimize-apply)
3263         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3264
3265         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3266         position when (X-)Faces exist.
3267         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3268         avatars when called interactively.
3269
3270 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3273         gnus-article-x-face-too-ugly is bound.
3274
3275 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3278
3279         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3280         mailbox that doesn't exist.
3281
3282 2010-10-12  Julien Danjou  <julien@danjou.info>
3283
3284         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3285         (shr-get-image-data): Encode URL properly when fetching from cache.
3286         (shr-tag-img): Use aligned-to spaces to align correctly images.
3287
3288         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3289         before inserting the Gravatar.
3290
3291         * shr.el (shr-tag-img): Add align attribute support for <img>.
3292
3293 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * gnus-gravatar.el (gnus-art): Require.
3296
3297         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3298         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3299         Remove long obsoleted functions.
3300
3301 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3304
3305         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3306
3307         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3308         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3309         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3310         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3311         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3312         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3313         * sieve-manage.el, smime.el, spam.el:
3314         Fix comment for declare-function.
3315
3316 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * nnimap.el (nnimap-request-rename-group): Select group read-only
3319         before renaming it.
3320
3321         * shr.el (shr-insert): Fix up the white space only regexp.
3322
3323         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3324         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3325
3326         * shr.el (shr-current-column): New function.
3327         (shr-find-fill-point): New function.
3328
3329 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3330
3331         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3332         numbers.
3333
3334 2010-10-11  Julien Danjou  <julien@danjou.info>
3335
3336         * shr.el (shr-hr-line): Add.
3337         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3338         display hr lines.
3339         (shr-max-columns): Do not change state to nil if we just inserting
3340         spaces.
3341
3342 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3345         select the last group.
3346
3347 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3348
3349         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3350
3351 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3352
3353         * dig.el (dig-mode-map): Declare and define in one step.
3354
3355 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3358         for Gnus.
3359         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3360         (nnimap-update-qresync-info): Mark \Seen articles as read.
3361
3362         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3363         non-variable, too.
3364
3365         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3366         available.
3367         (nnimap-update-info): Rely more on the current active than the param
3368         active to avoid marking articles as read too much.
3369
3370         * auth-source.el (auth-source-create): Use (user-login-name) for the
3371         user name default.
3372
3373         * nnimap.el (nnimap-update-info): If the server doesn't return any
3374         useful info, just use the previous info.
3375         (nnimap-update-info): Prefer old info over start-article.
3376         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3377
3378 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3379
3380         * nnir.el (autoload): Clean up autoloads.
3381         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3382         Use key rather than value.
3383         (nnir-imap-search-other): New variable.
3384         (nnir-read-parm): Use it.
3385         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3386         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3387
3388 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3389
3390         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3391         the process, too.
3392
3393 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * spam.el (gnus-summary-mode-map): Bind to "$".
3396         Suggested by Russ Allbery.
3397
3398         * shr.el: Rework the way things are indented by <li> slightly.
3399
3400         * gnus.el (gnus-group-set-parameter): Fix typo.
3401
3402         * nnimap.el: Start implementing QRESYNC support.
3403
3404 2010-10-09  Julien Danjou  <julien@danjou.info>
3405
3406         * nnir.el (nnir-engines): Fix too many arguments.
3407
3408 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3411         group is the "last", so that the backends like nnfolder actually save
3412         their folders.
3413
3414         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3415         try to use that for the tls stream.
3416         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3417         UIDVALIDITY and find out which groups are read-only and not.
3418         (nnimap-get-flags): Use the same marks parsing code as the rest of
3419         nnimap.
3420
3421 2010-10-09  Julien Danjou  <julien@danjou.info>
3422
3423         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3424
3425         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3426         retrieving gravatars.
3427
3428         * shr.el (shr-table-corner): Add.
3429         (shr-table-line): Add.
3430         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3431
3432 2010-10-08  Julien Danjou  <julien@danjou.info>
3433
3434         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3435
3436 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3437
3438         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3439
3440         * gnus-sum.el (gnus-mark-article-as-unread)
3441         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3442         (gnus-summary-set-bookmark): Use it.
3443
3444         * gnus-msg.el (gnus-setup-message): Use it.
3445
3446         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3447
3448         * gnus.el (gnus-group-remove-parameter): Use it.
3449
3450         * gnus-group.el (gnus-group-make-web-group): Use it.
3451
3452         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3453
3454         * nnregistry.el: Update docs to mention manual.
3455
3456         * gnus-registry.el: Update docs to mention nnregistry.el.
3457         (gnus-registry-initialize): Don't install nnregistry refer method
3458         automatically.
3459         (gnus-registry-install-nnregistry): Remove it.
3460
3461 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * shr.el (shr-insert): Don't insert double spaces.
3464
3465 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-gravatar.el (gnus-treat-from-gravatar)
3468         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3469         called interactively.
3470
3471         * gnus-art.el (gnus-mime-view-part-externally)
3472         (gnus-mime-view-part-internally): Make predicate function passed to
3473         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3474         of a mime type.
3475
3476         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3477
3478 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * shr.el (require): Require cl when compiling.
3481         (shr-tag-hr): New function.
3482
3483         * nnimap.el (nnimap-update-info): Remove double setting of high.
3484         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3485         This makes nnimap work properly on Courier again.
3486
3487         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3488         the variable for backwards compatibility.
3489
3490         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3491         the file name before using to avoid setting mm-default-directory to
3492         nil.
3493
3494         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3495         bidning gnus-agent variables.
3496
3497         * shr.el (shr-render-td): Use a cache for the table rendering function
3498         to avoid getting an exponential rendering behaviour in nested tables.
3499         (shr-insert): Rework the line-breaking algorithm.
3500         (shr-insert): Don't leave trailing spaces.
3501         (shr-insert-table): Also insert empty TDs.
3502         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3503
3504 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3505
3506         * gnus-sum.el (gnus-number): Rename from `number'.
3507         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3508         (gnus-summary-limit-children): Update uses correspondingly.
3509
3510 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3513         (gnus-gravatar-transform-address): Don't show avatars of people of
3514         which mail addresses match gnus-gravatar-too-ugly.
3515
3516 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * shr.el (shr-table-widths): Expand TD elements to fill available
3519         space.
3520
3521 2010-10-07  Julien Danjou  <julien@danjou.info>
3522
3523         * nnimap.el (nnimap-request-rename-group): Add this method.
3524
3525 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3528         name from XEmacs' function-arglist.
3529
3530         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3531         gravatar under XEmacs.
3532
3533 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * auth-source.el: Update docs with TODO items.
3536
3537         * gnus-sync.el: Update docs to explain state and plans.
3538
3539         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3540         Hooks for mark updates.
3541         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3542
3543         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3544         hooks with arguments, which is needed for mark update hooks.
3545
3546 2010-10-06  Julien Danjou  <julien@danjou.info>
3547
3548         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3549         was matched.
3550
3551         * sieve-manage.el: Update example in `Commentary'.
3552
3553         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3554
3555         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3556         not 2000.
3557         (sieve-manage-authenticate): Re-add function.
3558
3559 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * shr.el (shr-insert): Get 'space transition right.
3562         (shr-render-td): Only delete space at the end of the TD.
3563
3564         * nnimap.el (nnimap-open-connection): Prepare to support
3565         open-gnutls-stream.
3566
3567         * shr.el: Rearrange function order to be more logical.
3568
3569 2010-10-06  Julien Danjou  <julien@danjou.info>
3570
3571         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3572         (nnrss-discover-feed): Remove 404 URL in docstring.
3573
3574         * nnir.el: Fix Swish-E URL.
3575         Fix Namazu URL.
3576
3577         * message.el (message-change-subject): Remove 404 URL in a comment.
3578
3579 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3582         called interactively.
3583
3584         * gnus-util.el (gnus-remove-if): Allow hash table.
3585         (gnus-remove-if-not): New function.
3586
3587         * gnus-art.el (gnus-mime-view-part-as-type)
3588         * gnus-score.el (gnus-summary-score-effect)
3589         * gnus-sum.el (gnus-read-move-group-name):
3590         Replace remove-if-not with gnus-remove-if-not.
3591
3592         * gnus-group.el (gnus-group-completing-read):
3593         Regard collection as a hash table if it is not a list.
3594
3595 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3598
3599         * shr.el: Document the table-rendering algorithm.
3600
3601 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3604         for Emacsen having no `libxml-parse-html-region' support.
3605
3606 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3609         invalid URLs.
3610
3611         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3612         line-broken.
3613         (shr-tag-img): Ignore image fetching errors.
3614         (shr-overlays-in-region): Compute overlay positions correctly.
3615
3616         * mm-decode.el (mm-shr): Require shr.
3617
3618         * gnus-art.el (gnus-blocked-images): Move variable here.
3619
3620         * shr.el (shr-insert-table): Bind free variable.
3621
3622         * mm-decode.el (mm-shr): Bind shr-content-function.
3623
3624         * shr.el (shr-content-function): New variable.
3625
3626         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3627         added for symmetry.
3628
3629         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3630
3631         * gnus-group.el (gnus-group-make-group): Doc fix.
3632
3633         * nnimap.el (nnimap-request-newgroups): Return success.
3634
3635         * shr.el (shr-find-elements): New function.
3636         (shr-tag-table): Put all the images after the table.
3637         (shr-tag-table): Really inhibit images inside the table.
3638         (shr-collect-overlays): Copy over overlays from the TD elements to the
3639         main document.
3640
3641         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3642         gnus-blocked-images.
3643
3644 2010-10-05  Julien Danjou  <julien@danjou.info>
3645
3646         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3647
3648         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3649         (gnus-html-maximum-image-size): Add this function.
3650         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3651
3652         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3653         server-value of the capability is nil.
3654
3655 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * shr.el (shr-tag-em): Add <EM> tag.
3658
3659 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3660
3661         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3662         customizable.
3663
3664         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3665         handing broken links to browse-url.
3666
3667 2010-10-05  Julien Danjou  <julien@danjou.info>
3668
3669         * gnus-util.el (gnus-emacs-completing-read)
3670         (gnus-iswitchb-completing-read): Use autoload rather than require.
3671
3672 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3675         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3676         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3677         iswitchb-temp-buflist for XEmacs.
3678
3679         * gnus-util.el (gnus-completing-read-function): Exclude
3680         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3681         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3682         XEmacs.
3683
3684         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3685         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3686
3687         * gnus-html.el: Don't require help-fns under XEmacs.
3688         (gnus-html-schedule-image-fetching): Work for XEmacs.
3689
3690         * mm-decode.el (mm-shr): Decode contents by charset.
3691
3692 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3695         unknown.
3696
3697         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3698         (shr-get-image-data): Ensure against the cache file missing.
3699
3700         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3701         for data.
3702
3703         * spam-report.el (spam-report-url-ping-plain): Don't query about
3704         killing the process.
3705
3706         * shr.el (shr-render-td): Protect against too-wide text.
3707
3708 2010-10-04  Julien Danjou  <julien@danjou.info>
3709
3710         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3711         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3712
3713         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3714         retrieved.
3715
3716 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * shr.el (browse-url): Require.
3719         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3720         lines.
3721         (shr-show-alt-text, shr-browse-image): New commands.
3722         (shr-browse-url, shr-copy-url): New commands.
3723
3724         * gnus-sum.el (gnus-widen-article-window): New variable.
3725         (gnus-summary-select-article-buffer): Use it.
3726
3727         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3728         without @ signs.
3729
3730 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3731
3732         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3733
3734 2010-10-04  Julien Danjou  <julien@danjou.info>
3735
3736         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3737         for XEmacs.
3738
3739 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3742
3743         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3744         (nnimap-close-server): Implement.
3745
3746         * dgnushack.el (iswitchb): Require to shut up the compiler.
3747
3748         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3749         (shr-insert): Tweak line breaking.
3750         (shr-insert): Handle <pre> better.
3751         (shr-tag-li): Get <li> indentation right.
3752         (shr-tag-li): Get <li> indentation even righter.
3753         (shr-tag-blockquote): Ensure paragraph start.
3754         (shr-make-table): Tweak table generation.
3755         (shr-make-table): Fix typo.
3756
3757         * shr.el: Implement table rendering.
3758
3759 2010-10-04  Julien Danjou  <julien@danjou.info>
3760
3761         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3762
3763 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * shr.el (shr-insert): Use string anchors instead of line anchors.
3766
3767 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * shr.el: Add headings.
3770         (shr-ensure-paragraph): Actually work.
3771         (shr-tag-li): Make <ul> prettier.
3772         (shr-insert): Get white space at the beginning/end of elements right.
3773         (shr-tag-p): Collapse subsequent <p>s.
3774         (shr-ensure-paragraph): Don't insert double line feeds after blank
3775         lines.
3776         (shr-insert): \t is also space.
3777         (shr-tag-s): Fix "s" tag name function.
3778         (shr-tag-s): Fix face prop name.
3779
3780 2010-10-03  Julien Danjou  <julien@danjou.info>
3781
3782         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3783
3784         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3785         gnus-window-inside-pixel-edges.
3786
3787         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3788         gnus-ems.
3789
3790         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3791
3792         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3793         function.
3794
3795         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3796         resize choice.
3797
3798 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3801         beginning of the buffer.
3802
3803         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3804         article buffer again.
3805
3806         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3807
3808         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3809         when it's at the start of the buffer.
3810
3811         * shr.el (shr-tag-blockquote): Convert name.
3812         (shr-rescale-image): Use the right image-size variant.
3813
3814         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3815         buffer isn't shown, then select the current article first instead of
3816         bugging out.
3817         (gnus-summary-select-article-buffer): Show both the article and summary
3818         buffers again.
3819
3820         * shr.el (shr-fontize-cont): Protect against regions with no text.
3821         Rename tag functions to shr-tag-* for enhanced security.
3822         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3823
3824 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3825
3826         * shr.el (shr-insert):
3827         * pop3.el (pop3-movemail):
3828         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3829         loaded.
3830
3831 2010-10-03  Glenn Morris  <rgm@gnu.org>
3832
3833         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3834
3835         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3836
3837         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3838
3839         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3840
3841         * gnus-util.el (gnus-make-local-hook): Simplify.
3842
3843 2010-10-02  Julien Danjou  <julien@danjou.info>
3844
3845         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3846         (gnus-ido-completing-read): New function.
3847         (gnus-emacs-completing-read): New function.
3848         (gnus-completing-read): Use gnus-completing-read-function.
3849         Add gnus-completing-read-function.
3850
3851 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * shr.el (shr-insert-document): Autoload.
3854         (shr-img): Be silent.
3855         (shr-insert): Add a newline after every picture before text.
3856         (shr-add-font): Use overlays for combining faces.
3857         (shr-insert): Pass upwards the text start point.
3858
3859         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3860         possible.
3861         (mm-shr): New function.
3862
3863 2010-10-02  Julien Danjou  <julien@danjou.info>
3864
3865         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3866         should go backward.
3867
3868 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3869
3870         * shr.el (shr): Fix typo in provide call.
3871
3872 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * shr.el: New file.
3875
3876         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3877
3878         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3879         completing read.
3880
3881 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3884         we're being queried about.  Suggested by Dan Jacobson.
3885
3886         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3887         Suggested by Jason Eisner.
3888
3889         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3890         table, too.  Suggested by Stefan Wiens.
3891         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3892         the table unnecessary.  Suggested by Stefan Wiens.
3893
3894         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3895         longer needed, and probably doesn't work either, as pointed out by
3896         Stefan Wiens.
3897         (gnus-summary-exit): Remove call to the clearing function.
3898         (gnus-summary-exit-no-update): Ditto.
3899
3900         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3901         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3902         Reported by Stefan Monnier.
3903         (gnus-summary-save-in-rmail): Ditto.
3904
3905         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3906         article buffer, instead of both the article buffer and the summary
3907         buffer.  Sort of suggested by Dan Jacobson.
3908
3909         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3910
3911         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3912         Suggested by Dan Jacobson.
3913
3914         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3915         documentation clearer.
3916
3917         * message.el (message-shorten-references): Comment on the number "21".
3918         Suggested by Stefan Monnier.
3919
3920         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3921         Suggested by Dan Jacobson.
3922
3923         * gnus.el (gnus-large-newsgroup):
3924         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3925
3926         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3927         externalize attachments.  Bug reported by Steve Wen.
3928
3929         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3930         really message anything to the user.
3931
3932         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3933         directly.
3934
3935         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3936         messages in empty groups.
3937
3938 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3939
3940         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3941         non-UIDNEXT group.
3942
3943 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3946         not the value from the collection.
3947
3948         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3949         values.  This sometimes happens on some groups that have no info.
3950         (nnimap-request-newgroups): New function.
3951
3952 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3955         check into `gnus-registry-initialize'.
3956         (gnus-registry-initialize): Ditto.
3957         Fix and extend header docs.
3958
3959 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3962         regexp backtrace overflows.
3963
3964         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3965         for starttls that tls.el implements; i.e. openssl.
3966
3967         * tls.el (tls-starttls-switches): Give up on using starttls with
3968         gnutls-cli.
3969         (tls-program): Add --insecure to be consistent with the defaults from
3970         openssl s_client.  Now all three commands are insecure.
3971
3972 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * lpath.el: Bind completion-styles-alist for XEmacs.
3975
3976         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3977         (gravatar-create-image): New function that's an alias to
3978         gnus-xmas-create-image, gnus-create-image, or create-image.
3979         (gravatar-data->image): Use it.
3980
3981 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3982
3983         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3984         install the nnregistry refer method.
3985         (gnus-registry-install-hooks): Use it.
3986         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3987         unfollowed groups.
3988
3989 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3990
3991         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3992         expanding threads.
3993
3994 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * nnir.el: Use the server names without suffixes (bug #7009).
3997
3998         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3999         unencrypted to STARTTLS, if possible.
4000
4001 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4002
4003         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4004         headers before superseding.
4005
4006 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * nnrss.el (nnrss-use-local): Add documentation.
4009
4010         * nnimap.el (nnimap-extend-tls-programs): New function.
4011         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4012         (nnimap-wait-for-connection): Accept the greeting from the stupid
4013         output from openssl s_client -starttls, too.
4014
4015         * tls.el (tls-starttls-switches): New variable.
4016         (tls-find-starttls-argument): Use it.
4017         (open-tls-stream): Ditto.
4018
4019         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4020         (netrc-machine): Ditto.
4021
4022         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4023         article number.
4024         (nnimap-split-fancy): New variable.
4025         (nnimap-split-incoming-mail): Use it.
4026
4027         * nntp.el (nntp-server-list-active-group): Document.
4028
4029         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4030         SELECT to get the message-id.
4031
4032         * mail-source.el (mail-sources): Remove webmail support.
4033         (defvar): Ditto.
4034         (mail-source-fetcher-alist): Ditto.
4035         (mail-source-fetch-webmail): Remove.
4036
4037         * webmail.el: Remove -- doesn't seem relevant any more.
4038
4039         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4040
4041         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4042         the \r.
4043
4044 2010-09-30  Julien Danjou  <julien@danjou.info>
4045
4046         * gnus-agent.el (gnus-agent-add-group): Fix call to
4047         gnus-completing-read.
4048
4049 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * nndoc.el (nndoc-retrieve-groups): New function.
4052
4053         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4054         `default', use nnmail-split-methods.
4055         (nnimap-request-article): Downcase the NILs so that they are nil.
4056
4057         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4058         symbol.
4059
4060         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4061         code, since if the user has requested network, that's what they ought
4062         to get.
4063         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4064         (nnimap-split-rule): Mark as obsolete.
4065
4066         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4067         New variable.
4068
4069         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4070         correct slot, too.
4071
4072 2010-09-29  Julien Danjou  <julien@danjou.info>
4073
4074         * gnus.el (gnus-local-domain): Declare variable obsolete.
4075
4076         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4077         Fix history computing.
4078         (gnus-ido-completing-read): Require ido.
4079
4080 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4083         build Gnus.
4084
4085         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4086         when interpreting the structures.
4087         (nnimap-request-accept-article): Add \r\n to the lines to make this
4088         work with Cyrus.
4089
4090         * nndraft.el (nndraft-request-expire-articles): Use the group name
4091         instead if "nndraft".  Fix found by Nils Ackermann.
4092
4093 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4094
4095         * nnregistry.el: Add.
4096
4097 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4098
4099         * nnmail.el (group, group-art-list, group-art):
4100         Remove unneeded directives.
4101
4102 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4105         (mm-mime-charset)
4106         * rfc2047.el (rfc2047-syntax-table)
4107         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4108
4109         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4110         rather than `insert-file-contents' and `eval-region'.
4111
4112         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4113         construction.
4114
4115         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4116
4117         * time-date.el: No need to require cl for Emacs 21.
4118
4119 2010-09-29  Julien Danjou  <julien@danjou.info>
4120
4121         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4122         replacement of `gnus-gravatar-relief' to mimic
4123         `gnus-faces-properties-alist'.
4124         Add :version property.
4125
4126 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * mail-source.el (mail-source-report-new-mail)
4129         * message.el (message-default-mail-headers)
4130         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4131
4132         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4133
4134 2010-09-28  Julien Danjou  <julien@danjou.info>
4135
4136         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4137         mail-address contains the same string as real-name.
4138
4139         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4140         non-blank in header, otherwise it'll get stripped.
4141
4142         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4143         real-name, and then for mail address rather than doing : or , search.
4144
4145 2010-09-27  Julien Danjou  <julien@danjou.info>
4146
4147         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4148         right completing-read function.
4149         (gnus-use-ido): New variable
4150         (gnus-completing-read-with-default): Remove.
4151         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4152         (gnus-agent-add-group):
4153         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4154         * mm-view.el (mm-view-pkcs7-decrypt):
4155         * mm-util.el (mm-codepage-setup):
4156         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4157         * mml-smime.el (mml-smime-openssl-sign-query):
4158         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4159         (mml-insert-multipart):
4160         * gnus-msg.el (gnus-summary-yank-message):
4161         * gnus-int.el (gnus-start-news-server):
4162         * mm-decode.el (mm-interactively-view-part):
4163         * gnus-dired.el (gnus-dired-attach):
4164         * gnus.el (gnus-read-method):
4165         * gnus-bookmark.el (gnus-bookmark-jump):
4166         * gnus-art.el (gnus-mime-view-part-as-type)
4167         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4168         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4169         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4170         * nnmairix.el (nnmairix-create-server-and-default-group)
4171         (nnmairix-update-groups, nnmairix-get-server)
4172         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4173         (nnmairix-get-group-from-file-path):
4174         * nnrss.el (nnrss-find-rss-via-syndic8):
4175         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4176         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4177         (gnus-group-browse-foreign-server):
4178         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4179         (gnus-summary-execute-command, gnus-summary-respool-article)
4180         (gnus-read-move-group-name):
4181         * gnus-score.el (gnus-summary-increase-score)
4182         (gnus-summary-score-effect):
4183         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4184
4185 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4188         x-focus-frame.
4189
4190         * nnimap.el (auth-source-forget-user-or-password)
4191         (auth-source-user-or-password): Autoload.
4192
4193         * message.el (message-from-style, message-interactive)
4194         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4195         (message-yank-prefix, message-indentation-spaces, message-signature)
4196         (message-signature-file): Add comment.
4197
4198 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4201         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4202         new articles.
4203
4204         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4205         parts.
4206         (nnimap-request-article): Work with the t setting, too.
4207
4208         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4209         that you don't get flashes of other buffers.
4210         (gnus-summary-show-complete-article): Intern before setting.
4211
4212 2010-09-27  David Engster  <dengste@eml.cc>
4213
4214         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4215         well as HEADERS.
4216         (nnmairix-retrieve-headers): Provide new argument for the above.
4217
4218 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-sum.el (gnus-summary-move-article): Don't alter
4221         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4222         group.
4223
4224         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4225
4226         * message.el (message-cite-prefix-regexp): Revert my last edit.
4227
4228         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4229         variable instead of the Gnus variable.
4230
4231         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4232
4233         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4234
4235         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4236         since some servers don't like it.
4237         (nnimap-open-connection): Forget credentials if the server says the
4238         password was wrong.
4239         (nnimap-parse-line): Protect against invalid data.
4240
4241         * gnus-sum.el (gnus-summary-move-article): Add comment.
4242         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4243         nothing alters it while scanning for new messages.
4244
4245         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4246         which may or may not help.
4247         (nnimap-open-connection): If we're doing a stream connection, and then
4248         discover we're on a STARTTLS-capable server, then open a STARTTLS
4249         connection instead.
4250
4251 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * nnimap.el (utf7): Require.
4254
4255         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4256         prefix.
4257
4258 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4259
4260         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4261
4262 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * nnimap.el (nnimap-request-accept-article): Message the error on
4265         error.
4266
4267 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4270
4271 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * nndoc.el (nndoc-request-list): Return success always.
4274
4275         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4276         `fetch-old' -- we only want to fetch the articles we've requested.
4277         The rest are in the agent, probably.
4278         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4279         disappeared server" to something low.  It's not important.
4280
4281         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4282         arrived before the FETCH data.
4283
4284         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4285         target here, because we don't know the Gnus name of the group.
4286
4287         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4288         for the correct group.
4289
4290         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4291
4292         * gnus.el (gnus): Give a final warning after startup.
4293
4294         * gnus-util.el (gnus-action-message-log): New variable.
4295         (gnus-message): Use it.
4296         (gnus-final-warning): New function.
4297
4298         * nnimap.el (nnimap-open-connection): Record the greeting.
4299         (nnimap): Add greeting.
4300
4301 2010-09-26  Julien Danjou  <julien@danjou.info>
4302
4303         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4304         arguments.
4305         (gnus-html-wash-images): Fix spec computing to include start/end.
4306
4307         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4308
4309 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4312         deletion.
4313         (nnimap-retrieve-headers): Don't select the group, because that's
4314         already done by nnimap-possibly-change-group.
4315
4316         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4317         (gnus-picon-transform-address): Use it.
4318
4319         * mail-source.el (mail-source-value): Revert previous patch.
4320
4321         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4322         on failure.
4323         (nnimap-open-connection): Look up both virtual and physical server name
4324         credentials.
4325
4326         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4327
4328 2009-02-07  Dave Love  <fx@gnu.org>
4329
4330         * tls.el (open-tls-stream): Don't query killing process.
4331
4332 2009-02-08  Dave Love  <fx@gnu.org>
4333
4334         * gnus-win.el (gnus-window-to-buffer-helper)
4335         (gnus-all-windows-visible-p): Function needn't be a symbol.
4336
4337         * mail-source.el (mail-source-value): Function needn't be a symbol.
4338
4339 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * message.el (message-cite-prefix-regexp): Remove } from the cite
4342         prefix.
4343
4344         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4345         highlight again, so that the highlight is correct.
4346
4347         * gnus-picon.el (gnus-picon): Remove again.
4348         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4349
4350         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4351         doing the header highlightling, so that the background colour of the
4352         picon is correct.
4353
4354         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4355         (gnus-picon): Ditto.
4356         (gnus-picon): Reinstate.  The background colour for picons is white.
4357         (gnus-picon-insert-glyph): Make the background white.
4358
4359         * nnml.el (nnml-open-nov): Don't return dead buffers.
4360
4361         * auth-source.el (auth-source-create): Query the user for whether to
4362         store the credentials.
4363
4364         * netrc.el (netrc-store-data): New function.
4365
4366         * auth-source.el (auth-source-user-or-password): Use the existing auth
4367         sources, if any, for creation.
4368
4369         * gnus.el (gnus-group-fast-parameter): Return the last matching
4370         parameter instead of the first matching parameter.
4371
4372 2010-09-26  Julien Danjou  <julien@danjou.info>
4373
4374         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4375
4376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * mml2015.el (mml2015-use): Remove gpg support.
4379
4380         * mml1991.el (mml1991-function-alist): Remove gpg function.
4381         (mml1991-gpg-sign): Remove.
4382
4383 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4384
4385         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4386         (gnus-browse-unsubscribe-current-group): Document it.
4387         (gnus-browse-unsubscribe-group): Use it.
4388
4389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4392         address to the To list for easier response.
4393
4394         * gnus.el (gnus-play-startup-jingle): Remove.
4395         (gnus-splash): Don't play jingle.
4396         (gnus): Silence gnus-load message.
4397
4398         * gnus-art.el (gnus-treat-play-sounds): Remove.
4399
4400         * gnus.el (gnus-play-jingle): Remove audio support.
4401
4402         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4403
4404         * earcon.el: Remove -- no users.
4405
4406         * gnus-audio.el: Remove -- no users of this package.
4407
4408         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4409
4410         * gnus-start.el (gnus-setup-news): Remove nocem support.
4411
4412         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4413
4414         * gnus.el (gnus-use-nocem): Remove.
4415
4416         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4417         Remove.
4418
4419         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4420         uses NoCeM any more.
4421
4422         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4423         (gnus-button-ctan-handler): Ditto.
4424         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4425         (gnus-button-ctan-directory-regexp): Ditto.
4426         (gnus-button-handle-ctan): Ditto.
4427         (gnus-button-tex-level): Ditto.
4428         (gnus-button-alist): Remove CTAN stuff.
4429
4430 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4433         nnimap-streaming test.
4434
4435         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4436         servers twice.
4437
4438         * nnimap.el (nnimap-open-connection): Add more error reporting when
4439         nnimap fails early.
4440
4441         * nnheader.el (nnheader-get-report-string): New function.
4442         (nnheader-get-report): Use it.
4443
4444         * gnus-int.el (gnus-check-server): Say what the error was when opening
4445         failed.
4446
4447         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4448         using streaming.
4449
4450 2010-09-25  Julien Danjou  <julien@danjou.info>
4451
4452         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4453         gnus-window-inside-pixel-edges.
4454
4455 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4458
4459         * mm-decode.el (mm-save-part): Allow saving to other directories the
4460         normal Emacs way.
4461
4462         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4463         Suggested by Jay Berkenbilt.
4464
4465         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4466         there isn't a single byte.
4467
4468         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4469         just do it.  It doesn't really seem to matter what the user responds
4470         here, I think, so it's just a confusing question.
4471
4472         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4473         non-streaming case.
4474
4475         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4476         (gnus-article-encrypt-body): Use it.
4477
4478         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4479         keystroke.
4480
4481         * nnimap.el (nnimap-find-wanted-parts-1):
4482         Use gnus-fetch-partial-articles.
4483
4484         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4485
4486         * nnimap.el (nnimap-insert-partial-structure): New function.
4487         (nnimap-get-partial-article): New function.
4488         (nnimap-request-article): Use it.
4489         (nnimap-wait-for-response): Return whether the wait was successful.
4490         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4491         retrieval wasn't successful.
4492         (nnimap-retrieve-group-data-early): Allow throttling servers.
4493         (nnimap-streaming): New variable.
4494         (nnimap-fetch-partial-articles): Remove.
4495
4496         * mm-decode.el (mm-with-part): Protect against killed buffers.
4497
4498         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4499         for prettier summary display.
4500
4501 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4502
4503         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4504
4505 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4508         apparently third-party libraries depend on it.
4509
4510         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4511         before starting negotiation.
4512
4513         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4514         privacy reasons.
4515         (gnus-treat-mail-gravatar): Ditto.
4516
4517         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4518         buffer when inserting images.  Inserting text into the headers, for
4519         instance, can make them invalid.
4520
4521 2010-09-25  Julien Danjou  <julien@danjou.info>
4522
4523         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4524         variables.
4525
4526         * nnheader.el: Remove useless variables news-reply-yank-from and
4527         news-reply-yank-message-id.
4528
4529         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4530         variables.
4531
4532         * mml1991.el: Remove useless mml1991-verbose.
4533
4534         * gnus.el: Remove useless variable gnus-use-generic-from.
4535         Remove obsolete variable gnus-topic-indentation.
4536
4537         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4538
4539         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4540
4541         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4542
4543         * gnus-group.el: Remove useless gnus-group-icon-cache.
4544         Remove useless gnus-ephemeral-group-server.
4545
4546         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4547
4548         * mml2015.el: Remove useless mml2015-verbose.
4549
4550         * mml-smime.el: Remove useless mml-smime-verbose.
4551
4552         * gnus.el: Remove useless gnus-local-domain.
4553
4554         * gnus-gravatar.el (gnus-gravatar-transform-address):
4555         Use gnus-gravatar-size.
4556
4557         * gnus-art.el: Remove useless gnus-treat-translate.
4558
4559 2010-09-24  Julien Danjou  <julien@danjou.info>
4560
4561         * gnus-sum.el: Add support for Gravatars.
4562
4563         * gnus-art.el: Add support for Gravatars.
4564
4565         * gnus-gravatar.el: Add this file.
4566
4567         * gravatar.el: Add this file.
4568
4569 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570
4571         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4572
4573         * gnus-group.el (gnus-group-fetch-faq): Remove.
4574
4575         * gnus.el (gnus-group-faq-directory): Remove.
4576
4577         * gnus-group.el (gnus-group-fetch-charter): Remove.
4578
4579         * gnus.el (gnus-group-charter-alist): Remove.
4580
4581         * gnus-group.el (gnus-group-archive-directory): Remove.
4582         (gnus-group-recent-archive-directory): Ditto.
4583         (gnus-group-make-archive-group): Remove.
4584
4585         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4586
4587         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4588         use the same article number for all the cached articles.
4589
4590         * nnimap.el (nnimap-command): Register the last command time so
4591         that we can use it for idling NOOPs.
4592         (nnimap-open-connection): Start the keeplive timer.
4593         (nnimap-make-process-buffer): Store all the process buffers.
4594         (nnimap-keepalive): New function.
4595
4596         * starttls.el (starttls-open-stream): Add autoload cookie.
4597
4598 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4599
4600         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4601         handling.
4602
4603 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4606         its data structures.
4607
4608         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4609         instead of the cl.el copy-list.
4610         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4611         equalp.
4612
4613 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4616         and tool-bar-local-item-from-menu.
4617
4618         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4619         mode-line-highlight face for Emacs.
4620
4621         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4622         loading gnus-sum.elc; fix comment for canlock-verify.
4623         (gnus-article-jump-to-part): Use read-number.
4624         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4625         Remove Emacs pre-21 compatible code for help-echo.
4626         (gnus-article-next-page-1): No need to adjust the number of lines.
4627         (gnus-article-describe-bindings): Always use help-buffer.
4628
4629         * gnus-audio.el (gnus-audio-inline-sound)
4630         * gnus-cus.el (gnus-custom-mode)
4631         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4632
4633         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4634
4635         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4636         compatible code.
4637
4638 2010-09-24  Glenn Morris  <rgm@gnu.org>
4639
4640         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4641         visiting the fcc file in rmail-mode.
4642
4643         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4644
4645 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * nnir.el: Silence the byte compiler.
4648
4649         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4650         alias to browse-url-url-encode-chars if any.
4651         (gnus-html-encode-url): Use it.
4652
4653 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654
4655         * gnus-start.el (gnus-use-backend-marks): New variable.
4656         (gnus-get-unread-articles-in-group): Use it.
4657
4658         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4659         makeover.
4660
4661 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4662
4663         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4664
4665 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4668         Remove.
4669         (gnus-setup-news-hook):
4670         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4671
4672         * gnus-int.el (gnus-request-update-info): Protect against backends not
4673         having the function.
4674
4675         * nnimap.el (nnimap-stream): Mention starttls.
4676         (nnimap-open-connection): Add starttls support.
4677
4678 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4679
4680         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4681
4682 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4685         BODYSTRUCTUREs.
4686         (nnimap-transform-headers): Unfold quoted {42} headers.
4687
4688         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4689         the info.
4690         (gnus-get-unread-articles): Only call updatep on backends that support
4691         it.
4692
4693         * nnweb.el (nnweb-request-update-info): NOOP.
4694
4695         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4696
4697         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4698         since it only deals with marks.
4699
4700         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4701         gnus-request-marks, and make a new gnus-request-update-info.
4702
4703         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4704         the active instead of the high number, which is usually too low.
4705
4706 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4709         * encrypt.el: Remove.
4710
4711 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4714         server in symbolic form.
4715
4716         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4717
4718 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4721         (nnimap-update-info): Fix up code slightly.
4722
4723         * gnus-int.el (gnus-open-server): Add tracing for performance
4724         debugging.
4725
4726         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4727         (gnus-group-insert-group-line): Pass the real group name so that it
4728         gets the right data.
4729
4730         * gnus-start.el (gnus-get-unread-articles): Don't have
4731         `gnus-get-unread-articles-in-group' update info, since that can be
4732         really slow and doesn't seem to be needed?
4733
4734 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4735
4736         * time-date.el (date-to-time): Try using parse-time-string first before
4737         using the slower timezone-make-date-arpa-standard.
4738
4739 2010-09-22  Julien Danjou  <julien@danjou.info>
4740
4741         * gnus-group.el (gnus-group-insert-group-line):
4742         Call gnus-group-highlight-line.
4743         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4744         default hook list.
4745         (gnus-group-update-eval-form): Add new function.
4746         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4747         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4748
4749 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4752         immediate, then expire all articles.
4753         (nnimap-update-info): Fix off-by-one errors.
4754         (nnimap-flags-to-marks): Would return no marks lists for group with no
4755         flags.  Instead return the other data.
4756
4757 2010-09-22  Julien Danjou  <julien@danjou.info>
4758
4759         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4760         Only return an icon.
4761         (gnus-group-insert-group-line): Compute icon to return.
4762
4763         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4764         (gnus-html-image-fetched): Only cache if
4765         gnus-html-image-automatic-caching is set.
4766         (gnus-html-image-fetched): Check for errors.
4767
4768 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4771         once per method on `g'.  This ensures that backends like nnfolder don't
4772         open all their folders.
4773
4774         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4775         (nnimap-request-list): Nix out group in the correct buffer.
4776         (nnimap-parse-flags): Implement by using `read' instead of
4777         hand-parsing.
4778         (nnimap-flags-to-marks): Pass on permanent-flags.
4779         (nnimap-make-process-buffer): Record the server name.
4780         (nnimap-parse-flags): Fix typo.
4781         (nnimap-request-scan): Run split on the server in general, not just a
4782         single group.
4783
4784         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4785         parameter, and propagate this downwards.
4786
4787         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4788         since EXAMINE changes it on the server.
4789
4790         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4791         this command might take a while.
4792
4793 2010-09-22  Julien Danjou  <julien@danjou.info>
4794
4795         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4796         harmful if you have 2 images side-by-side, they can't be properly
4797         update on text deletion.  Using text-property is safer here.
4798         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4799         data.
4800
4801 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * nnimap.el (nnimap-expunge-inbox): Remove.
4804         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4805         (nnimap-expunge): Flip default to t.
4806
4807         * gnus.el (gnus-method-to-server): Don't push things to the cache
4808         unless it's unique.
4809         (gnus-server-to-method): Ditto.
4810
4811 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4814
4815 2010-09-22  Julien Danjou  <julien@danjou.info>
4816
4817         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4818         get the start of data.
4819         (gnus-html-encode-url): Add this function to encode special chars in
4820         URL.
4821         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4822         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4823
4824         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4825         default.
4826         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4827
4828         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4829         images alt-text.
4830         (gnus-html-put-image): Put alt-text as help-echo.
4831
4832 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4835         * mm-util.el (mm-decompress-buffer)
4836         * nnir.el (nnir-run-find-grep)
4837         * pop3.el (pop3-list): Use 3rd arg of split-string.
4838
4839         * time-date.el (format-seconds): Comment fix.
4840
4841         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4842         and byte-optimize-form-code-walker.
4843         (dgnushack-make-auto-load): Don't advise make-autoload.
4844
4845         * lpath.el: Remove Emacs 21 stuff.
4846
4847 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4850         outside the active range.  Suggested by Dan Christensen.
4851
4852         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4853         slightly later to avoid double-getting it.
4854
4855         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4856         previous patch.
4857
4858         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4859
4860 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4861
4862         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4863
4864 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4865
4866         * gnus-int.el (gnus-open-server): Give a better error message in the
4867         "go offline" case.
4868
4869         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4870         marks for nnimap, which is seldom the right thing to do.
4871
4872         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4873         (gnus-same-method-different-name): New function.
4874
4875         * nnimap.el (parse-time): Require.
4876
4877         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4878         method in the presence of many similar methods.
4879
4880         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4881
4882         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4883         nnml-inhibit-expiry.
4884
4885         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4886         find out whether methods are equal.
4887
4888         * nnimap.el (nnimap-find-expired-articles): New function.
4889         (nnimap-process-expiry-targets): New function.
4890         (nnimap-request-move-article): Request the article before looking at
4891         what the Message-ID is.  Fix found by Andrew Cohen.
4892         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4893
4894         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4895         for oldness in addition to being a predicate.
4896
4897         * nnimap.el (nnimap-request-group): When we have zero articles, return
4898         the right data to Gnus.
4899         (nnimap-request-expire-articles): Only delete articles immediately if
4900         the target is 'delete.
4901
4902         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4903         method, this would bug out.
4904
4905         * gnus-group.el (gnus-group-expunge-group): Rename from
4906         gnus-group-nnimap-expunge, and implemented as a normal interface
4907         function.
4908
4909         * gnus-int.el (gnus-request-expunge-group): New function.
4910
4911         * nnimap.el (nnimap-request-create-group): Implement.
4912         (nnimap-request-expunge-group): New function.
4913
4914 2010-09-21  Julien Danjou  <julien@danjou.info>
4915
4916         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4917         (gnus-html-cache-expired): Add new function.
4918         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4919         wethever we should display image for fetch it.
4920         Compute alt-text earlier to pass it to the fetching function too.
4921         (gnus-html-schedule-image-fetching): Change function argument to only
4922         get one image at a time, not a list.
4923         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4924         cache.
4925         (gnus-html-get-image-data): New function to retrieve image data from
4926         cache.
4927         (gnus-html-put-image): Change buffer argument to use image data rather
4928         than file, and place image above region rather than inserting a new
4929         one.  Do not take alt-text as argument, since it's useless now: we place
4930         the image above alt-text.
4931         (gnus-html-prune-cache): Remove.
4932         (gnus-html-show-images): Start to fetch image when we find one, do not
4933         push into a temporary list.
4934         (gnus-html-prefetch-images): Only fetch image if they have expired.
4935         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4936         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4937
4938 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4941
4942 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4945         spec inser "*" if the group isn't active instead of 0.
4946
4947         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4948         opening the server.
4949         (nnimap-request-delete-group): Implement group deletion.
4950         (nnimap-transform-headers): Return the size of the entire message in
4951         the Bytes header, not just the size of the first part.
4952         (nnimap-request-move-article): When moving an article from nnimap,
4953         request the article first so the accepting form has an article to
4954         accept.  Reported by Dan Christensen.
4955         (nnimap-command): Make sure that the error message doesn't error out.
4956
4957 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4958
4959         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4960         we haven't requested anything.
4961
4962 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4965         "".  Fix found by Andrew Cohen.
4966
4967         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4968         instead of -encode-string.
4969
4970 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4973
4974         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4975         by mm-subst-char-in-string.
4976
4977 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4980         waiting for the connection string.
4981
4982         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4983         arriving.
4984
4985         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4986         bogus characters.  This allows selecting certain Gmail groups.
4987
4988         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4989         (nnimap-fetch-partial-articles): New variable.
4990         (nnimap-open-connection): When looking for credentials, also use the
4991         nnimap-server-port.
4992         (nnimap-request-article): Return the group/article number, so that Gnus
4993         `^' works as expected.
4994         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4995
4996         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4997         comments.
4998         (gnus-methods-sloppily-equal): New function.
4999         (gnus): When using the development version of Gnus, load the gnus-load
5000         file.
5001
5002         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5003         `gnus-open-server' on each method before trying to scan them etc.
5004         This ensures that all the backend parameters are set correctly.
5005
5006         * nnimap.el (nnimap-authenticator): New variable.
5007         (nnimap-open-connection): Allow anonymous login.
5008         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5009         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5010
5011         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5012         patch, found by Knut Anders Hatlen.
5013
5014 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5015
5016         * gnus-agent.el (gnus-agent-batch-confirmation)
5017         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5018         to gnus-message.
5019         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5020         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5021         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5022         * gnus-int.el (gnus-open-server): Likewise.
5023         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5024         (gnus-score-check-syntax): Likewise.
5025         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5026         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5027         Likewise.
5028         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5029
5030 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5033         calling conventions so that prefetch doesn't bug out.
5034
5035 2010-09-19  Julien Danjou  <julien@danjou.info>
5036
5037         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5038         rather than `subst-char-in-region' in order to be able to replace ASCII
5039         char by UTF-8 ones.
5040
5041         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5042         than curl.
5043         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5044         the right URL and ALT text on images.
5045         (gnus-html-wash-tags): Fix tag case.
5046         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5047         (gnus-article-html): Add -o display_ins_del=2 option.
5048         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5049
5050 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5053         the extra mail headers, which sometimes seem to happen for unknown
5054         reasons.
5055
5056         * mail-parse.el (mail-header-encode-parameter): Define as
5057         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5058         (or most, perhaps?) mail readers don't understand the latter, but do
5059         understand the former.
5060
5061         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5062         to nil, so that no methods are automatically agentized.  I think this
5063         is probably what most users want.
5064
5065         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5066         from url-retrieve, for instance about invalid URLs.
5067
5068         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5069         groups that have no articles.
5070         (nnimap-request-article): Check that we really got an article when we
5071         requested one.
5072
5073         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5074         doesn't exist.
5075
5076         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5077         nntp buffer so the agent can save it.
5078         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5079         that CRLF doesn't get translated to \n.
5080         (nnimap-open-connection): Don't make 'shell commands only send \n.
5081
5082 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5083
5084         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5085         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5086         Update var name.
5087         (nnml-generate-nov-file): Use dolist.
5088         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5089         Use with-current-buffer.
5090
5091 2010-09-18  Julien Danjou  <julien@danjou.info>
5092
5093         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5094         parallel.
5095
5096 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5099         the range update right.
5100         (nnimap-request-group): Don't make `M-g' bug out on group with no
5101         marks.
5102         (nnoo): Require, so that other packages can require nnimap.
5103         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5104         command we're looking for.  This helps when the server sends more
5105         responses after we've gotten everything we expected.
5106         (nnimap): Add a `newlinep' field to keep track of end-of-line
5107         conventions.
5108         Don't send CRLF to things that don't want it.
5109         (nnimap-request-accept-article): Ditto.
5110
5111 2010-09-18  Julien Danjou  <julien@danjou.info>
5112
5113         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5114         than curl to retrieve images.
5115
5116 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5119         the marks.
5120         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5121         (nnimap-wait-for-connection): New function.
5122         (nnimap-open-connection): If we have PREAUTH, don't query for login
5123         credentials.
5124         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5125         when doing a partial update.
5126
5127 2010-09-18  Julien Danjou  <julien@danjou.info>
5128
5129         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5130         tags.
5131
5132 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * nnimap.el (nnimap-credentials): New function.
5135         (nnimap-open-connection): Use the new function to look for credentials
5136         also on the numeric equivalents of "imap" and "imaps".
5137
5138         * gnus-start.el (gnus-activate-group): Send the info to
5139         gnus-request-group.
5140
5141         * nnimap.el (nnimap-request-group): Have the "check" version of the
5142         function parse flags and update the info, so that a `M-g' get a total
5143         resync of all flags from the group.
5144
5145         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5146         to allow backends to alter the info on group selection.  Also alter all
5147         the backend -request-group functions to take the parameter.
5148
5149         * nnimap.el (nnimap-store-info): New function.
5150         (nnimap-update-info): Store the info for later usage.
5151         (nnimap-request-group): Use the stored info for the dont-check case, so
5152         that we don't retrieve all marks when we enter a group.
5153
5154         * nnimap.el: Use deffoo instead of defun for interface functions.
5155
5156         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5157         update the group info.  This makes the nndraft groups, for instance, go
5158         back to their old behaviour.
5159
5160         * gnus-sum.el (gnus-select-newsgroup): Indent.
5161
5162         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5163         in.
5164         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5165         nothing.
5166
5167         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5168         from methods that are denied.
5169
5170         * gnus-int.el (gnus-method-denied-p): New function.
5171
5172         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5173         store the password instead of netrc.
5174         (nnimap-open-connection): Don't error out when we can't make a
5175         connections.
5176
5177         * auth-source.el (auth-source-create): In the password prompt, say what
5178         we're querying for.  Also prompt for user name if that hasn't been
5179         given.
5180
5181         * nnimap.el (nnimap-with-process-buffer): Remove.
5182
5183 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5186         method when we're reading from the agent.
5187
5188         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5189
5190         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5191         that's probably most useful for users.
5192
5193         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5194         "failed" all the time.
5195
5196         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5197         ...)) with (with-current-buffer ... ).
5198
5199         * nntp.el (nntp-open-server): Return whether the open was successful or
5200         not.
5201
5202         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5203         select an unread unseen article first.
5204
5205         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5206         /etc/services, supply some sensible port defaults.
5207
5208         * dgnushack.el: Define netrc-credentials.
5209
5210 2010-09-17  Julien Danjou  <julien@danjou.info>
5211
5212         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5213
5214 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5215
5216         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5217         doesn't have any parameters.
5218
5219 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5222         only upcased checks.
5223
5224         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5225
5226         * nnimap.el (nnimap-open-shell-stream): New function.
5227         (nnimap-open-connection): Use it.
5228         (nnimap-transform-headers): Get the number of lines in each message.
5229         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5230         number of lines.
5231         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5232         problem.
5233
5234         * utf7.el (utf7-encode): Autoload.
5235
5236         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5237         to allow the mail splitting to not return a default group.  This is
5238         useful for nnimap, which will leave unmatched mail in the inbox.
5239
5240         * nnimap.el: Rewritten.
5241
5242         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5243         nnimap usage.
5244
5245         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5246         if the move is internal, so that nnimap can do fast internal moves.
5247
5248         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5249         data.
5250         (gnus-read-active-for-groups): Support finishing the early retrieval of
5251         data.
5252
5253         * gnus-range.el (gnus-range-nconcat): New function.
5254
5255         * gnus-int.el (gnus-finish-retrieve-group-infos)
5256         (gnus-retrieve-group-data-early): New functions.
5257
5258 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5259
5260         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5261         (nnrss-retrieve-groups):
5262         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5263         (pop3-quit): Use with-current-buffer.
5264
5265 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5268         instead of nnheader-accept-process-output.
5269
5270         * dgnushack.el (dgnushack-compile): Add comment.
5271
5272         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5273
5274         * gnus-html.el (gnus-html-schedule-image-fetching)
5275         (gnus-html-prefetch-images): Replace process-kill-without-query by
5276         gnus-set-process-query-on-exit-flag.
5277
5278 2010-09-16  Romain Francoise  <romain@orebokech.com>
5279
5280         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5281
5282 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5285         parameter to unintern is mandatory-ish in Emacs 24.
5286
5287         * gnus-html.el (gnus-html-schedule-image-fetching)
5288         (gnus-html-prefetch-images): Check for curl before using it.
5289
5290         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5291         depend on curl, which isn't essential.
5292
5293         * imap.el: Revert back to version
5294         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5295         seem problematic.
5296
5297 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5298
5299         * gnus-registry.el (gnus-registry-install-shortcuts):
5300         Explicitly pass `obarray' to `unintern' to avoid a warning.
5301
5302 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5305         change.
5306
5307         * nnrss.el (nnrss-request-list): Remove this function and related
5308         functions, including the moreover stuff.
5309
5310 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * nnrss.el (nnrss-retrieve-groups): New function.
5313
5314 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5315
5316         * .dir-locals.el: Add no-byte-compile cookie.
5317
5318 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * time-date.el (format-seconds): Comment fix.
5321
5322         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5323         for back end that doesn't support request-scan.
5324
5325 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5328         then do request scans from the backends.
5329
5330         * netrc.el (netrc-credentials): New conveniency function.
5331
5332         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5333         avoid running a hook per line, since this takes a lot of time,
5334         profiling shows.
5335         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5336         directly if gnus-visual-p is true.
5337
5338 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5341         groups; replace mapcar with dolist which is a bit faster; pass groups
5342         info to gnus-read-active-file-1.
5343         (gnus-read-active-file-1): Scan only specified groups if the new
5344         optional arg `infos' is given.
5345
5346 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5349
5350         * pop3.el (pop3-movemail): Remove.
5351         (pop3-streaming-movemail): Rename to pop3-movemail.
5352
5353         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5354         don't restrict end-tag searches to the end of the line.
5355
5356 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5359         articles of every unchecked group to t, which means unknown since the
5360         server has never been opened.
5361
5362 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-html.el (gnus-html-show-alt-text): New command.
5365         (gnus-html-browse-image): Ditto.
5366         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5367         to browse the image directly.
5368         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5369         better.
5370
5371         * gnus-async.el (gnus-async-article-callback):
5372         Call `gnus-html-prefetch-images' unconditionally.
5373
5374         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5375         before feeding URLs to curl.
5376
5377 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5380         internal images as deletable by `W D D'.
5381
5382         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5383         (gnus-async-article-callback): Fix typo.
5384
5385 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5388         current line to work around bugs in the output from w3m.
5389
5390         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5391         for groups that want that.
5392
5393         * nntp.el (nntp-wait-for-string): Supply a timeout for
5394         accept-process-output to ensure progress.
5395
5396         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5397         level to get unread articles from, then use that for foreign groups,
5398         too.
5399
5400         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5401         confuses the rest of the function.
5402
5403         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5404         for the methods that support -retrieve-groups, too.
5405
5406         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5407
5408 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5411         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5412
5413         * pop3.el: Require cl when compiling.
5414         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5415
5416 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5419         that aren't going to be activated.
5420         (gnus-get-unread-articles): Fix up the last commit.
5421
5422         * gnus-html.el (gnus-article-html): Allow calling without specifying
5423         the handle.  In that case, dissect the buffer first.
5424
5425         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5426
5427         * nnimap.el (nnimap-open-connection): Revert the change that would look
5428         into authinfo for imaps instead of imap.
5429
5430         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5431         say that you don't want to call gnus-request-group with don-check, but
5432         do check the reponse.  This is for virtual groups only.
5433         (gnus-get-unread-articles): Count the archive groups as secondary, so
5434         that they're activated the same way as before.
5435
5436         * imap.el (imap-message-map): Removed optional buffer parameter, since
5437         no callers use it.
5438         (imap-message-get): Ditto.
5439         (imap-message-put): Ditto.
5440         (imap-mailbox-map): Ditto.
5441         (imap-mailbox-put): Ditto.
5442         (imap-mailbox-get): Ditto.
5443         (imap-mailbox-get): Revert last change for this function.
5444
5445         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5446         case-insensitively.
5447         (nnimap-debug): Remove.
5448
5449         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5450         to use `imap-fetch' instead.  According to the comments, this should be
5451         safe, since all other IMAP clients use the 1:* syntax.
5452         (imap-enable-exchange-bug-workaround): Removed.
5453         (imap-debug): Removed -- doesn't seem very useful.
5454
5455         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5456         mail from a file, and the file doesn't exist.
5457
5458         * imap.el (imap-log): New convenience function used throughout instead
5459         of repeating the same code all over the place.
5460
5461         * pop3.el (pop3-streaming-movemail): Return t for success.
5462
5463         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5464         .authinfo if we're using ssl connection.
5465
5466         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5467         already have if we're in a main Gnus `g' run.
5468
5469         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5470
5471 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5474
5475         * nnmh.el (nnmh-request-list-1): Bind `file'.
5476
5477         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5478         alias to set-process-query-on-exit-flag or process-kill-without-query.
5479         (pop3-open-server): Use it.
5480
5481 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5484         box to the Incoming file.  Fixes mistake in previous checkin.
5485
5486         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5487         request loop (for debugging purposes) removed.
5488
5489         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5490         culprit is more visible.
5491         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5492         (nnml-add-incremental-nov): New functions to do "incremental" nov
5493         updates, where we just append to the end of the existing nov files
5494         without reading/writing them in full.
5495
5496         * mail-source.el (mail-source-delete-crash-box): Really only check the
5497         incoming files once in a while.
5498
5499         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5500
5501         * mail-source.el (mail-source-delete-crash-box): Only check the
5502         incoming files for deletion once per day to save a lot of file
5503         accesses.
5504
5505         * pop3.el (pop3-logon): Fix up unbound variable typo.
5506
5507         * mail-source.el (pop3-streaming-movemail): Autoload.
5508
5509         * pop3.el (pop3-streaming-movemail):
5510         Respect pop3-leave-mail-on-server.
5511
5512         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5513         retrieval.
5514
5515         * pop3.el (pop3-process-filter): Remove unused function.
5516         (pop3-streaming-movemail, pop3-send-streaming-command)
5517         (pop3-wait-for-messages, pop3-write-to-file)
5518         (pop3-number-of-responses): New functions for streaming pop3
5519         retrieval.
5520
5521         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5522         come from no known methods.
5523         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5524         list.
5525
5526         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5527         message sizes.
5528         (pop3-movemail): Use erase-buffer instead of looping and deleting
5529         regions, which seems rather odd.
5530
5531         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5532         file once per `g' run.
5533
5534         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5535         directories.  This makes the draft queue directory work.
5536
5537         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5538         data from the backends, so that we only request the list of groups from
5539         each method once.  This should speed things up considerably.
5540
5541         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5542         detect that it's not implemented.
5543
5544         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5545         we actually do recurse down into the tree, but don't stat all leaf
5546         nodes.
5547
5548         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5549         then say so instead of bugging out.
5550
5551         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5552         files exist before trying to read them.
5553
5554         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5555         around <pre_int>.
5556
5557         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5558
5559         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5560
5561 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5562
5563         * mm-util.el (mm-image-load-path): Just return the image directories,
5564         not all directories in the path in addition to the image directories.
5565         (mm-image-load-path): Maintain a cache of the image directories so that
5566         the `g' command in Gnus doesn't have to stat dozens of directories each
5567         time.
5568
5569         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5570         (gnus-html-wash-tags): Add a new `i' command to insert images.
5571         (gnus-html-insert-image): New command and keystroke.
5572         (gnus-html-redisplay-with-images): New command and keystroke.
5573         (gnus-html-show-images): Rename command.
5574         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5575         spacers.
5576         (gnus-html-wash-tags): Decode entities at the end, so that entities
5577         inside the tags don't mess up the rest of the "parsing".
5578
5579         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5580         so that nnimap methods aren't agentized by default.  There's apparently
5581         many problems related to agent/imap behaviour.
5582
5583         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5584
5585         * gnus-html.el: Doc fix.
5586
5587 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5590         specifier-spec-list for Emacs 21.
5591
5592         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5593         glyph-width and glyph-height instead of display-graphic-p and
5594         image-size; make avoidance of displaying small images work for XEmacs.
5595
5596         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5597         for XEmacs.
5598
5599         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5600         of symbol that holds plist data.
5601         (gnus-process-plist): Remove plist of process after getting it.
5602
5603 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * message.el (message-generate-hashcash): Change default to
5606         'opportunistic if hashcash is installed.
5607
5608         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5609         (gnus-html-put-image): Only call image-size once, since it's somewhat
5610         time-consuming on remote X servers.
5611
5612 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5615         type on data, not a file name.
5616
5617         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5618         window-pixel-edges for Emacs 21.
5619
5620         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5621         decoded contents.
5622         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5623
5624 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5627         group line format, since it isn't very interesting.
5628
5629         * gnus-agent.el (gnus-agent-short-article),
5630         (gnus-agent-long-article): Increase values for these two variables,
5631         since most people are likely to have more network connection and
5632         storage than before.
5633
5634         * gnus.el (gnus-refer-article-method): Change default to 'current.
5635         When referring an article, the common behaviour is to refer it from the
5636         current select method, not the native select method.  The chances of
5637         the native select method having the message in question is rather slim
5638         these days.
5639
5640         * gnus-sum.el (gnus-auto-select-subject): Change default to
5641         `unseen-or-unread'.  I think it's likely that most people want to
5642         select an unseen article over a previously seen, but unread one.
5643
5644         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5645         means that in the article buffer none of the minor mode elements will
5646         be shown, usually, and this is not desirable in most cases.
5647
5648         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5649         that commands like `d' (and the like) go to the next line in the
5650         buffer, instead of the next unread article.  I think this is the
5651         behaviour that is most natural for most users.
5652         (gnus-single-article-buffer): Change default to nil, so that people can
5653         have as many article buffers open as they have summary buffer.  I think
5654         this is the most natural way for the groups to behave.
5655
5656         * message.el (message-generate-new-buffers): Change default to
5657         `unsent', so that all new message buffers start their names with the
5658         string "*unsent", and it's easier to find the buffers if you move from
5659         them.
5660
5661 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5664         small.  They're probably tracking images.
5665         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5666         (gnus-html-rescale-image): Yet another try at getting the image sizing
5667         right.
5668
5669         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5670         nntp-marks-file-name is nil.
5671
5672 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5673
5674         * gnus-html.el (gnus-html-wash-tags)
5675         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5676         Better logging.
5677
5678 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5681
5682         * gnus-html.el (gnus-html-wash-tags): Check the value of
5683         gnus-blocked-images in the summary buffer.
5684
5685 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5688
5689 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5692         like "a", it seems like.
5693         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5694         since it needs to be picked from the correct buffer.
5695
5696         * nnwfm.el: Remove.
5697
5698         * nnlistserv.el: Remove.
5699
5700 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5703         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5704
5705 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * nnkiboze.el: Remove.
5708
5709         * nndb.el: Remove.
5710
5711         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5712         alt text.
5713         (gnus-html-rescale-image): Try to get the rescaling logic right for
5714         images that are just wide and not tall.
5715
5716         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5717         overshadow variable bindings.
5718
5719 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * gnus-html.el (gnus-html-wash-tags)
5722         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5723         Add extra logging.
5724
5725 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5728         (gnus-max-image-proportion): New variable.
5729         (gnus-html-rescale-image): New function.
5730         (gnus-html-put-image): Rescale images.
5731
5732 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5733
5734         Fix up some byte-compiler warnings.
5735         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5736         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5737         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5738         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5739         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5740         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5741         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5742
5743 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-html.el (gnus-article-html): Decode contents by charset.
5746
5747 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5750         (gnus-html-frame-width, gnus-blocked-images)
5751         * message.el (message-prune-recipient-rules): Add custom version.
5752         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5753
5754         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5755         functions.
5756
5757         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5758         gnus-process-get.
5759
5760 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5761
5762         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5763         instead of lsub directly.
5764
5765 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * nnwarchive.el: Remove.
5768
5769         * gnus-soup.el: Remove.
5770
5771         * nnsoup.el: Remove.
5772
5773         * nnultimate.el: Remove.
5774
5775         * gnus-html.el (gnus-blocked-images): New variable.
5776
5777         * message.el (message-prune-recipients): New function.
5778         (message-prune-recipient-rules): New variable.
5779
5780         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5781         guess whether a long line is natural text or not.
5782
5783         * gnus-html.el (gnus-html-schedule-image-fetching):
5784         Use gnus-process-plist and friends for compatibility.
5785
5786 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         * gnus-html.el: Require packages that define macros used in this file.
5789         (gnus-article-mouse-face): Declare to silence byte-compiler.
5790         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5791         process-get.
5792         (gnus-html-put-image): Use plist-get to avoid getf.
5793         (gnus-html-prefetch-images): Use with-current-buffer.
5794
5795 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-ems.el: Provide compatibility functions for
5798         gnus-set-process-plist.
5799
5800         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5801         header-line-format for XEmacs 21.4.
5802
5803         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5804         * gnus.el (gnus-valid-select-methods)
5805         * message.el (message-send-mail-partially-limit)
5806         * mm-decode.el (mm-text-html-renderer)
5807         * mml.el (mml-insert-mime-headers-always)
5808         * smiley.el (smiley-regexp-alist): Bump custom version.
5809
5810 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * gnus-html.el: require mm-url.
5813         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5814         with the url to `url'.
5815         (gnus-html-wash-tags): Support cid: URLs/images.
5816
5817 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5820         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5821         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5822
5823         * gnus-move.el: Remove file, since it doesn't really work.
5824
5825         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5826         UTF-8.  This seems to fix problems with some German web feeds.
5827
5828         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5829         at the top so that the proper colours are applied.
5830
5831         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5832         don't have dots in their names.
5833
5834         * gnus-art.el (gnus-article-view-part): Doc fix.
5835
5836         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5837         XEmacs-compatible.
5838         (gnus-html-put-image): Don't do images on non-graphic displays.
5839
5840         * nnslashdot.el: Remove this unused backend.
5841
5842         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5843         actions.
5844         (gnus-undo-register-1): Revert last change.
5845
5846         * gnus-group.el (gnus-group-completing-read): Protect against not
5847         having completion-styles bound.
5848
5849         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5850         make broken recipients happier.
5851
5852         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5853
5854         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5855         point parameter.
5856
5857         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5858
5859         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5860         completion-styles for group selection.
5861
5862 2009-02-04  Andreas Schwab  <schwab@suse.de>
5863
5864         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5865         headers and regexp-quote the match if necessary.
5866
5867 2009-03-24  Miles Bader  <miles@gnu.org>
5868
5869         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5870         the blinking smiley.
5871
5872 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5873
5874         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5875         blink smiley.
5876
5877 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5880         where the dribbel file lives exists.
5881
5882         * message.el (message-send-mail-partially-limit): Change the default to
5883         nil, since most people don't want this.
5884
5885         * mm-url.el (mm-url-decode-entities): Also decode entities like
5886         &#x3212.
5887
5888 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5889
5890         * gnus-sum.el (gnus-summary-idna-message):
5891         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5892         Hyperlink urls in docstrings with URL `...'.
5893
5894 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5895
5896         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5897         functions.
5898
5899 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5902         say what the mouseover text should be.
5903
5904         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5905         version of the mm-w3m-safe-url-regexp variable to only download images
5906         in the groups where we want that to happen.
5907
5908         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5909
5910         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5911         easier debugging.
5912         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5913         big pictures in the article buffer.
5914
5915         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5916         gnus-article-html.
5917         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5918         w3m.
5919
5920         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5921
5922 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5925         which doesn't exist.
5926
5927         * message.el (message-inhibit-ecomplete): New variable to allow some
5928         function to inhibit ecomplete address storage.
5929         (message-resend): Disable ecomplete message storage when resending
5930         messages.
5931
5932         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5933
5934 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5937         Save excursion while copying, moving, and deleting articles in order to
5938         prevent the cursor from jumping to unforeseen place.
5939
5940 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * lpath.el: No need to bind bookmark-current-buffer,
5943         bookmark-yank-point and bookmark-make-record-function.
5944
5945 2010-08-17  Glenn Morris  <rgm@gnu.org>
5946
5947         * gnus-sync.el: Require gnus components whose functions are used.
5948
5949         * gnus-art.el (bookmark-make-record-function):
5950         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5951         Declare for compiler.
5952
5953         * mm-url.el (mml-compute-boundary): Autoload.
5954
5955 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5958
5959 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         Typo fix "hoo4a" -> "hook".
5962
5963         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5964
5965 2010-08-14  Glenn Morris  <rgm@gnu.org>
5966
5967         * gnus-sync.el (gnus-sync): Fix defgroup version.
5968
5969 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5972
5973         * gnus-sync.el: Fix docs.
5974         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5975         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5976
5977 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         Optimizations for gnus-sync.el.
5980
5981         * gnus-sync.el: Add docs about gnus-sync-backend
5982         possibilities.
5983         (gnus-sync-save): Remove unnecessary message.
5984         (gnus-sync-read): Optimize and show what groups were skipped.
5985
5986 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         Minor bug fixes for gnus-sync.el.
5989
5990         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5991         Don't read the sync on get-new-news.
5992
5993         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5994         quiet.
5995
5996         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5997         (fix typo).
5998
5999 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6000
6001         Make saving and restoring of hidden threads work with overlays.
6002         Patch applied by Ted Zlatanov.
6003
6004         * gnus-sum.el (gnus-hidden-threads-configuration)
6005         (gnus-restore-hidden-threads-configuration): Update to deal with text
6006         properties, rather than searching for a magic character.
6007
6008 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         New gnus-sync.el library for synchronization of marks.
6011
6012         * gnus-sync.el: New library for synchronization of marks.
6013
6014         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6015         renamed from `gnus-registry-grep-in-list'.
6016
6017         * gnus-registry.el (gnus-registry-follow-group-p):
6018         Use `gnus-grep-in-list'.
6019
6020         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6021
6022 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6025         determining charset of text fails.
6026
6027 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * nnmail.el (nnmail-get-new-mail-1): Revert.
6030
6031         * nnml.el (nnml-active-number): Make sure names of newly created groups
6032         in nnml-group-alist are encoded.
6033
6034 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6037         containing non-ASCII characters in active file for nnml back end.
6038
6039 2010-07-24  David Engster  <dengste@eml.cc>
6040
6041         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6042         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6043
6044 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6047         tag (Bug#6654).
6048
6049 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6052         the article buffer, not the summary buffer.
6053
6054 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6057         Emacs 23 as well.
6058
6059 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6062         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6063
6064 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6065
6066         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6067         Patch applied by Karl Fogel.
6068
6069         * gnus-sum.el (gnus-summary-bookmark-make-record):
6070         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6071
6072 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6073
6074         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6075         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6076         C-w still not working correctly from Article buffers; Thierry's
6077         patch to fix that will be applied after this.
6078
6079         * gnus-art.el (bookmark-make-record-function): New local variable.
6080
6081         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6082         article buffer.
6083         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6084
6085 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6086
6087         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6088         on changes in bookmark.el.
6089
6090 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6093         `no-log' instead of message not to log prompt string.
6094
6095 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6096
6097         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6098         the *other* type of HTML form submission.
6099
6100 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6101
6102         * auth-source.el (auth-source-pick): If choice does not contain a
6103         questioned keyword, set the check to t.
6104
6105 2010-06-12  Romain Francoise  <romain@orebokech.com>
6106
6107         * gnus-util.el (gnus-date-get-time): Move up before first use.
6108
6109 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6112         (gnus-article-edit-part): Bind it to make last part that is substituted
6113         or deleted visible.
6114         (gnus-mime-display-single): Buttonize part of which id equals to
6115         gnus-mime-buttonized-part-id.
6116
6117 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6118
6119         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6120         (gnus-dd-mmm): Use gnus-date-get-time.
6121         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6122         simplify logic.
6123         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6124         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6125
6126 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6127
6128         * auth-source.el (top): Autoload `secrets-list-collections',
6129         `secrets-create-item', `secrets-delete-item'.
6130         (auth-sources): Fix tag string.
6131         (auth-get-source, auth-source-retrieve, auth-source-create)
6132         (auth-source-delete): New defuns.
6133         (auth-source-pick): Rewrite in order to avoid 2 passes.
6134         (auth-source-forget-user-or-password): New parameter USERNAME.
6135         (auth-source-user-or-password): New parameters CREATE-MISSING and
6136         DELETE-EXISTING.  Retrieve password interactively, if needed.
6137
6138 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6139
6140         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6141         deleting unused directories when gnus-expert-user is t.
6142
6143 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6146         for each temp file when gnus-article-browse-delete-temp is ask.
6147
6148 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6149
6150         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6151         Lisp calls to delete-backward-char by calls to delete-char.
6152
6153 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6154
6155         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6156
6157 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6158
6159         * password-cache.el (password-cache-remove): Fix docstring.
6160
6161 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6164         article unless decoding article to be saved.
6165
6166 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6169         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6170         generated within the mm-with-unibyte-current-buffer macro.
6171
6172 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6175         to nil when we're in a mml-preview buffer and no group is selected.
6176
6177 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6178
6179         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6180         when catching the `C-g'.  Reported by "Leo".
6181
6182 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * message.el (message-forward-make-body-plain)
6185         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6186         multibyte-string-p.
6187
6188         * lpath.el: Revert.
6189
6190 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * message.el (message-forward-make-body-mml): Assume original message
6193         is multibyte string; error on unibyte.
6194         (message-forward-make-body-plain): Ditto; don't add excessive newline
6195         in body end.
6196
6197         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6198
6199 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6200
6201         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6202         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6203
6204 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * mm-extern.el (mm-extern-url): Don't use
6207         mm-with-unibyte-current-buffer.
6208         (mm-extern-cache-contents): Use with-current-buffer instead of
6209         save-excursion + set-buffer.
6210
6211 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * mm-util.el (mm-emacs-mule): Remove.
6214
6215 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6216
6217         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6218         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6219         change.
6220
6221 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6224         bind the default value of enable-multibyte-characters to nil.
6225
6226 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * message.el (message-forward-make-body-plain)
6229         (message-forward-make-body-mml):
6230         Don't use mm-with-unibyte-current-buffer.
6231
6232 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6233
6234         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6235
6236 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6237
6238         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6239         (Bug#5592).
6240
6241 2010-05-07  Julien Danjou  <julien@danjou.info>
6242
6243         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6244         it to mm-pipe-part.
6245
6246         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6247         it is given.
6248
6249 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * binhex.el (binhex-decode-region-internal)
6252         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6253         (dns-query)
6254         * nnweb.el (nnweb-gmane-search)
6255         * pgg-parse.el (pgg-parse-armor)
6256         * pgg.el (pgg-verify-region)
6257         * sha1.el (sha1-string-external)
6258         * uudecode.el (uudecode-decode-region-internal)
6259         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6260         XEmacs.
6261
6262         * gnus-art.el (gnus-article-browse-html-parts)
6263         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6264         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6265         make-temp-file.
6266
6267         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6268         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6269         compiling.
6270
6271         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6272         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6273         XEmacs when compiling.
6274
6275         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6276         gnus-pick-mode-off-hook for XEmacs when compiling.
6277         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6278         gnus-binary-mode-off-hook for XEmacs when compiling.
6279
6280         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6281         Return nil if char-charset is not available.
6282
6283         * imap.el (imap-disable-multibyte)
6284         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6285         macros.
6286
6287         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6288         instead of encode-coding-string.
6289
6290         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6291         'xemacs) instead of mm-emacs-mule to switch function definitions.
6292         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6293
6294         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6295         bind temporary-file-directory for XEmacs;
6296         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6297         timer-set-function for XEmacs 21.4 and SXEmacs;
6298         bind timer-list for XEmacs 21.4 and SXEmacs;
6299         fbind char-charset and find-charset-region for non-Mule XEmacs;
6300         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6301         encode-coding-region and encode-coding-string for XEmacs having no
6302         file-coding feature.
6303
6304 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6305
6306         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6307
6308 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6311         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6312
6313 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6314
6315         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6316         alias `jka-compr-delete-temp-file' no longer exists.
6317
6318 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6319
6320         Use define-minor-mode in Gnus where applicable.
6321         * mml.el (mml-mode): Use define-minor-mode.
6322         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6323         (gnus-undo-mode): Use define-minor-mode.
6324         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6325         (gnus-dead-summary-mode): Use define-minor-mode.
6326         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6327         Initialize in declaration.
6328         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6329         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6330         (gnus-mailing-list-mode): Use define-minor-mode.
6331         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6332         (gnus-draft-mode): Use define-minor-mode.
6333         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6334         (gnus-dired-mode): Use define-minor-mode.
6335
6336 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6337
6338         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6339         handles on recursive mml-to-mime translation and check them for
6340         boundary delimiter collisions.  Reported by Greg Troxel.
6341
6342 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6345
6346 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6347
6348         * mm-util.el (mm-find-buffer-file-coding-system):
6349         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6350
6351 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6352
6353         * message.el (message-generate-headers): Record insertion of optional
6354         headers as well.  Otherwise the check to prevent repeated insertion of
6355         optional headers is a no-op.
6356
6357 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * smime.el: Don't mention CVS.
6360
6361         * nnrss.el (nnrss-fetch): Don't mention CVS.
6362
6363         * nnir.el: Don't mention CVS.
6364
6365 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6366
6367         * gnus-sum.el (gnus-summary-bookmark-make-record):
6368         Add `location' field.
6369
6370 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * lpath.el: Fbind bookmark-default-handler,
6373         bookmark-get-bookmark-record, bookmark-make-record-default,
6374         bookmark-prop-get for Emacs <23 and XEmacs.
6375
6376 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6379         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6380         Use with-current-buffer to silence the byte-compiler.
6381         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6382         bother to require `gnus'.
6383         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6384
6385 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6386
6387         * gnus-sum.el (gnus-summary-bookmark-make-record)
6388         (gnus-summary-bookmark-jump): New functions.
6389         (gnus-summary-mode): Setup bookmark support.
6390
6391 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6392
6393         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6394         if set.
6395
6396 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6399         gnus-article-browse-html-save-cid-image; make it work recursively for
6400         forwarded messages as well.
6401         (gnus-article-browse-html-parts): Work when prefix arg is given.
6402         (gnus-article-browse-html-article): Doc fix.
6403
6404 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6405
6406         * message.el (message-default-mail-headers):
6407         (message-default-headers): Carry the value mail-default-headers over
6408         into message-default-mail-headers, rather than message-default-headers.
6409
6410 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6411
6412         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6413         charset.
6414
6415         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6416         charset into the <meta> tag when the article is encoded to utf-8.
6417
6418 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-art.el (gnus-article-browse-delete-temp-files):
6421         Delete directories as well.
6422         (gnus-article-browse-html-parts): Work for images that do not specify
6423         file names; delete temp directory when quitting; insert header at the
6424         right place; use file: scheme for image files.
6425
6426 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6427
6428         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6429         (gnus-article-browse-html-parts): Use it to make temporary cid image
6430         files in addition to html file so that browser may display them.
6431
6432 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6435
6436 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6437
6438         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6439
6440 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6441
6442         * auth-source.el (auth-sources): Change default to be simpler.
6443         Explain about Secret Service API sources.  Improve Customize options.
6444         (auth-source-pick): Change to accept any number of search parameters.
6445         Implement fallbacks iteratively, not recursively.  Add scoring on the
6446         second pass and sort by score.  Call Secret Service API when needed.
6447         (auth-source-user-or-password): Use it.  Call Secret Service API
6448         directly when needed to get the user name and the password.
6449
6450 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6451
6452         * message.el (message-interactive): Doc fix.
6453         (message-qmail-inject-args): Reflow.
6454         (message-kill-to-signature): Fix typo in docstring.
6455
6456         * smiley.el (smiley-buffer): Fix typo in docstring.
6457
6458 2010-03-24  Glenn Morris  <rgm@gnu.org>
6459
6460         * mail-source.el (gnus-message): Declare.
6461         (mail-source-delete-old-incoming): Require gnus-util.
6462
6463 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6466
6467         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6468
6469         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6470         password-cache's default if it is not bound.
6471         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6472         password-cache-expiry's default if it is not bound.
6473
6474         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6475         available in Emacs 21.
6476
6477         * lpath.el: Suppress compiler warnings for:
6478         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6479         XEmacs;
6480         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6481         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6482         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6483
6484 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * auth-source.el (auth-sources): Fix up definition so extra parameters
6487         are always inline.
6488
6489 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6490
6491         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6492         wasn't updated after mismatch.  Clear cached mailbox info correctly
6493         when uidvalidity changes.
6494         (nnimap-group-prefixed-name): New function to avoid some code
6495         duplication.
6496         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6497         (nnimap-request-group): Use it.
6498         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6499         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6500         with many imap folders.  This is done by caching the group status from
6501         the imap server persistently in a group parameter `imap-status'.  (This
6502         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6503         but not persistently, so every Gnus startup was still very slow.)
6504
6505 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6506
6507         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6508         delete the extra newline.  Otherwise editing of :string and :number
6509         types don't work.
6510
6511 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6514         secrets.el dependency.
6515         (auth-sources): Add optional user name.  Add secrets.el configuration
6516         choice (unused right now).
6517
6518 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6519
6520         * gnus-sum.el (gnus-summary-make-menu-bar):
6521         Let `gnus-registry-install-shortcuts' fill in the functions.
6522
6523         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6524         warnings.
6525         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6526         (gnus-registry-install-shortcuts): Populate and use it in a
6527         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6528
6529 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6530
6531         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6532         In-place substitutions for the group name encoding/decoding.
6533         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6534         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6535         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6536         (nnimap-update-unseen, nnimap-request-list)
6537         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6538         (nnimap-request-set-mark, nnimap-split-to-groups)
6539         (nnimap-split-articles, nnimap-request-newgroups)
6540         (nnimap-request-create-group, nnimap-request-accept-article)
6541         (nnimap-request-delete-group, nnimap-request-rename-group)
6542         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6543         `encoded-mbx' for consistency.
6544         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6545         variable `imap-current-mailbox'.
6546
6547         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6548         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6549
6550 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6551
6552         * pop3.el (pop3-display-message-size-flag): Display message size byte
6553         counts during POP3 download.
6554         (pop3-movemail): Use it.
6555         (pop3-list): Implement listing of available messages.
6556
6557 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6558
6559         * nnir.el (nnir-get-article-nov-override-function): New function to
6560         override the normal NOV retrieval.
6561         (nnir-retrieve-headers): Use it.
6562
6563 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6564
6565         * auth-source.el (netrc-machine-user-or-password): Autoload.
6566
6567 2010-03-19  Glenn Morris  <rgm@gnu.org>
6568
6569         Stop message.el from loading about 40 libraries it doesn't always need.
6570         The general approach is to autoload rather than require, and to
6571         require in the specific functions rather than the file.  (Bug#5642)
6572
6573         * gmm-utils.el: Don't require wid-edit.
6574         (widget-create-child-value, widget-convert, widget-default-get):
6575         Autoload.
6576
6577         * gnus-util.el: Don't require time-date, netrc.
6578         (message-fetch-field, gnus-group-name-decode): Declare rather than
6579         autoloading.
6580         (gnus-fetch-field): Require message.
6581         (gnus-decode-newsgroups): Require gnus-group.
6582
6583         * ietf-drums.el: Don't require time-date.
6584
6585         * message.el: Don't require hashcash, canlock, ecomplete.
6586         Do require mail-utils.  Require nnheader only when compiling.
6587         (smtpmail-default-smtp-server): Remove declaration.
6588         (message-send-mail-function): Check smtpmail-default-smtp-server
6589         is bound rather than requiring smtpmail.
6590         (message-auto-save-directory, message-insert-signature):
6591         Use expand-file-name rather than nnheader-concat.
6592         (nnheader-insert-file-contents): Autoload.
6593         (hashcash-wait-async): Declare.
6594         (message-send-mail): Only call gnus-setup-posting-charset if
6595         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6596         (message-send-mail-with-sendmail): Require sendmail.
6597         (canlock-password, canlock-password-for-verify): Declare.
6598         (message-canlock-password): Require canlock.
6599         (nnheader-get-report): Autoload.
6600         (gnus-setup-posting-charset): Declare.
6601         (message-send-news): Require gnus-msg.
6602         (message-make-references, message-make-in-reply-to): Use mail-header-id
6603         rather than the alias mail-header-message-id.
6604         (ecomplete-add-item, ecomplete-save): Declare.
6605         (message-put-addresses-in-ecomplete): Require ecomplete.
6606         (ecomplete-display-matches): Autoload.
6607
6608         * mm-decode.el: Don't require mailcap, gnus-util.
6609         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6610         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6611         Autoload.
6612         (mailcap-mime-extensions): Declare.
6613
6614         * mm-encode.el: Don't require mailcap.
6615         (mailcap-extension-to-mime): Autoload.
6616
6617         * mml-sec.el: Don't require password-cache.
6618
6619         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6620         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6621         (mml-minibuffer-read-type): Require mailcap.
6622         (mml-preview): Require gnus-msg.
6623
6624         * mml1991.el: Require password-cache.
6625         (password-cache-expiry): Remove declaration.
6626
6627         * mml2015.el: Require password-cache.
6628         (password-cache-expiry): Remove declaration.
6629
6630         * nneething.el (mailcap): Require mailcap.
6631
6632         * nnheader.el (declare-function): Add compatibility stub.
6633         (message-remove-header): Declare rather than autoload.
6634         (nnheader-replace-header): Require message.
6635
6636         * nnimap.el (declare-function): Add compatibility stub.
6637         (netrc-parse, netrc-machine-user-or-password): Declare.
6638         (nnimap-open-connection): Require netrc.
6639
6640         * nntp.el (declare-function): Add compatibility stub.
6641         (netrc-parse, netrc-machine, netrc-get): Declare.
6642         (nntp-send-authinfo): Require netrc.
6643
6644         * rfc2047.el: Don't require qp.
6645         (quoted-printable-encode-region, quoted-printable-decode-string):
6646         Autoload.
6647
6648         * sieve-mode.el: Don't require easymenu.
6649         (easy-menu-add-item): Autoload it.
6650
6651         * spam-stat.el (time-to-number-of-days): Autoload it.
6652
6653 2010-03-19  Glenn Morris  <rgm@gnu.org>
6654
6655         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6656
6657 2010-03-18  Glenn Morris  <rgm@gnu.org>
6658
6659         * hashcash.el (declare-function): Remove duplicate definition.
6660
6661 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6662
6663         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6664         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6665         value if any backslash escapes).
6666
6667 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6670         if it is available.  (bug#5647)
6671
6672         * lpath.el: Suppress compiler warning for coding-system-from-name for
6673         Emacs 21 and XEmacs.
6674
6675 2010-03-14  Juri Linkov  <juri@jurta.org>
6676
6677         * hmac-def.el:
6678         * hmac-md5.el:
6679         * netrc.el: Fix keywords.
6680
6681 2010-02-26  Glenn Morris  <rgm@gnu.org>
6682
6683         * message.el (message-send-mail-function): Change the default, so that
6684         it inherits from a customized send-mail-function.  (Bug#5643)
6685
6686 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6687
6688         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6689         shell-command-to-string signals an error (bug#5299).
6690
6691 2010-02-24  Glenn Morris  <rgm@gnu.org>
6692
6693         * message.el (message-smtpmail-send-it)
6694         (message-send-mail-with-mailclient): Doc fixes.
6695
6696 2010-02-16  Glenn Morris  <rgm@gnu.org>
6697
6698         * message.el (message-default-mail-headers): Change the default value
6699         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6700
6701 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6704         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6705
6706 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6707
6708         * time-date.el (date-to-time): Doc fix (Bug#5408).
6709
6710 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6711
6712         * message.el (message-mail): Just pass yank-action on to message-setup.
6713         (message-setup): Handle (FUN . ARGS) form of yank-action.
6714         (message-with-reply-buffer, message-widen-reply)
6715         (message-yank-original): Handle non-buffer values of
6716         message-reply-buffer (Bug#4080).
6717         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6718
6719 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6720
6721         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6722         Fix typo in docstring.
6723
6724 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6725
6726         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6727         response.
6728
6729 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6732
6733         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6734
6735         * message.el (message-check-news-header-syntax): Protect against a
6736         string that `rfc822-addresses' returns when parsing fails.
6737
6738 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6741         (gnus-previous-char-property-change): New functions.
6742
6743         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6744
6745 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6746
6747         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6748         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6749
6750 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6751
6752         * message.el (message-exchange-point-and-mark): Rework last change to
6753         avoid using optional arg of exchange-point-and-mark, for backward
6754         compatibility.
6755
6756 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6757
6758         * message.el (message-exchange-point-and-mark):
6759         Call exchange-point-and-mark with an argument rather than setting
6760         mark-active by hand (Bug#5175).
6761
6762 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * nntp.el (nntp-service-to-port): Work for service expressed with
6765         numeric string; replace [:digit:] with [0-9] for XEmacs.
6766
6767 2009-12-17  Glenn Morris  <rgm@gnu.org>
6768
6769         * gnus-group.el (gnus-bug-group-download-format-alist):
6770         Change emacs entry to debbugs.gnu.org.  Bump :version.
6771
6772 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6775
6776 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * message.el (message-info): Explain why we use `Info-goto-node'.
6779
6780 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6783
6784 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6785
6786         * message.el (message-completion-in-region): New compatibility function.
6787         (message-expand-group): Use it.
6788
6789 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6792         with no unread article should be listed if the 2nd arg `predicate' is
6793         given.
6794
6795 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6798
6799 2009-11-29  Juri Linkov  <juri@jurta.org>
6800
6801         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6802         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6803         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6804
6805 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6806
6807         * sha1.el (sha1-string-external): default-directory "/" in case
6808         otherwise non-existent.  process-connection-type pipe for touch of
6809         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6810
6811 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6812
6813         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6814         it's comms related and sgml-mode.el has "comm" on that basis too.
6815
6816 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6819         containing tspecial characters if they have been already quoted.
6820
6821 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6822
6823         * dns-mode.el (auto-mode-alist): Purecopy string.
6824
6825 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6826
6827         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6828
6829 2009-10-24  Glenn Morris  <rgm@gnu.org>
6830
6831         * gnus-art.el (help-xref-stack-item): Define for compiler.
6832
6833 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6834
6835         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6836
6837 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6840
6841 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6844         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6845
6846 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6849         (gnus-overlays-in): New alias to overlays-in.
6850
6851         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6852         gnus-overlay-get, and gnus-delete-overlay.
6853         (gnus-summary-show-thread): Make it work as well for systems in which
6854         next-single-char-property-change is not available.
6855         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6856
6857         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6858         (gnus-overlay-get): New alias to extent-property.
6859         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6860
6861         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6862         SXEmacs.
6863
6864         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6865         SXEmacs.
6866
6867 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6870
6871 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6872
6873         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6874         and XEmacs that don't have `remove-overlays'.
6875
6876 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6877
6878         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6879         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6880         selective display.  Use overlays instead.
6881
6882 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6883
6884         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6885
6886 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6887
6888         * spam-stat.el (spam-stat-load): Fix typo in message.
6889
6890 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6891
6892         * dig.el (dig-invoke): Fix typo in docstring.
6893         (query-dig): Reflow docstring.
6894
6895 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6896
6897         * gnus-art.el (gnus-article-encrypt-body):
6898         * message.el (message-check-recipients):
6899         * mm-util.el (mm-codepage-setup):
6900         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6901         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6902
6903 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6904
6905         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6906         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6907         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6908         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6909         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6910
6911 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6912
6913         * dig.el: Add "Keywords: comm", as per net-utils.el.
6914
6915 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6916
6917         * dig.el (dig-mode): Use define-derived-mode.
6918
6919 2009-09-19  Glenn Morris  <rgm@gnu.org>
6920
6921         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6922
6923 2009-09-18  Glenn Morris  <rgm@gnu.org>
6924
6925         * gnus-diary.el (gnus-diary-check-message):
6926         * message.el (message-insert-formatted-citation-line):
6927         * nnbabyl.el (top-level):
6928         * nndiary.el (nndiary-schedule):
6929         Fix typos in condition-case handlers.
6930
6931 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6934         configuration that provides the sole article window in a frame;
6935         position point correctly after deleting a part.
6936
6937 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6938
6939         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6940         (spam-resolve-registrations-routine): Use it to unregister articles
6941         that change status.
6942
6943 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6946         with XEmacs.
6947         (parse-time-string-chars): Use it.
6948
6949 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         * imap.el (imap-interactive-login): Better messages.
6952         (imap-open): Fix bug with renamed buffer on reconnect.
6953         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6954         for easier debugging and cleaner code.  On successful (guessed based on
6955         server capabilities) secondary authentication, set imap-state
6956         correctly.
6957         (imap-last-authenticator): Define imap-last-authenticator as a variable
6958         to avoid warnings.
6959
6960 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * nnrss.el (nnrss-request-article): Remove binding of
6963         default-enable-multibyte-characters that has gotten needless by
6964         the 2007-07-13 change in rfc2047-encode-message-header.
6965
6966         * mml.el (mml-insert-multipart): Error on the message header.
6967         (mml-insert-part): Error on the message header; position point at
6968         the end of a MIME tag.
6969
6970 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * time-date.el (autoload): Expand define-obsolete-function-alias into
6973         defalias and make-obsolete for old Emacsen that Gnus supports.
6974         (with-no-warnings): Define it for old Emacsen.
6975         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6976         is available.
6977         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6978         float-time is available; suppress compile warning for time-to-seconds.
6979
6980         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6981         (gnus-float-time): Alias to float-time if it exists.
6982
6983         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6984         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6985         float-time is available; suppress compile warning for time-to-seconds.
6986
6987         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6988         XEmacs.
6989
6990 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * imap.el (imap-message-map): Docstring fix.
6993
6994 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6997         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6998         Add the optional argument `encoding' that overrides the default.
6999
7000         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7001         mm-encode-buffer.
7002
7003 2009-09-04  Glenn Morris  <rgm@gnu.org>
7004
7005         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7006         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7007         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7008         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7009         * mm-util.el (mm-with-unibyte-current-buffer)
7010         (mm-find-buffer-file-coding-system):
7011         * yenc.el (yenc-decode-region): Use default-value rather than
7012         default-enable-multibyte-characters.
7013
7014 2009-09-03  Glenn Morris  <rgm@gnu.org>
7015
7016         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7017         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7018         than default-enable-multibyte-characters.
7019
7020 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7021
7022         * gnus-art.el (gnus-article-read-summary-keys):
7023         Fix gnus-buffer-configuration's value temporarily used.
7024
7025 2009-09-02  Glenn Morris  <rgm@gnu.org>
7026
7027         * gnus-util.el (gnus-float-time): New function.
7028         * gnus-delay.el (gnus-delay-article):
7029         * gnus-sum.el (gnus-thread-latest-date):
7030         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7031         * nnspool.el (nnspool-request-newgroups):
7032         Use gnus-float-time rather than time-to-seconds.
7033         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7034
7035         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7036         (gnus-header-subject-face, gnus-header-newsgroups-face)
7037         (gnus-header-name-face, gnus-header-content-face):
7038         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7039         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7040         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7041         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7042         (gnus-cite-face-11):
7043         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7044         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7045         (gnus-server-closed-face, gnus-server-denied-face)
7046         (gnus-server-offline-face):
7047         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7048         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7049         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7050         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7051         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7052         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7053         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7054         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7055         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7056         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7057         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7058         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7059         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7060         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7061         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7062         (gnus-summary-high-undownloaded-face)
7063         (gnus-summary-low-undownloaded-face)
7064         (gnus-summary-normal-undownloaded-face)
7065         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7066         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7067         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7068         (gnus-splash-face):
7069         * message.el (message-header-to-face, message-header-cc-face)
7070         (message-header-subject-face, message-header-newsgroups-face)
7071         (message-header-other-face, message-header-name-face)
7072         (message-header-xheader-face, message-separator-face)
7073         (message-cited-text-face, message-mml-face):
7074         * sieve-mode.el (sieve-control-commands-face)
7075         (sieve-action-commands-face, sieve-test-commands-face)
7076         (sieve-tagged-arguments-face):
7077         * spam.el (spam-face):
7078         Mark face aliases with "-face" in the name as obsolete.
7079
7080 2009-09-01  Glenn Morris  <rgm@gnu.org>
7081
7082         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7083         than goto-line.
7084
7085 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7088         Don't move point if the command is invoked inside the message header.
7089
7090 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7091
7092         * imap.el (imap-send-command): Simplify.
7093         (imap-wait-for-tag): point-max -> buffer-size.
7094
7095 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7096
7097         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7098         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7099         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7100         * nnir.el (nnir-swish-e-index-file):
7101         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7102         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7103         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7104         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7105         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7106         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7107
7108 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7111         Don't save excursion.
7112
7113 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7114
7115         * nnheader.el (nnheader-find-file-noselect):
7116         * mm-util.el (mm-insert-file-contents):
7117         Use (default-value 'major-mode) instead of default-major-mode.
7118
7119 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7120
7121         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7122
7123 2009-08-26  Glenn Morris  <rgm@gnu.org>
7124
7125         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7126         than placing in files.el.
7127
7128 2009-08-25  Glenn Morris  <rgm@gnu.org>
7129
7130         * nnir.el (top-level): Don't require cl at run-time.
7131         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7132         Replace cl-function substitute with gnus-replace-in-string.
7133         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7134         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7135         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7136         simplified expansions.
7137
7138 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7139
7140         * dig.el (dig): Add autoload cookie.
7141
7142 2009-08-22  Glenn Morris  <rgm@gnu.org>
7143
7144         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7145         goto-line.
7146
7147 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7148
7149         * parse-time.el (parse-time-string-chars): Save match data.
7150
7151 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7152
7153         * parse-time.el (parse-time-string-chars): Compute using character
7154         classes, to handle non-ascii characters (Bug#3190).
7155
7156 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7159
7160         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7161         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7162         (gnus-mm-display-part, gnus-mime-display-single)
7163         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7164         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7165
7166         * gnus-sum.el
7167         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7168         (gnus-summary-move-article): Add expirable mark to articles copied or
7169         moved to group that has auto-expire turned on if the option is non-nil.
7170
7171 2009-07-24  Glenn Morris  <rgm@gnu.org>
7172
7173         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7174         Fix typo.  (Bug#3903)
7175
7176 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7179         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7180         that should not be used for draft articles.
7181         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7182         that has no concern in minor mode keys.
7183         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7184         Abolish.
7185
7186 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7189         article without making inquiry to a user for unknown encoding.
7190
7191         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7192         (nnmaildir--scan): Assume i-node and device number that file-attributes
7193         returns might be cons-cell.
7194
7195         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7196
7197         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7198
7199 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * auth-source.el: Remove docs now in auth.texi.  Don't use
7202         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7203         `auth-source-hide-passwords' and use them.
7204
7205 2009-07-15  Glenn Morris  <rgm@gnu.org>
7206
7207         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7208
7209 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7212         excessive whitespace from the default values of title and description.
7213
7214 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7217         mail-fetch-field to fetch Content-Description header in order to
7218         exclude newlines.
7219
7220 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7221
7222         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7223         format used by GnuPG 2.0.11.
7224
7225 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7228         to deleted part.
7229
7230 2009-05-30  David Engster  <dengste@eml.cc>
7231
7232         * nnmairix.el: Remove old documentation in the commentary block.
7233         (nnmairix-request-group): Do not update active file for nnml back ends.
7234         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7235         end so that overview files are ignored.
7236         (nnmairix-update-groups): Make updating the groups more robust by using
7237         marks.
7238         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7239         with dollar characters in message-id.
7240
7241 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7242
7243         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7244         2008-12-25 in dns.el.
7245
7246 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7247
7248         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7249         could happen if the text is only composed of spaces and/or tabs.
7250
7251 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7252
7253         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7254         when sending a queued message to avoid extra mml tags.
7255
7256 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7259
7260 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7263         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7264         rmail-toggle-header for XEmacs;
7265         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7266
7267 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-dired.el: Remove autoload for gnus-setup-message.
7270         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7271         displaying Gnus logo; always use compose-mail.
7272
7273 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7276
7277 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7280         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7281         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7282         available.
7283         (gnus-nocem-epg-verify): New function.
7284
7285 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7288
7289 2009-02-15  Glenn Morris  <rgm@gnu.org>
7290
7291         * gnus-util.el (rmail-insert-rmail-file-header)
7292         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7293         autoloads.
7294         (rmail-default-rmail-file): Remove unnecessary declaration.
7295         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7296
7297 2009-02-14  Glenn Morris  <rgm@gnu.org>
7298
7299         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7300         variable (only used in gnus-util, which declares it anyway).
7301         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7302         which was only needed by gnus-art (changed to not use it any more).
7303         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7304         only used in gnus-util, which autoloads it itself.
7305         (rmail-update-summary): Fix autoload.
7306
7307         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7308         rather than rmail-output-to-rmail-file.
7309
7310 2009-02-07  Glenn Morris  <rgm@gnu.org>
7311
7312         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7313         autoload of function that no longer exists.
7314         (rmail-toggle-header): Declare.
7315         (message-forward-rmail-make-body): Handle mbox Rmail.
7316
7317 2009-01-31  Glenn Morris  <rgm@gnu.org>
7318
7319         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7320         2009-01-09 change.
7321
7322 2009-01-31  Dave Love  <fx@gnu.org>
7323
7324         * imap.el (imap-fetch-safe): Bind debug-on-error.
7325         (imap-debug): Add imap-fetch-safe.
7326
7327 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7328
7329         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7330         (auth-source-forget-all-cached): New convenience function.
7331         (auth-source-user-or-password): Accept list of modes or a single mode.
7332
7333         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7334         auth-source modes.
7335
7336         * netrc.el (netrc-machine-user-or-password): Use list of
7337         auth-source modes.
7338
7339         * nnimap.el (nnimap-open-connection): Use list of
7340         auth-source modes.
7341
7342         * nntp.el (nntp-send-authinfo): Use list of
7343         auth-source modes.
7344
7345 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7348         now.
7349
7350 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7353         coding system in XEmacs; add a workaround for XEmacs.
7354
7355         * lpath.el: Fbind coding-system-aliasee.
7356
7357 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7360         of current-language-environment.
7361
7362 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7365         available at runtime.
7366
7367 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7370
7371 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7372
7373         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7374         the greatest positive fixnum value doesn't work under an XEmacs with
7375         bignum support; use the most-positive-fixnum constant instead,
7376         available since Emacs 21.1 with cl and XEmacs 21.1.
7377
7378 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7381         XEmacs gets not to work.
7382
7383 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * mm-util.el (mm-coding-system-priorities): Allow the value like
7386         "Japanese (UTF-8)" of current-language-environment.
7387
7388 2009-01-09  Glenn Morris  <rgm@gnu.org>
7389
7390         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7391         with last-command-event.
7392
7393 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7396         in the doc string.
7397
7398         * message.el (message-fix-before-sending): Amend comment.
7399
7400 2009-01-08  Dave Love  <fx@gnu.org>
7401
7402         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7403
7404 2009-01-07  David Engster  <dengste@eml.cc>
7405
7406         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7407         simplified server definitions by converting it via
7408         gnus-server-to-method.
7409
7410 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7413         parameter's operands.
7414
7415 2009-01-06  David Engster  <dengste@eml.cc>
7416
7417         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7418         primary select method (for gnus-group-mark-article-as-read).
7419
7420 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7421
7422         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7423         `(gnus)Face', not `(gnus)X-Face'.
7424
7425 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * mm-util.el (mm-ucs-to-char): New function.
7428
7429         * mm-url.el (mm-url-decode-entities): Use it.
7430
7431         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7432         unicode-to-char.
7433
7434 2009-01-05  Dave Love  <fx@gnu.org>
7435
7436         * time-date.el: Require cl for `declare'.
7437
7438 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7441         Dave Love.
7442
7443 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * message.el (message-fix-before-sending): Add `eight-bit' to
7446         illegible-text check.
7447
7448 2009-01-03  Michael Olson  <mwolson@gnu.org>
7449
7450         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7451         `headers' is nil.  This can occur if the IMAP server does not have
7452         permissions to read messages from a folder, but can write new messages
7453         to the folder.
7454         (nnimap-request-article-part): Do not insert `data' if it is nil.
7455
7456         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7457         characters which will confuse `read', so skip past them.
7458
7459 2009-01-01  Dave Love  <fx@gnu.org>
7460
7461         * imap.el (imap-string-to-integer): Fix typo.
7462         (imap-fetch-safe): New function.
7463         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7464
7465         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7466
7467         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7468         (imap-parse-greeting): Fix doc strings.
7469         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7470         (imap-parse-flag-list): Make messages unique.
7471         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7472
7473         * nnimap.el: Fix author email.
7474         (nnimap-split-rule): Add FIXME comment.
7475         (nnimap-debug): Fix doc string.
7476
7477 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7480
7481 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7484         nslookup if resolv.conf isn't available.
7485         (dns-query): Rename from query-dns.
7486         (dns-query-cached): Rename from query-dns-cached.
7487
7488 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7491         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7492         to check if those variables exist (first appeared in Emacs 18.50).
7493
7494 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * mm-util.el (mm-line-number-at-pos): New function.
7497
7498         * spam-report.el (spam-report-process-queue): Use it.
7499
7500 2008-12-24  David Engster  <dengste@eml.cc>
7501
7502         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7503         parameters that haven't existed as variables as buffer-local variables.
7504
7505 2008-12-23  Dave Love  <fx@gnu.org>
7506
7507         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7508         cadar.
7509
7510         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7511         imap-starttls-p.
7512         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7513
7514 2008-12-22  Dave Love  <fx@gnu.org>
7515
7516         * imap.el: Fix author email.  Doc fixes.
7517         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7518         reply.
7519
7520 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * spam-report.el (spam-report-gmane-max-requests): New constant.
7523         (spam-report-gmane-wait): New variable.
7524         (spam-report-gmane-ham, spam-report-gmane-spam)
7525         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7526         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7527         the server.
7528
7529         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7530         Add explanations.
7531
7532         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7533         nnheader-accept-process-output and nnheader-read-timeout if available.
7534         (pop3-movemail): Use it.
7535
7536         * message.el (message-check-news-body-syntax): Fix signature check if
7537         there's an attachment.
7538
7539 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * mm-util.el: Add comments to the mm- emulating functions.
7542
7543 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7546         Reported by Stephen Berman <stephen.berman@gmx.net>.
7547
7548 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * mm-util.el (mm-substring-no-properties): New function.
7551         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7552         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7553         (mm-string-to-multibyte): Doc fix.
7554
7555         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7556
7557 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * mml.el (mml-attach-file): Strip text properties from file name.
7560         (Bug#1574)
7561
7562 2008-12-16  Glenn Morris  <rgm@gnu.org>
7563
7564         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7565
7566 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7569         knows since the charset specified might be a bogus alias that
7570         mm-charset-synonym-alist provides.
7571
7572 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7575         "ISO_8859-1".
7576
7577         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7578
7579 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * mm-util.el (mm-charset-eval-alist):
7582         Define it before mm-charset-to-coding-system.
7583         (mm-charset-to-coding-system): Add optional argument `silent';
7584         define it before mm-charset-override-alist.
7585         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7586         default value if it can be used in Emacs currently running;
7587         silence mm-charset-to-coding-system.
7588
7589 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7592         `allow-override' which says whether to use `mm-charset-override-alist'.
7593         (rfc2047-decode-encoded-words): Use it.
7594
7595         * mm-util.el (mm-charset-override-alist): Fix custom type;
7596         add `(gb2312 . gbk)' to choices.
7597
7598 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7601         fast.
7602
7603         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7604
7605         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7606
7607 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7608
7609         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7610         on links.
7611
7612         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7613
7614 2008-12-03  Lute Kamstra  <lute@gnu.org>
7615
7616         * sha1.el: Remove leading * from docstrings of defcustoms,
7617         deffaces, defconsts and defuns.
7618
7619 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7622         users' addresses that don't have domain parts.
7623         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7624         rather than message-narrow-to-head since there will be the message
7625         header separator.
7626
7627 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7628
7629         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7630         since the result is inserted in a unibyte buffer anyway.
7631         (nnimap-demule-use-string-to-multibyte): Remove.
7632         (nnimap-demule): Alias it to mm-string-to-multibyte.
7633
7634 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7637         variable for debugging bug#464 and bug#1174.
7638         (nnimap-demule): Use it.
7639
7640 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7643         score calculation correctly.
7644
7645 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7646
7647         * message.el (message-send-mail): Just set the buffer to unibyte
7648         rather than use mm-with-unibyte-current-buffer which does a lot more.
7649         (message-send-mail-partially): Don't bother with
7650         mm-with-unibyte-current-buffer since it's already been made unibyte by
7651         message-send-mail.
7652
7653 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7656
7657 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7660
7661 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7664         require itself and to remove `with-no-warnings'.
7665
7666 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * starttls.el (starttls-any-program-available): Get the name of the
7669         available TLS layer program.
7670         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7671         well as the host name in the "opening" message.
7672
7673         * auth-source.el (auth-source-cache, auth-source-do-cache)
7674         (auth-source-user-or-password): Cache passwords and logins by default,
7675         allow override with `auth-source-do-cache'.
7676         (auth-source-forget-user-or-password): Allow users to remove cache
7677         entries if needed.
7678
7679 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7680
7681         * md4.el (md4-buffer): Fix typo in docstring.
7682         (md4, md4-64): Doc fixes.
7683         (md4-pack-int32): Reflow docstring.
7684
7685 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7688         condition-case to only the forward-sexp call.
7689
7690 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7693         quotes contained.  Make it more robust regardless by an extra
7694         condition-case wrapper.
7695
7696 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7699
7700 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * nnml.el (nnml-request-expire-articles): Check if the function set to
7703         `nnmail-expiry-target' returns the symbol `delete'.
7704
7705         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7706
7707         * nnmail.el (nnmail-expiry-target): Fix custom type.
7708
7709 2008-10-02  Glenn Morris  <rgm@gnu.org>
7710
7711         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7712         Silence compiler warning.
7713
7714 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7715
7716         * tls.el (open-tls-stream): Show the actual command being
7717         executed, instead of the format string.
7718
7719 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * lpath.el: Fbind codepage-setup for Emacs 23.
7722
7723 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7724
7725         * mml.el (mml-menu): Don't assume mml2015 is bound.
7726
7727 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7730         exists.
7731
7732 2008-09-27  Glenn Morris  <rgm@gnu.org>
7733
7734         * gnus-util.el (mail-header-remove-comments): Autoload it.
7735
7736 2008-09-27  Andreas Schwab  <schwab@suse.de>
7737
7738         * gnus-util.el (gnus-split-references): Strip comments.
7739         (gnus-parent-id): Likewise.
7740
7741 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * message.el (message-confirm-send): Fix version.
7744
7745 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * message.el (message-idna-to-ascii-rhs-1): Use
7748         mail-extract-address-components rather than mail-header-parse-addresses
7749         that is an alias by default to ietf-drums-parse-addresses that does not
7750         support non-ASCII names in headers' contents.
7751
7752 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * message.el (message-confirm-send): Fix variable documentation to
7755         avoid the "y/n" wording.
7756
7757 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7758
7759         * message.el (message-set-auto-save-file-name): Save to a different
7760         filename so multiple messages (especially drafts) can be recovered.
7761
7762 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7763
7764         * message.el (message-confirm-send): Add appropriate version.
7765
7766 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7769         defvar.
7770
7771 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7772
7773         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7774         (mm-pkcs7-enveloped-magic): Ditto.
7775
7776 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7777
7778         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7779         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7780
7781 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7782
7783         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7784         default, it's better.
7785
7786 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7787
7788         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7789         summary line gnus-number property and ignore them (with a warning
7790         message).
7791
7792 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7795         macro caddr in the interactive form since it won't be expanded.
7796
7797 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7800         `charset'; fix name of function called recursively.
7801         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7802
7803 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7806         (gnus-mime-set-charset-parameters): New function.
7807         (gnus-mime-view-part-as-charset): Use it to correctly display part
7808         specifying wrong charset.
7809
7810 2008-09-08  David Engster  <dengste@eml.cc>
7811
7812         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7813         in completing-read for back end server.
7814
7815 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * message.el (message-confirm-send): New variable to confirm sending a
7818         message.
7819         (message-send): Use it.
7820
7821 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7824
7825 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7828
7829 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7832         prevent tracking too many groups.
7833         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7834         Use it.
7835
7836 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7837
7838         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7839         moving point to the bottom of the window in order to avoid recentering.
7840
7841 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7844
7845         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7846         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7847         (gnus-article-beginning-of-window): Fix calculation.
7848
7849 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-msg.el (gnus-summary-supersede-article)
7852         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7853         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7854         message header.
7855
7856 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7857
7858         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7859         pending output coming after the status change.
7860
7861 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7862
7863         * message.el:
7864         * gnus-start.el:
7865         * gnus-registry.el: Remove VMS support.
7866
7867 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7870         macro.
7871         (rfc2104-hash): Use it.
7872
7873 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7876         (gnus-summary-sort-by-most-recent-date): New commands.
7877         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7878         and menu entries.
7879
7880 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7883         don't redisplay article for raw contents; remove plural articles stuff.
7884
7885         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7886         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7887         on gnus-summary-save-article; display results properly.
7888
7889 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * lpath.el: No need to fbind ns-focus-frame.
7892
7893 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7896
7897 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-art.el (gnus-summary-save-in-pipe):
7900         Consider gnus-save-all-headers.
7901
7902 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7903
7904         * gnus-util.el (ns-focus-frame): Remove declaration.
7905         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7906         like x.
7907
7908 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7909
7910         * rfc2104.el (rfc2104-zero): Delete defconst.
7911         (rfc2104-hex-alist): Likewise.
7912         (rfc2104-hex-to-int): Delete func.
7913         (rfc2104-hexstring-to-bitstring): Likewise.
7914         (rfc2104-nybbles): New defconst.
7915         (rfc2104-hash): Rewrite for speed.
7916
7917 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * tls.el (open-tls-stream): Make it work with the 2nd argument
7920         BUFFER that is a string but does not exist as a buffer object, as
7921         mentioned in the doc-string.
7922
7923 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7926         SXEmacs.
7927
7928 2008-07-16  Glenn Morris  <rgm@gnu.org>
7929
7930         * gnus-util.el (ns-focus-frame): Declare for compiler.
7931
7932 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7935         set as a group parameter.
7936         (gnus-summary-save-in-pipe): Work when it is called independently.
7937         (gnus-summary-pipe-to-muttprint): Don't modify
7938         gnus-summary-pipe-output-default-command.
7939
7940 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7941
7942         * message.el (message-send-mail-with-sendmail):
7943         Display the error message.
7944
7945 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-art.el (gnus-default-article-saver):
7948         Add gnus-summary-save-in-pipe to choices.
7949         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7950         gnus-summary-pipe-output-default-command as the default command.
7951         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7952         instead of gnus-last-shell-command.
7953
7954         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7955         New user option.
7956         (gnus-summary-muttprint-program): Mention the value will be changed.
7957         (gnus-summary-save-article): Force showing of all headers.
7958         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7959
7960 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7961
7962         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7963
7964 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7965
7966         * nnimap.el (nnimap-id):
7967         * sieve-manage.el (sieve-manage-open): Doc fixes.
7968
7969 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7970
7971         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7972         if available.
7973
7974 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7975
7976         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7977
7978         * nnkiboze.el (nnkiboze-generate-group):
7979         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7980
7981         * nnmairix.el: Require CL.
7982
7983 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * dgnushack.el: Autoload get-display-table and put-display-table for
7986         XEmacs 21.5.
7987
7988         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7989         21.4 and SXEmacs.
7990
7991 2008-06-15  David Engster  <dengste@eml.cc>
7992
7993         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7994
7995 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7996
7997         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7998         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7999         runtime choice under XEmacs.
8000
8001         * gnus-sum.el (gnus-summary-set-display-table):
8002         Use `gnus-put-display-table', `gnus-get-display-table',
8003         `gnus-set-display-table' for the display table, instead of `aset'.
8004
8005         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8006         Use `gnus-put-display-table', `gnus-get-display-table',
8007         `gnus-set-display-table' for the display table.
8008
8009 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * nnmairix.el: Add autoloads.
8012
8013 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * nnmairix.el (nnmairix-delete-recreate-group)
8016         (nnmairix-update-and-clear-marks): Fix error messages.
8017
8018 2008-06-14  David Engster  <dengste@eml.cc>
8019
8020         * nnmairix.el: Upgrade to version 0.6.
8021         (nnmairix-group-toggle-propmarks-this-group)
8022         (nnmairix-group-toggle-readmarks-this-group)
8023         (nnmairix-group-delete-recreate-this-group)
8024         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8025         (nnmairix-remove-tick-mark-original-article): New commands.
8026         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8027         (nnmairix-propagate-marks-to-nnmairix-groups)
8028         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8029         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8030         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8031         functions needed for marks propagation and manipulation of read marks.
8032         (nnmairix-update-groups): New function.
8033         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8034         (nnmairix-determine-original-group-from-registry)
8035         (nnmairix-determine-original-group-from-path)
8036         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8037         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8038         New helper functions.
8039         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8040         keystrokes for new commands.
8041         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8042         (nnmairix-request-group): Check allow-fast group parameter.
8043         (nnmairix-request-create-group): Set allow-fast group parameter if
8044         nnmairix-allowfast-default is set.
8045         (nnmairix-close-group): Propagate marks upon closing if needed.
8046         (nnmairix-group-toggle-threads-this-group): Use new.
8047         nnmairix-group-toggle-parameter helper function.
8048         (nnmairix-search): Better check for empty search result.
8049         (nnmairix-goto-original-article): Use new helper functions for
8050         determining original article.
8051         (nnmairix-show-original-article): Make sure message-id is in brackets.
8052         (nnmairix-call-mairix-binary): Change variable name.
8053         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8054         helper function.
8055         (nnmairix-widget-toggle-activate): Fix doc string.
8056
8057 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * nnir.el: Require edmacro when compiling with XEmacs.
8060         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8061         available in Emacs 21.
8062
8063 2008-06-11  Glenn Morris  <rgm@gnu.org>
8064
8065         * gnus-util.el (x-focus-frame):
8066         * gnus.el (image-size):
8067         * mm-decode.el (image-size): Declare.
8068
8069         * gnus-picon.el (declare-function): Add compat definition.
8070         (image-size): Declare.
8071
8072         * gnus-group.el (tool-bar-map):
8073         * gnus-sum.el (tool-bar-map): Define for compiler.
8074
8075         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8076
8077         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8078
8079         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8080         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8081         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8082         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8083         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8084         * sieve-manage.el, spam-report.el, spam.el:
8085         Remove unnecessary eval-and-compile of autoloads.
8086
8087 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8088
8089         * auth-source.el: Precise Tramp doc.
8090
8091 2008-06-07  Glenn Morris  <rgm@gnu.org>
8092
8093         * nnmairix.el: Remove unnecessary eval-when-compile.
8094
8095 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * lpath.el: Fbind propertize for XEmacs 21.4.
8098
8099 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * nnir.el: Move here from ../contrib.
8102
8103 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8104
8105         * gnus-util.el (gnus-read-shell-command): New function.
8106         * mm-decode.el (mm-pipe-part):
8107         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8108
8109 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8112
8113 2008-06-03  Glenn Morris  <rgm@gnu.org>
8114
8115         * pop3.el (nnheader-accept-process-output): Autoload it.
8116
8117 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8120         are not 2-digit hexadecimal characters that follow `%'s.
8121
8122 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * message.el (message-bogus-recipient-p): Fix type in doc string.
8125         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8126         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8127         Improve custom options.
8128         (message-bogus-recipient-p): Adjust accordingly.
8129
8130 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8131
8132         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8133         long-form month and day names.
8134
8135 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * dgnushack.el: Autoload debug, eudc-expand-inline and
8138         pgg-snarf-keys-region for XEmacs.
8139
8140         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8141
8142         * nnmairix.el: Require edmacro when compiling with XEmacs.
8143
8144 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8147         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8148
8149 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * auth-source.el: Add more docs.
8152
8153         * netrc.el (netrc-machine): Always match if the port is not given.
8154
8155 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8158         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8159         retrieval faster in some cases, but might make CPU usage larger.
8160         If this has any bad side effects, we might revert this change.
8161
8162         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8163         seems to make mail retrieval much, much faster.
8164         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8165         unconditionally.
8166
8167         * gnus-draft.el (gnus-group-send-queue):
8168         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8169
8170 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8173
8174         * message.el (message-bogus-address-regexp): Fix and improve custom
8175         type.
8176         (message-setup-hook): Add message-check-recipients as custom option.
8177
8178 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * message.el (message-cite-function): Remove bogus autoload which crept
8181         in during merge from v5-10.
8182
8183 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8184
8185         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8186
8187         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8188
8189         * auth-source.el: Preliminary Tramp docs.
8190         (auth-sources): Change the default auth-sources to use
8191         EPA .gpg files.
8192
8193 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8194
8195         * nntp.el: Autoload `auth-source-user-or-password'.
8196         (nntp-send-authinfo): Use it.
8197
8198         * nnimap.el: Autoload `auth-source-user-or-password'.
8199         (nnimap-open-connection): Use it.
8200
8201         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8202         for the gnus-message function.
8203         (auth-source-user-or-password): Use it.
8204
8205 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8206
8207         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8208         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8209         (rfc2104-hash): Use it.
8210
8211 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8212
8213         * gnus-art.el (gnus-article-toggle-truncate-lines):
8214         Don't use `iff' in docstring.
8215
8216 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8217
8218         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8219
8220         * gnus-util.el (gnus-extract-address-component-name)
8221         (gnus-extract-address-component-email): Convenience functions around
8222         `gnus-extract-address-components'.
8223
8224         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8225         Use `gnus-extract-address-component-email' to fix bug of comparing full
8226         sender name to `user-mail-address'.
8227
8228 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8231         catch/throw to optimize.
8232         (gnus-registry-find-keywords): Just use member to find a keyword.
8233
8234 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8235
8236         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8237         is current before calling gnus-server-prepare.
8238         (gnus-server-setup-buffer, gnus-server-update-server)
8239         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8240
8241 2008-05-04  Juri Linkov  <juri@jurta.org>
8242
8243         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8244         (mailcap-file-default-commands): Use mailcap-replace-in-string
8245         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8246         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8247
8248 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8249
8250         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8251
8252 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8253
8254         * gnus.el: Bump version to 0.11.
8255
8256 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8257
8258         * gnus.el: No Gnus v0.10 is released.
8259
8260 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8263         hooks.
8264         (gnus-update-read-articles): Speed up non-marks-using users.
8265         (gnus-use-marks): Define gnus-use-marks.
8266         (gnus-propagate-marks): Rename variable to something more sensible.
8267
8268 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8269
8270         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8271         (gmm-image-load-path-for-library): Fix typos in docstrings.
8272         (gmm-message): Reflow docstring.
8273
8274 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * mail-source.el (mail-source-set-1, mail-source-bind):
8277         Move auth-source code out of the macro to clean it up and fix bugs.
8278
8279 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8282         by sender if it's equal to user-mail-address, it's likely to be
8283         useless.
8284
8285         * mail-source.el (mail-source-bind): Don't use user or password if they
8286         are not bound.  Unintern them if they are nil.  Don't use server unless
8287         it's bound, and default it to empty string otherwise.
8288
8289 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8290
8291         * mail-source.el: Load auth-source.el.
8292         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8293         get user name or password, if auth-sources is set up.
8294
8295         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8296         strategy of splitting with parent.
8297         (gnus-registry-split-fancy-with-parent)
8298         (gnus-registry-post-process-groups): Use it and fix prior
8299         bug (returning a list as the split result).
8300
8301         * auth-source.el (auth-sources): Remove server parameter.
8302         (auth-source-pick, auth-source-user-or-password)
8303         (auth-source-user-or-password-imap)
8304         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8305         (auth-source-user-or-password-sftp)
8306         (auth-source-user-or-password-smtp): Remove server parameter.
8307
8308 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8309
8310         * smime.el (smime-sign-region, smime-encrypt-region)
8311         (smime-decrypt-region):
8312         Remove redundant calls to `generate-new-buffer-name'.
8313
8314 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8315
8316         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8317         Don't use QP for message/rfc822.
8318         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8319
8320 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8321
8322         * sieve-manage.el (sieve-string-bytes): Remove.
8323         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8324         correct byte-length only if the process's coding-system is the same as
8325         the one used internally by Emacs to represent strings.
8326
8327 2008-04-22  Juri Linkov  <juri@jurta.org>
8328
8329         * mailcap.el (mailcap-file-default-commands): New function.
8330
8331 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * message.el (message-signature-separator, message-cite-function):
8334         Change custom version.
8335
8336 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8337
8338         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8339         commands.
8340         (tls-checktrust): Ditto.
8341
8342 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * mm-decode.el (mm-display-external): Make temp file read-only.
8345
8346 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8349         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8350         `C-c C-f d'.
8351
8352 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8353
8354         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8355
8356 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gnus.el: Bump version to 0.9.
8359
8360 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * gnus.el: No Gnus v0.8 is released.
8363
8364 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8365
8366         * mail-source.el (mail-source-value):
8367         Prefer fboundp to functionp so it works with macros as well.
8368
8369 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8370
8371         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8372         Fix last change in case the element is not even a symbol.
8373
8374 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8375
8376         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8377         Prefer fboundp to functionp so it works with macros as well.
8378
8379 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8380
8381         * auth-source.el: Add docs.
8382         (auth-sources): Modify format to support server.
8383         (auth-source-pick, auth-source-user-or-password)
8384         (auth-source-user-or-password-imap)
8385         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8386         (auth-source-user-or-password-sftp)
8387         (auth-source-user-or-password-smtp): Add server parameter.
8388
8389 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8390
8391         * gnus-registry.el: Initialize the registry when gnus-registry-install
8392         is t.
8393
8394 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * compface.el (uncompface): Make buffer unibyte.
8397
8398 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8399
8400         * mail-source.el (mail-source-value):
8401         Prefer fboundp to functionp so it works with macros as well.
8402
8403 2008-04-05  Glenn Morris  <rgm@gnu.org>
8404
8405         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8406
8407 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8408
8409         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8410         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8411
8412         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8413         multibyteness after rather than before erasing it.
8414
8415         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8416         mm-with-multibyte.
8417         (gnus-request-article-this-buffer): Make sure the proper decoding is
8418         used if gnus-original-article-buffer happens to be unibyte.
8419
8420         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8421         default-enable-multibyte-characters.
8422
8423         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8424         default-enable-multibyte-characters.
8425
8426         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8427
8428         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8429
8430 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8431
8432         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8433         Fix last change in case the element is not even a symbol.
8434
8435 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8436
8437         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8438         (imap-message-copyuid-1): Use it.
8439         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8440         J. Williams in
8441         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8442
8443         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8444         imap-enable-exchange-bug-workaround.
8445         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8446
8447 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8448
8449         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8450         a 100 byte status-checks into a 2-3MB transfer for each group.
8451         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8452         to enable bug workaround or not.
8453         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8454
8455 2008-03-31  Glenn Morris  <rgm@gnu.org>
8456
8457         * message.el (mml2015-use): Declare for compiler.
8458         (message-info): Require mml2015 when appropriate.
8459
8460 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8463         whitespace.
8464
8465 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8466
8467         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8468         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8469         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8470         (nntp-service-to-port): New function.
8471         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8472         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8473         (nntp-open-netcat-stream): New function.
8474         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8475
8476 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8477
8478         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8479
8480 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8481
8482         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8483
8484 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8485
8486         * dns.el (dns-write): Use set-buffer-multibyte.
8487
8488 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8489
8490         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8491
8492 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * message.el (message-signature-separator): Change default.
8495         Improve custom type.
8496         (message-cite-function): Change default to
8497         message-cite-original-without-signature.
8498
8499         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8500         toggle.
8501
8502         * message.el (message-check-news-body-syntax): Fix signature check.
8503         (message-setup-1): Mark buffer as unmodified _after_ running
8504         message-setup-hook and handling message-alternative-emails.
8505         (message-shorten-references): Be more strict when building list of
8506         valid references to comply with GNKSA.
8507
8508         * gnus-group.el (gnus-read-ephemeral-bug-group)
8509         (gnus-read-ephemeral-debian-bug-group)
8510         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8511
8512         * message.el (message-info): Don't use booleanp which isn't supported
8513         in Emacs 21 and XEmacs.
8514
8515 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8518         gnus-group-gmane-group-download-format.
8519         (gnus-group-read-ephemeral-gmane-group): Rename from
8520         gnus-group-read-ephemeral-gmane-group.
8521         (gnus-read-ephemeral-gmane-group-url): Rename from
8522         gnus-group-read-ephemeral-gmane-group-url.
8523         (gnus-bug-group-download-format-alist): New variable.
8524         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8525         (gnus-read-ephemeral-emacs-bug-group): New commands.
8526
8527 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8530         (gnus-visible-headers): Improve custom type.
8531
8532 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * mml.el (mml-menu): Add workarounds for XEmacs.
8535
8536         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8537         X-Boundary header.
8538
8539         * message.el (message-simplify-recipients): Fix previous commit.
8540
8541 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8542
8543         * mm-util.el (mm-set-buffer-multibyte): New function.
8544         * mm-decode.el (mm-copy-to-buffer): Use it.
8545
8546         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8547         Prefer fboundp to functionp so it works with macros as well.
8548
8549 2008-03-19  Glenn Morris  <rgm@gnu.org>
8550
8551         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8552         Accidentally removed in the sync process with Emacs.
8553
8554 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * message.el (message-alter-recipients-discard-bogus-full-name):
8557         New function.
8558         (message-alter-recipients-function): New variable.
8559         (message-get-reply-headers): Use it.
8560         (message-replace-header): New helper function.
8561         (message-recipients-without-full-name): New variable.
8562         (message-simplify-recipients): New command.
8563
8564         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8565
8566         * message.el (message-info): Handle EasyPG manual.
8567
8568         * mml.el (mml-menu): Add entry for EasyPG.
8569
8570 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8571
8572         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8573         parameter.
8574
8575         * message.el (message-disassociate-draft): Specify drafts group name
8576         fully.
8577
8578 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8579
8580         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8581         Eliminate unnecessary duplicates from the match list.
8582
8583 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8586
8587         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8588
8589         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8590         args of `how-many' of which the XEmacs version doesn't take; declare
8591         Info-index-next as function.
8592
8593 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * gnus-score.el (gnus-score-headers): Fix handling of
8596         gnus-inhibit-slow-scoring.
8597
8598         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8599         string.
8600         (gnus-button-url-regexp): Improve handling of parenthesis.
8601         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8602         (gnus-button-handle-info-keystrokes): Handle index entries.
8603
8604 2008-03-15  Glenn Morris  <rgm@gnu.org>
8605
8606         * parse-time.el (parse-time-string): Simplify.
8607
8608 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8611         Incoming* files.
8612
8613 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * auth-source.el (auth-sources): Rename from auth-source-choices.
8616         (auth-source-pick): Use it.
8617
8618 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8619
8620         * binhex.el (binhex-decode-region-internal):
8621         * uudecode.el (uudecode-decode-region-internal):
8622         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8623         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8624         setting default-enable-multibyte-characters.
8625
8626 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * auth-source.el (auth-source-protocols)
8629         (auth-source-protocols-customize, auth-source-choices): Add and
8630         modified variable customizations and defaults.
8631         (auth-source-pick, auth-source-user-or-password)
8632         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8633         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8634         (auth-source-user-or-password-sftp)
8635         (auth-source-user-or-password-smtp): Use new variables and provide an
8636         interface to netrc.el.
8637
8638 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8641         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8642         Make sure the nntp port to specify is a string.
8643
8644 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8645
8646         * nntp.el: Use with-current-buffer.
8647         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8648         dubious mm-with-unibyte-current-buffer.
8649         (nntp-with-open-group-function): New function extracted from
8650         nntp-with-open-group macro.
8651         (nntp-with-open-group): Use the function, so it's easier to debug.
8652         Add indentation and debugging info.
8653         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8654         Recommend the use of the netcat alternatives.
8655
8656         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8657         Avoid mm-string-as-multibyte as well.
8658
8659         * nnweb.el (nnweb-insert-html):
8660         Remove use of nnheader-string-as-multibyte.
8661
8662         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8663         (nnheader-string-as-multibyte): Remove.
8664
8665         * mm-view.el: Use inhibit-read-only.
8666         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8667         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8668         or unibyte-string.
8669
8670         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8671         (mm-uu-yenc-extract): Use with-current-buffer.
8672
8673         * gnus-soup.el (gnus-soup-send-packet): Don't use
8674         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8675
8676         * nnmh.el: Use with-current-buffer.
8677         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8678         mm-string-as-multibyte on the output of mm-encode-coding-string.
8679
8680         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8681         (nnimap-request-move-article): Use with-current-buffer.
8682
8683         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8684         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8685         conversion uses string-make-unibyte rather than string-as-unibyte.
8686
8687         * gnus-msg.el: Use with-current-buffer.
8688
8689         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8690
8691 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8692
8693         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8694         string for caching if it is 'PIN.
8695
8696 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * lpath.el: Consider the case without Emacs/W3.
8699
8700 2008-03-08  Glenn Morris  <rgm@gnu.org>
8701
8702         * time-date.el (date-to-time, time-subtract, time-add)
8703         (safe-date-to-time): Doc fixes.
8704
8705 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * mail-source.el (mail-source-delete-old-incoming-confirm):
8708         Change default to nil.
8709         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8710
8711 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * lpath.el: Rearrange.
8714
8715         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8716         (gnus-article-goto-prev-page): Work for articles having ^L's.
8717
8718         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8719
8720         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8721
8722 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8723
8724         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8725         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8726         (gnus-bookmark-jump): Adjust some variable names.
8727
8728 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8729
8730         * auth-source.el: New package.
8731         (auth-source-choices): Add customization entry point variable.
8732
8733         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8734         bug.
8735
8736 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8737
8738         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8739         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8740         (gnus-registry-install-shortcuts): Rename from
8741         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8742         the `gnus-registry-mark-map' keymap dynamically from
8743         `gnus-registry-marks'.  The generated functions update the summary line
8744         when a registry mark is added or deleted, and will call
8745         `gnus-registry-install-p' (see the comments in the code).
8746         (gnus-registry-user-format-function-M): Use concat intelligently.
8747
8748         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8749         the registry mark functions.
8750
8751 2008-03-05  Glenn Morris  <rgm@gnu.org>
8752
8753         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8754         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8755         gnus-art.
8756         (top-level): No need to load own source when compiling.
8757
8758 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8761         Suggested by <chris.anderton@zetnet.co.uk>.
8762
8763 2008-03-04  Glenn Morris  <rgm@gnu.org>
8764
8765         * gnus-sum.el (top-level): No need to require gnus when compiling,
8766         since unconditionally required near start of file.
8767         (gnus-summary-display-while-building): Move definition before use.
8768
8769 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8770
8771         * gnus-registry.el (gnus-registry-user-format-function-M):
8772         Add formatting function.
8773
8774 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8775
8776         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8777         with plists.
8778         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8779         Use new format.
8780
8781 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8784         `where-is-internal' that returns a range of key sequences.
8785
8786 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8787
8788         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8789
8790         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8791         (gnus-summary-jump-to-group): Consider windows on other displayed
8792         frames as well.  Similar changes might be needed elsewhere, but that's
8793         the one I've bumped into during my use.
8794
8795         * nndoc.el (nndoc-oe-dbx-type-p):
8796         * gnus-msg.el (gnus-debug):
8797         * gnus-group.el (gnus-update-group-mark-positions):
8798         Use mm-string-to-multibyte.
8799
8800 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8803         doesn't handle NotDashEscaped.
8804
8805         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8806         (mml-dnd-attach-options): Fix typo in custom choice.
8807
8808         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8809         Change nndoc-article-type to mbox.
8810         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8811
8812         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8813         to nil, instead of html2text.
8814
8815         * imap.el (imap-debug): Add `imap-ping-server'.
8816
8817         * gnus-bookmark.el: Add FIXMEs.
8818
8819         * message.el (message-form-letter-separator)
8820         (message-send-form-letter-delay): New variables.
8821         (message-send-form-letter): Use them.  New command to send form
8822         letters.  Requested by Uwe Siart.
8823         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8824
8825 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * Update copyright years.
8828
8829 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         Sync from EMACS_22_BASE.
8832
8833         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8834
8835 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8836
8837         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8838         empty author.
8839
8840 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * gnus-registry.el (gnus-registry-marks): Add variable for
8843         customization of marks and their appearance.
8844         (gnus-registry-read-mark): Use it.
8845         (gnus-registry-do-marks): Add utility function to loop through
8846         `gnus-registry-marks'.
8847         (gnus-registry-install-shortcuts-and-menus): Add function to install
8848         shortcuts and menus.
8849         (gnus-registry-initialize): Use it.
8850         (gnus-registry-default-mark): Clarify documentation.
8851
8852 2008-02-29  Glenn Morris  <rgm@gnu.org>
8853
8854         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8855         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8856         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8857         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8858         Change defcustom :version from 23.0 to 23.1.
8859
8860 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8861
8862         * gnus-registry.el (gnus-registry-follow-group-p)
8863         (gnus-registry-post-process-groups): Add functions to aid registry
8864         splitting and improve logging.  Clarify behavior in function
8865         documentation.
8866         (gnus-registry-split-fancy-with-parent): Use them.
8867
8868 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8869
8870         * gnus-art.el: Use with-current-buffer.
8871
8872 2008-02-27  David Engster  <dengste@eml.cc>
8873
8874         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8875         Express real group name in the response.
8876
8877 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8880         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8881         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8882         autoload gnus-registry-fetch-group when compiling.
8883         (nnmairix-request-group-with-article-number-correction):
8884         Remove unreferenced argument passed to nnmairix-call-backend.
8885
8886 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8889         (mm-uu-extract): Improve face for low color ttys.
8890         Reported by Sascha Wilde.
8891
8892 2008-02-27  Glenn Morris  <rgm@gnu.org>
8893
8894         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8895         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8896         variables to defconsts.  Convert comments to doc-strings.
8897         (nnmairix-last-server, nnmairix-current-server): Convert from free
8898         variables to defvars.  Convert comments to doc-strings.
8899         (gnus-registry-fetch-group): Autoload.
8900         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8901         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8902         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8903         caddr.
8904         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8905         nnmairix-request-group-with-article-number-correction call.
8906         (nnmairix-fast, nnmairix-group): New, less general names, for free
8907         variables passed from nnmairix-request-group to
8908         nnmairix-request-group-with-article-number-correction.  Declare.
8909         (nnmairix-request-group-with-article-number-correction):
8910         Use nnmairix-fast, nnmairix-group rather than fast, group.
8911
8912 2008-02-26  David Engster  <dengste@eml.cc>
8913
8914         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8915         version 0.5.
8916
8917 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8918
8919         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8920         instead of making an extra function call.  Don't add the current group
8921         to articles only when they have the group.  Use
8922         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8923         Reported by David <de_bb@arcor.de>.
8924
8925 2008-02-24  Miles Bader  <miles@gnu.org>
8926
8927         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8928         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8929         (mm-find-mime-charset-region):
8930         * mm-bodies.el (mm-encode-body):
8931         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8932
8933 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8936         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8937
8938 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * mail-source.el (mail-source-delete-incoming): Change default.
8941         Supplement doc string.
8942
8943         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8944
8945 2008-02-14  Glenn Morris  <rgm@gnu.org>
8946
8947         * time-date.el (format-seconds): New function.
8948
8949 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * nnmail.el (nnmail-message-id-cache-file): Derive from
8952         `gnus-home-directory'.
8953
8954 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8957         Document negative prefix.
8958
8959         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8960
8961 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * message.el (message-unsent-separator): Add the Exim bounce
8964         separator.
8965
8966 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8967
8968         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8969         list.
8970         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8971         recipient/signer list.
8972
8973 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * Makefile.in (datarootdir): Define.
8976         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8977         name that might contain whitespace.
8978
8979 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8982         fbound (Emacs 23 unicode), signal an error.
8983
8984 2008-02-08  Glenn Morris  <rgm@gnu.org>
8985
8986         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8987
8988 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8989
8990         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8991         ports to the calls to `netrc-machine-user-or-password' in addition to
8992         "imap" and "imaps".
8993
8994 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8995
8996         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8997
8998         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8999
9000 2008-02-01  Kenichi Handa  <handa@m17n.org>
9001
9002         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9003         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9004         (rfc2104-hash): Convert the result of concat to unibyte string.
9005
9006 2008-02-01  Dave Love  <fx@gnu.org>
9007
9008         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9009         coding-system-for-read.
9010         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9011
9012 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9015         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9016         <hanche@math.ntnu.no>.
9017
9018 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9021
9022         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9023
9024 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9025
9026         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9027         * message.el (message-beginning-of-line): Use featurep instead of bound
9028         tests in order to resolve conditionals at compile time.
9029
9030 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9031
9032         * mail-source.el (mail-sources): Add `group' choice.
9033
9034         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9035         parameter `in-group' to control into which group the articles go.
9036         Add treatment of `group' mail-source.
9037
9038 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9041
9042         * mm-decode.el (mm-dissect-buffer): Decode description.
9043
9044         * mml.el (mml-to-mime): Encode message header first.
9045
9046 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9049         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9050
9051         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9052         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9053
9054 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9055
9056         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9057
9058 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9061         prefix keys.
9062         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9063         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9064         gnus-xmas.el.
9065
9066         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9067         (gnus-xmas-article-describe-bindings): New function.
9068         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9069         gnus-xmas-article-describe-bindings.
9070
9071         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9072
9073 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9074
9075         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9076         Add new variables for article mark management.
9077         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9078         list of extra data entries which, when present, will indicate that the
9079         article ID should not be trimmed from the registry.
9080         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9081         functions.
9082         (gnus-registry-read-mark): New function to read a mark name from the
9083         user.
9084         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9085         (gnus-registry-set-article-mark-internal): New functions to add and
9086         remove marks.
9087         (gnus-registry-get-article-marks): New function to show the marks for
9088         an article, or retrieve them for further use.
9089
9090 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9093         keys when no argument is given.
9094
9095 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * imap.el (imap-ping-server): New variable.
9098         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9099         (imap-ping-server): Minor doc string fixes.
9100
9101 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9102
9103         * imap.el (imap-ping-server): New function.
9104         (imap-opened): Call imap-ping-server.
9105
9106 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * gnus-sum.el (gnus-article-sort-by-random)
9109         (gnus-thread-sort-by-random): Fix doc strings.
9110         Reported by jidanni@jidanni.org.
9111
9112 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-art.el (gnus-article-describe-bindings): New function.
9115         (gnus-article-read-summary-keys): Use it.
9116         (gnus-article-mode-map): Bind `C-h b' to it.
9117
9118 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9121         XEmacs.
9122         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9123         Protect against non-character events.
9124
9125         * lpath.el: Fbind map-keymap for Emacs 21.
9126
9127 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9130         New command.
9131         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9132         instead of END.  Change name of the temp file.
9133         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9134         customizable.
9135
9136 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9139         bind `S W' to gnus-article-wide-reply-with-original; set default
9140         binding to gnus-article-read-summary-send-keys.
9141         (gnus-article-read-summary-keys): Fix the order of keys; display
9142         continuation keys correctly in the echo area; describe bindings
9143         correctly when keys end with `C-h'.
9144         (gnus-article-read-summary-send-keys): New function.
9145         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9146         Work for gnus-article-read-summary-send-keys; display continuation keys
9147         correctly in the echo area.
9148         (gnus-article-reply-with-original): Ignore prefix argument.
9149         (gnus-article-wide-reply-with-original): New function.
9150
9151         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9152         Emacs 21.
9153
9154 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9157         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9158
9159 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9162         (gnus-group-read-ephemeral-gmane-group): New command.
9163
9164 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9165
9166         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9167
9168 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * message.el (message-send-mail-function): Increase custom version.
9171
9172         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9173         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9174
9175 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9176
9177         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9178         for the cases where imap-authenticate is called with a nil buffer
9179         parameter.
9180
9181 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9184         html parts correctly; support forwarded messages.
9185         (gnus-article-browse-html-article): Remove work buffers.
9186
9187         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9188         compiling.
9189         (netrc-bound-and-true-p): New macro.
9190         (netrc-parse): Use it instead of bound-and-true-p that is not available
9191         in XEmacs 21.4.
9192
9193 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9194
9195         * gnus-registry.el (gnus-registry-mark-article)
9196         (gnus-registry-article-marks): Add functionality to mark articles
9197         through the Gnus registry.
9198
9199         * encrypt.el: Clarify documentation for the new pgg method.
9200         (encrypt-file-alist): Add PGG option.
9201         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9202         functionality.  Abstract password key and messaging to external
9203         functions.
9204         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9205         (encrypt-message-method-and-cipher): Add new convenience external
9206         functions.
9207         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9208         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9209
9210         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9211         (netrc-parse): Use encrypt-file-alist to determine if
9212         encrypt-find-model or encrypt-insert-file-contents should be used.
9213
9214         * encrypt.el: Clarify documentation.  Load password-cache or
9215         password, whichever one is found first, instead of autoloading.
9216
9217 2007-12-19  Glenn Morris  <rgm@gnu.org>
9218
9219         * mml.el (message-options-set, message-narrow-to-head)
9220         (message-in-body-p, message-mail-p, message-encode-message-body):
9221         Autoload.
9222         (message-remove-header, message-narrow-to-headers-or-head)
9223         (message-subscribed-p, message-make-mail-followup-to)
9224         (message-position-on-field, message-news-p)
9225         (message-options-set-recipient, message-generate-headers)
9226         (message-sort-headers): Declare as functions.
9227
9228 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9231         convention in doc string.
9232
9233 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9236         title to html parts.
9237         (gnus-article-browse-html-article): Pass message header to it.
9238
9239         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9240
9241 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9242
9243         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9244         or password compatible with XEmacs.
9245
9246 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9249         format document.
9250         (gnus-mime-delete-part): Don't write description line if empty.
9251         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9252
9253 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9254
9255         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9256         (gnus-summary-mark-read-and-unread-as-read)
9257         (gnus-summary-mark-current-read-and-unread-as-read)
9258         (gnus-summary-mark-unread-as-ticked): Doc fix.
9259         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9260
9261 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9264         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9265
9266 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9269         yes-or-no-p.
9270
9271 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * mm-decode.el (mm-add-meta-html-tag): New function.
9274         (mm-save-part-to-file, mm-pipe-part): Use it.
9275
9276         * gnus-art.el (gnus-article-browse-delete-temp-files):
9277         Use gnus-y-or-n-p instead of y-or-n-p.
9278         (gnus-article-browse-html-parts): Work with message/external-body; use
9279         mm-add-meta-html-tag.
9280
9281 2007-12-11  Glenn Morris  <rgm@gnu.org>
9282
9283         * gnus-cache.el: Require gnus-sum not just when compiling.
9284
9285         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9286
9287         * gnus-int.el (gnus-server-opened, gnus-status-message):
9288         Move definitions before use.
9289
9290         * mm-decode.el: Require gnus-util.
9291         (mm-remove-part): Only call delete-annotation on XEmacs.
9292
9293         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9294
9295         * nnmail.el: Require gnus-int.
9296
9297         * spam.el: Move `require's before `eval-when-compile's.
9298
9299         * gnus-ems.el (gnus-alive-p):
9300         * gnus-fun.el (message-goto-eoh):
9301         * gnus-util.el (gnus-group-name-decode):
9302         * mail-source.el (gnus-compress-sequence):
9303         * message.el (Info-goto-node, format-spec):
9304         * mm-bodies.el (message-options-get):
9305         * mm-decode.el (mm-view-pkcs7):
9306         * mm-util.el (gmm-write-region):
9307         * mml-smime.el (mml-compute-boundary)
9308         (gnus-completing-read-with-default):
9309         * mml.el (widget-button-press, gnus-make-hashtable):
9310         * mml1991.el (mm-decode-content-transfer-encoding)
9311         (mm-encode-content-transfer-encoding)
9312         (message-options-get, message-options-set):
9313         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9314         * nnfolder.el (gnus-request-group):
9315         * nnheader.el (ietf-drums-unfold-fws):
9316         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9317         * smime.el (gnus-run-mode-hooks):
9318         * spam-stat.el (gnus-message): Autoload.
9319
9320         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9321         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9322         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9323         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9324         Add declare-function compatibility definition.
9325
9326         * gnus-cache.el (nnvirtual-find-group-art):
9327         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9328         (gnus-add-image, gnus-add-wash-type):
9329         * gnus-group.el (nnkiboze-score-file):
9330         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9331         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9332         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9333         (message-tokenize-header, gnus-get-buffer-create)
9334         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9335         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9336         * gnus.el (gnus-group-decoded-name):
9337         * mail-source.el (imap-capability):
9338         * mm-bodies.el (message-options-set):
9339         * mm-decode.el (gnus-configure-windows):
9340         * mm-extern.el (message-goto-body):
9341         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9342         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9343         (epg-sub-key-validity, message-options-set):
9344         * mml.el (widget-event-point, gnus-configure-windows):
9345         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9346         * mml2015.el (epg-check-configuration, epg-configuration)
9347         (message-options-set):
9348         * nndb.el (nndb-request-article):
9349         * nnfolder.el (gnus-request-create-group):
9350         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9351         * nnmaildir.el (gnus-group-mark-article-read):
9352         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9353         * rfc1843.el (message-fetch-field):
9354         * spam.el (gnus-extract-address-components):
9355         Declare as functions.
9356
9357 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9360
9361         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9362
9363         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9364         bind show-trailing-whitespace for XEmacs.
9365
9366 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9369         new no-op macro for backward compatibility.
9370
9371         * imap.el (imap-string-to-integer): New function.
9372
9373 2007-12-09  Glenn Morris  <rgm@gnu.org>
9374
9375         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9376
9377         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9378         * message.el, mm-view.el, sieve-manage.el, smime.el:
9379         Add declare-function compatibility definition.
9380
9381         * gnus-art.el (w3-region, w3m-region, Info-menu):
9382         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9383         * gnus-sum.el (gnus-get-predicate):
9384         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9385         * message.el (mail-abbrev-in-expansion-header-p):
9386         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9387         (w3m-detect-meta-charset, w3m-region):
9388         * sieve-manage.el (password-read, password-cache-add)
9389         (password-cache-remove):
9390         * smime.el (password-read-and-add): Declare as functions.
9391
9392 2007-12-08  David Kastrup  <dak@gnu.org>
9393
9394         * gnus-sum.el (gnus-summary-simplify-subject-query):
9395         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9396         `message'.
9397
9398 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9401         it to bind idna-program, installation-directory, defined-colors, and
9402         face-attribute for XEmacs of the version that compiles defcustom forms.
9403
9404 2007-12-07  Glenn Morris  <rgm@gnu.org>
9405
9406         * gnus-art.el (article-make-date-line): Revert previous change.
9407
9408 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9411
9412 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9413
9414         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9415         Call gnus-add-to-range ranges only once with a prepared article-list.
9416
9417 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9418
9419         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9420         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9421         group names with backslashes.
9422         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9423
9424 2007-12-06  Deepak Goel  <deego3@gmail.com>
9425
9426         * gnus-art.el (article-make-date-line):
9427         * gnus-start.el (gnus-load):
9428         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9429
9430 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-art.el (gnus-use-idna)
9433         * gnus-start.el (gnus-site-init-file)
9434         * message.el (message-use-idna)
9435         * mm-uu.el (mm-uu-hide-markers)
9436         * smiley.el (smiley-style): Revert changes that suppress warnings.
9437
9438 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9441         specify charset to html source.
9442         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9443
9444 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9447         idna-program in order to suppress byte compile warning issued by XEmacs
9448         that came to byte compile the default value section of defcustom forms
9449         recently.
9450
9451         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9452         value of installation-directory.
9453
9454         * message.el (message-use-idna): Don't directly refer to the value of
9455         idna-program.
9456
9457         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9458
9459         * smiley.el (smiley-style): Don't directly call face-attribute.
9460
9461 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9464
9465         * gnus-dired.el: Reduce Gnus dependencies.
9466         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9467         Don't require.  Use autoloads instead.
9468         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9469         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9470         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9471         (gnus-dired-mode): Adjust doc string.
9472         (gnus-dired-mail-mode): New variable.
9473         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9474         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9475         (gnus-dired-mail-buffers): New function.  Return mail or message
9476         composition buffers.
9477         (gnus-dired-attach): Use it.
9478         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9479         NO-DECODE.
9480         (gnus-dired-print): Use `gnus-print-buffer' depending on
9481         `gnus-dired-mail-mode'.
9482
9483 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * rfc2047.el (rfc2047-encoded-word-regexp)
9486         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9487         explaining what regexp patterns are for.
9488
9489 2007-12-04  Glenn Morris  <rgm@gnu.org>
9490
9491         * password.el: Move to password-cache.el.
9492
9493         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9494         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9495         * mml-smime.el (password-read, password-cache-add)
9496         (password-cache-remove):
9497         No need to autoload, since mml-sec requires password.
9498
9499         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9500         * message.el (gnus-extract-address-components):
9501         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9502
9503         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9504         password.
9505
9506 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * mailcap.el: Reduce dependencies.
9509         (mail-header-parse-content-type): Autoload.
9510         (mailcap-delete-duplicates): New alias.
9511         (mailcap-mime-info): Add optional argument NO-DECODE.
9512         (mailcap-mime-types): Use mailcap-delete-duplicates.
9513
9514         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9515
9516 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9517
9518         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9519         (imap-parse-status): Upcase status-att for servers that sends them
9520         lower-case (e.g., MS Exchange 2007).
9521
9522 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9525         function.
9526
9527         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9528         (gnus-uu-yenc-article): New function.
9529
9530         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9531
9532         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9533
9534 2007-12-02  Glenn Morris  <rgm@gnu.org>
9535
9536         * binhex.el (binhex): New custom group.
9537         (binhex-decoder-program, binhex-decoder-switches)
9538         (binhex-use-external): Move to the binhex custom group.
9539
9540         * uudecode.el (uudecode): New custom group.
9541         (uudecode-decoder-program, uudecode-decoder-switches)
9542         (uudecode-use-external): Move to the uudecode custom group.
9543
9544         * netrc.el (top-level): Don't load `encrypt' features.
9545         (netrc-parse): Don't use encrypt.
9546         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9547
9548         * encrypt.el: Remove file.
9549
9550 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9553         matches on patches.
9554
9555         * gnus-art.el (gnus-article-browse-html-article):
9556         Mention `mm-text-html-renderer' in the doc string.
9557
9558         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9559         string.  Add comments.
9560
9561         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9562         if rhs is ASCII.
9563
9564 2007-12-01  Glenn Morris  <rgm@gnu.org>
9565
9566         * mail-source.el (top-level): Require format-spec before
9567         eval-when-compile.
9568
9569 2007-11-30  Glenn Morris  <rgm@gnu.org>
9570
9571         * encrypt.el: Require password, rather than autoloading password-read.
9572
9573 2007-11-29  Glenn Morris  <rgm@gnu.org>
9574
9575         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9576         (sasl-make-client, sasl-next-step, sasl-step-data)
9577         (sasl-step-set-data): Declare as functions.
9578
9579 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9582
9583 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9584
9585         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9586         certs should be verified and what is to be done in the event of a
9587         verification failure.
9588
9589         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9590         caller can indicate whether the cache should be disregarded for this
9591         call.  This way the result of the call is reproducible at all times and
9592         can be considered a canonical server name for the supplied method.
9593         (gnus-agent-method-p): Canonicalize server names by pushing their
9594         method through `gnus-method-to-server' using the no-cache argument.
9595
9596         * gnus-srvr.el (gnus-server-insert-server-line):
9597         Call `gnus-method-to-server' with `no-cache' argument.
9598
9599         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9600         gnus-agent-possibly-synchronize-flags as this should be called when the
9601         server is actually being opened.
9602         (gnus-agent-possibly-synchronize-flags)
9603         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9604         flags file of an agentized server to the latter function.
9605
9606         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9607         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9608         after a connection has been established successfully.
9609
9610 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-art.el (article-display-face): Force to display face if called
9613         interactively; check if gnus-article-x-face-too-ugly matches author.
9614         (article-display-x-face): Display face even if From header is missing
9615         as article-display-face does.
9616
9617 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9618
9619         * hashcash.el (message-narrow-to-headers-or-head)
9620         (message-fetch-field, message-goto-eoh)
9621         (message-narrow-to-headers): Declare as functions.
9622
9623 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * mail-source.el (mail-sources): Default to fetch from file for
9626         compatibility with default of nnmail-spool-file.
9627
9628 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9631         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9632         to look for encoded word that should be encoded again.
9633         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9634         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9635         encoding pattern.
9636         (rfc2047-decode-region): Switch strict regexp and loose one according
9637         to rfc2047-allow-irregular-q-encoded-words.
9638
9639 2007-11-25  Romain Francoise  <romain@orebokech.com>
9640
9641         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9642
9643 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * tls.el (tls-program): Provide more custom choices from
9646         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9647         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9648
9649 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9652         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9653
9654         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9655         `nnmail-spool-file'.
9656
9657         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9658         `nnmail-spool-file'.
9659
9660         * gnus-move.el (gnus-change-server): Ditto.
9661
9662         * gnus-kill.el (gnus-batch-score): Ditto.
9663
9664         * gnus-cache.el (gnus-jog-cache): Ditto.
9665
9666         * gnus-msg.el (gnus-summary-reply):
9667         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9668
9669 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9672         version.  Minor improvement to doc strings.
9673         (tls-program): Add comment.
9674
9675 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9676
9677         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9678         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9679         mismatch between the hostname provided in the certificate and the name
9680         of the host connnecting to.
9681         (open-tls-stream): Use them.  Check certificates against trusted root
9682         certificates.
9683
9684 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gnus-cache.el (gnus-cache-generate-nov-databases):
9687         Use nnml-generate-nov-databases-directory instead of
9688         nnml-generate-nov-databases-1.
9689
9690 2007-11-24  Glenn Morris  <rgm@gnu.org>
9691
9692         * message.el (message-tool-bar-retro): Update for rename
9693         mail_send.xpm->mail-send.xpm.
9694
9695 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9698         `smime-ldap-search' for Emacs 22 and up.
9699
9700 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9701
9702         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9703
9704         * message.el (message-send-mail-function): Fix error convention.
9705         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9706         (message-widen-reply, message-send-mail, message-talkative-question)
9707         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9708         (message-clone-locals, message-send-news): Use with-current-buffer.
9709         (message-insert-or-toggle-importance): Remove unused var `valid'.
9710         (message-make-references): Remove unused var `new-references'.
9711         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9712
9713 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9714
9715         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9716         (spam-split-symbolic-return-positive): Reflow docstring.
9717         (spam-backends, spam-summary-exit-behavior)
9718         (spam-mark-ham-unread-before-move-from-spam-group)
9719         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9720         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9721         (spam-clear-cache, spam-backend-check, spam-install-backend)
9722         (spam-install-statistical-backend, spam-list-of-processors)
9723         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9724         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9725         (spam-check-crm114, spam-initialize, spam-unload-hook):
9726         Fix typos in docstrings.
9727
9728 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9731         been checked if they have never been read and those group levels are
9732         higher than the one that a user specified.
9733
9734 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9737         foreign groups unless a group level is specified by a user.
9738         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9739
9740 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * message.el (message-send-mail-function): Require sendmail.
9743
9744 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * message.el (message-send-mail-function): Check for smtpmail too.
9747
9748         * utf7.el (utf7-encode, utf7-decode): Use coding system
9749         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9750
9751         * message.el (message-send-mail-function): New function.
9752         (message-send-mail-function): Set default using
9753         message-send-mail-function.  Adjust doc string.
9754         (message-send-mail-with-mailclient): New function.
9755
9756 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9757
9758         * smime.el (from):
9759         * rfc2047.el (message-posting-charset):
9760         * qp.el (mm-use-ultra-safe-encoding):
9761         * pop3.el (parse-time-months):
9762         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9763         * nnml.el (files):
9764         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9765         (jka-compr-compression-info-list, ange-ftp-path-format)
9766         (efs-path-regexp):
9767         * nndiary.el (files):
9768         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9769         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9770         (epg-digest-algorithm-alist, inhibit-redisplay)
9771         (password-cache-expiry):
9772         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9773         (pgg-output-buffer, password-cache-expiry):
9774         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9775         (efs-path-regexp):
9776         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9777         (inhibit-redisplay):
9778         * mm-uu.el (file-name, start-point, end-point, entry)
9779         (gnus-newsgroup-name, gnus-newsgroup-charset):
9780         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9781         (latin-unity-ucs-list):
9782         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9783         (mm-uu-binhex-decode-function):
9784         * message.el (gnus-message-group-art, gnus-list-identifiers)
9785         (rmail-enable-mime-composing, gnus-local-organization)
9786         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9787         (gnus-read-active-file, facemenu-add-face-function)
9788         (facemenu-remove-face-function, gnus-article-decoded-p)
9789         (tool-bar-mode):
9790         * mail-source.el (display-time-mail-function):
9791         * gnus-util.el (nnmail-pathname-coding-system)
9792         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9793         (gnus-original-article-buffer, gnus-user-agent)
9794         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9795         (xemacs-codename, sxemacs-codename, emacs-program-version):
9796         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9797         * gnus-start.el (gnus-agent-covered-methods)
9798         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9799         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9800         (gnus-newsgroup-headers, gnus-group-list-mode)
9801         (gnus-group-mark-positions, gnus-newsgroup-data)
9802         (gnus-newsgroup-unreads, nnoo-state-alist)
9803         (gnus-current-select-method, mail-sources)
9804         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9805         (nnmail-spool-file, gnus-cache-active-hashtb):
9806         * gnus-mh.el (mh-lib-progs):
9807         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9808         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9809         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9810         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9811         (gnus-group-buffer):
9812         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9813         (font-lock-set-defaults):
9814         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9815         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9816         (gnus-summary-post-menu, total-parts, type, condition, length):
9817         * gnus-agent.el (gnus-agent-read-agentview):
9818         * flow-fill.el (show-trailing-whitespace):
9819         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9820         eval-and-compile wrappers for byte compiler pacifiers.
9821
9822         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9823         (mm-display-inline-fontify): Check for featurep 'xemacs not
9824         extent-list.
9825
9826         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9827         itimer-list.
9828         (mm-create-image-xemacs): Only do something for XEmacs.
9829         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9830
9831         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9832
9833         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9834         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9835
9836 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9837
9838         * nnimap.el (nnimap-split-download-body):
9839         * gnus-demon.el (gnus-demon):
9840         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9841
9842 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9845         New macros.
9846         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9847         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9848         copy data from unibyte buffer to multibyte current buffer.
9849         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9850         to copy data from unibyte current buffer to multibyte buffer.
9851         (nntp-make-process-buffer): Make process buffer unibyte.
9852
9853         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9854
9855 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9856
9857         * pop3.el (pop3-open-server): Accept and process data more robustly at
9858         connexion start to avoid spurious "POP SSL connexion failed" errors.
9859
9860 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9863         read group names.
9864
9865 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9868
9869 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9872         (nnmail-save-active): Use a unibyte buffer when saving active file,
9873         which may contain non-ASCII group names.
9874
9875         * nnml.el (nnml-request-group): Decode group names in messages.
9876
9877 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * message.el (message-citation-line-function)
9880         (message-insert-formatted-citation-line): Fix spelling of
9881         `message-insert-formated-citation-line'.
9882
9883 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9886
9887 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9890         nnmail-pathname-coding-system.
9891
9892         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9893         that a user enters; decode group names in messages.
9894
9895         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9896
9897 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9900
9901         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9902
9903         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9904         risky local variable.
9905
9906         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9907
9908 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9909
9910         * encrypt.el: Improve documentation to fix function name typo.
9911         Reported by Daiki Ueno <ueno@unixuser.org>.
9912
9913 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9916         even if the point is not in the last page of an article.
9917         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9918         back to the previous page.
9919
9920 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9923
9924 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9927
9928 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9929
9930         * message.el (message-check-news-body-syntax):
9931         Avoid mm-string-as-multibyte.
9932         (message-hide-headers): Don't assume (point-min)==1.
9933
9934 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * message.el (message-remove-blank-cited-lines): Fix if remove is
9937         given.
9938         (message-bogus-address-regexp): New variable.
9939         (message-bogus-recipient-p): New function.
9940         (message-check-recipients): New command.
9941         (message-syntax-checks): Add `bogus-recipient'.
9942         (message-fix-before-sending): Add `bogus-recipient'.
9943
9944         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9945         (gnus-treat-body-boundary): Don't test window-system.
9946
9947 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9948
9949         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9950
9951 2007-10-28  Miles Bader  <miles@gnu.org>
9952
9953         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9954         at compile-time too.
9955
9956 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-msg.el (gnus-message-setup-hook):
9959         Add `message-remove-blank-cited-lines' to options.
9960
9961 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * message.el (message-remove-blank-cited-lines): New function.
9964         Suggested by Karl Plästerer.
9965
9966 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9969         mapc.
9970
9971         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9972         (top-level): Use mapc to set functions to be traced for debugging.
9973
9974         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9975         called for effect with while loop.
9976
9977         * message.el (message-talkative-question): Replace mapcar called for
9978         effect with mapc.
9979
9980         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9981         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9982         called for effect with dolist.
9983
9984         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9985
9986         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9987         gnus-extra-headers and nnmail-extra-headers.
9988
9989         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9990         called for effect with dolist.
9991         (top-level): Use mapc to set functions to be traced for debugging.
9992
9993         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9994         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9995         dolist.
9996
9997         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9998         Replace mapcar called for effect with mapc.
9999         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10000         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10001         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10002         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10003
10004         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10005         remove-if that's a cl function.
10006
10007         * webmail.el (webmail-debug): Replace mapcar called for effect with
10008         dolist.
10009
10010         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10011         with mapc.
10012
10013 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10016         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10017         with while loop.
10018
10019         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10020         functions from article-* functions.
10021         (gnus-multi-decode-header): Replace mapcar called for effect with
10022         dolist.
10023
10024         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10025         (gnus-bookmark-show-details): Replace mapcar called for effect with
10026         while loop.
10027
10028         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10029         called for effect with while loop.
10030
10031         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10032         with dolist.
10033
10034         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10035         Replace mapcar called for effect with dolist.
10036
10037         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10038
10039         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10040         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10041         Replace mapcar called for effect with dolist.
10042         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10043         mapc.
10044
10045         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10046         Replace mapcar called for effect with dolist.
10047         (gnus-topic-list): Replace mapcar called for effect with mapc.
10048
10049         * gnus.el: Use mapc instead of mapcar to add autoloads.
10050
10051 2007-10-23  Richard Stallman  <rms@gnu.org>
10052
10053         * gnus-group.el (gnus-group-highlight): Mark as risky.
10054
10055 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus.el (gnus-server-to-method): Return method found first in
10058         gnus-newsrc-alist.
10059
10060         * gnus-art.el (gnus-article-highlight-signature)
10061         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10062         button overlay without the front stickiness.
10063
10064 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10065
10066         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10067         overview buffer needed a catch to receive its throw.
10068         (gnus-agent-flush-cache): Declare as interactive to make this function
10069         easier to use.
10070
10071 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10074         `next-line'.
10075
10076 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10079         exclude address matching message-dont-reply-to-names.
10080
10081 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-util.el (gnus-string<): New function.
10084
10085         * gnus-sum.el (gnus-article-sort-by-author)
10086         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10087
10088 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10091         the frame-focus tag is set in gnus-buffer-configuration.
10092
10093 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10096         the front stickiness.
10097
10098 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10101         url pattern; remove duplicate one.
10102         (gnus-article-extend-url-button): New function.
10103         (gnus-article-add-buttons): Use it.
10104         (gnus-button-push): Use concatenated url that it makes.
10105
10106 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10107
10108         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10109
10110 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10111
10112         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10113         Don't hardcode point-min==1.
10114
10115 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10118         Fix comment about "iso8859-1".
10119
10120 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10121
10122         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10123         ones returned from the verify-function.
10124
10125         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10126         Call mml2015-extract-cleartext-signature if extraction failed.
10127
10128 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10129
10130         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10131         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10132         failed.
10133
10134 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10137
10138 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10141         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10142         recommends to use EasyPG instead of PGG.
10143
10144         * pgg.el: Revert to revision 6.23.2.16.
10145
10146         * pgg-def.el: Revert to revision 6.6.2.14.
10147
10148         * pgg-gpg.el: Revert to revision 6.23.2.34.
10149
10150 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10151
10152         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10153         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10154         thread for both the null and zero (kill/expire thread) universal prefix
10155         cases.
10156         (gnus-summary-expire-thread): Add new function to expire a thread,
10157         using gnus-summary-kill-thread.
10158         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10159         shortcuts for gnus-summary-expire-thread.
10160         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10161         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10162
10163 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10164
10165         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10166         extras value, so an extras entry can be deleted.
10167         (gnus-registry-delete-extra-entry): Use it.
10168         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10169         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10170         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10171         storage through the gnus-registry, and provide an appropriate API for
10172         it.
10173
10174 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10177         Suggested by Leo <sdl.web@gmail.com>.
10178
10179         * gnus.el: Do.
10180
10181 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10184         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10185
10186         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10187
10188         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10189         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10190
10191 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10194         newline.
10195         (nnmbox-request-accept-article): Don't change article in source buffer;
10196         narrow to header to use message-fetch-field rather than
10197         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10198         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10199         as delimiters; make sure article ends with newline.
10200         (nnmbox-delete-mail): Correct last position of article to be deleted;
10201         ignore X-Gnus-Newsgroup header in article body.
10202         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10203         positions; make sure article ends with newline.
10204
10205         * message.el (message-display-abbrev): Don't infloop when a user
10206         inserts SPC in the beginning of header.
10207
10208         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10209         coding-system-for-read and coding-system-for-write for XEmacs having no
10210         file-coding feature.
10211
10212         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10213
10214 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10215
10216         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10217         list of groups not followed by default.  Fix type to be regexp.
10218         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10219
10220 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10221
10222         * hmac-def.el (define-hmac-function): Switch from old-style to
10223         new-style backquotes.
10224
10225         * md4.el (md4-make-step): Likewise.
10226
10227 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10230         raw-text coding system when saving .newsrc file, which may contain
10231         non-ASCII group names.
10232
10233 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-cus.el (gnus-score-extra): New widget.
10236         (gnus-score-extra-convert): New function.
10237         (gnus-score-customize): Use it for Extra.
10238
10239 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10240
10241         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10242         (mml2015-mailcrypt-clear-verify): Use it.
10243         (mml2015-gpg-clear-verify): Use it.
10244         (mml2015-pgg-clear-verify): Use it.
10245         (mml2015-epg-clear-verify): Replace the current part with the output
10246         from GnuPG; don't extract the plaintext by itself.
10247
10248         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10249         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10250         mml2015-clear-verify-function; don't touch the armor headers or
10251         dash-escaped text here.
10252
10253 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10256         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10257         parts, or application/octet-stream as a last resort.
10258         (gnus-mime-view-part-as-type): Don't toggle display.
10259         (gnus-mime-view-part-as-charset): Don't turn off display before
10260         querying charset.
10261
10262         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10263         stuff to undisplayer function in Emacs.
10264         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10265
10266         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10267         text/calendar parts.
10268
10269 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10272         decoding text/calendar parts.
10273
10274         * message.el (message-forward-make-body-mime): Always mark body as
10275         having no illegible text; remove signed-or-encrypted argument.
10276         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10277
10278         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10279         (mml-generate-mime-1): Don't encode body if it is specified to be in
10280         raw form; don't make buffer be unibyte when inserting multibyte string.
10281
10282 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10283
10284         * sha1.el: Fix up comment style.
10285         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10286         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10287
10288         * hex-util.el: Fix up comment style.
10289         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10290
10291         * gnus-salt.el: Use with-current-buffer.
10292         (gnus-pick-setup-message): Fix long-standing typo.
10293
10294 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * imap.el (imap-logout-timeout): New variable.
10297         (imap-logout, imap-logout-wait): New functions.
10298         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10299
10300         * nnimap.el (nnimap-logout-timeout): New server variable.
10301         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10302         nnimap-logout-timeout.
10303
10304         * gnus-art.el (gnus-article-summary-command-nosave)
10305         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10306
10307 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * gnus.el (gnus-maximum-newsgroup): New variable.
10310
10311         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10312         according to gnus-maximum-newsgroup.
10313
10314         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10315         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10316         Limit the range of articles according to gnus-maximum-newsgroup.
10317
10318 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10319
10320         * gnus-art.el (gnus-sticky-article): Fix problems described in
10321         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10322         Don't perform gnus-configure-windows here; reuse existing sticky
10323         article buffer.
10324
10325         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10326         it doesn't exist in gnus-article-mode.
10327
10328 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10331         (gnus-agent-decoded-group-name): New function.
10332         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10333         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10334
10335 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10336
10337         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10338         Add binding for gnus-sticky-article.
10339         (gnus-summary-exit): Don't kill sticky article buffers.
10340
10341         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10342         article buffer.
10343         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10344         (gnus-kill-sticky-article-buffers): New commands.
10345
10346 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * nntp.el (nntp-xref-number-is-evil): New server variable.
10349         (nntp-find-group-and-number): If it is non-nil, don't trust article
10350         numbers in the Xref header.
10351
10352 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-agent.el (gnus-agent-read-group): New function.
10355         (gnus-agent-flush-group, gnus-agent-expire-group)
10356         (gnus-agent-regenerate-group): Use it.
10357         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10358         nnmail-pathname-coding-system.
10359
10360 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10363
10364         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10365         that are unread as unread, and also as selected so that information of
10366         marks having been changed by a user may be updated when exiting group.
10367
10368 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10371
10372 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10375         calculated ignoring signature parts to gnus-treat-article.
10376
10377 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10380         a point here in order to keep the window start.
10381         (gnus-insert-mime-security-button): Make a button overlay without the
10382         front stickiness.
10383         (gnus-mime-display-security): Goto the end of a button.
10384
10385         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10386
10387 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10390         group-name-at-point.
10391         (gnus-group-completing-read): New function that offers decoded
10392         non-ASCII group names for completion.
10393         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10394         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10395         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10396         (gnus-group-fetch-control): Use it.
10397         (gnus-fetch-group): Use group-name-at-point for the initial value
10398         rather than the default value; use gnus-alive-p.
10399
10400         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10401         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10402         (gnus-summary-post-news): Use gnus-group-completing-read.
10403
10404         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10405         (gnus-read-move-group-name): Decode group name for completion.
10406
10407 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10408
10409         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10410         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10411         Yamaoka slightly modified the code).
10412
10413 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10416         (nnmail-split-incoming): Bind it.
10417
10418         * nnml.el (nnml-group-name-charset): New function.
10419         (nnml-decoded-group-name): Use it; don't decode group name if
10420         nnmail-group-names-not-encoded-p is non-nil.
10421         (nnml-encoded-group-name): New function.
10422         (nnml-group-pathname): Inline nnml-decoded-group-name.
10423         (nnml-request-expire-articles): Decode group name in message.
10424         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10425         nnmail-pathname-coding-system.
10426         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10427         not decoded ones according to nnmail-group-names-not-encoded-p.
10428         (nnml-generate-active-info): Use nnml-encoded-group-name.
10429
10430 2007-08-08  Glenn Morris  <rgm@gnu.org>
10431
10432         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10433         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10434         doc-strings and comments.
10435
10436 2007-07-25  Glenn Morris  <rgm@gnu.org>
10437
10438         * Relicense all FSF files to GPLv3 or later.
10439
10440 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-sum.el (gnus-summary-move-article):
10443         Make gnus-summary-respool-article work.
10444
10445 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10448         string.
10449
10450 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10451
10452         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10453         that should be ignored when comparing distant RSS articles with local
10454         ones.
10455         (nnrss-make-hash-index): New function.  Create a hash index according
10456         to the ignored fields.
10457         (nnrss-check-group): Use it.
10458
10459 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10462
10463         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10464
10465         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10466         the new optional argument ENCODED is non-nil.
10467         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10468         coding system for encoding group name.
10469         (gnus-group-make-rss-group): Pass un-encoded group name to
10470         gnus-group-make-group.
10471         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10472         encoded.
10473
10474         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10475         Encode group name to which articles are moved or copied.
10476         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10477         coding system for encoding Newsgroup, Followup-To and Xref headers.
10478
10479         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10480         marks; use nnheader-file-coding-system to write a file.
10481         (nnagent-retrieve-headers): Bind file-name-coding-system to
10482         nnmail-pathname-coding-system.
10483
10484         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10485
10486         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10487         (nnml-request-article, nnml-request-create-group)
10488         (nnml-request-rename-group, nnml-find-id)
10489         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10490         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10491         (nnml-save-marks): Use nnml-group-pathname instead of
10492         nnmail-group-pathname.
10493
10494         (nnml-request-create-group, nnml-request-expire-articles)
10495         (nnml-request-move-article, nnml-request-delete-group)
10496         (nnml-deletable-article-p, nnml-possibly-create-directory)
10497         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10498         (nnml-open-marks): Bind file-name-coding-system to
10499         nnmail-pathname-coding-system.
10500
10501         (nnml-request-article): Pass server argument to nnml-find-group-number.
10502         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10503         Pass server argument to nnml-possibly-create-directory.
10504         (nnml-request-accept-article): Pass server argument to
10505         nnml-active-number and nnml-save-mail.
10506         (nnml-find-group-number): Pass server argument to nnml-find-id.
10507         (nnml-request-update-info): Pass server argument to
10508         nnml-marks-changed-p.
10509
10510         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10511         (nnml-save-mail, nnml-active-number): Add server argument.
10512
10513         (nnml-request-delete-group): Warn if group is missing.
10514         (nnml-get-nov-buffer): Decode group name.
10515         (nnml-generate-active-info): Encode group name.
10516         (nnml-open-marks): Decode group name in messages.
10517
10518 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10521         if it is not specified.
10522         (gnus-article-pipe-part, gnus-article-save-part)
10523         (gnus-article-interactively-view-part, gnus-article-copy-part)
10524         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10525         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10526         (gnus-article-replace-part, gnus-article-delete-part)
10527         (gnus-article-view-part-as-type): Pass raw prefix argument to
10528         gnus-article-part-wrapper.
10529
10530 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-agent.el (gnus-agent-save-active):
10533         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10534
10535         * gnus-cache.el (gnus-cache-save-buffers)
10536         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10537         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10538         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10539         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10540         (gnus-cache-generate-active, gnus-cache-rename-group)
10541         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10542         (gnus-cache-update-overview-total-fetched-for):
10543         Bind file-name-coding-system to nnmail-pathname-coding-system.
10544         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10545         New variables.
10546         (gnus-cache-decoded-group-name): New function.
10547         (gnus-cache-file-name): Use it.
10548         (gnus-cache-generate-active): Use non-decoded group name for active.
10549
10550         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10551         right place.
10552         (gnus-write-active-file): Don't break non-ASCII group names.
10553
10554         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10555         nnmail-pathname-coding-system.
10556
10557         * lpath.el: Bind default-file-name-coding-system,
10558         file-name-coding-system and language-info-alist for XEmacs.
10559
10560         * gnus-uu.el (gnus-uu-decode-save): Typo.
10561
10562 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10565
10566 2007-07-14  David Kastrup  <dak@gnu.org>
10567
10568         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10569         finishing actions if we did not edit the article.
10570
10571 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10574         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10575         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10576         (gnus-agent-flush-group, gnus-agent-flush-cache)
10577         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10578         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10579         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10580         (gnus-agent-regenerate-group)
10581         (gnus-agent-update-files-total-fetched-for)
10582         (gnus-agent-update-view-total-fetched-for):
10583         Bind file-name-coding-system to nnmail-pathname-coding-system.
10584         (gnus-agent-group-pathname): Don't encode file names by
10585         nnmail-pathname-coding-system.
10586         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10587         coding-system-for-write instead of buffer-file-coding-system to
10588         gnus-agent-file-coding-system.
10589
10590         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10591         Decode group name.
10592
10593         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10594
10595         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10596         (gnus-read-newsrc-el-file): Make group names unibyte.
10597
10598         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10599         nnmail-pathname-coding-system.
10600
10601         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10602         (nnrss-request-delete-group): Bind file-name-coding-system to
10603         nnmail-pathname-coding-system.
10604         (nnrss-read-server-data, nnrss-read-group-data):
10605         Bind file-name-coding-system correctly.
10606         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10607
10608         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10609         (nntp-server-to-method-cache): New variable.
10610         (nntp-group-pathname): New function that decodes non-ASCII group names.
10611         (nntp-possibly-create-directory, nntp-marks-changed-p)
10612         (nntp-save-marks, nntp-open-marks): Use it.
10613         (nntp-possibly-create-directory, nntp-open-marks):
10614         Bind file-name-coding-system to nnmail-pathname-coding-system.
10615         (nntp-open-marks): Decode group names when bootstrapping marks.
10616
10617         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10618         Newsgroups and Folowup-To headers.
10619
10620 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10623         (gnus-server-closed-face, gnus-server-denied-face)
10624         (gnus-server-offline-face): Remove variable.
10625         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10626
10627         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10628         of modifying message-stack directly for XEmacs.
10629
10630         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10631         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10632         if the coding-system argument is nil for XEmacs.
10633
10634         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10635         mm-charset-override-alist.
10636
10637         * rfc2047.el: Don't require base64; require rfc2045 for the function
10638         rfc2045-encode-string.
10639         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10640         to quote the parameter value.
10641
10642 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10645         form in gnus-group-name-charset-method-alist.
10646
10647         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10648         overrides the default layout edit-form.
10649
10650         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10651
10652         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10653
10654 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10657         as unfetched articles.
10658
10659 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10662
10663 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10666         original back end that keeps marks in the local system.
10667
10668 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10671         arg of pop-to-buffer for XEmacs.
10672         (gnus-article-read-summary-keys): Ditto; don't restore window
10673         configuration if summary command ends up with neither article buffer
10674         nor summary buffer; describe bindings if summary keys end with C-h.
10675
10676 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * message.el (message-fix-before-sending): Skip raw message part to be
10679         forwarded while checking illegible text.
10680         (message-forward-make-body-mime, message-forward-make-body):
10681         Mark signed or encrypted raw message as having no illegible text.
10682
10683 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10686         (gnus-message-with-timestamp-1): New macro.
10687         (gnus-message-with-timestamp): New function.
10688         (gnus-message): Use them.
10689
10690         * nnheader.el (nnheader-message): Use them.
10691
10692 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10695         .newsrc.eld file.
10696
10697 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-agent.el (gnus-agent-fetch-headers)
10700         (gnus-agent-retrieve-headers):
10701         Bind gnus-decode-encoded-address-function to identity.
10702
10703         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10704         available also when the server returns simply a dot.
10705
10706         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10707
10708 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10711
10712 2007-06-07  Katsu