Mercurial > emacs
changeset 39336:357ac4d37806
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Sep 2001 12:26:10 +0000 |
parents | 65ef5b3fc045 |
children | b20b329387f5 |
files | lisp/gnus/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue Sep 18 12:25:52 2001 +0000 +++ b/lisp/gnus/ChangeLog Tue Sep 18 12:26:10 2001 +0000 @@ -1,3 +1,13 @@ +2001-09-18 Gerd Moellmann <gerd@gnu.org> + + * gnus-sum.el (gnus-select-newsgroup): Make + `gnus-current-select-method' buffer-local. + From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>. + + * gnus-art.el (gnus-request-article-this-buffer): Refer to + `gnus-current-select-method' in the current summary buffer. + From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>. + 2001-09-18 Miles Bader <miles@gnu.org> * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
--- a/src/ChangeLog Tue Sep 18 12:25:52 2001 +0000 +++ b/src/ChangeLog Tue Sep 18 12:26:10 2001 +0000 @@ -1,5 +1,11 @@ 2001-09-18 Gerd Moellmann <gerd@gnu.org> + * buffer.c (modify_overlay): Don't do nothing if START == END; + This can still be a modification, for example when an overlay has + a before-string or after-string. + (Fdelete_overlay): Prevent redisplay optimizations when deleting + an overlay with before-string or after-string. + * s/netbsd.h (C_SWITCH_SYSTEM): Add. (LD_SWITCH_SYSTEM): Include /usr/local/lib.