diff options
| author | YAMAMOTO Mitsuharu | 2006-10-16 08:59:31 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-10-16 08:59:31 +0000 |
| commit | 7c682cf19411778cf0649a397eac435b80ed966a (patch) | |
| tree | 348a1c96b172e2bd3e44394e0cd59ec4b2b75c79 /src/ChangeLog | |
| parent | 2e6266ac5774e0edc9b8b24456dc81e3f8805465 (diff) | |
| download | emacs-7c682cf19411778cf0649a397eac435b80ed966a.tar.gz emacs-7c682cf19411778cf0649a397eac435b80ed966a.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 984407e44fa..4c79b1cfaa7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 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. |