aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-07-30 17:40:46 +0400
committerDmitry Antipov2013-07-30 17:40:46 +0400
commitbee6a2c7dcc15d14961b2bc164ea91dfa178042d (patch)
tree7a675937fb58ceb26940ded984b72da8b7cbd615 /src/ChangeLog
parent39e8fb76d691d27b0aa8038216488d78f66121b7 (diff)
downloademacs-bee6a2c7dcc15d14961b2bc164ea91dfa178042d.tar.gz
emacs-bee6a2c7dcc15d14961b2bc164ea91dfa178042d.zip
* xfaces.c (make_face_cache): For struct face_cache, prefer
xmalloc to xzalloc and so avoid redundant call to memset. (Finternal_set_lisp_face_attribute): Fix comment typo and style.
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):