X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/76b6f7075970e492eba3cf3f4411fcfc4ff3bdcd..4b09796d423bb241d597f147ce0d53567ce10b3f:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index e027b5c842..22d944a48b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +2009-01-09 Glenn Morris + + * keyboard.c (last_command_char): For clarity, rename to... + (last_command-event): ... and update all users. + (last_input_char): For clarity, rename to... + (last_input_event): ... and update all users. + (last-command-char, last-input-char): Move to subr.el as aliases. + * cmds.c, commands.h: Update for last_command_char rename. + +2009-01-08 Chong Yidong + + * font.c (font_open_for_lface): Handle unspecified height + attribute. + +2009-01-08 Jason Rumney + + * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape) + (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape) + (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape): + Don't declare. + (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485) + (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code. + 2009-01-07 Kenichi Handa * fileio.c (Finsert_file_contents): In the case of replace,