diff src/ChangeLog @ 107753:3153ca396956

Fix bug #5703. w32fns.c (x_create_tip_frame): Copy `parms' before we modify it in this function.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 31 Mar 2010 12:08:40 +0300
parents cc97bf641d5f
children 6143a02fedce
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 31 00:00:23 2010 -0400
+++ b/src/ChangeLog	Wed Mar 31 12:08:40 2010 +0300
@@ -1,3 +1,8 @@
+2010-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+	* w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
+	in this function.  (Bug#5703)
+
 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
 
 	* nsterm.h: Fix last change.