diff options
| author | Gerd Moellmann | 2002-04-26 17:56:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-04-26 17:56:03 +0000 |
| commit | 56a0382c7d97daed488241a6fafff66641bf0fae (patch) | |
| tree | 98389d6cb817973b71f2456fd0bdcab482ad7570 /src/ChangeLog | |
| parent | 6cc6a2e95b45c8f3159647c2df53442d4f19129d (diff) | |
| download | emacs-56a0382c7d97daed488241a6fafff66641bf0fae.tar.gz emacs-56a0382c7d97daed488241a6fafff66641bf0fae.zip | |
(x_draw_phys_cursor_glyph): Undo last change. Compute
phys_cursor_width from the x position returned by x_draw_glyhs,
which is cheaper.
(x_display_and_set_cursor): Compute the buffer-local value
of `cursor-in-non-selected-windows' only when needed.
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 |