aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-31 12:08:40 +0300
committerEli Zaretskii2010-03-31 12:08:40 +0300
commit4a217bedd4dffb1722401ebd2c5736886e441a0c (patch)
tree095ed489112025ffbb44e5603159c1009288b467 /src/ChangeLog
parent4f103e0430a9c48084d26ab7f100542626c2acc6 (diff)
downloademacs-4a217bedd4dffb1722401ebd2c5736886e441a0c.tar.gz
emacs-4a217bedd4dffb1722401ebd2c5736886e441a0c.zip
Fix bug #5703.
w32fns.c (x_create_tip_frame): Copy `parms' before we modify it in this function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6bab5bdefc..e5571067d4a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-03-31 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
4 in this function. (Bug#5703)
5
12010-03-31 Chong Yidong <cyd@stupidchicken.com> 62010-03-31 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * nsterm.h: Fix last change. 8 * nsterm.h: Fix last change.