Merge remote-tracking branch 'origin/no-gnus'
[gnus] / lisp / ChangeLog
1 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4
5 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6
7         * mm-decode.el (mm-shr): Remove "soft hyphens".
8
9         * nnimap.el (nnimap-request-list): Return the group names encoded as
10         utf8.  Otherwise non-European group names don't work.
11         (nnimap-request-newgroups): Ditto.
12
13         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
14         the default in `read-string' (bug#10757).
15
16         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
17         topics (bug#10843).
18
19         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
20         buffer.  Suggested by Herbert Valerio Riedel.
21         (nnimap-request-move-article): Delete the message from the correct IMAP
22         server.
23
24 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
25
26         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
27         Reported by Peter Münster.
28
29 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
30
31         * shr.el (shr-image-fetched): Make sure we really kill the right
32         buffer.
33
34 2012-02-16  Leo Liu  <sdl.web@gmail.com>
35
36         * gnus-start.el (gnus-1): Avoid duplicate entries.
37
38 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
39
40         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
41         application/octet-stream parts really is.
42
43         * gnus-sum.el (gnus-propagate-marks): Remove.
44
45 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
46
47         * imap.el: Remove.
48
49         * nntp.el (nntp-coding-system-for-read): Remove.
50         (nntp-coding-system-for-write): Ditto.
51         (nntp-open-connection): Just use `binary' directly.
52
53         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
54         Gnus 0.3.
55
56 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
57
58         * shr.el (shr-rescale-image): Undo previous change; see
59         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
60
61 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
62
63         * gnus.el: Ma Gnus v0.3 is released.
64
65 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-sum.el (gnus-summary-local-variables): Make
68         `gnus-newsgroup-unexist' into a local variable.
69
70 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * registry.el (registry-usage-test, registry-persistence-test): Move to
73         tests/gnustest-registry.el.
74         (registry-make-testable-db, registry-match-test)
75         (registry-instantiation-test): Move to tests/gnustest-registry.el.
76
77         * gnus-registry.el (gnus-registry-misc-test)
78         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
79
80         * tests/gnustest-registry.el: New file with the registry and
81         gnus-registry ERT tests.
82
83 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-msg.el (gnus-summary-resend-message): Make
86         gnus-summary-resend-message-insert-gcc be last item in
87         message-header-setup-hook.
88
89 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
90
91         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
92         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
93         Remove.
94         (nnfolder-open-server): Don't use marks.
95         (nnfolder-request-delete-group): Ditto.
96         (nnfolder-request-rename-group): Ditto.
97         (nnfolder-request-set-mark, nnfolder-request-marks)
98         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
99         (nnfolder-save-marks, nnfolder-open-marks): Remove.
100
101         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
102         (nnml-marks-modtime): Remove.
103         (nnml-request-delete-group): Don't use marks.
104         (nnml-request-rename-group): Ditto.
105         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
106         (nnml-save-marks, nnml-open-marks): Remove.
107
108         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
109         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
110         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
111         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
112         (nntp-server-to-method-cache): Remove.
113
114         * shr.el (shr-rescale-image): Fix wrong merge.
115
116 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
117
118         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
119         too-wide lines.
120
121 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
122
123         * nnimap.el (nnimap-record-commands): New variable.
124         (nnimap-log-command): Use it.
125         (nnimap-make-process-buffer): Add a space to the process buffer.
126         (nnimap-transform-headers): Don't bug out on header lines containing
127         stuff that look like IMAP length encodings.
128
129         * shr.el (shr-rescale-image): Allow viewing large images.
130
131 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
132
133         * nnml.el (nnml-request-compact-group): Delete the marks file after
134         compaction (bug#10800).
135
136         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
137         group exit.
138
139         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
140         QRESYNC/FETCH output.
141
142 2012-02-11  Glenn Morris  <rgm@gnu.org>
143
144         * sieve-manage.el (sieve-manage-default-stream):
145         * shr.el (shr):
146         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
147         (nnir-retrieve-headers-override-function)
148         (nnir-imap-default-search-key, nnir-notmuch-program)
149         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
150         (nnir-method-default-engines):
151         * message.el (message-cite-reply-position):
152         * gssapi.el (gssapi-program):
153         * gravatar.el (gravatar):
154         * gnus-sum.el (gnus-refer-thread-use-nnir):
155         * gnus-registry.el (gnus-registry-unfollowed-addresses)
156         (gnus-registry-max-pruned-entries):
157         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
158         * gnus-int.el (gnus-after-set-mark-hook)
159         (gnus-before-update-mark-hook):
160         * gnus-async.el (gnus-async-post-fetch-function):
161         * auth-source.el (auth-source-cache-expiry):
162         Add missing :version tags to new defcustoms and defgroups.
163
164 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-sum.el (gnus-adjust-marked-articles): Add to
167         `gnus-newsgroup-unexist'.
168
169         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
170         marks.
171         (gnus-article-special-mark-lists): Put the `unexist' in the special
172         marks list instead.
173
174         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
175         articles in the list of articles to be selected.
176
177         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
178         articles.
179         (nnimap-update-info): Keep track of unexisting articles.
180         (nnimap-update-qresync-info): Ditto.
181
182 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
183
184         * message.el (message-default-send-mail-function): Made into own
185         function for reuse by emacsbug.el.
186
187 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
188
189         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
190         `gnus-sloppily-equal-method-parameters' to avoid a warning.
191
192 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
193
194         * mm-archive.el (mm-archive-dissect-and-inline): New function.
195         (mm-archive-dissect-and-inline): Fix up the undisplayer.
196
197         * gnus-compat.el: Define `timer-set-function'.
198
199         * mm-decode.el (mm-display-external): Output the text from the command
200         in the buffer after the command finished.  This makes text-based
201         commands behave better.
202
203 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-compat.el: Add a compat for the old `url-retrieve'.
206
207 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
210         23.1.
211
212 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
215
216 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
217
218         * message.el (smtpmail-smtp-user): Silence compiler warning.
219
220 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
221
222         * message.el (message-multi-smtp-send-mail): Also allow specifying the
223         SMTP user name.
224
225 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-sum.el (gnus-summary-show-thread):
228         next-single-char-property-change may return nil in XEmacs.
229         (gnus-summary-article-map): Fix typo.
230
231 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
234         running.
235
236         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
237
238         * gnus.el (gnus-server-extend-method): Don't add an -address component
239         if the method already has one (bug#9676).
240
241 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
244         of an initial-input for consistency (bug#10757).
245
246         * dgnushack.el: Fix XEmacs compilation warning.
247
248         * shr.el: Inhibit getting and sending cookies when fetching pictures.
249
250         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
251
252 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
253
254         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
255         lines that are narrower than the window width.  Otherwise background
256         "blocks" will look less readable.
257
258 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * nnimap.el (nnimap-transform-headers): Remove unused variable.
261         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
262         have newlines within the strings, and where the UID comes after the
263         BODYSTRUCTURE element (bug#10537).
264
265         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
266         (bug#10732).
267
268         * shr.el (shr-insert-document): Add doc string.
269         (shr-visit-file): Ditto.
270         (shr-remove-trailing-whitespace): New function.
271         (shr-insert-document): Use it to clean up trailing whitespace as the
272         final step (bug#10714).
273
274 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
277         buffer if `gnus-kill-summary-on-exit' is nil.
278
279 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
280
281         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
282         when just reading a single group from "without" Gnus.
283
284 2012-02-06  Chong Yidong  <cyd@gnu.org>
285
286         * gnus-sum.el (gnus-summary-show-thread):
287         next-single-char-property-change never returns nil (Bug#8657).
288
289 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
290
291         * message.el (message-multi-smtp-send-mail): New function.
292         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
293         header to implement multi-SMTP functionality.
294
295         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
296         (gnus-agentize): Don't set it.
297         (gnus-agent-send-mail): Don't use it.
298
299         * gnus-sum.el (gnus-summary-widget-backward): New function and
300         keystroke.
301
302         * gnus-compat.el: More the compat functions more compatible.
303
304         * shr.el (shr-put-image): Remove underlines from sliced images.
305         (shr-zoom-image): Compute the region to be replaced more correctly.
306
307 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
310         (gnus-summary-resend-message-insert-gcc): New function.
311         (gnus-summary-resend-message): Modify message-header-setup-hook and
312         message-sent-hook to make it work for Gcc.
313         (gnus-inews-do-gcc): Update the number of unread articles of groups
314         that messages are Gcc'd to.
315
316         * message.el (message-resend): Run message-sent-hook to do Gcc.
317
318 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
319
320         * lpath.el: Fix an XEmacs compilation warning.
321
322         * gnus-compat.el: Require `help-fns' to fix compilation error.
323
324         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
325         a higher level to silence compilation.
326
327         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
328         parameter to allow controlling the scaling.
329
330         * shr.el (shr-zoom-image): New command and keystroke.
331         (shr-put-image): Take a `size' flag to say how to scale the image.
332
333         * gnus-compat.el: Redefine `delete-directory' to provide recursive
334         deletion unless already defined.
335
336         * gnus.el (gnus-compat): Require it.
337
338         * gnus-compat.el: New file.
339
340         * gnus-start.el (gnus-clean-old-newsrc): New function.
341         (gnus-read-newsrc-file): Use it.
342
343         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
344         Use recursive deletion.
345         (mm-dissect-archive): Add support for zip files.
346
347         * gnus-util.el (gnus-recursive-directory-files): New function.
348
349         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
350         (mm-archive-decoders): Add tgz support.
351
352         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
353         Otherwise inserting text into the Gnus buffer can look odd.
354
355         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
356
357         * mm-archive.el (mm-archive-decoders): Add support for tar.
358
359         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
360
361         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
362
363 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
366
367         * mm-archive.el: New file.
368
369         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
370
371         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
372
373         * message.el (message-goto-*): Make all the `message-goto-*' commands
374         push the mark before moving point.  This makes it easier to go back to
375         where you came from after editing whatever you jumped to.
376
377 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
378
379         * gnus.el: Ma Gnus v0.1 is released.
380
381 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
382
383         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
384         without reconnecting.
385         (nnimap-possibly-change-group): Ditto.
386         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
387         connection has died before being called.
388
389 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
390
391         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
392         an initial sync unless we're really doing one.
393
394         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
395         address parameter if one already exists (bug#9676).
396
397         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
398         not the prefix, as documented (bug#10689).
399
400 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
403         the "server".
404
405         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
406         the real error message with the useless "previously known to be down".
407         Which isn't even correct.
408
409         * nntp.el (nntp-open-connection): Report the error message if the nntp
410         server can't be reached.
411
412         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
413         groups we do a total scan for.
414         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
415         doing that.
416
417 2012-01-31  Jim Meyering  <jim@meyering.net>
418
419         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
420         Correct a comment (insert "not") and hide nominally-doubled "to".
421
422 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus.el (gnus-version): Change name to "Ma Gnus".
425
426 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
427
428         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
429         section in the manual.
430
431 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
432
433         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
434         words.
435         (rfc2047-encode-string): Ditto.
436         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
437         understand folded filename="..." parameters, for instance.
438
439         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
440         the message for greater debuggability.
441
442 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
443
444         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
445         instead of setting it locally, since the latter doesn't seem to have
446         any effect (most of the time).
447
448 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
449
450         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
451         function call.
452
453 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
454
455         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
456         seconds, and make the repeat clause with HH:MM specs work as
457         documented.
458
459 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
460
461         * proto-stream.el (proto-stream-capability-open): Fall back on
462         :end-of-command if :end-of-capability doesn't exist.
463
464 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
467         bound globally in old Emacsen and XEmacsen.
468
469 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
472         so that previous errors don't prohibit getting new news.
473
474         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
475
476         * nntp.el (nntp-retrieve-group-data-early): Ditto.
477
478 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
479
480         * gnus.el (gnus-group-find-parameter): Check for liveness of the
481         buffer, not of the string which is its name.
482
483 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
484
485         * proto-stream.el (proto-stream-capability-open): Wait for
486         :end-of-capability, not :end-of-command.
487
488         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
489         non-server-marks groups.
490         (gnus-group-make-articles-read): Ditto.
491
492         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
493         methods (bug#9676).
494
495         * gnus.el (gnus-method-ephemeral-p): New function.
496
497 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
500         left-to-right.
501
502 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
503
504         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
505         warning.
506
507 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
510         macroexpand the nnir things, since they haven't been defined yet, and
511         nnir requires gnus-sum.
512
513 2012-01-24  Julien Danjou  <julien@danjou.info>
514
515         * color.el (color-rgb-to-hsl): Fix value computing.
516         (color-hue-to-rgb): New function.
517         (color-hsl-to-rgb): New function.
518         (color-clamp, color-saturate-hsl, color-saturate-name)
519         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
520         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
521
522 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * mm-decode.el (mm-interactively-view-part): Fix prompt.
525
526 2012-01-19  Julien Danjou  <julien@danjou.info>
527
528         * color.el (color-name-to-rgb): Use the white color to find the max
529         color component value and return correctly computed values.
530         (color-name-to-rgb): Add missing float conversion for max value.
531
532 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
535         logical server name in addition to the actual machine address.
536
537         * auth-source.el (auth-source-user-and-password): Add convenience
538         wrapper to search by just host and optionally user.
539
540 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * shr.el (shr-visit-file): Move point to the beginning of the buffer
543         after rendering.
544
545 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
548         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
549         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
550
551 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-sum.el (gnus-summary-read-group): Document more parameters
554         (bug#9693).
555         (gnus-summary-setup-buffer): Document return value (bug#9697).
556
557         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
558         since ido doesn't work on symbols (bug#9632).
559
560         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
561         when getting a single value as when getting all the values.  This means
562         that atoms like `gcc-self' work cumulatively, like variable settings,
563         instead of getting the value from the last matching clause.
564         (gnus-group-find-parameter): Protect against the group buffer not
565         existing (bug#9585).
566
567 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-start.el (gnus-activate-group): Document more parameters
570         (bug#9694).
571
572         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
573         (bug#9692).
574
575         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
576         article was fetched, so that it can be expired later (bug#9958).
577         (gnus-agent-summary-fetch-series): Add doc string.
578         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
579         (bug#9517).
580
581         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
582         retrieval is happening.
583
584         * gnus.el (gnus-parameters): Doc fix.
585
586 2012-01-06  Dave Abrahams  <dave@boostpro.com>
587
588         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
589         show the thread after expansion.
590
591 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-art.el (article-narrow-to-head): If the head is completely
594         empty, narrow to the empty region (bug#9764).
595
596         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
597         read, and then mark them as unread only when the unread mark is used.
598         This makes `C-- T k' actually work, even though it's confusing.
599
600         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
601         alive before we try to find its window.
602
603 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
604
605         * mm-decode.el (mm-display-external): Use a longer timeout for the
606         deletion to allow slow programs to display the file.
607
608 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
611         prompt to be less confusing.
612
613         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
614         argument to `message-reply'.  This broke `special-display-*' frame
615         pop-uping (bug#10238).
616
617 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
620         systems, since these allegedly don't work there.
621
622 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
623
624         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
625         live buffer.
626
627 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * nnir.el (nnir-retrieve-headers): Protect against the article not
630         existing on the server (bug#10335).
631
632 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
633
634         * gnus-agent.el (gnus-agent-load-local): Recompute
635         gnus-agent-article-local on changing method.
636
637 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus.el (gnus-parameters): Note precedence.
640
641 2012-01-04  Leo Liu  <sdl.web@gmail.com>
642
643         * nndraft.el (nndraft-update-unread-articles): Don't move point around
644         in the group buffer.
645
646 2012-01-04  Julien Danjou  <julien@danjou.info>
647
648         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
649         change.
650
651 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
654         too.
655
656         * nntp.el (nntp-retrieve-group-data-early): Use it.
657
658 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * nntp.el (nntp-retrieval-in-progress): New variable.
661         (nntp-make-process-buffer): Make it buffer-local.
662
663         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
664         2010.
665         (gnus-demon-init): Use it to compute the time if time is on the form
666         "04:23".
667
668         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
669
670         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
671         status in the correct buffer.
672
673 2012-01-03  Leo Liu  <sdl.web@gmail.com>
674
675         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
676         when opening topics (bug#10407).
677
678 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
679
680         * gnus-cus.el (gnus-score-customize):
681         * gnus-sum.el (gnus-sort-gathered-threads):
682         * message.el (message-shorten-references):
683         * nnmairix.el (nnmairix-request-group):
684         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
685
686 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
687
688         * gnus-agent.el (gnus-agent-regenerate-group):
689         * gnus-int.el (gnus-retrieve-group-data-early):
690         * mm-util.el (mm-codepage-ibm-list):
691         * nndiary.el (Commentary, nndiary-get-new-mail):
692         * nnir.el (nnir):
693         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
694
695 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * mm-view.el (mm-display-inline-fontify): Add comment.
698
699 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
700
701         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
702         * ntlm.el (ntlm-smb-dohash): Spelling fix.
703
704 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
705
706         * gnus-art.el (gnus-split-methods):
707         * gnus-msg.el (gnus-configure-posting-styles):
708         * gnus-spec.el (gnus-parse-simple-format):
709         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
710         * message.el (message-do-actions): Spelling fix.
711
712 2011-12-15  Juri Linkov  <juri@jurta.org>
713
714         * mm-decode.el (mm-inline-media-tests): Add missing
715         `mm-handle-media-subtype'.
716
717 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
718
719         * gnus-group.el (gnus-group-tool-bar):
720         * gnus-sum.el (gnus-summary-tool-bar):
721         * message.el (message-tool-bar):
722         * rfc2231.el (rfc2231-parse-string): Spelling fix.
723
724 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
725
726         * plstore.el (plstore--insert-buffer): Spelling fix.
727
728 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
729
730         * message.el (message-valid-fqdn-regexp): Update with newly approved
731         top-level domain names ".tel" and ".asia".
732
733 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-sum.el (gnus-summary-show-article): Don't load shr
736         unconditionally.
737
738 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
741         pop-to-buffer-same-window for old Emacsen.
742
743 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
744
745         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
746
747 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
748
749         * netrc.el (netrc-credentials): Spelling fix.
750
751 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
752
753         * gnus-fun.el (gnus-fun-ppm-change-string):
754         * gnus-msg.el (gnus-inews-do-gcc):
755         * gnus-sum.el (gnus-summary-find-for-reselect):
756         * gnus.el (gnus-summary-cancelled):
757         * message.el (message-cancel-hook, message-send-news):
758         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
759         * nnir.el (nnir-run-hyrex):
760         * nntp.el (nntp-with-open-group-function):
761         * pgg.el (pgg-pending-timers): Spelling fix.
762
763 2011-12-04  Chong Yidong  <cyd@gnu.org>
764
765         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
766         change (Bug#10200).
767
768 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * compface.el (uncompface):
771         * gnus-art.el (gnus-article-x-face-command): Update the header format
772         of icon data for the most recent icontopbm program.
773
774 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * gnus-msg.el (gnus-inews-do-gcc):
777         * message.el (message-send-mail):
778         * mml.el (mml-generate-mime): Share the value of the buffer-local
779         `message-options' variable between a draft buffer and temprary working
780         buffers.
781
782 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
783
784         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
785
786 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
789         for Cygwin.
790
791 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
792
793         * gnus-group.el (gnus-group-prepare-flat):
794         * mm-bodies.el (mm-encode-body):
795         * mml.el (mml-preview):
796         * nnml.el (nnml-request-compact-group):
797         * pop3.el (pop3-stream-type): Spelling fix.
798
799 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
800
801         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
802
803 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
804
805         * color.el (color-rgb-to-hsl):
806         * gmm-utils.el (gmm-tool-bar-style):
807         * gnus-group.el (gnus-group-prepare-flat):
808         * gnus-topic.el (gnus-topic-prepare-topic):
809         * mm-decode.el (mm-discouraged-alternatives):
810         * rfc2047.el (rfc2047-encode-1):
811         * starttls.el: Spelling fix.
812
813 2011-11-24  Glenn Morris  <rgm@gnu.org>
814
815         * binhex.el (binhex-begin-line): Give it basic doc-string.
816
817         * starttls.el, tls.el: Fix case of "GnuTLS".
818
819 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
820
821         * gnus-group.el (gnus-group-highlight): Fix typo.
822
823 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
824
825         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
826         value of `delete-file', that returns nil for a local file but returns t
827         for a remote file using ssh.
828
829 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
830
831         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
832
833 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
836         avoid later breakage.
837
838 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
841         article buffers' name.
842
843 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
846         by Paul Eggert's spellfixes two days ago.
847
848 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
851         doesn't have it.
852
853         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
854         buffer-local instead of binding them to avoid warnings.  Also demote
855         errors (bug#10063).
856         (font-lock-mode-hook): Shut up byte compiler.
857
858 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
859
860         * mm-util.el (mm-charset-after):
861         * nnir.el (nnir-run-hyrex):
862         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
863         (ntlm-get-password-hashes, ntlm-md4hash):
864         * smime.el: Fix typo.
865
866 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
867
868         * gnus-agent.el (gnus-agent-expire-group-1):
869         * nndiary.el (nndiary-last-occurence):
870         * nnimap.el (nnimap-request-set-mark):
871         * nnmairix.el (nnmairix-only-use-registry):
872         * gnus-group.el (gnus-group-prepare-flat):
873         * gnus-sum.el (gnus-decode-encoded-word-methods):
874         * message.el (message-wash-subject):
875         * nntp.el (nntp-retrieve-headers-with-xover):
876         * smime.el (smime-certificate-directory): Spelling fix.
877
878 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
879
880         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
881
882         * color.el:
883         * gnus-agent.el (gnus-agent-possibly-alter-active):
884         * gnus-dired.el (gnus-dired-print):
885         * mail-parse.el:
886         * nnmairix.el (nnmairix-request-group):
887         * shr.el (shr-image-displayer):
888         * sieve-manage.el:
889         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
890
891 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
892
893         * gnus-sum.el (gnus-auto-select-subject):
894         * spam-report.el (spam-report-resend): Spelling fix.
895
896 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
897
898         * gnus-agent.el (gnus-agent-get-undownloaded-list):
899         * gnus-art.el (gnus-default-article-saver):
900         * gnus-srvr.el (gnus-server-copy-server):
901         * gnus.el (gnus-sloppily-equal-method-parameters):
902         * html2text.el (html2text-format-tag-list):
903         * message.el (message-narrow-to-head):
904         * nndiary.el:
905         * nnmairix.el (nnmairix-determine-original-group-from-registry):
906         * sieve.el: Spelling fix.
907
908 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
909
910         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
911         * gnus-sum.el (gnus-summary-make-menu-bar):
912         * gnus-uu.el (gnus-uu-decode-postscript)
913         (gnus-uu-decode-postscript-and-save):
914         * mailcap.el (mailcap-print-command):
915         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
916         Fix typos.
917
918 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
919
920         * gnus-art.el (gnus-article-part-wrapper):
921         * html2text.el (html2text-fix-paragraphs):
922         * mm-decode.el (mm-image-fit-p):
923         * rfc2047.el (rfc2047-encode-message-header):
924         * shr-color.el (shr-color-visible-distance-min)
925         (shr-color-relative-to-absolute, set-minimum-interval)
926         (shr-color-visible): Fix typos.
927
928 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
929
930         * gmm-utils.el (gmm-tool-bar-item):
931         * gnus-art.el (gnus-treat-body-boundary):
932         * gnus-diary.el (gnus-user-format-function-d):
933         * gnus-start.el (gnus-get-unread-articles):
934         * pgg-gpg.el (pgg-gpg-update-agent):
935         * smime.el (smime-cert-by-ldap-1): Spelling fix.
936
937 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
938
939         * gnus-topic.el (gnus-group-prepare-topics):
940         * gnus-uu.el (gnus-extract-view):
941         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
942
943 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
944
945         * spam.el: Move BBDB autoloads.
946         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
947         BBDB 2 and 3.
948         (spam-check-BBDB): Use it.
949         (spam-enter-ham-BBDB): Use it.
950
951 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
952
953         * smime.el (smime-draw-buffer): Spelling fix.
954
955 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
956
957         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
958         for scanning exactly one level.
959         * gnus-start.el (gnus-get-unread-articles): Ditto.
960
961 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
964         slightly clearer.
965
966 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         * gnus-sync.el: More commentary about setup.
969
970 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * message.el (message-send-and-exit): Document `arg'.
973
974 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
975
976         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
977
978 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
979
980         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
981
982         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
983         we don't use `bound-and-true-p'.
984
985 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * gnus-util.el (gnus-bound-and-true-p): Remove.
988         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
989         * nnir.el: Use it.
990         * nnmairix.el: Use it.
991
992 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * gnus-sync.el: Improve docs about CouchDB admins.
995
996         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
997         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
998         for reasons unknown.
999         * nnir.el: Use it.
1000         * nnmairix.el: Use it.
1001
1002         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1003         * nnir.el: Ditto.
1004         * nnmairix.el: Ditto.
1005
1006         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1007
1008 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1009
1010         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1011         not needed.  Provide xmlplistread list function to produce XML plist
1012         output for non-Gnus LeSync clients.
1013
1014 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1017
1018         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1019         and save against it.  Group subscriptions, read marks, other marks,
1020         subscription levels, topic names, and topic offsets (the group's
1021         position within the topic) are saved.  This is an experimental backend
1022         and may change significantly.  Load json.el from the gnus-fallback-lib
1023         if it's not available otherwise.
1024         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1025
1026 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1027
1028         * message.el (message-completion-function): Make sure
1029         message-tab-body-function is not attempted if one of
1030         message-completion-alist fails to find a completion (bug#9158).
1031
1032 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1033
1034         * mml.el (mml-quote-region): Quote <#secure> tag.
1035         (mml-generate-mime-1): Unquote <#secure> tag.
1036
1037 2011-10-20  Chong Yidong  <cyd@gnu.org>
1038
1039         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1040         calling a minor mode from Lisp with nil arg enables it, so we have to
1041         make the wording a bit ambiguous here).
1042
1043 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1044
1045         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1046         * nnir.el (nnir-mode): Use it.
1047         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1048         Use it.
1049
1050         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1051         * nnmairix.el (gnus-registry-enabled): Ditto.
1052
1053 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1054
1055         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1056         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1057         only while we need to find out if it should be t or nil.
1058         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1059         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1060         the registry is installed.  Set it to nil when it's unloaded.
1061         (gnus-registry-install-p): Provide user guidance for the initial value
1062         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1063         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1064         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1065         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1066         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1067         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1068         `gnus-registry-install'.
1069
1070 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1071
1072         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1073         previous change.
1074         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1075         primary key is marked as disabled.
1076
1077 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1078
1079         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1080         primary key is marked as disabled.
1081
1082 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1083
1084         * html2text.el (html2text-clean-anchor): Check for quotes around
1085         `href' value.
1086
1087 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1088
1089         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1090         searching.  Drop `bbdb-cache'.
1091
1092 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * message.el (message-signed-or-encrypted-p): Exclude header when
1095         checking if there is signed or encrypted body in text/plain message.
1096
1097 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1098
1099         * html2text.el (html2text-get-attr): Correctly handle attribute values
1100         containing "=".
1101
1102 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1103
1104         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1105         handle bindings.
1106
1107 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-win.el (gnus-configure-windows): Protect against reading
1110         ephemeral groups outside of Gnus.
1111
1112 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * shr.el (shr-tag-img): Don't get images displayed in tables.
1115
1116 2011-10-03  Glenn Morris  <rgm@gnu.org>
1117
1118         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1119         the "maintainer" version of debbugs.gnu.org reports.
1120
1121 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1124         make asynchronous adjacent image insertion work better.
1125
1126 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1127
1128         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1129         documentation.
1130
1131 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1134         `gnus-asynchronous' isn't shadowed.
1135
1136 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1139
1140         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1141         (nnimap-insert-partial-structure): The charset parameter isn't
1142         case-sensitive.
1143
1144         * nnheader.el (nnheader-message-maybe): New function.
1145
1146         * shr.el (shr-tag-table): Render totally broken tables better.
1147
1148         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1149         computing the boundary.
1150
1151 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * pop3.el (pop3-number-of-responses): Remove.
1154         (pop3-wait-for-messages): Rewrite to take linear time instead of
1155         exponential time.
1156
1157 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1160         re-fetch images.
1161
1162         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1163         re-fetch images when hitting `g' in Gnus.
1164
1165 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1168         (mml-compute-boundary): Don't check collision if it is non-nil.
1169         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1170         before checking collision.
1171
1172 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * message.el (message-indent-citation): Really make sure there's a
1175         newline at the end.
1176
1177         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1178         Fix suggested by John Wiegley.
1179
1180         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1181
1182         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1183
1184         * message.el (message-default-send-rename-function): Break out into its
1185         own function.
1186
1187         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1188         doesn't work under XEmacs.
1189
1190         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1191         of "imaps" to word around Windows problems.
1192         (nnimap-open-connection-1): Use it.
1193
1194         * message.el (message-indent-citation): Revert last change which made
1195         `F' not work.
1196
1197 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1198
1199         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1200         terminal as well.
1201
1202 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1205         because it displays images using overlays that aren't easy to copy to
1206         the article buffer.
1207
1208 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1209
1210         * message.el (message-indent-citation): Fix empty line removal at the
1211         end of the citation.
1212
1213 2011-09-20  Julien Danjou  <julien@danjou.info>
1214
1215         * auth-source.el (auth-source-netrc-create): Use default value for
1216         password if specified.  Evaluate default.
1217         (auth-source-plstore-create): Ditto.
1218         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1219         value evaluation.
1220         (auth-source-netrc-create): Typo fix.
1221         (auth-source-plstore-create): Ditto.
1222
1223         * password-cache.el (password-cache-remove): Remove entries even if the
1224         value is nil, so that password with a nil value (negative caching) is
1225         possible to invalidate.
1226
1227         * auth-source.el (auth-source-format-cache-entry): New function.
1228
1229 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1232
1233 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1236
1237 2011-09-19  Julien Danjou  <julien@danjou.info>
1238
1239         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1240         which work with things that are not ASCII.
1241
1242 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1245
1246 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1249         message level.
1250
1251 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1254
1255 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1258
1259 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1260
1261         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1262         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1263
1264 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1265
1266         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1267         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1268         articles.
1269
1270 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1271
1272         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1273         (message-mail-other-window, message-mail-other-frame)
1274         (message-news-other-window, message-news-other-frame):
1275         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1276         instead of setting buffer display varibles.
1277
1278 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1281
1282         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1283
1284 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1287         duplicates" to a higher level.
1288
1289         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1290         most egregious messages.
1291
1292 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1295
1296 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1297
1298         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1299         up the file (bug#9351).
1300
1301 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1304         it does with all other backends, but decode the names immediately after
1305         getting them.
1306
1307         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1308         decoding nnimap groups.
1309
1310         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1311         newsrc file.  It doesn't seem like an important optimization any more.
1312
1313 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1314
1315         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1316         overflows.
1317
1318 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1321         (gnus-interactive-exit): Extend to `quiet'.
1322
1323         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1324
1325         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1326         string.
1327
1328         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1329         renaming function arguments from `this'.
1330
1331         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1332
1333         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1334         has been renamed.
1335         (gnus-lrm-string-p): Include RLM and PDF, too.
1336
1337         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1338         (bug#9225).
1339
1340 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1341
1342         Add autoload cookies for functions used by sendmail.el.
1343         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1344
1345         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1346
1347 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (article-date-ut): Work properly even when there are
1350         things like Date header in the body; work for forwarded parts.
1351
1352 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1355         original-article-buffer.
1356
1357 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1358
1359         * nnir.el (nnir-compose-result): Fix matching of server type.
1360         (nnir-run-swish++): Ditto.
1361         (nnir-run-namazu): Ditto.
1362         (nnir-run-notmuch): Ditto.
1363
1364 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1367         (bug#9405).
1368
1369         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1370         (bug#9421).
1371
1372         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1373         (bug#9425).
1374
1375         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1376         thing (bug#9426).
1377
1378 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1381         the error message.
1382
1383 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1384
1385         * message.el (message-setup-1): Return t (Bug#9392).
1386
1387 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1388
1389         * gnus-sum.el: When adding article headers to a summary buffer also
1390         update gnus-newsgroup-articles (bug#9386).
1391
1392 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * auth-source.el: Autoload help-mode.
1395
1396 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1399         names.
1400
1401 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1402
1403         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1404         mm-replace-in-string for compatibility issues.
1405         * mml2015.el (mml2015-epg-verify): Ditto.
1406
1407 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1410
1411         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1412
1413 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1416         continue on and do the clean-up phase (bug#9188).
1417
1418         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1419         just ignore groups that can't be opened instead of erroring out
1420         (bug#9225).
1421
1422         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1423         nil since some many people are fuddy-duddies.
1424
1425         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1426         images.
1427
1428         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1429         instead.
1430
1431         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1432
1433         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1434
1435         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1436         processing.
1437
1438         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1439         buffer to avoid warnings.
1440
1441 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1442
1443         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1444         specified to reduce precision.
1445
1446 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1449         bodystructures (bug#9314).
1450
1451 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1454         Make button keymap non-sticky after buttons.
1455
1456 2011-08-18  David Engster  <dengste@eml.cc>
1457
1458         * nnmairix.el (nnmairix-request-set-mark)
1459         (nnmairix-goto-original-article): Remove adding of article to registry,
1460         since `gnus-registry-add-group' isn't available anymore.
1461         (nnmairix-determine-original-group-from-registry):
1462         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1463         available anymore.
1464
1465 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1466
1467         * starttls.el (starttls-any-program-available): Define as obsolete
1468         function.
1469
1470 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1473         versions which Gnus use when appropriate.
1474
1475         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1476         a pretty destructive command.
1477
1478         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1479
1480 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * message.el (message-fix-before-sending): Make a different warning
1483         about NUL characters (bug#9270).
1484
1485         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1486         from custom (bug#9260).
1487
1488         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1489         things work in Emacs 22 and XEmacs, too.
1490
1491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1492         default From.
1493
1494         * gnus-spec.el (gnus-lrm-string-p): New macro.
1495         (gnus-lrm-string): New constant.
1496         (gnus-summary-line-format-spec): LRM-ify the from.
1497         (gnus-tilde-max-form): LRM-ify string chopping.
1498
1499         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1500
1501         * message.el (message-is-yours-p): Allow disabling canlock checking
1502         (bug#9295).
1503         (message-shoot-gnksa-feet): Add `canlock-verify'.
1504         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1505         message directory isn't writable (bug#9304).
1506
1507         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1508         non-world-readable.
1509
1510 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1513         articles.
1514
1515 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1516
1517         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1518         copy-list.
1519
1520 2011-08-12  Sam Steingold  <sds@gnu.org>
1521
1522         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1523         in the reverse order to avoid modifying the cache with `nreverse'.
1524         (gnus-all-score-files): Do not modify the value returned by
1525         `gnus-score-find-alist' because it lives in a cache variable.
1526         (gnus-current-home-score-file): No need to `nreverse' the return value
1527         of `gnus-score-find-alist', it is already in the correct order.
1528
1529 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1532         type MESSAGE and subtype RFC822 is slightly different from those of
1533         type TEXT.
1534
1535 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1536
1537         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1538         This allows article-referral to work from an nnir group.
1539
1540 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1541
1542         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1543
1544 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1545
1546         * mml1991.el (mml1991-epg-find-usable-key)
1547         (mml1991-epg-find-usable-secret-key): New function.
1548         (mml1991-epg-sign): Check if signing key is usable.
1549         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1550
1551 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1552
1553         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1554         server-variables only.  This should fix a bug introduced with commit
1555         e1889675b7f4adf057833c5513c9374134c4e053.
1556         (nnir-run-query): 'nnir-search-engine should not be set from the global
1557         environment.
1558
1559 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1560
1561         * nnir.el (nnir-search-thread): Position point on referring article
1562         line.
1563         (nnir-warp-to-article): Clean up summary buffers.
1564
1565         * nnimap.el (nnimap-request-thread): Whitespace fix.
1566
1567 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1568
1569         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1570
1571 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * starttls.el (starttls-available-p): Rename from
1574         `starttls-any-program-available' and changed return convention.
1575
1576 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1577
1578         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1579         `unix-sync' unless it's defined.
1580
1581 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1582
1583         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1584         `aref' for XEmacs compatibiltiy.
1585
1586 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1589
1590 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1591
1592         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1593         closures, quote the form properly (bug#9194).
1594
1595 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1598         (gnus-summary-insert-new-articles): Protect against servers that are
1599         down.
1600
1601 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1602
1603         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1604         in mm handle if none is specified.
1605
1606 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1607
1608         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1609
1610 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1611
1612         * nnir.el (nnir-search-thread): New function to make an nnir group
1613         based on a thread query.
1614
1615         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1616         of nnir in thread referral.
1617         (gnus-summary-refer-thread): Use it.
1618
1619         * nnimap.el (nnimap-request-thread): Use it.
1620
1621 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * shr.el (shr-tag-comment): Ignore HTML comments.
1624
1625 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1626
1627         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1628         argument.
1629         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1630         Use `nnir-address' to handle server info rather than passing an arg.
1631
1632         * nnimap.el (nnimap-make-thread-query): New utility function to format
1633         an imap thread search query.
1634         (nnimap-request-thread): Use it.
1635
1636         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1637         right select-method if we are not going back to the group buffer.
1638
1639 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1642         enter invalid buffer configurations into the quit form (bug#9107).
1643         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1644         unplugged/plugged.
1645
1646         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1647         keep track of which ones are unread (bug#9061).
1648
1649         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1650         (bug#9055).
1651
1652         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1653         (bug#9041).
1654
1655         * gnus-html.el (mm-util): Require (bug#9073).
1656
1657         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1658         (gnus-summary-refer-thread): Use it to remove duplicates in the
1659         un-threaded view (bug#9053).
1660         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1661
1662 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1663
1664         * nnir.el (nnir-read-server-parm): Use default value from global
1665         variable.  Without this the default search engine parameters aren't
1666         used at all.
1667
1668 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * message.el (message-unique-id): Don't use the undocumented return
1671         value from (random t) (bug#9118).
1672
1673 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * message.el (message-auto-save-directory): If the ~/Mail directory
1676         doesn't exist, use ~ as the auto-save directory (bug#4432).
1677
1678         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1679         hasn't already been started.
1680
1681 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1684
1685         * message.el (message-reply): Work around mysterious bug where
1686         `message-mode' seems to overwrite the locally bound `subject' variable.
1687
1688 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1689
1690         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1691         correct group.
1692
1693         * gnus-int.el (gnus-request-thread): Add group argument.
1694
1695         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1696
1697 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1700
1701         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1702         renamed to `debbugs-gnu-*'.
1703
1704 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1705
1706         * plstore.el: Revert the editing feature since it is not urgent.
1707         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1708         (plstore-mode-decoded): Remove.
1709
1710 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1713         isn't very interesting any more, and it leaks potentially secret data.
1714         (gnus-debug): Remove.
1715
1716         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1717         use of :custom-show.
1718
1719 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1720
1721         * plstore.el: Add documentation.
1722         (plstore-mode): New mode to edit plstore file.
1723         (plstore-mode-toggle-display, plstore-mode-original)
1724         (plstore-mode-decoded): New command.
1725         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1726         (plstore--insert-buffer, plstore--make): New function.
1727         (plstore-open, plstore-save): Simplify by using them.
1728
1729 2011-07-06  Glenn Morris  <rgm@gnu.org>
1730
1731         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1732
1733 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1736         no longer is much used.
1737         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1738         Articles".
1739
1740 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1741
1742         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1743         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1744         `notmuch' backend.
1745
1746 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * mm-decode.el (mm-text-html-renderer): Doc fix.
1749
1750         * gnus-msg.el (gnus-bug): Fix the MML tag.
1751
1752         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1753
1754 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1755
1756         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1757         secondary methods if started with `gnus-no-server'.
1758
1759 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1760
1761         * message.el (message-return-action): Fix typo in docstring.
1762
1763 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1766         bug reports at once.
1767
1768         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1769
1770 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * nndraft.el: Require gnus-group.
1773         (nndraft-request-list): Declare.
1774
1775         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1776         no unread article unless it matches gnus-permanently-visible-groups.
1777
1778         * nndraft.el (nndraft-update-unread-articles): New function.
1779         (nndraft-request-associate-buffer): Use it to update the number of
1780         unread articles for the nndraft groups in the group buffer when saving
1781         or killing a draft message.
1782
1783 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1786         systems to binary before writing and reading the mbox files.
1787
1788         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1789         instead of trying to list them all (bug#8978).
1790
1791 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1792
1793         * pop3.el (pop3-open-server): Use :end-of-capability.
1794
1795 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1798         the id is always a number.
1799
1800         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1801
1802         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1803         debbugs mode, if possible.
1804
1805 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1806
1807         * auth-source.el (auth-source-token-passphrase-callback-function):
1808         Reindent.
1809         (epg-context-operation): Remove unnecessary autoload.
1810
1811 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus.el (gnus-list-debbugs): New command.
1814
1815         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1816         mboxstat instead of the maintbox, since the stat seems to be fuller.
1817
1818         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1819         summary buffers.
1820
1821         * message.el (message-get-reply-headers): Delete all duplicates,
1822         instead of the first.
1823         (message-get-reply-headers): Ensure that we have progress while
1824         deleting duplicates.
1825
1826         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1827         gnus-posting-style value from the summary buffer to make it easier to
1828         make that a per-buffer conf.
1829
1830 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1833         found by setting `shortcut' in 'query.
1834         (nnir-request-article): Use `shortcut' setting when requesting article
1835         by Message-ID.
1836
1837 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1838
1839         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1840         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1841         Bring the pseudo-headers back too.
1842
1843 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1844
1845         * auth-source.el (auth-source-token-passphrase-callback-function):
1846         Simplify and remove EPA dependency.
1847
1848 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1849
1850         * nnir.el (nnir-request-article): Fix error message text.
1851
1852 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1853
1854         * auth-source.el (plstore-delete): Autoload.
1855         (auth-source-plstore-search): Support delete operation.
1856         * plstore.el (plstore-delete): New function.
1857
1858 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1861         mark actually existing articles as unread rather than the ones that
1862         active asserts.
1863
1864 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1865
1866         * nntp.el (nntp-record-command):
1867         * gnus-util.el (gnus-message-with-timestamp-1):
1868         Use format-time-string rather than decoding time stamps by hand.
1869         This is simpler and insulates the code from potential changes to
1870         current-time format.
1871
1872 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1875
1876 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1877
1878         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1879         (plstore-save): Support public key encryption.
1880         (plstore--init-from-buffer): New function.
1881         (plstore-open): Use it; fix error when opening a non-existent file.
1882         (plstore-revert): Use plstore--init-from-buffer.
1883
1884 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1885
1886         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1887
1888 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1891         for old Emacsen.
1892
1893 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1894
1895         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1896         is not fully working.
1897
1898 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * dgnushack.el: Autoload sha1 on XEmacs.
1901
1902         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1903         quit window configuration.
1904
1905         * auth-source.el (epg-context-set-passphrase-callback):
1906         Remove duplicate autoload.
1907
1908 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1909
1910         * nnir.el (nnir-request-article): Allow requesting articles by
1911         Message-ID with nnimap.
1912
1913         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1914         current server.
1915
1916 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1917
1918         * auth-source.el: Autoload EPA/EPG functions.
1919         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1920         changed when EPA/EPG is not available.
1921         (auth-source-backend): Rename "arg" member to "data".
1922         (auth-source-backend-parse, auth-source-plstore-search)
1923         (auth-source-plstore-create): Use it.
1924
1925 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1926
1927         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1928         `gnus-refer-article-methods'.
1929
1930 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * auth-source.el: Require EPA and EPG.
1933         (auth-source-passphrase-alist): New variable.
1934         (auth-source-passphrase-callback-function)
1935         (auth-source-token-passphrase-callback-function): Callbacks for the
1936         netrc field encryption (GPG tokens).
1937         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1938         Symmetric encryption and decryption of the netrc GPG tokens.
1939         (auth-source-netrc-normalize): Use them, simplifying the closure.
1940
1941 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1944         is available.
1945
1946 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1949         non-nil, and `nnimap-split-methods' is nil, use the former.
1950
1951 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1952
1953         * plstore.el (plstore-revert): New function.
1954         (plstore-open): Use it; hide the buffer from user.
1955
1956 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1957
1958         * auth-source.el (auth-source-backend): New member "arg".
1959         (auth-source-backend-parse): Handle new backend 'plstore.
1960         * plstore.el: New file.
1961
1962 2011-06-30  Glenn Morris  <rgm@gnu.org>
1963
1964         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1965
1966 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1969         expiring articles to.
1970
1971         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1972         variations as ASCII (bug#5458).
1973
1974 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1977
1978 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * message.el (message-point-in-header-p): Tweak the function to default
1981         to saying that we're not in the headers if there is no separator at
1982         all.  This makes it possible to use the Message version of `M-q' in
1983         buffers with no headers (bug#7987).
1984         (message-point-in-header-p): Fix last checkin to work with an empty
1985         mail-header-separator, too.
1986
1987         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1988         again, save the choice via customize.
1989
1990 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1993
1994         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1995         ended the connection, bail out before waiting infinitely on a new
1996         connection.
1997
1998 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2001         reports.
2002
2003         * gnus.el (gnus-bug-package): Use "gnus."
2004         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2005
2006 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * dgnushack.el: Make the timer warning go away on XEmacs.
2009
2010         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2011         animations going on at article exit time.
2012
2013         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2014         since removing it breaks people upgrading.
2015
2016         * shr.el (shr-put-image): Use the new interface for animating images.
2017         (shr-put-image): Animate for 60 seconds.
2018
2019         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2020         avoid compiler warnings.
2021
2022         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2023         error with `find-file-hooks' on Emacs 22.
2024         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2025         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2026         on all architectures.
2027
2028         * spam.el (spam-stat): Require in a normal fashion without binding
2029         `spam-stat-install-hooks' to avoid compilation warnings.
2030
2031         * spam-stat.el (spam-stat-install-hooks): Remove.
2032         (spam-stat-install-hooks): Don't run automatically.
2033
2034 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2035
2036         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2037         and keystroke.
2038
2039 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * auth-source.el (auth-source-netrc-cache): Move forward.
2042
2043 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * proto-stream.el (proto-stream-open-starttls): Use
2046         `gnutls-available-p' to see whether we have built-in support.
2047
2048         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2049         we already know.
2050         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2051         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2052
2053 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2056         %S format, since that looks odd.
2057         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2058         file, especially when saving.
2059
2060 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2061
2062         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2063         article found.
2064
2065 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2068         `auth-source-save-secrets' with a more sensitive alist that can be
2069         configured per file.  Experimental, so defaults to 'never.
2070         (auth-source-netrc-create): Use it.  Still experimental code.
2071         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2072         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2073
2074 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         * auth-source.el (auth-source-save-secrets): New variable to control if
2077         secret tokens should be saved encrypted.
2078         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2079         to `auth-source-netrc-normalize'.
2080         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2081         on the EPA variables being defined.
2082         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2083         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2084         the lexical-let closure.
2085         (auth-source-netrc-create): Create "gpg:" tokens according to
2086         `auth-source-save-secrets'.
2087
2088 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-group.el (gnus-group-update-group): Add new argument
2091         `info-unchanged' that stops updating dribble buffer.
2092
2093         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2094         deletes lines matching to it in dribble buffer.
2095
2096         * gnus-agent.el (gnus-agent-fetch-group-1):
2097         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2098         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2099         * gnus-start.el (gnus-group-change-level):
2100         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2101
2102         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2103         if newsgroup info is not changed.
2104
2105         * gnus-group.el (gnus-group-get-new-news-this-group):
2106         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2107         Don't update dribble buffer.
2108
2109 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2110
2111         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2112         remove entries with groups we ignore.
2113
2114 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2117         the underline comes at the bottom.
2118
2119 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2120
2121         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2122         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2123         (gnus-registry-article-marks-to-names): Rename from
2124         `gnus-registry-user-format-function-M2'.
2125
2126 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2129         ephemeral group.
2130
2131 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * shr.el (shr-browse-image): Copy the URL if called interactively.
2134
2135 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2138         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2139         done, then unselected articles may be marked as read.
2140
2141         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2142         since not doing this seems to lead to a race condition in pop3-logon.
2143
2144         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2145         so that the call chain it correct when we call "upwards".
2146
2147         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2148         in read-only groups.
2149
2150         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2151
2152         * message.el (message-cite-reply-position): Doc string fix.
2153
2154         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2155         avoid regexp overflow.
2156         (nnimap-transform-split-mail): Ditto.
2157
2158         * pop3.el (pop3-retr): Error out if the server closes the connection.
2159
2160 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2161
2162         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2163         mm-with-unibyte-current-buffer.  The buffer should not contain any
2164         multibyte chars anyway at this stage.
2165
2166 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2169         at the end of lines.
2170
2171 2011-05-29  Julien Danjou  <julien@danjou.info>
2172
2173         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2174
2175 2011-05-27  Glenn Morris  <rgm@gnu.org>
2176
2177         * gnus-group.el (gnus-bug-group-download-format-alist):
2178         Use the "maintainer" version of debian reports as well.
2179
2180 2011-05-26  Glenn Morris  <rgm@gnu.org>
2181
2182         * gnus-group.el (gnus-bug-group-download-format-alist):
2183         Use the "maintainer" version of debbugs.gnu.org reports.
2184
2185 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2188
2189 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2190
2191         * gnus-cus.el (gnus-agent-customize-category):
2192         * gnus-delay.el (gnus-delay-send-queue):
2193         * gnus.el (gnus-other-frame):
2194         Don't quote lambda expressions with `quote'.
2195
2196 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2197
2198         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2199         the thread moves us backwards and so we loop forever.
2200
2201 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2204         whitespace in base64 data lines.
2205
2206 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2207
2208         * gnus-registry.el (gnus-registry-user-format-function-M):
2209         Use `mapconcat'.
2210         (gnus-registry-user-format-function-M2): Use to see the full text of
2211         the marks.  Make "," the mark text separator.
2212
2213         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2214         authentication with auth-source.
2215
2216 2011-05-17  Glenn Morris  <rgm@gnu.org>
2217
2218         * gnus-group.el (gnus-import-other-newsrc-file):
2219         Use insert-file-contents.
2220
2221 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2224         1000 iterations.
2225
2226 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * nntp.el (nntp-open-connection): Check if process-type is available.
2229
2230 2011-05-16  Julien Danjou  <julien@danjou.info>
2231
2232         * shr.el (shr-tag-del): Add support for del tag.
2233
2234 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-html.el (gnus-html-put-image): Register a displayer.
2237
2238         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2239
2240 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * registry.el (prune-factor): New initialization parameter defaulting
2243         to 0.1.
2244         (registry-prune-hard): Use it.
2245
2246         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2247         0.1 expicitly.
2248
2249 2011-05-13  Glenn Morris  <rgm@gnu.org>
2250
2251         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2252         is bound, since this function requires sendmail.
2253
2254 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * registry.el (registry-usage-test): Disable pruning test.
2257
2258 2011-05-11  David Engster  <dengste@eml.cc>
2259
2260         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2261         Bind set-network-process-option for XEmacs.
2262
2263 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2264
2265         * registry.el (registry-prune-hard-candidates)
2266         (registry-prune-soft-candidates): Helper methods for registry pruning.
2267         (registry-prune): Use them.  Make the sort function optional.
2268
2269 2011-05-10  Jim Meyering  <meyering@redhat.com>
2270
2271         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2272
2273 2011-05-10  Julien Danjou  <julien@danjou.info>
2274
2275         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2276         symbol and not a list.
2277
2278 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * gnus-art.el (gnus-article-mode): Move binding of
2281         shr-put-image-function here from gnus-article-prepare-display.
2282
2283         * shr.el (shr-put-image-function): New variable.
2284         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2285         (shr-put-image): Return scaled image.
2286
2287         * gnus-art.el (gnus-shr-put-image): New function.
2288         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2289
2290         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2291         original ones, as deletable.
2292
2293 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2294
2295         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2296
2297 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2298
2299         * registry.el (registry-full): Add convenience method.  Fix logic.
2300         (registry-insert): Use it.  Fix logic here too.
2301
2302         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2303         `registry-prune' if `registry-full' returns t.
2304         (gnus-registry-handle-action)
2305         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2306         (gnus-registry-usage-test): Use it.
2307
2308 2011-05-07  Julien Danjou  <julien@danjou.info>
2309
2310         * shr.el (shr-link): Make shr-link inherit from link by default.
2311
2312 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2315
2316 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2319         error out because the face is not a list.
2320
2321 2011-05-05  Glenn Morris  <rgm@gnu.org>
2322
2323         * proto-stream.el (gnutls-negotiate): Fix declarations.
2324
2325         * gnus-start.el (gnus-propagate-marks): Declare.
2326
2327 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2328
2329         * registry.el (registry-reindex): Fix percentage message.
2330
2331         * proto-stream.el (network-stream-open-starttls): Adjust to call
2332         `gnutls-negotiate' with :process and :hostname arguments.
2333
2334 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2335
2336         * shr.el: Add shr-link face for links.
2337         (shr-urlify): Use it.
2338
2339         * registry.el (registry-insert): Make error message more helpful.
2340
2341 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-html.el (gnus-html-schedule-image-fetching):
2344         Use url-queue-retrieve, if it exists.
2345
2346         * shr.el (shr-tag-img): Ditto.
2347
2348         * gnus.el: Autoload more gnus-agent functions.
2349
2350         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2351         agent if we haven't already (bug#8502).
2352
2353         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2354         into the Agent, too.
2355
2356         * gnus-agent.el (gnus-agent-store-article): New function.
2357
2358         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2359         and moved from that file for reuse.
2360
2361         * pop3.el (pop3-open-server): Error messages are "-ERR".
2362
2363 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2366         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2367
2368 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2369
2370         * gnus.el: No Gnus v0.17 is released.
2371
2372 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2373
2374         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2375         buffer has moved to a different frame.
2376
2377 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2380         to get the conversion from unibyte to multibyte buffers to work on
2381         Emacs 22.
2382
2383         * nntp.el (nntp-request-article): Slight clean-up.
2384
2385 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * shr.el (shr-strike-through): New face.
2388         (shr-tag-s): Use it to provide <s> support.
2389         (shr-tag-s): Remove duplicate definition.
2390
2391 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2392
2393         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2394         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2395
2396 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2399         `gnutls-negotiate'.
2400         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2401
2402 2011-04-23  Glenn Morris  <rgm@gnu.org>
2403
2404         * gnus-sum.el (gnus-extra-headers): Bump :version.
2405
2406 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * shr.el (shr-tag-sup): New function.
2409         (shr-tag-sub): Ditto.
2410
2411 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2412
2413         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2414         for the case where `gnus-registry-ignored-groups' is a list of lists,
2415         and don't call `gnus-parameter-registry-ignore' otherwise.
2416
2417 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2418
2419         * nnimap.el (nnimap-user): New backend variable.
2420         (nnimap-open-connection-1): Use it.
2421         (nnimap-credentials): Accept user parameter so it's explicit what user
2422         name is desired.
2423
2424         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2425         default.
2426
2427         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2428         not gnus-registry.el.
2429
2430         * gnus-registry.el: Mention in comments how to modify
2431         `gnus-extra-headers' for proper recipient tracking and that it may
2432         already have To and Cc recently, which it does as of this commit.
2433         (gnus-registry-ignored-groups): Remove defcustom.
2434         Explain why in comments.
2435         (gnus-registry-action): Fix data-header reference to use the extra
2436         headers.  Explain in package commentary how to add To and Cc headers to
2437         the gnus-extra-headers.
2438         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2439         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2440         parameter list or a string list in `gnus-registry-ignored-groups'.
2441         Fix logic error.
2442
2443 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * shr.el (shr-expand-url): Protect against null urls.
2446
2447 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * shr.el (shr-base): New binding.
2450         (shr-tag-base): Keep track of <base>.
2451         (shr-expand-url): New function used throughout.
2452
2453 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2454
2455         * gnus-registry.el
2456         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2457         (gnus-registry-ignored-groups): New variable.
2458         (gnus-registry-ignore-group-p): Use it.
2459         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2460         set the destination group to nil (same as delete) if it's ignored.
2461
2462 2011-04-20  David Engster  <dengste@eml.cc>
2463
2464         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2465
2466         * Makefile.in (test-nntp): New rule.
2467         (check): Add it.
2468         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2469
2470 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * gnus-registry.el (gnus-registry-action)
2473         (gnus-registry-fetch-header-fast):
2474         Don't use mail-header that looks an internal function of mailheader.el.
2475
2476 2011-04-19  Glenn Morris  <rgm@gnu.org>
2477
2478         * time-date.el (time-to-days): Remove unused local variables.
2479
2480 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-registry.el: Eliminate cl functions.
2483         (gnus-registry-sort-addresses): New function that replaces mapcan.
2484         (gnus-registry-action, gnus-registry-spool-action)
2485         (gnus-registry-split-fancy-with-parent)
2486         (gnus-registry-fetch-recipients-fast): Use it.
2487         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2488
2489         * registry.el (initialize-instance, registry-lookup)
2490         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2491         (registry-lookup-secondary-value, registry-search, registry-delete)
2492         (registry-insert, registry-reindex, registry-size, registry-prune):
2493         Use eval-and-compile.
2494
2495 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2496
2497         * registry.el (registry-reindex): New method to recreate the secondary
2498         registry indices.
2499
2500         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2501         tracked field changes.
2502         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2503         (gnus-registry-action, gnus-registry-spool-action)
2504         (gnus-registry-handle-action)
2505         (gnus-registry--split-fancy-with-parent-internal)
2506         (gnus-registry-split-fancy-with-parent)
2507         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2508         move, and delete actions, and for fancy splitting with parent.
2509         (gnus-registry-extract-addresses)
2510         (gnus-registry-fetch-recipients-fast)
2511         (gnus-registry-fetch-header-fast): Convenience functions.
2512         (gnus-registry-misc-test): ERT test of
2513         `gnus-registry-extract-addresses'.
2514
2515 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2516
2517         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2518         Track by subject first, then sender.
2519
2520 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2521
2522         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2523
2524         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2525         Lisp.
2526
2527         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2528         (gnus-draft-send): Use it to avoid popping
2529         up frames from gnus-group-send-queue.
2530
2531 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2532
2533         * gnus-registry.el: Updated gnus-registry docs.
2534
2535 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2536
2537         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2538         Fix logic bug.
2539         (gnus-registry-post-process-groups): Fix logging of no results and
2540         quote sender and subject.
2541
2542 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2545         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2546         gnutls-cli are too slow to be done opportunistically.
2547
2548         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2549         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2550         we had no early-data returned.
2551         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2552         two async commands to the same server at the same time.
2553
2554 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2555
2556         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2557
2558 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2561         "warning" level.
2562
2563         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2564         (mm-url-insert-file-contents): Don't set the package names.
2565
2566 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2567
2568         * gnus-registry.el (gnus-registry-action): Remove properties and
2569         simplify subject in `gnus-registry-handle-action'.
2570         (gnus-registry-spool-action): Get subject and sender from message if
2571         they are not passed in.
2572         (gnus-registry-handle-action): Remove properties and simplify subject
2573         consistently.
2574
2575 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2576
2577         * registry.el: Require CL before using defmacro*.
2578
2579 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-art.el (article-treat-date): Assume that
2582         gnus-article-date-headers may be a group parameter.
2583
2584 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2587
2588         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2589         interactively so the newsrc file can contain foreign groups too.
2590         Useful for debugging but not much for users.
2591
2592 2011-04-07  David Engster  <dengste@eml.cc>
2593
2594         * registry.el (registry-usage-test): Only do
2595         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2596         lexical binding.
2597
2598 2011-04-07  David Engster  <dengste@eml.cc>
2599
2600         * Makefile.in (check, test-registry): New rules for test-suite.
2601
2602 2011-04-06  David Engster  <dengste@eml.cc>
2603
2604         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2605         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2606
2607 2011-04-06  David Engster  <dengste@eml.cc>
2608
2609         * registry.el (initialize-instance): Change :after to :AFTER to be
2610         compatible with old EIEIO version in XEmacs.
2611
2612 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2613
2614         * gnus-registry.el (gnus-registry-post-process-groups)
2615         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2616         and provide better messaging.
2617
2618 2011-04-06  David Engster  <dengste@eml.cc>
2619
2620         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2621         errors.
2622
2623         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2624         dgnushack-compile with error-on-warn enabled, and to signal an error if
2625         clean compilation failed.
2626         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2627         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2628
2629 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2632         unconditionally anyway, discarding errors.
2633         (gnus-registry-delete-entries): New convenience function.
2634         (gnus-registry-import-eld): Import from old .eld registry.
2635
2636         * registry.el: Don't use ERT if it's not available.  Load it
2637         unconditionally anyway, discarding errors.
2638
2639         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2640         version from the Claudio Bley GnuTLS patch (extra optional parameters
2641         and host name).
2642
2643 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2644
2645         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2646         fixup the parameters that can be customized by the user between
2647         save/read cycles.
2648         (gnus-registry-read): Use it.
2649         (gnus-registry-make-db): Use it.
2650         (gnus-registry-spool-action, gnus-registry-handle-action):
2651         Fix messaging.
2652         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2653         Map references to actual group names with sender and subject tracking.
2654         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2655         (gnus-registry-usage-test): Add subject lookup test.
2656
2657         * registry.el (registry-db, initialize-instance): Set up constructor
2658         instead of :initform arguments for the sake of older Emacsen.
2659         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2660         pre-lexbind merge bug.
2661         (registry-usage-test): Use it.
2662         (initialize-instance, registry-db): Move the non-function initforms
2663         back to the class definition.
2664
2665 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2666
2667         * registry.el: New library to manage gnus-registry-style data.
2668
2669         * gnus-registry.el: Use it (major rewrite).
2670
2671         * nnregistry.el: Use it.
2672
2673         * spam.el: Use it.
2674
2675 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2678         marks on non-selected articles.
2679
2680 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2681
2682         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2683         parameter to open-protocol-stream.
2684
2685 2011-04-01  Julien Danjou  <julien@danjou.info>
2686
2687         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2688         fundamental-mode.
2689
2690 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2693         servers.
2694
2695 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2698         made marks not propagate, again.
2699
2700 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2701
2702         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2703         Make this the default type.
2704         (proto-stream-open-plain): Rename from proto-stream-open-default.
2705         (open-protocol-stream, proto-stream-open-starttls)
2706         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2707         with `plain'.
2708
2709         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2710         value.
2711
2712         * nntp.el (nntp-open-connection-function): Document the fact that some
2713         values are not functions but are instead handled specially.
2714         Recognize nntp-open-plain-stream value.
2715         (nntp-open-connection): Recognize that value.
2716
2717 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2720         where it seems to be needed.
2721
2722 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2725         stuff.
2726
2727         * gnus-score.el (gnus-score-string): Fix calling convention of
2728         `gnus-simplify-buffer-fuzzy' after last patches.
2729
2730         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2731         server for articles we didn't get any headers for.  This is a sanity
2732         check.
2733
2734 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2735
2736         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2737         new CAPABILITY, use it.
2738
2739 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2742         downloading anything.
2743
2744         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2745
2746 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2747
2748         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2749         colors.
2750         (gnus-splash-svg-color-symbols): New function.
2751
2752 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2755         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2756         (gnus-simplify-subject-fuzzy): Use the local
2757         gnus-simplify-subject-fuzzy-regex instead of the global one.
2758         This makes using this variable in group parameters work.
2759
2760 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2761
2762         * gnus-registry.el (gnus-registry-unfollowed-groups):
2763         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2764         archive:sent-YYYY-MM-DD groups).
2765         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2766         tracking if there are more than `gnus-registry-max-track-groups'
2767         matches.
2768
2769 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2770
2771         * message.el (message--yank-original-internal): New function to do the
2772         insertion cleanly inside eval in `message-yank-original'.
2773         (message-yank-original): Use it.
2774
2775 2011-03-29  Julien Danjou  <julien@danjou.info>
2776
2777         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2778         local variables disabled rather than `normal-mode'.
2779
2780 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2781
2782         * imap.el (imap-shell-open, imap-process-connection-type):
2783         Use imap-process-connection-type for 'shell' streams as well as
2784         Kerberos, SSL, other subprocesses.
2785
2786 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2787
2788         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2789         with open-network-stream.
2790         (proto-stream-always-use-starttls): Option removed.
2791         (open-protocol-stream): Return a process object by default.  Provide a
2792         new parameter :return-list specifying a list-type return value, which
2793         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2794         :type `network' to `try-starttls', and `network-only' to `default'.
2795         Make `default' the default, for compatibility with open-network-stream.
2796         Handle the no-parameter case exactly as open-network-stream, with no
2797         additional stream processing.  Search plists using plist-get.
2798         Explicitly add :end-of-commend parameter if it is missing.
2799         (proto-stream-open-default): Rename from
2800         proto-stream-open-network-only.  Return 'default as the type.
2801         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2802         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2803         failed.  Always return a list with a (possibly dead) process as the
2804         first element, for compatibility with open-network-stream.
2805         (proto-stream-open-tls): Use plist-get.  Always return a list.
2806         (proto-stream-open-shell): Return `default' as connection type.
2807         (proto-stream-capability-open): Use plist-get.
2808         (proto-stream-eoc): Function deleted.
2809
2810         * nnimap.el (nnimap-stream, nnimap-open-connection)
2811         (nnimap-open-connection-1): Handle renaming of :type parameter for
2812         open-protocol-stream.
2813         (nnimap-open-connection-1): Pass a :return-list parameter
2814         open-protocol-stream to obtain a list return value.  Parse this list
2815         using plist-get.
2816
2817         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2818         for open-protocol-stream.  Accept open-protocol-stream return value
2819         that is a subprocess object instead of a list.  Handle the case of a
2820         dead returned process.
2821
2822 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2823
2824         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2825
2826         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2827
2828 2011-03-21  Julien Danjou  <julien@danjou.info>
2829
2830         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2831         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2832         query.
2833         (mm-inline-text): Render normal text with fontification whenever
2834         possible.
2835
2836         * gnus-sum.el (gnus-summary-save-parts-1):
2837         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2838         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2839         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2840         Use `mm-handle-filename'.
2841
2842         * mm-util.el (mm-handle-filename): New function, return the filename of
2843         an handle.
2844
2845 2011-03-18  Julien Danjou  <julien@danjou.info>
2846
2847         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2848         (gnus-buffer-live-p): Check that buffer is not nil.
2849
2850 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2851
2852         * gnus.el: No Gnus v0.15 is released.
2853
2854 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2857         avoid warning on XEmacs.
2858
2859         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2860         on XEmacs.
2861
2862         * gnus-art.el: Require mouse, which the build bot seems to say is
2863         needed.
2864
2865         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2866
2867         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2868         XEmacs, since it doesn't have url-retrieve-synchronously.
2869
2870         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2871         since assoc-string doesn't exist in XEmacs.
2872
2873 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2874
2875         * gnus-group.el (gnus-group-list-ticked): New function.
2876         (gnus-group-make-menu-bar): Provide a menu entry for it.
2877         (gnus-group-list-map): Provide a binding for it.
2878
2879 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * shr.el (shr-visit-file): New command.
2882
2883         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2884
2885 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2886
2887         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2888         servers.
2889
2890 2011-03-16  Julien Danjou  <julien@danjou.info>
2891
2892         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2893         inline.
2894
2895         * gnus-art.el (article-hide-list-identifiers):
2896         Use gnus-group-get-list-identifiers.
2897
2898         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2899         (gnus-summary-remove-list-identifiers):
2900         Use gnus-group-get-list-identifiers to get regexp.
2901         (gnus-select-newsgroup, gnus-summary-insert-subject)
2902         (gnus-summary-insert-articles):
2903         Call gnus-summary-remove-list-identifiers unconditionally.
2904
2905 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2908         we're selecting a group with unread articles.
2909
2910         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2911
2912         * gssapi.el: New file separated out from imap.el to provide a general
2913         Kerberos 5 connection facility for Emacs.
2914
2915         * message.el (message-elide-ellipsis): Document the format spec
2916         ellipsis.
2917
2918 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2919
2920         * message.el (message-elide-region): Allow the ellipsis to say how many
2921         lines were removed.
2922
2923 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2926         window configurations containing buffers that are now dead.
2927
2928         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2929         parsing to avoid integer overflows.
2930         (nnimap-parse-flags): Simplify the last change.
2931         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2932         too large for 32-bit Emacsen.
2933
2934 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2935
2936         * auth-source.el (auth-source-netrc-create):
2937         * message.el (message-yank-original): Fix use of `case'.
2938
2939 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2940
2941         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2942         XEmacs, which was one character too wide.
2943
2944 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2945
2946         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2947         default number of articles to display.
2948         (gnus-articles-to-read): Use pretty names for prompt.
2949
2950 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * gnus-int.el (gnus-open-server): Ditto.
2953
2954         * gnus-start.el (gnus-activate-group): Give a backtrace if
2955         debug-on-quit is set and the user hits `C-g'.
2956         (gnus-read-active-file): Ditto.
2957
2958         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2959
2960 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * message.el (message-yank-original): Use cond instead of CL case.
2963
2964 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2965
2966         * auth-source.el (auth-source-netrc-create): Use usual format for the
2967         default in prompts.
2968
2969 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * lpath.el: Fbind read-char-choice for XEmacs.
2972
2973 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2974
2975         * auth-source.el (auth-source-netrc-create): Show the default in the
2976         prompt when prompting for token creation.
2977
2978 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2979
2980         * auth-source.el (auth-source-format-prompt): Always convert the value
2981         to a string to avoid evaluating non-string arguments.
2982         (auth-source-netrc-create): Offer default properly, not as initial
2983         content in `read-string'.
2984         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2985         of line to determine if we've been run before.  If so, don't run again,
2986         but print a trivial message to indicate the cache was hit instead.
2987
2988 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2989
2990         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2991         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2992         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2993         Gnus.
2994
2995 2011-03-11  Julien Danjou  <julien@danjou.info>
2996
2997         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2998         modified file".
2999
3000 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3001
3002         * auth-source.el (auth-source-read-char-choice): New function to read a
3003         character choice using `dropdown-list', `read-char-choice', or
3004         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3005         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3006         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3007         (auth-source-netrc-saver): Use it.
3008         (auth-source-pick-first-password): New convenience function.
3009
3010 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3013         parameter in the credentials.
3014         (nnimap-open-connection-1): Use it after a successful login.
3015         (nnimap-credentials): Add IMAP-specific user and password prompt.
3016
3017         * auth-source.el (auth-source-search): Add :require parameter, taking a
3018         list.  Document it and the :save-function return token.  Pass :require
3019         down.  Change the CREATED message from a warning to a debug statement.
3020         (auth-source-search-backends): Pass :require down.
3021         (auth-source-netrc-search): Pass :require down.
3022         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3023         Change save prompt to indicate all modifications saved here are
3024         deletions.
3025         (auth-source-netrc-create): Take user login name as default in user
3026         prompt.  Move all the save functionality to a lexically bound function
3027         under the :save-function token in the returned list.  Set up clearer
3028         default prompts for user, host, port, and secret.
3029         (auth-source-netrc-saver): New function, intended to be wrapped for
3030         :save-function.
3031
3032 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3035         lines to be spaces instead.
3036
3037 2011-03-07  Julien Danjou  <julien@danjou.info>
3038
3039         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3040         (sieve-sasl-auth): Check that auth-source-search did return something,
3041         or just return an empty string.
3042
3043 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3044
3045         * gnus.el (gnus-interactive): Use read-directory-name.
3046
3047         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3048         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3049         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3050         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3051         Likewise.
3052
3053         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3054
3055 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3058         onto the list of killed groups, too.  This makes killed nnimap groups,
3059         for instance, more reliably not reappear.
3060
3061         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3062         the parent.
3063
3064         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3065
3066         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3067         really have server-side marks.
3068
3069         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3070         since most backends do not usefully have server-side marks.
3071         (gnus-update-read-articles): Propagate marks to all backends that
3072         really have server-side marks.
3073
3074 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3075
3076         * message.el (message-cite-reply-position, message-cite-style):
3077         New variables.
3078         (message-yank-original): Use the new citation styles.
3079
3080 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3081
3082         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3083         buffer-local issue); don't mark it buffer-local when running under
3084         XEmacs.
3085
3086 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3087
3088         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3089         numbers too big to be `read'.
3090
3091 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * password-cache.el (password-in-cache-p): Add autoload.
3094
3095         * message.el (message-options): Make buffer-local two ways to attempt
3096         to fix a XEmacs bug.
3097
3098 2011-03-02  Julien Danjou  <julien@danjou.info>
3099
3100         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3101
3102 2011-03-01  Julien Danjou  <julien@danjou.info>
3103
3104         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3105         group.
3106         (article-hide-list-identifiers): Use list-identifier group parameter.
3107
3108 2011-02-28  Julien Danjou  <julien@danjou.info>
3109
3110         * sieve.el (sieve-buffer-script-name): New local variable to store
3111         sieve script name.
3112         (sieve-edit-script): Store sieve script name.
3113         (sieve-upload): Use sieve script name when uploading.
3114         (sieve-upload): Use substitute-command-keys.
3115         (sieve-edit-script): Use substitute-command-keys.
3116         (sieve-refresh-scriptlist): Use substitute-command-keys.
3117         (sieve-manage-mode-map): Define keymap properly.
3118         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3119         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3120         Remove commented code about cvs.
3121         (sieve-manage-quit): New function.
3122         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3123
3124 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3127
3128 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * auth-source.el (auth-source-search): Cache empty result sets.
3131
3132         * password-cache.el (password-in-cache-p): Convenience function to
3133         check if a key is in the cache, even if the value is nil.
3134
3135         * auth-source.el (auth-source-save-behavior): New variable to replace
3136         `auth-source-never-create'.
3137         (auth-source-netrc-create): Use it.
3138         (auth-source-never-save): Remove.
3139
3140 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3141
3142         * nnimap.el (nnimap-stream): Doc fix.
3143         (nnimap-open-connection-1): Reverse the order of the ports to that the
3144         prompted-for port is first.
3145
3146         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3147         retrieval by the no-group selection.
3148
3149         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3150         numerical parameters.
3151
3152 2011-02-25  Julien Danjou  <julien@danjou.info>
3153
3154         * gnus-gravatar.el: Use gnus-with-article-buffer.
3155
3156         * gnus-art.el (gnus-with-article-buffer): Check that the
3157         gnus-article-buffer is alive.
3158
3159 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * auth-source.el (auth-source-creation-prompts): New variable to manage
3162         creation-time prompts.
3163         (auth-source-search): Document it.
3164         (auth-source-format-prompt): Add utility function.
3165         (auth-source-netrc-create): Don't default the user name to
3166         user-login-name.  Use `auth-source-creation-prompts' and some default
3167         prompts for user, host, port, and password (the default generic prompt
3168         remains ugly).
3169         (auth-source-never-save): Add customizable option to never save info.
3170         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3171         mode excursion.
3172
3173 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3176         argument that XEmacs doesn't support.
3177
3178         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3179         compiled for Emacsen having no `libxml-parse-html-region' support.
3180
3181         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3182
3183         * lpath.el: Bind buffer-save-without-query for XEmacs.
3184
3185 2011-02-23  Julien Danjou  <julien@danjou.info>
3186
3187         * gnus-art.el (article-make-date-line): Ignore errors if time is
3188         invalid and not convertible.
3189         (article-make-date-line): Only add lapsed time if time is not nil.
3190
3191 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3194         `read-char-choice' for backwards compatibility.
3195         (auth-source-netrc-element-or-first): New function to DTRT for
3196         parameter extraction.
3197         (auth-source-netrc-create): Use it and fix multiple parameter print
3198         bug.  Use the default passed from above (given-default) or the
3199         built-in (user-login-name for :user).
3200
3201 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-start.el (gnus-dribble-read-file):
3204         Set buffer-save-without-query, since we always want to save the dribble
3205         file, probably.
3206
3207         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3208         nnimap.
3209
3210         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3211         -summary- since it's a user-visible variable.
3212
3213         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3214         first time you use the new Gnus.
3215
3216 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3217
3218         * auth-source.el: Don't load netrc.el.
3219         (auth-sources): Search ~/.netrc as well by default.
3220         (auth-source-debug): Add 'trivia option for extra output.
3221         (auth-source-do-trivia): Use it.
3222         (auth-source-search): Simplify logic to use
3223         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3224         appropriate.  Don't keep a running count at this level.  Layer :create
3225         and :delete options appropriately on the first and second passes.
3226         Don't track the backend with the search results.
3227         (auth-source-search-backends): New function to search a list of
3228         backends for a processed spec.
3229         (auth-source-netrc-parse): Cache all netrc files, making
3230         auth-source-netrc-cache an alist keyed by the file name and using the
3231         file mtime as the caching criterion.  Keep the obfuscated data secret
3232         with a lexical bind.
3233         (auth-source-netrc-search): Don't calculate the length of the results
3234         unnecessarily.
3235         (auth-source-search-backends): Fix bug.
3236         (auth-source-netrc-create): Rework prompts.
3237
3238 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3239
3240         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3241         Lower case names of search constraints.
3242         (nnir-run-query): Cache and reuse search constraints for all imap
3243         servers.
3244
3245 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3246
3247         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3248         after exit.
3249         (gnus-setup-message): Define missing variable from last checkin.
3250
3251         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3252         value, show the raw article.
3253
3254 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3255
3256         * gnus.el: No Gnus v0.13 is released.
3257
3258 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3261         auth-source now accepts numbers.
3262
3263         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3264         spec, too.
3265         (auth-source-ensure-strings): New function.
3266
3267         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3268         (gnus-article-setup-buffer): Always restart the date timer so that user
3269         changes to the frequency is respected.
3270
3271         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3272         port numbers, so make sure it gets that if nnimap-server-port is
3273         explicit.
3274
3275 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3276
3277         * nnimap.el (nnimap-inbox): Doc fix.
3278
3279 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3280
3281         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3282         Autoload.  Add optional arg FRAME, and pass it to color-values.
3283         (color-complement): Caller changed.  Doc fix.
3284         (color-gradient): Rewrite for better clarity and efficiency.
3285
3286 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3287
3288         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3289         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3290         color-lab-to-srgb.
3291
3292 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3293
3294         * color.el: First part of merge from hexrgb.el.
3295         (color-rgb-to-hex): Rename from color-rgb->hex.
3296         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3297         saturation to zero if the value is too small.
3298         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3299         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3300         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3301         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3302         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3303         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3304         (color-cie-de2000): Doc fix.
3305
3306 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3307
3308         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3309         given method as in the group name if we're using an extended method.
3310         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3311         command, if we're using that, instead of waiting for the beginning.
3312
3313         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3314         we're sure to get unique server names, and we don't output two async
3315         commands in the same buffer.  This fixes an NNTP hang for some users.
3316
3317 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3318
3319         * gnus.el: No Gnus v0.11 is released.
3320
3321 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3324         summary buffer before reading going to the next buffer.  This avoids
3325         putting the point in the group buffer if you `C-g' the command.
3326
3327         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3328         cache (for now) to make ~/.authinfo.gpg files usable.
3329
3330         * nnfolder.el (copyright-update): Define for the compiler.
3331
3332         * auth-source.el (auth-source-search): Fix unbound variable.
3333
3334 2011-02-19  Glenn Morris  <rgm@gnu.org>
3335
3336         * gnus.el (gnus-meta): Doc fix.
3337
3338 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3339
3340         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3341         in case it's not yet loaded.
3342
3343 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3346         line we're waiting for.
3347
3348 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3349
3350         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3351         face with line-width greater than zero will cause RET in gnus summary
3352         buffer to scroll down article page-wise because auto vscroll happens,
3353         it should be temporally disabled when doing a scroll-up.
3354
3355 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3356
3357         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3358         outputs from the server.
3359
3360 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3361
3362         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3363         later so that bbdb can hook in easier.
3364
3365 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3366
3367         * auth-source.el (auth-source-search): Don't try to create credentials
3368         if the caller doesn't want that.
3369         (auth-source-search): If we don't find a match, don't bug out on
3370         non-bound variables.
3371         (auth-source-search): Only ask a single backend to create the
3372         credentials.
3373
3374         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3375         logging.
3376         (nnimap-credentials): Protect against auth-source-search returning nil.
3377         (nnimap-request-list): Protect against not being able to open the
3378         server.
3379
3380 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3381
3382         * auth-source.el (auth-source-search): Do a two-phase search, one with
3383         no :create to get the responses from all backends.
3384
3385         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3386         when getting credentials.
3387
3388         * gnus-util.el (gnus-delete-duplicates): New function.
3389
3390 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3393         a creation default, pass the whole port list down.  It will be
3394         completed.
3395
3396         * auth-source.el (auth-source-search): Updated docs to talk about
3397         multiple creation choices.
3398         (auth-source-netrc-create): Accept a list as a value (from the search
3399         parameters) and do completion on that list.  Keep a separate netrc line
3400         with the password obscured for showing the user.
3401
3402         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3403         first choice to `auth-source-search' so it will be used for entry
3404         creation instead of the server's Gnus-specific name.
3405         (nnimap-credentials): Rely on the auth-source library to select which
3406         port is actually wanted in the new netrc entry, so don't override
3407         `auth-source-creation-defaults'.
3408
3409         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3410         :protocol and accept a missing user, host, or port as a wildcard match.
3411         (auth-source-debug): Default to off.
3412
3413         (auth-source-netrc-search, auth-source-netrc-create)
3414         (auth-source-secrets-search, auth-source-secrets-create)
3415         (auth-source-user-or-password, auth-source-backend, auth-sources)
3416         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3417         instead of :protocol.
3418
3419         * nnimap.el (nnimap-credentials): Pass a port default to
3420         `auth-source-search' in case an entry needs to be created.
3421         (nnimap-open-connection-1): Use :port instead of :protocol.
3422
3423 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * auth-source.el: Bind load-path when loading EIEIO from
3426         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3427         21.4 doesn't support, to `require'.
3428         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3429         delete-dups that is not available in XEmacs 21.4.
3430
3431 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3432
3433         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3434         as EIEIO must also be loaded when auth-source.el is being
3435         byte-compiled.
3436
3437 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3440
3441         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3442
3443         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3444
3445         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3446
3447         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3448
3449         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3450
3451         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3452
3453         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3454         necessary.
3455
3456 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3459         nil means that nnimap doesn't get updated.
3460
3461 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3462
3463         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3464         result when the user doesn't want to write to the file.
3465         (auth-source-netrc-search): Expect a synthetic result and proceed
3466         accordingly.
3467         (auth-source-cache-expiry): New variable to override
3468         `password-cache-expiry'.
3469         (auth-source-remember): Use it.
3470
3471         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3472         parameter.  Create entry if necessary by using :create t.
3473         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3474
3475 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3476
3477         * auth-source.el (auth-source-debug): Enable by default and don't
3478         mention the obsolete `auth-source-hide-passwords'.
3479         (auth-source-do-warn): New function to debug unconditionally.
3480         (auth-source-do-debug): Use it.
3481         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3482         and for Secrets API entries when the secrets.el library is not
3483         available.
3484
3485 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3488         (gnus-summary-exit): Kill the correct article buffer on exit from a
3489         `C-d' group.
3490
3491         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3492         gnus-propagate-marks.
3493
3494         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3495         before killing the buffers so that a non-full window conf gets handled
3496         correctly.
3497         (gnus-summary-exit): Ditto.
3498         (gnus-summary-read-group-1): Ditto.
3499
3500         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3501         async code again so that we can debug it properly.
3502
3503         * message.el (message-reply): Take an optional switch-buffer parameter
3504         so that Gnus window confs are respected better.
3505
3506 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3507
3508         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3509         `plist-get' to accept non-list parameters (XEmacs issue).
3510         Fix docstring.
3511         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3512         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3513         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3514         Login collection is "Login" and not "login".
3515
3516 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3519         multiple headers.
3520
3521         * nnimap.el (nnimap-inhibit-logging): New variable.
3522         (nnimap-log-command): Don't log login commands.
3523
3524         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3525         to have more parameters.
3526
3527         * nnimap.el (nnimap-send-command): Mark the command time for each
3528         command, so that we don't get NOOPs stepping on our toes.
3529
3530         * gnus-art.el (article-date-ut): Get the date from the Date header on
3531         `t'.
3532
3533 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * auth-source.el (auth-source-search): Use copy-sequence instead of
3536         the cl.el copy-list.
3537
3538 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * imap.el: Bring it back (revert
3541         84d800cd31de3064f0ed39617d725709a2f8f42f).
3542
3543 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3544
3545         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3546         Improve prompt.
3547
3548 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3551         washing status from the default format.  It isn't very informative.
3552
3553 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3554
3555         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3556         Fix Gcc processing on imap.
3557
3558 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3559
3560         * imap.el: Remove file.  All the functionality is in nnimap.el.
3561
3562 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3563
3564         * message.el (message-bury): Don't pop up a new window when selected
3565         window is dedicated.
3566
3567 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3568
3569         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3570
3571 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3572
3573         * sieve-manage.el: Autoload `auth-source-search'.
3574         (sieve-sasl-auth): Use it.
3575
3576 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3577
3578         * nnimap.el: Autoload `auth-source-forget+'.
3579         (nnimap-open-connection-1): Use it if the connection fails.
3580
3581         * auth-source.el: Require `password-cache'.
3582         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3583         obsolete.
3584         (auth-source-magic): Marker for `password-cache' keys.
3585         (auth-source-do-cache): Update docstring.
3586         (auth-source-search): Use and check cache.
3587         (auth-source-forget-all-cached, auth-source-remember)
3588         (auth-source-recall, auth-source-forget, auth-source-forget+)
3589         (auth-source-specmatchp): Caching support functions.
3590         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3591         Remove and obsolete.
3592         (auth-source-user-or-password): Remove caching to further discourage
3593         using it.  Always hide passwords.
3594
3595         * password-cache.el (password-cache-remove): Accept secrets that are
3596         not strings.
3597
3598 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3599
3600         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3601         code for now, since it doesn't work for all users.
3602
3603 2011-02-09  Julien Danjou  <julien@danjou.info>
3604
3605         * message.el (message-options): Make message-options really buffer
3606         local.
3607
3608 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * mail-source.el: Autoload `auth-source-search'.
3611         (mail-source-keyword-map): Note order matters.
3612         (mail-source-set-1): Get all the mail-source source values and
3613         defaults and search auth-source on those if needed.  This can all
3614         probably be simplified.
3615
3616         * nnimap.el: Autoload `auth-source-search'.
3617         (nnimap-credentials): Use it.
3618         (nnimap-open-connection-1): Ask for the virtual server and physical
3619         address in one shot.
3620
3621         * nntp.el: Autoload `auth-source-search'.
3622         (nntp-send-authinfo): Use it.  Note TODO.
3623
3624 2011-02-08  Julien Danjou  <julien@danjou.info>
3625
3626         * shr.el (shr-tag-body): Add support for text attribute in body
3627         markups.
3628
3629         * message.el (message-options): Make message-options a local variable.
3630
3631 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3632
3633         * auth-source.el (auth-source-secrets-search)
3634         (auth-source-user-or-password): Use `append' instead of `nconc'.
3635         (auth-source-user-or-password): Build return list better and protect
3636         against nil :secret.
3637
3638 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3639
3640         * nnimap.el (nnimap-update-info): Refactor slightly.
3641         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3642         (nnimap-update-info): Clean up slightly.
3643         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3644         characters.
3645         (nnimap-process-quirk): Rename function to avoid collision.
3646         (nnimap-update-info): Fix macrology bug-out.
3647         (nnimap-update-info): Simplify split history test.
3648
3649 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3650
3651         * auth-source.el (top): Require 'eieio unconditionally.
3652         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3653         (auth-source-secrets-search): Limit search when `max' is greater than
3654         number of results.
3655
3656 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3659         part not returning any data.
3660
3661         * proto-stream.el (open-protocol-stream): Document the return value.
3662
3663 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * auth-source.el (auth-source-secrets-search): Add examples.
3666
3667 2011-02-06  Julien Danjou  <julien@danjou.info>
3668
3669         * message.el (message-setup-1): Handle message-generate-headers-first
3670         set to t.
3671
3672 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3675         API with a string "secrets:collection-name" and with 'default.
3676         (auth-source-backend-parse): Parse "secrets:collection-name" and
3677         'default.  Recurse on parses instead of repeating code.  Use the
3678         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3679         message when ignoring a source.
3680         (auth-source-search): List ignored search keys at the top level.
3681         (auth-source-netrc-create): Use `case' instead of `cond'.
3682         (auth-source-secrets-search): Created with TODOs.
3683         (auth-source-secrets-create): Created with TODOs.
3684         (auth-source-retrieve, auth-source-create, auth-source-delete)
3685         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3686         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3687         (auth-source-user-or-password-sftp)
3688         (auth-source-user-or-password-smtp): Remove.
3689         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3690         around `auth-source-search'.  Not tested thoroughly.
3691
3692 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3693
3694         * auth-source.el: Bring in assoc and eioeio libraries.
3695         (secrets-enabled): New variable to track the status of the Secrets API.
3696         (auth-source-backend): New EIOEIO class to represent a backend.
3697         (auth-source-creation-defaults): New variable to set prompt defaults
3698         during token creation (see the `auth-source-search' docstring for
3699         details).
3700         (auth-sources): Simplify to allow a simple string as a netrc backend
3701         spec.
3702         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3703         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3704         (auth-source-search): Main auth-source API entry point.
3705         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3706         (auth-source-search-collection): Helper function for searching.
3707         (auth-source-netrc-parse, auth-source-netrc-normalize)
3708         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3709         Supports search, create, and delete.
3710         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3711         backend stubs.
3712         (auth-source-user-or-password): Call `auth-source-search' but it's not
3713         ready yet.
3714
3715 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3716
3717         * message.el (message-setup-1): Remove the read-only stuff, since it
3718         doesn't work under XEmacs, for some reason.
3719
3720         * gnus-sum.el (gnus-user-date): Rename back from
3721         gnus-summary-user-date since user code refers to it.
3722
3723         * shr.el (shr-render-td): Store the actual background color used.
3724
3725         * message.el (message-setup-1): Don't bind the constant
3726         -forbidden-properties.
3727         (message-setup-1): Revert previous change, since it needs to bind the
3728         props to insert them.
3729         (message-resend): Allow removing the read-only separator line.
3730
3731 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3732
3733         * nnimap.el (nnimap-request-accept-article): Give an error message if
3734         the APPEND wasn't successful.
3735
3736 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3737
3738         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3739         that have no groups.
3740
3741 2011-02-03  Julien Danjou  <julien@danjou.info>
3742
3743         * gnus-draft.el: Remove progn around gnus-draft-setup.
3744
3745 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-start.el (gnus-read-active-for-groups): This function is never
3748         called with a nil `infos', so clean that up.
3749         (gnus-get-unread-articles): Request active files from primary/secondary
3750         methods that have no groups (yet).
3751
3752 2011-02-03  Julien Danjou  <julien@danjou.info>
3753
3754         * message.el (message-setup-1): Always generate References first.
3755         (message-mail): Return the return value of message-setup, not always t.
3756         (message-setup-1): Insert mail-header-separator with read-only and
3757         intangible properties set.
3758
3759         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3760         user-date in docstring.
3761
3762         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3763
3764         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3765         docstring.
3766
3767         * gnus.el (gnus-user-date-format-alist): Change default value.
3768         Use defcustom, with type and group. Move from gnus-util.el.
3769         Rename to gnus-summary-user-date-format-alist.
3770
3771 2011-02-03  Glenn Morris  <rgm@gnu.org>
3772
3773         * nnimap.el (gnus-fetch-headers): Declare.
3774
3775         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3776
3777 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3778
3779         * message.el (message-forward-make-body-digest-plain)
3780         (message-followup, message-reply): Clean up things noted by Stefan.
3781
3782         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3783         gnus-article-update-date-headers is nil.
3784         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3785         it didn't really work with defcustom.
3786         (article-update-date-lapsed): Make sure the window start doesn't move,
3787         either.
3788
3789 2011-02-01  Julien Danjou  <julien@danjou.info>
3790
3791         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3792         format.
3793
3794         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3795         standard in Emacs nowadays.
3796
3797         * color.el (color-gradient): Add a color-gradient function.
3798
3799 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3800
3801         * message.el (message-expand-name): Don't trust the return value of
3802         bbdb-complete-name.
3803         (message-check-news-header-syntax): Remove unused var `start'.
3804         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3805         (message-inhibit-body-encoding): Move to before first use.
3806         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3807         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3808         (Organization, Message-ID, Date, mh-previous-window-config):
3809         Defvar the vars using dynamic scoping.
3810
3811 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3812
3813         * shr.el (shr-render-td): Only do colors at the final rendering.
3814         Should be slightly faster.
3815         (shr-insert-table): Fix up TD background colors when doing the
3816         vertical padding.
3817
3818         * gnus-art.el (article-date-ut): Protect against articles with no Date
3819         header.
3820         (article-update-date-lapsed): Don't use current-column to find the
3821         horizontal position.  It's fragile in the presence of \003 characters.
3822
3823         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3824
3825 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-art.el (article-transform-date): Rewrite to still work when
3828         there are several rfc2822 parts.
3829         (article-transform-date): Fix infinite recursion.
3830         (article-date-ut): Replace infinitely many Date headers with a single
3831         one when called interactively.
3832
3833         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3834         secure manner.
3835
3836         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3837         move around by not using save-window-excursion.  It seems to work...
3838
3839 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-art.el (article-make-date-line): Work for user-defined format.
3842
3843 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3844
3845         * nntp.el (nntp-retrieve-group-data-early)
3846         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3847         fetching functions.
3848
3849         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3850         thoroughly for all backends that have no known groups.  This should
3851         allow new nnml methods to retrieve mail.
3852
3853         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3854         that Gnus doesn't know exists again.
3855
3856         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3857         (gnus-treat-date-ut): Ditto.
3858         (gnus-article-update-date-header): Rename.
3859         (gnus-treat-date-local): Remove.
3860         (gnus-treat-date-english): Remove.
3861         (gnus-treat-date-lapsed): Remove.
3862         (gnus-treat-date-combined-lapsed): Remove.
3863         (gnus-treat-date-original): Remove.
3864         (gnus-treat-date-iso8601): Remove.
3865         (gnus-treat-date-user-defined): Remove.
3866         (gnus-article-date-headers): New variable to control all the date
3867         header options.
3868         (article-date-ut): Rewrite to allow using the new way to format date
3869         headers(s).
3870
3871 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3872
3873         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3874         method.
3875         (nnmail-article-group): A better test for fanciness.
3876
3877         * nnimap.el (nnimap-request-head): Protect against not finding the
3878         article by Message-ID.
3879
3880 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3883         keep point at the "same place".
3884
3885 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3886
3887         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3888         data if the group is inactive.
3889
3890 2011-01-28  Julien Danjou  <julien@danjou.info>
3891
3892         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3893         (gnus-all-windows-visible-p): Remove old compatibility code.
3894         (gnus-window-top-edge): Add docstring.
3895
3896         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3897
3898 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3899
3900         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3901         older request-update-info.
3902
3903         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3904
3905 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3906
3907         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3908         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3909
3910 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3911
3912         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3913         groups.  This makes the nndraft:queue group pop up if it's not already
3914         there.
3915
3916         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3917         messages" logic, which was reversed.
3918
3919         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3920         the "same place" even if point is on the line being replaced.
3921         (article-update-date-lapsed): Allow updating both the combined lapsed
3922         and the lapsed headers.
3923         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3924         (article-make-date-line): Limit the number of segments dynamically to
3925         avoid too-long lines.
3926
3927 2011-01-27  Julien Danjou  <julien@danjou.info>
3928
3929         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3930         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3931
3932 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3935         Use plist-get instead of the cl function getf.
3936
3937 2011-01-27  Glenn Morris  <rgm@gnu.org>
3938
3939         * gnus-util.el (float-time): Get rid of compiler warning, again.
3940
3941 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3942
3943         * shr.el (shr-put-color): Special-case background colors: Do put them
3944         at the blank parts at the front of the lines.
3945
3946         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3947         exit hook to nix out all data on readedness on group exit.
3948
3949         * gnus-util.el (float-time): If float-time is bound, always use it on
3950         all Emacsen.  It's unclear why the subrp check was there.
3951         (time-date): Require to make some autoload issues on XEmacs go away.
3952
3953         * shr.el (shr-put-color): Don't do the box padding in tables, since
3954         they're already padded.
3955
3956 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-art.el (gnus-article-next-page): When the last line of the
3959         article is displayed, scroll down once more instead of going to the
3960         next article at once.
3961         (article-lapsed-string): Refactor out and allow specifying how many
3962         segments you want.
3963         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3964         (gnus-article-update-lapsed-header): New variable.
3965
3966         * shr.el: Revert change that made headings use different-sized faces.
3967         The Emacs display engine isn't advanced enough that, for instance,
3968         tables can comfortably use differently-sized faces.
3969
3970 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3971
3972         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3973         used.
3974         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3975         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3976         we're using an encrypted connection.
3977
3978         * proto-stream.el: Alter the interface functions to also return the
3979         actual stream type used: network or tls.
3980
3981 2011-01-25  Julien Danjou  <julien@danjou.info>
3982
3983         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3984         (mm-display-javascript-inline): New function.
3985
3986         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3987         viewing function.
3988
3989 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * shr.el (shr-expand-newlines): Fix variable name.
3992
3993 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3994
3995         * shr.el (shr-expand-newlines): Make nested boxes work.
3996
3997 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3998
3999         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4000         backgrounds.
4001         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4002         in a more sensible manner.
4003
4004 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4005
4006         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4007         if EPG is loaded.
4008
4009 2011-01-24  Julien Danjou  <julien@danjou.info>
4010
4011         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4012         tags.
4013
4014 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4015
4016         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4017         commands.
4018
4019         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4020         in the article buffer.
4021         (gnus-gravatar-insert): Use blank space from the current buffer to
4022         avoid breaking text properties.  This makes X-Sent updating work again.
4023
4024         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4025
4026 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4029         fix the bug in url-http.el instead.
4030
4031         * shr.el (shr-image-fetched): Ditto.
4032
4033         * shr.el (shr-image-fetched): Avoid having point move in the article
4034         buffer.
4035
4036         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4037         buffer after being called.  It's apparently being killed by url.el, and
4038         killing it made point move to end-of-buffer in a random buffer.
4039
4040         * shr.el (shr-image-fetched): Ditto.
4041
4042 2011-01-23  Julien Danjou  <julien@danjou.info>
4043
4044         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4045
4046         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4047         text/x-org.
4048
4049 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4052         (i.e., nnimap) returning nil as the article number.
4053
4054 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4055
4056         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4057         "DelSp" parameter in RFC3676.
4058
4059 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4060
4061         * message.el (message-check-recipients): Display the encoded version of
4062         the bogus address if they differ.
4063
4064         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4065         after sending.
4066
4067         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4068
4069         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4070
4071         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4072         group buffer after sending the queue.
4073
4074         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4075
4076 2011-01-22  Julien Danjou  <julien@danjou.info>
4077
4078         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4079
4080 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4081
4082         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4083         nested related parts.
4084
4085         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4086         unexpired articles.  This fixes the regression that led expiry marks to
4087         disappear from nnfolder groups.
4088
4089 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4090
4091         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4092         Don't confuse the "ret" of "retrograde" with RET.
4093
4094 2011-01-21  Julien Danjou  <julien@danjou.info>
4095
4096         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4097         than mm-insert-inline.
4098
4099 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4102         Widen article buffer.
4103
4104 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4105
4106         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4107         the temp buffer.
4108         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4109
4110 2011-01-20  Julien Danjou  <julien@danjou.info>
4111
4112         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4113
4114         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4115         than mm-insert-inline to insert inline part: this respect
4116         mm-inline-media-tests displayers.
4117
4118         * mm-view.el (mm-display-shell-script-inline): New function.
4119
4120         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4121
4122         * mm-uu.el (mm-uu-type-alist): Add org block.
4123         (mm-uu-org-src-code-block-extract): New function.
4124
4125         * mm-view.el (mm-display-org-inline): New function.
4126
4127         * mm-decode.el (mm-automatic-display): Add text/org.
4128
4129         * mailcap.el (mailcap-mime-extensions): Add .org.
4130
4131 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4134         gnus-article-add-buttons.
4135
4136 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4137
4138         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4139         From header with a date and "nobody" as the sender.
4140
4141 2011-01-19  Julien Danjou  <julien@danjou.info>
4142
4143         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4144         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4145         if you have the same regexp several times.
4146         (gnus-button-push): Fix matching when regexp is symbol.
4147
4148 2011-01-15  Glenn Morris  <rgm@gnu.org>
4149
4150         * message.el (message-mail): A compose-mail function should
4151         accept headers as strings.
4152
4153 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4154
4155         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4156         Add :vert-only tags.
4157         (message-mail): New arg RETURN-ACTION.
4158         (message-return-action): New var.
4159         (message-bury): Use it.
4160         (message-mode): Make it buffer-local.
4161         (message-send-and-exit): Always call message-bury.
4162
4163         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4164         message-mail.
4165
4166 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * nnimap.el (nnimap-convert-partial-article): Protect against
4169         zero-length body parts.
4170
4171         * mm-decode.el (mm-preferred-alternative-precedence):
4172         Discourage showing empty parts.
4173
4174         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4175         and stuff if the backend didn't return the article number.  This fixes
4176         an Exchange-related nnimap bug.
4177
4178         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4179         group window, because it does the wrong thing when a separate frame
4180         displays the group buffer.
4181
4182         * proto-stream.el (open-protocol-stream): Protect against the low-level
4183         transport functions returning nil.
4184
4185 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4186
4187         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4188         (mml2015-epg-find-usable-secret-key): New function.
4189         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4190         mml2015-epg-find-usable-key (Bug#7797).
4191         (mml2015-epg-encrypt): Ditto.
4192
4193 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * dgnushack.el (rot13-string): Fix the way to get the argument.
4196
4197 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4200
4201 2011-01-03  Glenn Morris  <rgm@gnu.org>
4202
4203         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4204
4205         * sieve.el (sieve-open-server): Give a more explicit error if
4206         sieve-manage-open returns nil.  (Bug#7720)
4207
4208 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4209
4210         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4211
4212 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4215         This avoids sending passwords in plain text over non-encrypted
4216         channels.
4217
4218         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4219
4220         * nnimap.el (nnimap-login): Refactored out into own function, and
4221         implement CRAM-MD5.
4222         (nnimap-wait-for-line): Refactored out.
4223
4224         * mm-view.el (mml-smime): Require.
4225
4226 2010-12-20  David Engster  <deng@eml.cc>
4227
4228         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4229         use EPG to decrypt S/MIME messages instead of openssl.
4230
4231 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4234
4235         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4236         status is the group clearly is unreachable.
4237
4238         * auth-source.el (auth-source-create): Add the optional second
4239         parameter to `local-variable-p' to be compatible with XEmacs.
4240
4241 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4242
4243         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4244         work when using a compressed nnml folder.
4245
4246 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4249         backends after sanitising on entry, because this never makes sense:
4250         If the articles have gone missing, then the data no longer exists on
4251         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4252         overwrite anything anyway.
4253
4254         * shr.el (shr-insert-document): Bind shr-width dynamically to
4255         window-width if it's nil.
4256
4257 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4258
4259         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4260         with the meaning of using the full emacs window width for rendering.
4261
4262 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4263
4264         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4265         case when sender is not given.
4266
4267 2010-12-23  Julien Danjou  <julien@danjou.info>
4268
4269         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4270         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4271         the addresses, otherwise we might misplaced the gravatar.
4272
4273 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4274
4275         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4276         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4277         obsolete in Emacs.
4278
4279 2010-12-20  Julien Danjou  <julien@danjou.info>
4280
4281         * gnus-util.el (gnus-rescale-image): Revert last change.
4282
4283 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4284
4285         * binhex.el: Improve commentary (Bug#7482).
4286
4287 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-group.el (gnus-group-delete-articles): New command.
4290
4291 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4292
4293         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4294
4295 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4298         here, since it's up to the backends to do CRLF removal if their
4299         protocol has it.
4300
4301         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4302
4303 2010-12-17  Julien Danjou  <julien@danjou.info>
4304
4305         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4306         they are from file.  Can also scale up.
4307
4308 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4309
4310         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4311         Restore gnus-use-agent.
4312         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4313
4314         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4315
4316 2010-12-17  Julien Danjou  <julien@danjou.info>
4317
4318         * gravatar.el (gravatar-retrieve-synchronously): New function.
4319         (gravatar-get-data): Make more robust.
4320
4321 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4324
4325 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4328         to really consider the last line.
4329
4330 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4331
4332         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4333         list of recipient keys, or use symmetric encryption if not a list.
4334         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4335         EPA override, replacing the call to `netrc-store-data'.
4336
4337 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4338
4339         * gnus-srvr.el: Avoid passing nil regexp argument to
4340         delete-matching-lines.
4341
4342 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4345         fetching stops when Gnus exits.
4346
4347         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4348         function.
4349         (nnfolder-request-expire-articles): Save all the buffers after doing
4350         expiry.
4351
4352         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4353         the last article", since that led to serious performance regressions
4354         when expiring nnml groups.
4355
4356 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4357
4358         * nnir.el: Improve customizations.
4359
4360 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4363
4364         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4365         group has been killed.
4366         (gnus-group-yank-group): Ditto.
4367
4368         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4369
4370         * nnimap.el (nnimap-request-update-group-status): New function.
4371
4372         * gnus-int.el (gnus-request-update-group-status): New interface
4373         function.
4374
4375         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4376         copying read-ness to the backends.
4377
4378         * nnimap.el (nnimap-quirk): New function.
4379         (nnimap-retrieve-group-data-early): Use it.
4380         (nnimap-quirks): New alist.
4381
4382 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4385         don't delete it within indentation.
4386
4387 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4390         previous line.
4391
4392 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4395         QRESYNC command by deleting a superfluous space which broke Cyrus
4396         servers.  This change will break other servers that are buggy the other
4397         way around.
4398
4399 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * spam.el: Reindent and fix long lines.
4402         (spam-copy-or-move-routine): Exclude invalid move destinations.
4403
4404 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4405
4406         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4407         installed the registry.
4408
4409 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4412
4413 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4414
4415         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4416         groupname doesn't contain "gmane".
4417
4418 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4421         and netrc-bound-and-true-p bindings.
4422         (netrc-parse): Cache the netrc contents.
4423
4424         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4425         (gnus-1): Don't create the nndrafts group twice.
4426         (gnus-setup-news): There's no need to read the active file here, since
4427         that's done again later on a per-backend basis.
4428         (gnus-start-draft-setup): Make sure that the new group is started out
4429         empty.
4430
4431         * gnus-agent.el (gnus-agentize): Don't create the queue group
4432         automatically on startup.  It'll be created later, if needed.
4433
4434         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4435         of automatically subscribed groups.
4436         (gnus-auto-subscribed-categories): New variable.
4437         (gnus-matches-options-n): Use it.
4438         (gnus-default-subscribed-newsgroups): Remove unused variable.
4439         (gnus-start-draft-setup): Message a bit less.
4440
4441 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4442
4443         * nnir.el (nnir-run-imap): Return article list in order of increasing
4444         UID.
4445
4446 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-sum.el (gnus-summary-enter-digest-group):
4449         Mention gnus-auto-select-on-ephemeral-exit.
4450
4451         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4452         convention of the network-only option.
4453
4454 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * proto-stream.el (proto-stream-open-network-only): New function to
4457         have a way to specify non-STARTTLS upgrade connections.
4458
4459 2010-12-10  Julien Danjou  <julien@danjou.info>
4460
4461         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4462         email address is nil.
4463
4464         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4465
4466 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4467
4468         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4469         deletion.
4470         (nnir-run-imap): Only need to parse list once.
4471
4472 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * shr.el (shr-tag-script): Ignore <script>.
4475         (shr-tag-label): Add <label> support.
4476
4477 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4480
4481         * shr.el (shr-image-displayer): Work for images lined side by side.
4482
4483 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4484
4485         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4486         parameter, since XEmacs doesn't accept t as a parameter.
4487
4488 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4489
4490         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4491         ids.
4492         (nnir-run-gmane): Simplify groupspec formatting.
4493         (nnir-request-expire-articles): New function.
4494
4495 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4498         overflow, possibly.
4499
4500         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4501         (shr-render-td): Handle td style="" better.
4502         (shr-tag-table): Use the color from the style sheet.
4503         (shr-render-td): Make sure we copy over all the overlays, too.
4504
4505 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4506
4507         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4508         (nnir-request-article): Improve article retrieval.
4509
4510 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * mm-util.el (mm-extra-numeric-entities): New variable.
4513
4514         * mm-url.el (mm-url-decode-entities):
4515         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4516
4517         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4518
4519 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4520
4521         * message.el: Use completion-at-point.
4522         (message-completion-function): New fun, extracted from message-tab.
4523         (message-mode): Use it for completion-at-point-functions.
4524         (message-tab): Use it and completion-at-point.
4525
4526 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4529         character if a non-breakable character follows.
4530
4531 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4534         any stream.
4535
4536         * shr.el (shr-tag-font): Colorize the region.
4537         (shr-tag-body): Ditto.
4538         (shr-tag-font): Actually let the styles be inherited instead of
4539         overwriting them.
4540         (shr-tag-font): Get the background color right.
4541         (shr-tag-style): Ignore all <style> tags for the moment.
4542
4543         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4544         a Message-ID to avoid having nnimap depend on gnus-sum.
4545
4546         * shr.el (shr-descend): Only colorize something if we have a node that
4547         sets colors.
4548
4549 2010-12-06  Julien Danjou  <julien@danjou.info>
4550
4551         * shr.el (shr-render-td): Render td content with shr-descend, so style
4552         will be applied to <td> too.
4553         (shr-colorize-region): Colorize region even if we only have a background.
4554         (shr-tag-body): Fix color and background color inheritance.
4555         Do not recolorize after shr-generic.
4556         (shr-tag-font): Let shr-generic colorize via inheritance.
4557
4558 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4561
4562 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4563
4564         * nnir.el (nnir-request-move-article): Remove obsolete code.
4565
4566 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4569
4570 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-sum.el (gnus-summary-respool-article): The completion function
4573         expects a list instead of an alist.
4574
4575         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4576         string as the parameter.
4577
4578         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4579
4580         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4581         styles.
4582         (shr-colorize-region): New function.
4583         (shr-insert-background-overlay): Remove.
4584         (shr-render-td): Background setting should be taken care of on a higher
4585         level.
4586         (shr-tag-body): Use post-hoc colorizations.
4587         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4588         (shr-put-color-1): Don't overwrite old colors.
4589         (shr-colorize-region): When the background color isn't explicit, use
4590         a fixed background.
4591
4592         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4593         nnmail variables.
4594
4595 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4596
4597         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4598         unless necessary.
4599
4600 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4601
4602         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4603         server.
4604
4605 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4608         so that TAB works.
4609
4610         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4611         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4612
4613         * shr.el (shr-urlify): Show the URL before the title to avoid
4614         misleading URLs.
4615
4616 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4617
4618         * shr.el (shr-urlify): Display the title in <a> tags.
4619
4620 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4621
4622         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4623
4624 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4625
4626         * nnir.el: Rearrange code to allow macros to be autoloaded by
4627         gnus-sum.el.
4628         (nnir-retrieve-headers-override-function): Make this variable
4629         customizable.
4630         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4631
4632         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4633         from nnir.el.
4634
4635 2010-12-03  Julien Danjou  <julien@danjou.info>
4636
4637         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4638
4639 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4642         allow optional argument `environment'.
4643
4644 2010-12-03  Glenn Morris  <rgm@gnu.org>
4645
4646         * mm-extern.el (message-goto-body): Update declaration.
4647
4648 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-util.el (gnus-macroexpand-all): New function.
4651
4652         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4653         instead of macroexpand-all that is unavailable in XEmacs.
4654
4655 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4656
4657         * nnir.el (nnir-summary-line-format): New variable.
4658         (nnir-mode): Use it.
4659         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4660         (nnir-article-ids): Reimplement as defsubst.
4661         (nnir-retrieve-headers): Don't mangle the subject header.
4662         (nnir-run-imap): Use 100 as RSV score.
4663         (nnir-run-find-grep): Fix for full server searching.
4664         (nnir-run-gmane): Better restriction to gmane groups.
4665
4666         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4667         summary buffers.
4668
4669 2010-12-02  Julien Danjou  <julien@danjou.info>
4670
4671         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4672
4673         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4674
4675         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4676         support.
4677
4678 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4679
4680         * nnir.el: Update to handle the registry better.
4681         (autoload): Silence byte-compiler.
4682         (nnir-open-server): Add a hook for nnir groups.
4683         (nnir-request-move-article): Don't mangle the header.  Better to use
4684         formatting variables (which will be added in the future).
4685         (nnir-registry-action): Update the registry using the original article
4686         group name.
4687         (nnir-mode): Install nnir-specific hooks for updating the registry.
4688
4689         * gnus-sum.el
4690         (gnus-article-original-subject,gnus-newsgroup-original-name):
4691         Remove obsolete variables.
4692         (gnus-summary-move-article): Remove use of obsolete variables.
4693         (gnus-summary-local-variables): Make move and delete hooks local to
4694         summary buffers.
4695
4696 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * rtree.el: New file.
4699
4700 2010-12-01  Julien Danjou  <julien@danjou.info>
4701
4702         * message.el (message-user-organization): Do not use
4703         gnus-local-organization.
4704
4705         * gnus.el: Remove gnus-local-organization.
4706
4707         * gnus-msg.el: Remove nastygram thing.
4708
4709 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4712         funcall.
4713
4714 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4717         names.
4718
4719         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4720         characters.
4721
4722         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4723         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4724         Suggested by Štěpán Němec <stepnem@gmail.com>.
4725         (gnus-gravatar-transform-address): Use mail-extract-address-components
4726         that supports non-ASCII names rather than mail-header-parse-addresses.
4727
4728 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * proto-stream.el (open-protocol-stream): All starttls connections are
4731         handled by the network handler.
4732
4733 2010-11-30  Julien Danjou  <julien@danjou.info>
4734
4735         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4736         (nnimap-open-connection-1): Fix PREAUTH.
4737
4738         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4739
4740 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4743         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4744         (shr-insert): Use them.
4745         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4746
4747 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4748
4749         * nnir.el (nnir-request-move-article): Bail out if original group
4750         doesn't support article moves.
4751         (nnir-get-active): Improve active list retrieval.
4752
4753 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4756
4757 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4758
4759         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4760         seem to accept strings-with-numbers as port numbers,
4761
4762 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4763
4764         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4765         change the registry.
4766
4767 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4770         delete-dups that is not available in XEmacs 21.4.
4771
4772         * mm-util.el (mm-delete-duplicates): Add comment.
4773
4774 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4775
4776         * nnir.el (nnir-ignored-newsgroups): New variable.
4777         (nnir-get-active): Use it.
4778
4779 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * proto-stream.el (proto-stream-open-network): Add some comments.
4782
4783         * nntp.el (nntp-open-connection): Provide a :success condition.
4784
4785         * nnimap.el (nnimap-open-connection-1): Ditto.
4786
4787         * proto-stream.el (proto-stream-open-network): See what the response to
4788         the STARTTLS command is.
4789
4790         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4791         backwards compatibility).
4792         (nnimap-open-connection-1): Really respect nnimap-server-port.
4793
4794         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4795         TLS upgrades we don't really care about the identity of the peer.
4796         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4797         that what we've checked for.
4798         (proto-stream-always-use-starttls): Only default to t if
4799         open-gnutls-stream exists.
4800         (proto-stream-open-network): If STARTTLS failed, then just open a
4801         normal connection.
4802         (proto-stream-open-network): Wait until the greeting before doing
4803         STARTTLS.
4804
4805         * nntp.el (nntp-open-connection): Report what the connection error is.
4806
4807         * proto-stream.el (open-protocol-stream): Rename from
4808         open-proto-stream.
4809
4810 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * nnimap.el (nnimap-stream): Change default to `undecided'.
4813         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4814         first, and then network.
4815         (nnimap-open-connection-1): Respect nnimap-server-port.
4816         (nnimap-open-connection): Be more backwards-compatible.
4817
4818         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4819         (proto-stream-open-starttls): De-duplicate the starttls code.
4820         (proto-stream-open-starttls): Folded back into the main function.
4821         (proto-stream-open-network): Fix typo in the gnutls path.
4822         (proto-stream-command): Refactor out.
4823
4824         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4825
4826         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4827         starttls.el STARTTLS.
4828
4829         * color.el (color-lab->srgb): Fix function call name.
4830
4831         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4832         if we're using tls.el.
4833         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4834         built in, then don't try to establish a STARTTLS connection.
4835
4836         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4837         servers.
4838
4839         * proto-stream.el (open-proto-stream): Use network, not stream.
4840         (open-proto-stream): Add a way to specify what the end of a command is.
4841
4842         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4843         connections types.
4844         (nntp-open-network-stream): Remove.
4845         (nntp-open-ssl-stream): Remove.
4846         (nntp-open-tls-stream): Remove.
4847         (nntp-ssl-program): Remove.
4848
4849         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4850
4851 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4852
4853         * nnir.el: Fix typos.
4854         (nnir-retrieve-headers-override-function): Rename variable to reflect
4855         new semantics.
4856         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4857         macros.
4858         (nnir-request-article, nnir-request-move-article): Use them.
4859         (nnir-categorize): New function.
4860         (nnir-run-query): Use it.
4861         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4862         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4863         sorted.
4864         (nnir-group-full-name): Use gnus-group-full-name instead.
4865         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4866         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4867
4868 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4871
4872         * proto-stream.el: New library to provide protocol-specific
4873         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4874         protocols.
4875         (open-proto-stream): Complete the documentation.
4876         (proto-stream-open-network): Fix some typos.
4877
4878         * nnimap.el (nnimap-open-connection): Use it.
4879
4880 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4881
4882         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4883         negotiation.
4884
4885 2010-11-26  Julien Danjou  <julien@danjou.info>
4886
4887         * color.el: Rename various rgb functions to srgb.
4888
4889 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4892         names.
4893
4894 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * shr.el (shr-insert): Revert last change.
4897         (shr-find-fill-point): Never leave point being at bol;
4898         relax the kinsoku limitation when rendering tables.
4899
4900 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4903         results from -accept-article.
4904
4905         * shr-color.el: Require cl when compiling.
4906
4907         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4908         checkin.
4909
4910         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4911
4912         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4913
4914         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4915         'add and 'delete to set backend marks.
4916
4917         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4918
4919         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4920
4921         * nntp.el (nntp-request-set-mark): Use it.
4922
4923         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4924
4925         * nnml.el (nnml-request-set-mark): Ditto.
4926
4927         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4928         introduces regressions in article selection.
4929         (nnimap-find-uid-response): New function.
4930         (nnimap-request-accept-article): Use the UID returned, if any.
4931         (nnimap-request-move-article): Use the UID returned, if any.
4932         (nnimap-get-groups): Reimplement to work with folded lines.
4933         (nnimap-find-uid-response): The UID is the last element in the list.
4934         (nnimap-request-set-mark): Extend syntax with 'set.
4935
4936         * nnml.el (nnml-request-set-mark): Ditto.
4937
4938         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4939
4940         * nntp.el (nntp-request-set-mark): Ditto.
4941
4942 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * message.el (message-called-interactively-p): A temporary macro.
4945         (message-goto-body): Use it temporarily.
4946
4947 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4950         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4951         (nnimap-last-response-string): Fix last unfolding fix.
4952
4953 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * shr.el (shr-insert): Fix the way to fold lines.
4956
4957 2010-11-25  Julien Danjou  <julien@danjou.info>
4958
4959         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4960
4961         * color.el: Rename from color-lab.el
4962         (color-rgb->hex): Add.
4963         (color-complement): Add.
4964         (color-complement-hex): Add.
4965
4966         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4967
4968 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * shr-color.el (shr-color-visible): Don't bug out if the color names
4971         don't exist.
4972
4973 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4976         assuming that article displaying or another mml-preview may be
4977         interrupted for an error or for the like.
4978
4979         * shr.el (shr-get-background): Fix argument name.
4980
4981 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4984
4985         * gnus-sum.el (gnus-summary-include-articles): New function.
4986
4987         * message.el (message-goto-body): called-interactively-p needs a
4988         parameter, so use `any'.
4989
4990         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4991         clear marks before moving, since they're synced from the Gnus side
4992         first.
4993
4994         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4995         (gnus-summary-move-article): Copy over all marks before moving, so that
4996         IMAP doesn't think a new article has arrived.
4997
4998 2010-11-24  Julien Danjou  <julien@danjou.info>
4999
5000         * shr.el (shr-insert-background-overlay): Fix typo.
5001         (shr-render-td): Copy the background before rendering.
5002
5003         * shr-color.el (shr-color-visible): Fix docstring.
5004
5005         * shr.el (shr-tag-table): Add bgcolor support.
5006         (shr-render-td): Add bgcolor support.
5007         (shr-get-background): Add.
5008         (shr-insert-foreground-overlay): Use shr-get-background.
5009
5010         * message.el (message-goto-body): Use called-interactively-p.
5011         (message-in-body-p): message-goto-body returns point.
5012
5013 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5016         Fixes something or other in Emacs 23, and is backwards compatible.
5017
5018         * message.el (message-goto-body): Remove the <#secure special-casing,
5019         which is too special.
5020
5021         * shr.el (shr-parse-style): Drop !important from styles.
5022
5023 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5024
5025         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5026         this function to return incorrect results when calling it with an
5027         explicit article argument different from
5028         (gnus-summary-article-number).
5029
5030 2010-11-24  Julien Danjou  <julien@danjou.info>
5031
5032         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5033         (shr-tag-body): Add background support.
5034         (shr-descend): Add background support.
5035         (shr-tag-title): Add.
5036
5037         * shr-color.el (shr-color-visible): Really return original background
5038         if fixed.
5039
5040 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * shr.el (shr-color-check): Protect against non-existent color names.
5043
5044 2010-11-24  Julien Danjou  <julien@danjou.info>
5045
5046         * color-lab.el: Require 'cl when compiling.
5047
5048         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5049
5050         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5051         matched part.
5052
5053         * color-lab.el: Fix all expt calls to use float type.
5054
5055 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5058         expression to shr-color-check as is.
5059
5060         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5061
5062         * color-lab.el: Add coding cookie.
5063         (float-pi): Use eval-and-compile.
5064
5065         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5066         compiled for Emacsen having no `libxml-parse-html-region' support.
5067
5068 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * shr.el (shr-insert-color-overlay): Split stuff like
5071         "#444444 !important" to find the real color.
5072         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5073         parse <font color="red"> entries.
5074
5075 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5076
5077         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5078         point when parsing headers.
5079
5080         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5081         is positioned properly when parsing headers.
5082
5083 2010-11-23  Julien Danjou  <julien@danjou.info>
5084
5085         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5086
5087         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5088
5089         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5090
5091         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5092         Use shr-color-hue-to-rgb.
5093         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5094
5095 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * shr.el (shr-color->hexadecimal): Autoload.
5098         (shr-descend): Add color to all tags.
5099
5100 2010-11-22  Julien Danjou  <julien@danjou.info>
5101
5102         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5103         shr-color->hexadecimal.
5104
5105         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5106         RGB() or HSL() color representation.
5107
5108         * shr.el (shr-tag-font): Add.
5109         (shr-tag-color-check): New function to get better colors.
5110         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5111         tag-span.
5112
5113         * shr-color.el: New file.
5114
5115         * color-lab.el: New file.
5116
5117         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5118
5119 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5120
5121         * nnir.el: Fix typo in comments.
5122         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5123         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5124
5125 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5128
5129         * nnimap.el (nnimap-get-capabilities): Refactor out.
5130         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5131
5132 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5133
5134         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5135         appearing when `mm-uu-hide-markers' is nil.
5136
5137 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * nnimap.el (nnimap-unselect-group): Make into its own function.
5140         (nnimap-request-rename-group): Unselect group before renaming.
5141         This had gotten lost somewhere.
5142         (nnimap-request-accept-article): Keep track of examined groups, and
5143         unselect the group before APPENDing to read-only groups.
5144         (nnimap-request-move-article): Clear flags before moving so that they
5145         can be re-set later.
5146
5147 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5150         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5151
5152 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (gnus-mime-display-single):
5155         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5156         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5157         parameter.
5158
5159 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160
5161         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5162         (shr-table-vertical-line): New variable.
5163         (shr-insert-table): Use it.
5164
5165 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-html.el (gnus-html-wash-images): Don't display images if
5168         gnus-inhibit-images is non-nil; register displayer for cid images.
5169         (gnus-html-display-image): Work for cid image.
5170         (gnus-html-insert-image): Allow arguments.
5171         (gnus-html-put-image): Inhibit read-only.
5172         (gnus-html-prefetch-images): Don't prefetch images if
5173         gnus-inhibit-images is non-nil.
5174
5175 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * shr.el (shr-put-image): Break lines when inserting big pictures.
5178
5179 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5180
5181         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5182         sender, thanks Katsumi Yamaoka.
5183
5184 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5185
5186         * nnir.el (nnir-run-imap): Reverse the article list for each group
5187         rather than the whole list.
5188
5189 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * shr.el (shr-image-displayer): Protect function against non-existent
5192         image source.
5193
5194         * gnus-art.el (gnus-inhibit-images): New user option.
5195         (gnus-mime-display-single): Don't display image if it is non-nil.
5196
5197         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5198         gnus-inhibit-images.
5199
5200         * shr.el (shr-image-displayer): New function.
5201         (shr-tag-img): Use it.
5202
5203 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5204
5205         * mml2015.el (mml2015-epg-sign): Use From header.
5206
5207 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5210
5211         * gnus-util.el (gnus-find-text-property-region): Return markers.
5212
5213         * shr.el (shr-tag-img): Put a displayer in the text property.
5214
5215         * gnus-util.el (gnus-find-text-property-region): New utility function.
5216
5217         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5218         (gnus-html-show-images): Remove.
5219
5220         * gnus-art.el (gnus-article-show-images): New, more general function.
5221
5222         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5223         image url text properties.
5224
5225         * shr.el: Ditto.
5226
5227         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5228         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5229
5230 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5233         work for two or more articles.
5234
5235 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5238         divide an image that's in an html article to two or more when washing
5239         non-ASCII characters in alt text of it.
5240
5241 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5244         smime-decrypt-region using function argument.
5245         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5246
5247         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5248
5249         * smime.el (smime-decrypt-region): Catch it.
5250
5251 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5252
5253         * smime.el (smime-mode-map): Move initialization into declaration.
5254         (gnus-run-mode-hooks): Don't autoload.
5255         (smime-mode): Use define-derived-mode.
5256
5257 2010-11-11  Glenn Morris  <rgm@gnu.org>
5258
5259         * smime.el (from): Restrict declaration to XEmacs.
5260
5261         * nnir.el (gnus-group-topic-name): Autoload.
5262
5263 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * shr.el (shr-insert): Don't break long line if it is because of
5266         kinsoku-bol characters in the line end.
5267
5268 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5269
5270         * nnir.el (nnir-request-move-article): Fix to provide original group
5271         and subject.
5272         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5273         been retrieved.
5274
5275         * gnus-sum.el (gnus-summary-move-article): Use original group and
5276         subject for virtual articles such as those in an nnir summary buffer.
5277
5278 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5281         least 21.5).
5282
5283         * smime.el (from): Declare it again for XEmacs.
5284
5285 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * message.el (message-resend): Don't disable encoding unless it's
5288         already encoded.
5289
5290         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5291         low-numbered articles.
5292
5293 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * rfc2047.el (rfc2047-syntax-table): Simplify.
5296
5297         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5298
5299         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5300         set-char-table-range for XEmacs.
5301
5302 2010-11-10  Glenn Morris  <rgm@gnu.org>
5303
5304         * time-date.el (time-to-seconds): Always an alias on Emacs,
5305         never a real function.
5306         (with-no-warnings): Remove compat stub, now unused.
5307         (time-less-p): Doc fix.
5308         (time-to-number-of-days): Simplify.
5309
5310         * smime.el (from): Remove unused declaration.
5311
5312         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5313         (gnus-float-time): On Emacs, always an alias.
5314
5315         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5316         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5317
5318 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * dgnushack.el: Don't use ignore-errors in the top level form since it
5321         is unavailable in XEmacs even if cl is loaded.
5322
5323         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5324
5325 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * shr.el (browse-url-mailto): Autoload.
5328
5329         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5330
5331         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5332         regexp doesn't need quoting.
5333
5334 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5335
5336         * message.el (message-subject-trailing-was-ask-regexp)
5337         (message-subject-trailing-was-regexp): Match was: in addition to was.
5338
5339 2010-11-09  Glenn Morris  <rgm@gnu.org>
5340
5341         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5342         (nnbabyl-check-mbox): Use point-at-bol.
5343
5344 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345
5346         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5347
5348         * message.el (message-mailto): New function.
5349         (message-mailto): Should accept other parameters.
5350         (message-mailto): Remove since it duplicates browse-url-mailto
5351         functionality.
5352
5353 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5356         methods.
5357         (gnus-read-active-file): Ditto.
5358
5359         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5360         ": " from the prompt.
5361         (gnus-group-make-group): Ditto.
5362
5363 2010-11-07  Glenn Morris  <rgm@gnu.org>
5364
5365         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5366         (gnus-bookmark-kill-line): Use point-at-eol.
5367
5368 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5371         asterisks in From header.
5372
5373 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5376         string to avoid making the From headers syntactically invalid.
5377
5378         * message.el (message-send-mail): Don't insert courtesy messages if the
5379         message already has List-Post and List-ID messages.
5380
5381 2010-11-06  Glenn Morris  <rgm@gnu.org>
5382
5383         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5384         `condition', `type', `length' a prefix.
5385         (gnus-treat-predicate): Update for above name changes.
5386
5387 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5388
5389         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5390         binding.  Handled by `gnus-summary-refer-thread' instead.
5391         (nnir-warp-to-article): New backend function.
5392
5393         * nnimap.el (nnimap-request-thread): Force dependency updating.
5394
5395         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5396         (gnus-summary-refer-thread): Rework to improve thread-referral.
5397
5398         * gnus-int.el (gnus-warp-to-article): New function.
5399
5400         * gnus-sum.el (gnus-summary-article-map): Bind it.
5401
5402 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5403
5404         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5405         gnus-summary-refer-thread.
5406
5407         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5408         headers.
5409         (gnus-summary-limit-include-thread): Prevent articles in thread from
5410         being cut in gnus-cut-threads.
5411         (gnus-summary-refer-thread): Limit retrieved headers to those in
5412         thread.
5413
5414 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * message.el (message-send-mail): Use the value of
5417         message-courtesy-message from the message buffer.
5418
5419         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5420
5421         * shr.el (shr-browse-url): Implement mailto: URLs.
5422
5423         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5424         "raw".
5425
5426         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5427         if it's already selected.
5428
5429         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5430
5431 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5434         to measure the length and truncate alt text.
5435
5436 2010-11-03  Glenn Morris  <rgm@gnu.org>
5437
5438         * nndiary.el (nndiary-generate-nov-databases-1)
5439         (nndiary-generate-active-info): Rename dynamic variable `files' to
5440         something less generic.
5441
5442 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5443
5444         * nnir.el (nnir-request-move-article): Call the underlying backend to
5445         move articles from nnir.
5446
5447 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5450
5451 2010-11-02  Julien Danjou  <julien@danjou.info>
5452
5453         * nnir.el: Remove wais support.
5454
5455 2010-11-02  Glenn Morris  <rgm@gnu.org>
5456
5457         * gnus-html.el: Reorder requirements to quieten compiler.
5458
5459 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5462         properly for XEmacs as well.
5463         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5464         (gnus-article-natural-long-line-p): Use window-width rather than
5465         frame-width.
5466
5467 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5468
5469         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5470         (nnir-read-parms): Don't modify query.
5471         (nnir-run-query): Add ability to search topic on current line.
5472         (nnir-get-active): Clean up.
5473
5474 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5477         degenerate articles.
5478
5479         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5480         (gnus-print-buffer): Just print the buffer as is, without any copying
5481         to a buffer and then re-highlighting.
5482
5483         * nnimap.el (nnimap-request-group): Store the new updated info.
5484         (nnimap-request-group): Select the group when we don't know whether it
5485         exists or not.
5486
5487         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5488         groups.
5489
5490         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5491         groups.
5492
5493         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5494         groups.
5495
5496         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5497         long-lines case by only filling the long lines.
5498
5499         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5500         (bug #7311).
5501
5502 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * shr.el: No need to declare `declare-function' since shr.el is for
5505         only Emacsen that provide `libxml-parse-html-region'.
5506
5507         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5508         effective only in a file it is referred to.
5509
5510 2010-11-01  Glenn Morris  <rgm@gnu.org>
5511
5512         * mm-util.el (gnus-completing-read): Autoload.
5513         (mm-read-coding-system): Simplify Emacs definition.
5514
5515         * nnmail.el (gnus-activate-group):
5516         * nnimap.el (gnutls-negotiate):
5517         * nntp.el (netrc-parse): Fix declarations.
5518
5519 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5522         string-match-p in Emacs >=23.
5523
5524         * gnus-msg.el (gnus-configure-posting-styles):
5525         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5526
5527 2010-11-01  Glenn Morris  <rgm@gnu.org>
5528
5529         * nnir.el (declare-function): Add compat stub.
5530         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5531         (nnir-run-gmane): Require 'mm-url.
5532
5533         * mm-util.el (mm-string-to-multibyte): Simplify.
5534
5535         * shr.el (declare-function): Add compat stub.
5536         (url-cache-create-filename): Declare.
5537         (mm-disable-multibyte, widget-convert-button): Autoload.
5538
5539         * smime.el (ldap-search): Declare.
5540         (smime-cert-by-ldap-1): Require ldap on Emacs.
5541
5542         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5543         (nnimap-keepalive): Use gnus-float-time.
5544
5545         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5546         (mail-source-delete-crash-box): Use gnus-float-time.
5547
5548         * gnus-dired.el (gnus-completing-read): Autoload.
5549
5550         * mm-view.el (gnus-rescale-image): Autoload.
5551
5552         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5553
5554         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5555
5556         * sieve-manage.el: Require 'cl when compiling.
5557
5558         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5559         (gnus-iswitchb-completing-read): Require iswitchb.
5560         (gnus-select-frame-set-input-focus): Silence compiler.
5561
5562 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * message.el (message-subject-trailing-was-query): Change default to t,
5565         since I think that's what most people want.
5566
5567         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5568         appending for easier debugging.
5569         (nnimap-wait-for-connection): Take a regexp.
5570         (nnimap-request-accept-article): Wait for the continuation line before
5571         sending anything unless we're streaming.
5572
5573         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5574         leave the header washing to take place.
5575
5576 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5577
5578         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5579         regular expression match and replace in posting styles.
5580
5581 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5582
5583         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5584         an entire server.
5585         (nnir-get-active): New function.
5586         (nnir-run-imap): Use it.
5587         (nnir-run-gmane): Who knew, gmane search returns an article score!
5588
5589         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5590         server on the current line with nnir.
5591
5592 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593
5594         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5595         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5596         left edge.
5597         (gnus-article-foldable-buffer): Skip past the prefix when determining
5598         raggedness.
5599
5600         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5601         the raw article, and change `C-u g' to show the article without doing
5602         treatments.
5603
5604         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5605         on to `gnus-treat-article'.
5606         (gnus-inhibit-article-treatments): New variable.
5607
5608         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5609
5610         * gnus-art.el (gnus-treatment-function-alist): Have
5611         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5612         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5613         sections.
5614
5615         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5616         parameter.
5617         (gnus-article-fill-cited-long-lines): New function.
5618         (gnus-article-fill-cited-article): Allow filling only long sections.
5619
5620         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5621         and non-punctuation (like after the apostrophe in "'We").
5622
5623         * gnus-sum.el (gnus-summary-select-article): Make sure
5624         gnus-original-article-buffer is alive.
5625
5626         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5627         reflect the order they're in in the digest.
5628
5629         * gnus.el (gnus-group-startup-message): Move point to the start of the
5630         buffer.
5631
5632         * nnimap.el (nnimap-capability): New function.
5633         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5634         is set.
5635
5636 2010-10-31  David Engster  <dengste@eml.cc>
5637
5638         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5639         conform with changes to gnus-completing-read.
5640
5641 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5644
5645 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5646
5647         * nnir.el: Move defvar, defcustom around to keep file organized
5648         and keep byte-compiler quiet.
5649         (nnir-read-parms): Accept search-engine as arg.
5650         (nnir-run-query): Pass search-engine as arg.
5651         (nnir-search-engine): Remove.
5652
5653 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * shr.el (shr-generic): The text nodes should be text, not :text.
5656
5657         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5658         later in the file.
5659
5660 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5661
5662         * nnir.el: General clean up.  Allow searching with multiple engines.
5663         Allow separate extra-parameters for each engine.
5664         Batch queries when possible.
5665         (nnir-imap-default-search-key,nnir-method-default-engines):
5666         Add customize interface.
5667         (nnir-run-gmane): New engine.
5668         (nnir-engines): Use it.  Qualify all prompts with engine name.
5669         (nnir-search-engine): Remove global variable.
5670         (nnir-run-hyrex): Restore for now.
5671         (nnir-extra-parms,nnir-search-history): New variables.
5672         (gnus-group-make-nnir-group): Use them.
5673         (nnir-group-server): Remove in favor of gnus-group-server.
5674         (nnir-request-group): Avoid searching twice.
5675         (nnir-sort-groups-by-server): New function.
5676
5677 2010-10-30  Julien Danjou  <julien@danjou.info>
5678
5679         * gnus-group.el: Remove gnus-group-fetch-control.
5680
5681         * gnus-start.el (gnus-find-new-newsgroups):
5682         Remove gnus-check-first-time-used.
5683
5684         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5685
5686 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5687
5688         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5689         set on groups that don't have \* permanentflags.
5690
5691 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5694         control the background color.
5695         (shr-tag-img): Ignore very small web bug type images.
5696         (shr-put-image): Add help-echo alt texts to the images.
5697         (shr-tag-video): Show the video poster image.
5698
5699 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * shr.el (shr-table-depth): New variable.
5702         (shr-tag-table-1): Only insert the images after the top-level table.
5703
5704         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5705
5706         * gnus-util.el (gnus-list-memq-of-list): New function.
5707
5708         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5709         selected.
5710         (nnimap-unsplittable-articles): New slot.
5711         (nnimap-new-articles): Use it.
5712
5713 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5714
5715         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5716         move to the previous line on `M-g'.
5717
5718 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5721         *-request-group, which seems unnecessary.
5722
5723         * nnimap.el (nnimap-quote-specials): Function copied over from
5724         imap.el.
5725         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5726         they support that.  Suggested by Tom Regner.
5727
5728 2010-10-29  Julien Danjou  <julien@danjou.info>
5729
5730         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5731         defalias.
5732         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5733
5734         * gnus.el: Remove `gnus-nntp-service' variable.
5735         (gnus-secondary-servers): Make obsolete.
5736         (gnus-nntp-server): Make obsolete.
5737
5738         * gnus-start.el (gnus-1): Remove x-splash calls.
5739
5740         * gnus-ems.el (gnus-x-splash): Remove.
5741
5742         * gnus.el (gnus-group-startup-message): Simplify/update code.
5743
5744         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5745         definition.
5746
5747         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5748         capability before doing anything.
5749         (gnus-group-insert-group-line): Remove useless
5750         gnus-group-remove-excess-properties.
5751
5752 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5755
5756 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5759         config after reselecting.
5760
5761 2010-10-28  Julien Danjou  <julien@danjou.info>
5762
5763         * shr.el (shr-put-image): Use point even if only inserting text.
5764         (shr-put-image): Save excursion when inserting alt text on non-graphic
5765         display, so the behavior is the same when we are on a graphic display.
5766
5767         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5768
5769 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.