# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1160989171 0 # Node ID cdd23e558cd8b680201a38f690e5a0a2614704ff # Parent bd82ccfce877dfb3939a051524c95d71440f7f80 *** empty log message *** diff -r bd82ccfce877 -r cdd23e558cd8 src/ChangeLog --- a/src/ChangeLog Mon Oct 16 08:59:08 2006 +0000 +++ b/src/ChangeLog Mon Oct 16 08:59:31 2006 +0000 @@ -1,3 +1,16 @@ +2006-10-16 YAMAMOTO Mitsuharu + + * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused + variable ch_dim. + (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate + menu bar window matrices on non-X systems. + + * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs. + + * macterm.c (mac_query_char_extents): Don't return glyph ID if layout + adjustment is needed. + (mac_load_query_font): Check if width and height are positive. + 2006-10-14 Richard Stallman * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.