aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-30 13:06:15 +0000
committerEli Zaretskii2008-08-30 13:06:15 +0000
commitb04021eb2a3999b48348b520a4f71c0a45e898c4 (patch)
treef28798b0029a7d75dc181f91a5d34b7569b20286 /src/ChangeLog
parent1b912a3b4e5e763c24ef1af6528f6ebe53f4744a (diff)
downloademacs-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/ChangeLog3
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 @@
12008-08-30 Eli Zaretskii <eliz@gnu.org> 12008-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.