diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb3d4bfa789..6e5b29bf857 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,19 @@ | |||
| 1 | 2000-07-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (next_element_from_display_vector): Improve comments. | ||
| 4 | |||
| 5 | * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits | ||
| 6 | for the character code, and the rest for the face id as in 20.x. | ||
| 7 | (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly. | ||
| 8 | |||
| 9 | * window.c (window_display_table): Cleaned up. | ||
| 10 | |||
| 3 | * syntax.c (Fforward_word): Add last arg nil in call of | 11 | * syntax.c (Fforward_word): Add last arg nil in call of |
| 4 | Fconstrain_to_field. | 12 | Fconstrain_to_field. |
| 5 | 13 | ||
| 6 | 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> | 14 | 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 7 | 15 | ||
| 8 | * fileio.c (Frename-file) [DOS_NT]: If the file names are | 16 | * fileio.c (Frename_file) [DOS_NT]: If the file names are |
| 9 | identical but for the letter-case, don't call | 17 | identical but for the letter-case, don't call |
| 10 | barf_or_query_if_file_exists. | 18 | barf_or_query_if_file_exists. |
| 11 | 19 | ||