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 79fce55c003..bfe4dfaf39a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12013-07-30 Dmitry Antipov <dmantipov@yandex.ru> 12013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * xfaces.c (make_face_cache): For struct face_cache, prefer
4 xmalloc to xzalloc and so avoid redundant call to memset.
5 (Finternal_set_lisp_face_attribute): Fix comment typo and style.
6
72013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
8
3 * fringe.c (draw_window_fringes, update_window_fringes) 9 * fringe.c (draw_window_fringes, update_window_fringes)
4 (compute_fringe_widths): 10 (compute_fringe_widths):
5 * w32term.c (x_draw_glyph_string): 11 * w32term.c (x_draw_glyph_string):