diff options
| author | Richard M. Stallman <rms@gnu.org> | 2006-07-29 02:27:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2006-07-29 02:27:00 +0000 |
| commit | 0de8dcc97732834702d25e2be92f62d4b9ae4e35 (patch) | |
| tree | 573b3fd51d1878ee7f93525e6895ac42e787fd36 /src | |
| parent | e3b4d8490c3c2a45f2d38a7afb25ed83d1aa1b42 (diff) | |
| download | emacs-0de8dcc97732834702d25e2be92f62d4b9ae4e35.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f51ce899f5..029b7368be1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2006-07-28 Richard Stallman <rms@gnu.org> + + * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p): + Add conditional aborts for clarity. + + * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed. + Used to avoid running the hooks over and over for each frame. + (prepare_menu_bars): Pass value from update_menu_bar + as HOOKS_RUN of next call. + + * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil. + 2006-07-28 Kim F. Storm <storm@cua.dk> * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p). @@ -182,6 +194,14 @@ (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel. (x_delete_display): Apply 2006-07-04 change for xterm.c. +2006-07-17 Richard Stallman <rms@gnu.org> + + * keyboard.c (Vcommand_error_function): New variable. + (syms_of_keyboard): Defvar it. + (cmd_error_internal): Simplify, and handle Vcommand_error_function. + + * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg. + 2006-07-17 Kim F. Storm <storm@cua.dk> * xdisp.c (handle_single_display_spec): Ensure the right value of |
