aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-17 06:11:09 +0000
committerEli Zaretskii2000-08-17 06:11:09 +0000
commitaae41d97a4501836c911c61cec82bbb6cf955327 (patch)
tree6cbb71ecc0204e65c141adf5899c8203453ebb78 /src/ChangeLog
parent357438ebe064605fbd5301ab2e04d27600a8ec0b (diff)
downloademacs-aae41d97a4501836c911c61cec82bbb6cf955327.tar.gz
emacs-aae41d97a4501836c911c61cec82bbb6cf955327.zip
(set_clipboard_data): If there's not enough memory
to put text into clipboard, return 1, as Fw16_set_clipboard_data expects. In case of other failures, return 3. (system_error_msg): New error message. (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print system_error_msg.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 77f7ffc9498..a17b16c4e2d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * w16select.c (set_clipboard_data): If there's not enough memory
4 to put text into clipboard, return 1, as Fw16_set_clipboard_data
5 expects. In case of other failures, return 3.
6 (system_error_msg): New error message.
7 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
8 system_error_msg.
9
12000-08-16 Gerd Moellmann <gerd@gnu.org> 102000-08-16 Gerd Moellmann <gerd@gnu.org>
2 11
3 * term.c (write_glyphs): Also turn off inverse video after turning 12 * term.c (write_glyphs): Also turn off inverse video after turning