# HG changeset patch # User Gerd Moellmann # Date 964526863 0 # Node ID d2552d0345de87d73425c9145863d221da83b88f # Parent 92e758e908a24ebda590070d0903b717770a393f *** empty log message *** diff -r 92e758e908a2 -r d2552d0345de src/ChangeLog --- a/src/ChangeLog Tue Jul 25 12:06:40 2000 +0000 +++ b/src/ChangeLog Tue Jul 25 12:07:43 2000 +0000 @@ -1,11 +1,19 @@ 2000-07-25 Gerd Moellmann + * xdisp.c (next_element_from_display_vector): Improve comments. + + * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits + for the character code, and the rest for the face id as in 20.x. + (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly. + + * window.c (window_display_table): Cleaned up. + * syntax.c (Fforward_word): Add last arg nil in call of Fconstrain_to_field. 2000-07-25 Eli Zaretskii - * fileio.c (Frename-file) [DOS_NT]: If the file names are + * fileio.c (Frename_file) [DOS_NT]: If the file names are identical but for the letter-case, don't call barf_or_query_if_file_exists.