aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorGnus developers2011-02-15 11:24:37 +0000
committerKatsumi Yamaoka2011-02-15 11:24:37 +0000
commit5415d0766d91aa8ab4dcedc6f7dd0b85edc915a3 (patch)
tree603a3a33dbbff9e2fb8d2145e94957f1a08a7bd4 /doc/misc/ChangeLog
parentc5ca3aa00840c5dfa0aa7eeb8483ea077e5577bc (diff)
downloademacs-5415d0766d91aa8ab4dcedc6f7dd0b85edc915a3.tar.gz
emacs-5415d0766d91aa8ab4dcedc6f7dd0b85edc915a3.zip
Merge changes made in Gnus trunk.
auth.texi (Help for users): Login collection is "Login" and not "login". gnus-sum.el (gnus-propagate-marks): Default to nil. (gnus-summary-exit): Kill the correct article buffer on exit from a `C-d' group. gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates gnus-propagate-marks. gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf before killing the buffers so that a non-full window conf gets handled correctly. (gnus-summary-exit): Ditto. (gnus-summary-read-group-1): Ditto. nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part async code again so that we can debug it properly. message.el (message-reply): Take an optional switch-buffer parameter so that Gnus window confs are respected better. auth-source.el (auth-source-secrets-search): Use `delete-dups', `append mapcar', and `butlast' instead of `remove-duplicates', `mapcan', and `subseq'. (auth-sources, auth-source-backend-parse, auth-source-secrets-search): Login collection is "Login" and not "login". gnus-art.el (article-update-date-lapsed): Don't bug out when updating multiple headers.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 20463724c79..34096144066 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -3,6 +3,10 @@
3 Merge from gnulib. 3 Merge from gnulib.
4 * texinfo.tex: Update to version 2011-02-14.11. 4 * texinfo.tex: Update to version 2011-02-14.11.
5 5
62011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * auth.texi (Help for users): Login collection is "Login" and not "login".
9
62011-02-13 Michael Albinus <michael.albinus@gmx.de> 102011-02-13 Michael Albinus <michael.albinus@gmx.de>
7 11
8 * tramp.texi (History): Remove IMAP support. 12 * tramp.texi (History): Remove IMAP support.
@@ -21,7 +25,7 @@
21 25
22 * sc.texi (Getting Connected): Remove old index entries. 26 * sc.texi (Getting Connected): Remove old index entries.
23 27
242011-02-12 Ulrich Mueller <ulm@gentoo.org> 282011-02-12 Ulrich Mueller <ulm@gentoo.org>
25 29
26 * url.texi: Remove duplicate @dircategory (Bug#7942). 30 * url.texi: Remove duplicate @dircategory (Bug#7942).
27 31