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
commita4ef73c887614e05e4d0039419da0bcf1a073f00 (patch)
tree343cf054d29dd570688a8ba946c5841660a75762 /ChangeLog
parent0f0ea87e8c03aa623de5632ecacd3621ffe410a5 (diff)
downloademacs-a4ef73c887614e05e4d0039419da0bcf1a073f00.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.