diff options
| author | Chong Yidong | 2011-06-18 15:15:06 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-06-18 15:15:06 -0400 |
| commit | 7d7d00451f78eafdad6d9c06e51de544137e64fb (patch) | |
| tree | f63a3d5b67b5e0e5ea0db3e57288c30f54009817 /src/ChangeLog | |
| parent | 61dfb316ecfae23ea093a48ab67b9c66e9d1d7da (diff) | |
| download | emacs-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/ChangeLog | 16 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2011-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 @@ | |||
| 1349 | 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com> | 1363 | 2011-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 | ||
| 1354 | 2011-05-18 Paul Eggert <eggert@cs.ucla.edu> | 1368 | 2011-05-18 Paul Eggert <eggert@cs.ucla.edu> |
| 1355 | 1369 | ||