aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-09-24 23:52:11 +0000
committerKim F. Storm2003-09-24 23:52:11 +0000
commitfbe574208aebcaaf029a96d77c5738eda958aab4 (patch)
tree1f4ace49db6bcb37a661c016dc19c90b0cb52782
parent22f9c48c8299d370be8b504525f096a6ef321f46 (diff)
downloademacs-fbe574208aebcaaf029a96d77c5738eda958aab4.tar.gz
emacs-fbe574208aebcaaf029a96d77c5738eda958aab4.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog5
3 files changed, 16 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8779c62fbfc..a3fb92f6d45 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -233,6 +233,11 @@ Such individual settings are now preserved when windows are split
233horizontally or vertically, a saved window configuration is restored, 233horizontally or vertically, a saved window configuration is restored,
234or when the frame is resized. 234or when the frame is resized.
235 235
236** New functions frame-current-scroll-bars and window-current-scroll-bars.
237
238These functions return the current locations of the vertical and
239horisontal scroll bars in a frame or window.
240
236** Under X, mouse-wheel-mode is turned on by default. 241** Under X, mouse-wheel-mode is turned on by default.
237 242
238** The X resource useXIM can be used to turn off use of XIM, which may 243** The X resource useXIM can be used to turn off use of XIM, which may
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3dbf2e7c74a..c497811baa3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12003-09-25 Kim F. Storm <storm@cua.dk>
2
3 * frame.el (frame-current-scroll-bars): New defun.
4
5 * window.el (window-current-scroll-bars): New defun.
6
12003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> 72003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2 8
3 * progmodes/cc-engine.el (c-parse-state): Fixed bug that could 9 * progmodes/cc-engine.el (c-parse-state): Fixed bug that could
diff --git a/src/ChangeLog b/src/ChangeLog
index 29df99f2a4b..600427ec6ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-09-25 Kim F. Storm <storm@cua.dk>
2
3 * window.c (set_window_buffer): Fix redisplay problems when
4 switching between buffers with different display margin widths.
5
12003-09-23 Kim F. Storm <storm@cua.dk> 62003-09-23 Kim F. Storm <storm@cua.dk>
2 7
3 * process.c (set_socket_option): Fix :bindtodevice option. 8 * process.c (set_socket_option): Fix :bindtodevice option.