Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bebe4a2c
Commit
bebe4a2c
authored
Nov 28, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
25160ec0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+14
-0
No files found.
lisp/ChangeLog
View file @
bebe4a2c
2000-11-28 Gerd Moellmann <gerd@gnu.org>
* abbrev.el (prepare-abbrev-list-buffer): Get the value of
local-abbrev-table before changing buffers because it might
have a buffer-local binding.
2000-11-28 Miles Bader <miles@gnu.org>
* simple.el (delete-horizontal-space): Handle fields more generally.
...
...
src/ChangeLog
View file @
bebe4a2c
2000-11-28 Gerd Moellmann <gerd@gnu.org>
* window.c (coordinates_in_window): If on a mode or header line,
but sufficiently close to its start, return ``on vertical
border''. This gives us a way to drag windows horizontally when
using toolkit scroll bars.
* xterm.c (note_mouse_highlight): Change the cursor shape
on the vertical border between windows.
* xterm.h (struct x_output): Add member horizontal_drag_cursor.
* xfns.c (Vx_window_horizontal_drag_shape): New variable.
(syms_of_xfns): DEFVAR_LISP it.
(x_set_mouse_color): Create frame's horizontal_drag_cursor.
* textprop.c (text_read_only): New function.
(verify_interval_modification): Use it instead of signaling
`text-read-only'. This makes it easier to catch this error
...
...
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