changeset 33696:22ead1a1c750

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Tue, 21 Nov 2000 19:16:16 +0000
parents 6b1e5e65e2e8
children e7765cb122c3
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
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.