aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-30 12:32:59 +0000
committerEli Zaretskii2008-08-30 12:32:59 +0000
commit1b912a3b4e5e763c24ef1af6528f6ebe53f4744a (patch)
tree93afb44a11eb8b0c1b78c11cc9678bb3021ea702 /src/ChangeLog
parent657ceaa03e351d272036473c8ba52ca15e95e077 (diff)
downloademacs-1b912a3b4e5e763c24ef1af6528f6ebe53f4744a.tar.gz
emacs-1b912a3b4e5e763c24ef1af6528f6ebe53f4744a.zip
(Fw16_set_clipboard_data): Don't encode text if clipboard is unavailable.
Set dst to NULL if it doesn't point to malloc'ed data. (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid passing random values to xfree.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fc64f7e33f8..f02db31f0b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12008-08-30 Eli Zaretskii <eliz@gnu.org> 12008-08-30 Eli Zaretskii <eliz@gnu.org>
2 2
3 * 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
5 malloc'ed data.
6 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7 passing random values to xfree.
8
3 * dispnew.c (init_display): Set `tty's association in frame's 9 * dispnew.c (init_display): Set `tty's association in frame's
4 parameters alist to the name of the terminal device, if that is 10 parameters alist to the name of the terminal device, if that is
5 known. 11 known.