emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Sat, 29 Jul 2006 01:58:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/29 01:58:22

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5203
retrieving revision 1.5204
diff -u -b -r1.5203 -r1.5204
--- ChangeLog   28 Jul 2006 11:11:51 -0000      1.5203
+++ ChangeLog   29 Jul 2006 01:58:21 -0000      1.5204
@@ -1,3 +1,15 @@
+2006-07-28  Richard Stallman  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * xdisp.c (handle_single_display_spec): Ensure the right value of




reply via email to

[Prev in Thread] Current Thread [Next in Thread]