aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 668bba1e4ed..1fa027b1f5a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.mk (lisp): Add electric.elc.
4
12013-11-29 Tom Seddon <emacs@tomseddon.plus.com> (tiny change) 52013-11-29 Tom Seddon <emacs@tomseddon.plus.com> (tiny change)
2 6
3 * w32font.c (g_b_init_get_char_width_32_w): New static var. 7 * w32font.c (g_b_init_get_char_width_32_w): New static var.
@@ -9,6 +13,8 @@
9 punishing raster (a.k.a. "bitmap") fonts by slowing down 13 punishing raster (a.k.a. "bitmap") fonts by slowing down
10 redisplay. (Bug#6364). 14 redisplay. (Bug#6364).
11 15
162013-11-29 Eli Zaretskii <eliz@gnu.org>
17
12 * xdisp.c (clear_mouse_face): Don't invalidate the entire 18 * xdisp.c (clear_mouse_face): Don't invalidate the entire
13 mouse-highlight info, just signal frame_up_to_date_hook that mouse 19 mouse-highlight info, just signal frame_up_to_date_hook that mouse
14 highlight needs to be redisplayed. (Bug#15913) 20 highlight needs to be redisplayed. (Bug#15913)