mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
*** empty log message ***
This commit is contained in:
parent
22f9c48c82
commit
fbe574208a
3 changed files with 16 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
|
@ -233,6 +233,11 @@ Such individual settings are now preserved when windows are split
|
|||
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2003-09-25 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* frame.el (frame-current-scroll-bars): New defun.
|
||||
|
||||
* window.el (window-current-scroll-bars): New defun.
|
||||
|
||||
2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
|
||||
|
||||
* progmodes/cc-engine.el (c-parse-state): Fixed bug that could
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2003-09-25 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* window.c (set_window_buffer): Fix redisplay problems when
|
||||
switching between buffers with different display margin widths.
|
||||
|
||||
2003-09-23 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* process.c (set_socket_option): Fix :bindtodevice option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue