aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-03-21 00:50:39 +0000
committerKenichi Handa2000-03-21 00:50:39 +0000
commit6c4bfdc0b738f865199859fbd4f7be88f21429cb (patch)
tree3eed8e7307d1ee2d13d21a3cc072ddf528b8b340 /src/ChangeLog
parentaf8cb95c2e4d04e99822ccdc3c97d51cb259d24a (diff)
downloademacs-6c4bfdc0b738f865199859fbd4f7be88f21429cb.tar.gz
emacs-6c4bfdc0b738f865199859fbd4f7be88f21429cb.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41757ac1de8..1f748139ff2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,10 @@
4 characters, not charset. In addition, they recover fontset 4 characters, not charset. In addition, they recover fontset
5 facilities while utilizing the new font selection mechanism. 5 facilities while utilizing the new font selection mechanism.
6 6
7 * Makefile.in (fontset.o): Depend on dispextern.h.
8
9 * alloc.c (mark_face_cache): Don't mark face->registry.
10
7 * dispextern.h (struct glyph): New member glyph_not_available_p. 11 * dispextern.h (struct glyph): New member glyph_not_available_p.
8 Use 22 bits for face_id. 12 Use 22 bits for face_id.
9 (enum lface_attribute_index): Add LFACE_FONT_INDEX. 13 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
@@ -58,6 +62,8 @@
58 * frame.c (make_frame): Don't allocate f->fontset_data. 62 * frame.c (make_frame): Don't allocate f->fontset_data.
59 (Fdelete_frame): Don't free f->fontset_data. 63 (Fdelete_frame): Don't free f->fontset_data.
60 64
65 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
66
61 * xdisp.c (charset_at_position): Function removed. 67 * xdisp.c (charset_at_position): Function removed.
62 (init_iterator): Don't set member charset of struct `it'. 68 (init_iterator): Don't set member charset of struct `it'.
63 (handle_face_prop, reseat_to_string, set_iterator_to_next, 69 (handle_face_prop, reseat_to_string, set_iterator_to_next,
@@ -115,7 +121,8 @@
115 (syms_of_xfaces): Remove code for Qx_charset_registry and 121 (syms_of_xfaces): Remove code for Qx_charset_registry and
116 Vface_default_registry. 122 Vface_default_registry.
117 123
118 * xterm.c: Include fontset.h after dispextern.h. 124 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
125 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
119 (x_per_char_metric): Don't try FONT->default_char. Even if 126 (x_per_char_metric): Don't try FONT->default_char. Even if
120 pcm->width is zero, glyph bits may exist. 127 pcm->width is zero, glyph bits may exist.
121 (x_encode_char): Always initialize char2b->byte1. 128 (x_encode_char): Always initialize char2b->byte1.