diff options
| author | Gerd Moellmann | 2000-09-18 21:12:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-18 21:12:22 +0000 |
| commit | 5cefa566fb322a724ed67797b9d3124538d6dd7e (patch) | |
| tree | 4670d96a8134ce7a34b08a88f8f2f61bb230dcd0 /src/ChangeLog | |
| parent | 9f83cf0bd0b2489ede411a398d5efaccc5f952c2 (diff) | |
| download | emacs-5cefa566fb322a724ed67797b9d3124538d6dd7e.tar.gz emacs-5cefa566fb322a724ed67797b9d3124538d6dd7e.zip | |
(x_display_and_set_cursor): Don't show a hollow box
cursor for buffers whose cursor_type is nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7136f8423a..d13d71ecb59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | 2000-09-18 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-09-18 Gerd Moellmann <gerd@gnu.org> |
| 7 | 7 | ||
| 8 | * xterm.c (x_display_and_set_cursor): Don't show a hollow box | ||
| 9 | cursor for buffers whose cursor_type is nil. | ||
| 10 | |||
| 8 | * xterm.c (x_draw_image_glyph_string): Remove a comment describing | 11 | * xterm.c (x_draw_image_glyph_string): Remove a comment describing |
| 9 | a feature to implement that is already implemented. | 12 | a feature to implement that is already implemented. |
| 10 | (note_mouse_highlight, x_find_ccl_program): Avoid some compiler | 13 | (note_mouse_highlight, x_find_ccl_program): Avoid some compiler |