aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2000-08-26 05:53:18 +0000
committerMiles Bader2000-08-26 05:53:18 +0000
commit2d73e8d3a263b00bd8c963faa8a736148d8e5621 (patch)
tree01494ef1aa159d7de46f4e0c2b8c6aae123badbc /src
parent25ac7b52b010137bcabe0d168bc119db41772a0b (diff)
downloademacs-2d73e8d3a263b00bd8c963faa8a736148d8e5621.tar.gz
emacs-2d73e8d3a263b00bd8c963faa8a736148d8e5621.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 632256ce2cd..ba84991ffd6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12000-08-26 Miles Bader <miles@gnu.org>
2
3 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
4 * xfaces.c (QCinherit): New variable.
5 (syms_of_xfaces): Initialize it.
6 (LFACE_INHERIT): New macro.
7 (Finternal_get_lisp_face_attribute)
8 (merge_face_vector_with_property)
9 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
10 (check_lface_attrs): Allow new types of face height. Check
11 inherit attribute.
12 (CYCLE_CHECK): New macro.
13 (merge_face_inheritance): New function.
14 (merge_face_vectors): Merge inherited faces too. Add F and
15 CYCLE_CHECK arguments.
16 (merge_face_vector_with_property, Finternal_merge_in_global_face)
17 (lookup_named_face, lookup_derived_face, realize_named_face)
18 (face_at_string_position, face_at_buffer_position): Supply
19 new F and CYCLE_CHECK arguments to merge_face_vectors.
20 (merge_face_heights): New function.
21 (merge_face_vectors, merge_face_vector_with_property)
22 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
23 handle relative face heights.
24 (lface_same_font_attributes_p): Compare heights using EQ.
25
12000-08-26 Kenichi Handa <handa@etl.go.jp> 262000-08-26 Kenichi Handa <handa@etl.go.jp>
2 27
3 * charset.c (char_to_string): Check the character validity. 28 * charset.c (char_to_string): Check the character validity.