comparison src/ChangeLog @ 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 8886f06ed7b1
children 7b5c0104efb0
comparison
equal deleted inserted replaced
73385:bd82ccfce877 73386:cdd23e558cd8
1 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
4 variable ch_dim.
5 (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate
6 menu bar window matrices on non-X systems.
7
8 * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
9
10 * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
11 adjustment is needed.
12 (mac_load_query_font): Check if width and height are positive.
13
1 2006-10-14 Richard Stallman <rms@gnu.org> 14 2006-10-14 Richard Stallman <rms@gnu.org>
2 15
3 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place. 16 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
4 17
5 2006-10-13 Chong Yidong <cyd@stupidchicken.com> 18 2006-10-13 Chong Yidong <cyd@stupidchicken.com>