Mercurial > emacs
diff src/ChangeLog @ 33696:22ead1a1c750
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 21 Nov 2000 19:16:16 +0000 |
parents | 2169c99290cc |
children | 76d6d2515065 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 21 18:26:34 2000 +0000 +++ b/src/ChangeLog Tue Nov 21 19:16:16 2000 +0000 @@ -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.