aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-14 14:56:23 +0000
committerGerd Moellmann2001-05-14 14:56:23 +0000
commit58e5af83c94b24a9c5cc37bcc1338300d25869fc (patch)
tree31a506e86cf70643d6d311078fc72f818c986061 /src/ChangeLog
parent3cf80731c1ef01dca1e0877436eb38b37b50cd09 (diff)
downloademacs-58e5af83c94b24a9c5cc37bcc1338300d25869fc.tar.gz
emacs-58e5af83c94b24a9c5cc37bcc1338300d25869fc.zip
(note_mouse_highlight): Avoid changing the mouse
pointer shape when show_mouse_face has already done it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 280b828f738..9cd3520dcb6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,7 +8,10 @@
8 8
92001-05-14 Gerd Moellmann <gerd@gnu.org> 92001-05-14 Gerd Moellmann <gerd@gnu.org>
10 10
11 * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for 11 * xterm.c (note_mouse_highlight): Avoid changing the mouse
12 pointer shape when show_mouse_face has already done it.
13
14 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
12 full-width rows. 15 full-width rows.
13 16
14 * xfaces.c (split_font_name): Make sure to leave the loop 17 * xfaces.c (split_font_name): Make sure to leave the loop