aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-06-18 15:15:06 -0400
committerChong Yidong2011-06-18 15:15:06 -0400
commit7d7d00451f78eafdad6d9c06e51de544137e64fb (patch)
treef63a3d5b67b5e0e5ea0db3e57288c30f54009817 /src/ChangeLog
parent61dfb316ecfae23ea093a48ab67b9c66e9d1d7da (diff)
downloademacs-7d7d00451f78eafdad6d9c06e51de544137e64fb.tar.gz
emacs-7d7d00451f78eafdad6d9c06e51de544137e64fb.zip
Fixes for GLYPH_DEBUG.
* dispnew.c (add_window_display_history): Use BVAR. * xdisp.c (debug_method_add): Use BVAR. (check_window_end, dump_glyph_matrix, dump_glyph) (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C. * xfaces.c (check_lface_attrs, check_lface, dump_realized_face): Likewise. * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache check till after the cache is created in init_frame_faces.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8e791285b1..a38f79eaa12 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12011-06-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * dispnew.c (add_window_display_history): Use BVAR.
4
5 * xdisp.c (debug_method_add): Use BVAR.
6 (check_window_end, dump_glyph_matrix, dump_glyph)
7 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
8
9 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
10 Likewise.
11
12 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
13 check till after the cache is created in init_frame_faces.
14
12011-06-17 Stefan Monnier <monnier@iro.umontreal.ca> 152011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup. 17 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
@@ -1349,7 +1363,7 @@
13492011-05-18 Christoph Scholtes <cschol2112@googlemail.com> 13632011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
1350 1364
1351 * menu.c: Include limits.h (fixes the MS-Windows build broken by 1365 * menu.c: Include limits.h (fixes the MS-Windows build broken by
1352 revision 104625). 1366 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
1353 1367
13542011-05-18 Paul Eggert <eggert@cs.ucla.edu> 13682011-05-18 Paul Eggert <eggert@cs.ucla.edu>
1355 1369