Mercurial > emacs
changeset 97870:f4fb7fe0f9b3
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 30 Aug 2008 12:32:59 +0000 |
parents | 455b25c4ebc2 |
children | bc27b61d82f8 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 30 12:32:16 2008 +0000 +++ b/src/ChangeLog Sat Aug 30 12:32:59 2008 +0000 @@ -1,5 +1,11 @@ 2008-08-30 Eli Zaretskii <eliz@gnu.org> + * w16select.c (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. + * dispnew.c (init_display): Set `tty's association in frame's parameters alist to the name of the terminal device, if that is known.