comparison src/ChangeLog @ 72176:8b73fd8e1710

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jul 2006 02:27:00 +0000
parents 64892d9c016e
children 378204b2dea4
comparison
equal deleted inserted replaced
72175:c9a89b23ca0f 72176:8b73fd8e1710
1 2006-07-28 Richard Stallman <rms@gnu.org>
2
3 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
4 Add conditional aborts for clarity.
5
6 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
7 Used to avoid running the hooks over and over for each frame.
8 (prepare_menu_bars): Pass value from update_menu_bar
9 as HOOKS_RUN of next call.
10
11 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
12
1 2006-07-28 Kim F. Storm <storm@cua.dk> 13 2006-07-28 Kim F. Storm <storm@cua.dk>
2 14
3 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p). 15 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
4 (valid_lisp_object_p): Use it to check for valid SUBRP obj. 16 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
5 17
179 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct 191 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
180 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries. 192 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
181 (XTread_socket): Use character codes to construct keypad key events. 193 (XTread_socket): Use character codes to construct keypad key events.
182 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel. 194 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
183 (x_delete_display): Apply 2006-07-04 change for xterm.c. 195 (x_delete_display): Apply 2006-07-04 change for xterm.c.
196
197 2006-07-17 Richard Stallman <rms@gnu.org>
198
199 * keyboard.c (Vcommand_error_function): New variable.
200 (syms_of_keyboard): Defvar it.
201 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
202
203 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
184 204
185 2006-07-17 Kim F. Storm <storm@cua.dk> 205 2006-07-17 Kim F. Storm <storm@cua.dk>
186 206
187 * xdisp.c (handle_single_display_spec): Ensure the right value of 207 * xdisp.c (handle_single_display_spec): Ensure the right value of
188 it->position is saved by push_it. 208 it->position is saved by push_it.