# HG changeset patch # User Eli Zaretskii # Date 1220099579 0 # Node ID f4fb7fe0f9b315b7ff46f99faf9aec72a5f343ef # Parent 455b25c4ebc2ce005e5cec3d0655637b4da2ccb8 *** empty log message *** diff -r 455b25c4ebc2 -r f4fb7fe0f9b3 src/ChangeLog --- 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 + * 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.