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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 13 Feb 2002 11:24:35 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2437 emacs/src/ChangeLog:1.2438
*** emacs/src/ChangeLog:1.2437  Mon Feb 11 09:45:28 2002
--- emacs/src/ChangeLog Wed Feb 13 11:24:33 2002
***************
*** 1,3 ****
--- 1,23 ----
+ 2002-02-13  Richard M. Stallman  <address@hidden>
+ 
+       * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector) 
+       (Fthis_single_command_keys, Fthis_single_command_raw_keys) 
+       (Fclear_this_command_keys): Doc fixes.
+ 
+       * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) 
+       (update_face_from_frame_parameter): Increment face_change_count
+       and windows_or_buffers_changed to force redisplay using changed faces.
+ 
+       * xdisp.c (QCpropertize): New variable.
+       (mode_line_proptrans_alist): New variable.
+       (display_mode_element): New arg PROPS; all calls changed.
+       Implement this, for strings.
+       Handle literal output of strings by sharing the
+       main-line code for strings, using local var `literal'.
+       Handle :propertize feature.
+       (syms_of_xdisp): Initialze and staticpro QCpropertize and 
+       mode_line_proptrans_alist.
+       
  2002-02-11  Kim F. Storm  <address@hidden>
  
        * window.c: (Vmode_line_in_non_selected_windows): New variable.
***************
*** 69,75 ****
  
  2002-02-07  Stefan Monnier  <address@hidden>
  
!       * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c).
  
  2002-02-07  Kim F. Storm  <address@hidden>
  
--- 89,95 ----
  
  2002-02-07  Stefan Monnier  <address@hidden>
  
!       * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
  
  2002-02-07  Kim F. Storm  <address@hidden>
  



reply via email to

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