diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b5c4f3aff49..5cd9330962b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (expose_window_tree, expose_frame): Don't compute | ||
| 4 | intersections here. | ||
| 5 | (expose_window): Do it here instead. | ||
| 6 | (x_draw_glyph_string): Fix a computation of the underline | ||
| 7 | position. | ||
| 8 | |||
| 3 | * bytecode.c (BYTE_CODE_QUIT): New macro. | 9 | * bytecode.c (BYTE_CODE_QUIT): New macro. |
| 4 | (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT. | 10 | (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT. |
| 5 | 11 | ||