diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2008-08-30 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-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. |