diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f85358a4f7b..990f10d02ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-04-26 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_draw_phys_cursor_glyph): Undo last change. Compute | ||
| 4 | phys_cursor_width from the x position returned by x_draw_glyhs, | ||
| 5 | which is cheaper. | ||
| 6 | (x_display_and_set_cursor): Compute the buffer-local value | ||
| 7 | of `cursor-in-non-selected-windows' only when needed. | ||
| 8 | |||
| 1 | 2002-04-25 Gerd Moellmann <gerd@gnu.org> | 9 | 2002-04-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 10 | ||
| 3 | * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box | 11 | * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box |