diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b12cead6ee..b26fb26f51c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-06-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): Always use set_buffer_internal_1. | ||
| 4 | |||
| 1 | 2000-06-05 Dave Love <fx@gnu.org> | 5 | 2000-06-05 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * xdisp.c: Include fontset.h. | 7 | * xdisp.c: Include fontset.h. |
| @@ -40,7 +44,7 @@ | |||
| 40 | 2000-06-02 Gerd Moellmann <gerd@gnu.org> | 44 | 2000-06-02 Gerd Moellmann <gerd@gnu.org> |
| 41 | 45 | ||
| 42 | * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the | 46 | * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the |
| 43 | result face, set flags in the face indicating that colors may not | 47 | result face, set flags in that face indicating that colors may not |
| 44 | be freed. | 48 | be freed. |
| 45 | 49 | ||
| 46 | * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character | 50 | * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character |