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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 07 Jun 2004 03:03:29 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3733 emacs/src/ChangeLog:1.3734
*** emacs/src/ChangeLog:1.3733  Mon Jun  7 00:00:03 2004
--- emacs/src/ChangeLog Mon Jun  7 07:02:19 2004
***************
*** 1,3 ****
--- 1,23 ----
+ 2004-06-07  Miles Bader  <address@hidden>
+ 
+       * (struct named_merge_point): New type.
+       (push_named_merge_point): New function.
+       (merge_named_face): New function.
+       (merge_face_ref, face_at_buffer_position, face_at_string_position):
+       Use `merge_named_face'.
+       (merge_face_inheritance): Function removed.
+       (merge_face_ref): Renamed from `merge_face_vector_with_property'.
+       Add new `err_msgs' and `named_merge_points' args.  Return error
+       status.  Only print error messages if ERR_MSGS is true.  Don't try to
+       do :inherit attribute validation.
+       (merge_face_heights): Handle `unspecified' in both directions.
+       (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
+       Call `merge_face_ref' instead of `merge_face_inheritance'.
+       (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
+       (compute_char_face, face_at_buffer_position)
+       (face_at_string_position): Call `merge_face_ref' instead of
+       `merge_face_vector_with_property'.
+ 
  2004-06-07  Kenichi Handa  <address@hidden>
  
        * coding.c (find_safe_codings): Check NILP (safe_codings) only at




reply via email to

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