Mercurial > emacs
changeset 73386:cdd23e558cd8
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Mon, 16 Oct 2006 08:59:31 +0000 |
parents | bd82ccfce877 |
children | fc4c534e52c3 |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mituharu@math.s.chiba-u.ac.jp> + + * 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 <rms@gnu.org> * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.