Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fbe57420
Commit
fbe57420
authored
Sep 24, 2003
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
22f9c48c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
etc/NEWS
etc/NEWS
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
fbe57420
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
fbe57420
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
...
...
src/ChangeLog
View file @
fbe57420
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment