diff options
| author | Eli Zaretskii | 2008-08-30 13:06:15 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-30 13:06:15 +0000 |
| commit | b04021eb2a3999b48348b520a4f71c0a45e898c4 (patch) | |
| tree | f28798b0029a7d75dc181f91a5d34b7569b20286 /src/ChangeLog | |
| parent | 1b912a3b4e5e763c24ef1af6528f6ebe53f4744a (diff) | |
| download | emacs-b04021eb2a3999b48348b520a4f71c0a45e898c4.tar.gz emacs-b04021eb2a3999b48348b520a4f71c0a45e898c4.zip | |
(IT_display_cursor): Write "CURSOR ON/OFF" to termscript only when
the state changes.
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 f02db31f0b7..0287a07fe93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-08-30 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-08-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript | ||
| 4 | only when the state changes. | ||
| 5 | |||
| 3 | * w16select.c (Fw16_set_clipboard_data): Don't encode text if | 6 | * w16select.c (Fw16_set_clipboard_data): Don't encode text if |
| 4 | clipboard is unavailable. Set dst to NULL if it doesn't point to | 7 | clipboard is unavailable. Set dst to NULL if it doesn't point to |
| 5 | malloc'ed data. | 8 | malloc'ed data. |