diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f86c4c6a21c..ce3c7d1435b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2006-10-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (get_utf8_string): Remove warnings with casts. | ||
| 4 | (xg_tool_bar_button_cb): Ditto | ||
| 5 | (xg_tool_bar_callback): Ditto. | ||
| 6 | |||
| 7 | 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 8 | |||
| 9 | * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused | ||
| 10 | variable ch_dim. | ||
| 11 | (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate | ||
| 12 | menu bar window matrices on non-X systems. | ||
| 13 | |||
| 14 | * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs. | ||
| 15 | |||
| 16 | * macterm.c (mac_query_char_extents): Don't return glyph ID if layout | ||
| 17 | adjustment is needed. | ||
| 18 | (mac_load_query_font): Check if width and height are positive. | ||
| 19 | |||
| 20 | 2006-10-14 Richard Stallman <rms@gnu.org> | ||
| 21 | |||
| 22 | * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place. | ||
| 23 | |||
| 1 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | 24 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 25 | ||
| 3 | * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame | 26 | * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame |