# HG changeset patch # User Kim F. Storm # Date 1064447531 0 # Node ID 3c1bf15e7a4d490f2b4c9ce3f7c80ecbfeff9507 # Parent de1a002c48c70b22c88b29866f11d238657f5f09 *** empty log message *** diff -r de1a002c48c7 -r 3c1bf15e7a4d etc/NEWS --- a/etc/NEWS Wed Sep 24 22:55:42 2003 +0000 +++ b/etc/NEWS Wed Sep 24 23:52:11 2003 +0000 @@ -233,6 +233,11 @@ horizontally or vertically, a saved window configuration is restored, or when the frame is resized. +** New functions frame-current-scroll-bars and window-current-scroll-bars. + +These functions return the current locations of the vertical and +horisontal scroll bars in a frame or window. + ** Under X, mouse-wheel-mode is turned on by default. ** The X resource useXIM can be used to turn off use of XIM, which may diff -r de1a002c48c7 -r 3c1bf15e7a4d lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 24 22:55:42 2003 +0000 +++ b/lisp/ChangeLog Wed Sep 24 23:52:11 2003 +0000 @@ -1,3 +1,9 @@ +2003-09-25 Kim F. Storm + + * frame.el (frame-current-scroll-bars): New defun. + + * window.el (window-current-scroll-bars): New defun. + 2003-09-24 Martin Stjernholm * progmodes/cc-engine.el (c-parse-state): Fixed bug that could diff -r de1a002c48c7 -r 3c1bf15e7a4d src/ChangeLog --- a/src/ChangeLog Wed Sep 24 22:55:42 2003 +0000 +++ b/src/ChangeLog Wed Sep 24 23:52:11 2003 +0000 @@ -1,3 +1,8 @@ +2003-09-25 Kim F. Storm + + * window.c (set_window_buffer): Fix redisplay problems when + switching between buffers with different display margin widths. + 2003-09-23 Kim F. Storm * process.c (set_socket_option): Fix :bindtodevice option.