diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-11-21 19:16:16 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-11-21 19:16:16 +0000 |
commit | 556635d618cfcf583812a46ebad25519f3c3aad4 (patch) | |
tree | 5e9eb13cfa4547e3b6cbe6d27304b9a542fa6d44 | |
parent | c9a84c34eae92b9fcaf1e2efe3527f3680213ce7 (diff) | |
download | emacs-556635d618cfcf583812a46ebad25519f3c3aad4.tar.gz |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a63ee60497..2ba12b23655 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2000-11-21 Jason Rumney <jasonr@gnu.org> + + * w32select.c (Fw32_set_clipboard_data): Save a copy of what is + put on the clipboard. + (Fw32_get_clipboard_data): Compare data on clipboard with saved + copy of what Emacs last put there. If they are the same, do not + use the clipboard copy to avoid losing data due to coding + conversions. + 2000-11-22 Miles Bader <miles@gnu.org> * minibuf.c (Vminibuffer_prompt_properties): New variable. |