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
d76c03ea
Commit
d76c03ea
authored
Jul 11, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
11f9d6e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
etc/NEWS
etc/NEWS
+5
-0
src/ChangeLog
src/ChangeLog
+19
-0
No files found.
etc/NEWS
View file @
d76c03ea
...
...
@@ -20,6 +20,11 @@ Emacs to not use X Input Methods (XIM), if they these are available.
*
Changes in Emacs 21.1
** The <delete> function key is now bound to `delete-char' by default.
Note that this takes effect only on window systems. On TTYs, Emacs
will receive ASCII 127 when the DEL key is pressed. This
character is still bound as before.
** Item Save Options on the Options menu allows saving options set
using that menu.
...
...
src/ChangeLog
View file @
d76c03ea
2000-07-11 Gerd Moellmann <gerd@gnu.org>
* doc.c (Fsubstitute_command_keys): Handle case that a GC
in Fwhere_is_internal or get_keymap_1 relocates string contents.
* dispnew.c (direct_output_forward_char): Give up if currently
displaying a message instead of the minibuffer contents.
* xterm.c (x_update_window_begin): No need to turn off the mouse
highlight here.
(show_mouse_face): Set the mouse_face_p flag of glyph rows
depending on whether they contain glyphs highlighted in
mouse-face.
* dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
compare the mouse_face_p flags of both rows.
* dispextern.h (struct glyph_row): Add flag mouse_face_p.
2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
* keyboard.c (show_help_echo): Accept additional parameter
...
...
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