aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 31e21b04eac..1cee3c86ab5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12013-06-05 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (handle_tool_bar_click): When mouse-highlight is off,
4 don't insist on being invoked on a highlighted tool-bar button.
5 Avoids losing tool-bar functionality when mouse-highlight is nil.
6 (note_tool_bar_highlight, note_mode_line_or_margin_highlight):
7 Don't highlight when mouse-highlight is nil.
8 (note_mouse_highlight): When mouse-highlight is nil, don't return
9 right away; instead, run tool-bar and mode-line highlight
10 subroutine, clear any existing highlight, and revert the mouse
11 pointer to its default shape. (Bug#14558)
12
12013-06-05 Stefan Monnier <monnier@iro.umontreal.ca> 132013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * lisp.mk (lisp): Add prog-mode.el. 15 * lisp.mk (lisp): Add prog-mode.el.