summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-12-09 01:06:32 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-12-09 01:06:32 +0000
commit748e39ec9f513cdd337d04b9efafced80ba1f3b0 (patch)
treeef83e41fce4685271db1120fa9ff47b695999a55 /ChangeLog
parent1f561733288610815dad889994c5686b57753adc (diff)
downloademacs-748e39ec9f513cdd337d04b9efafced80ba1f3b0.tar.gz
* configure.in: Allow compiling Emacs with GTK on Cygwin.
* src/s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable. * src/emacs.c (main): Set the G_SLICE environment variable for Cygwin GTK builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 512ebd69e06..d864a925b70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
+
+ * configure.in: Allow compiling Emacs with GTK on Cygwin.
+
2009-12-01 Glenn Morris <rgm@gnu.org>
* make-dist: Add etc/images/mpc directory.