Mercurial > emacs
comparison src/ChangeLog @ 30449:d2552d0345de
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 25 Jul 2000 12:07:43 +0000 |
parents | c1c7b6961488 |
children | b635ea37aac2 |
comparison
equal
deleted
inserted
replaced
30448:92e758e908a2 | 30449:d2552d0345de |
---|---|
1 2000-07-25 Gerd Moellmann <gerd@gnu.org> | 1 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
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. | |
2 | 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 |
12 2000-07-25 Miles Bader <miles@gnu.org> | 20 2000-07-25 Miles Bader <miles@gnu.org> |
13 | 21 |