aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-11 20:02:36 +0000
committerGerd Moellmann2000-07-11 20:02:36 +0000
commitd76c03ea6b1d5cf3fdc8857ae104574ceadbc0bb (patch)
tree9250cf780e976e162e8b45374686f6422cf345ce /src
parent11f9d6e1a398a3b762d077388332c77b33f14c5d (diff)
downloademacs-d76c03ea6b1d5cf3fdc8857ae104574ceadbc0bb.tar.gz
emacs-d76c03ea6b1d5cf3fdc8857ae104574ceadbc0bb.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73c225c3b32..5bd4a134b86 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12000-07-11 Gerd Moellmann <gerd@gnu.org>
2
3 * doc.c (Fsubstitute_command_keys): Handle case that a GC
4 in Fwhere_is_internal or get_keymap_1 relocates string contents.
5
6 * dispnew.c (direct_output_forward_char): Give up if currently
7 displaying a message instead of the minibuffer contents.
8
9 * xterm.c (x_update_window_begin): No need to turn off the mouse
10 highlight here.
11 (show_mouse_face): Set the mouse_face_p flag of glyph rows
12 depending on whether they contain glyphs highlighted in
13 mouse-face.
14
15 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
16 compare the mouse_face_p flags of both rows.
17
18 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
19
12000-07-11 Eli Zaretskii <eliz@is.elta.co.il> 202000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2 21
3 * keyboard.c (show_help_echo): Accept additional parameter 22 * keyboard.c (show_help_echo): Accept additional parameter