diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-09-18 12:26:10 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-09-18 12:26:10 +0000 |
commit | 08d7d94ae31124e1f21a05e5bc65b21964367152 (patch) | |
tree | 0fc508ad258de8eb3672d554149402108e6c883b | |
parent | 0cee0e547048f5026562f74e37731c12baa87640 (diff) | |
download | emacs-08d7d94ae31124e1f21a05e5bc65b21964367152.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/gnus/ChangeLog | 10 | ||||
-rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e241432067a..e3d62fe9376 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index f4e4fdf5d59..fcf895a1982 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |