aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-12-09 01:06:32 +0000
committerChong Yidong2009-12-09 01:06:32 +0000
commita4ef73c887614e05e4d0039419da0bcf1a073f00 (patch)
tree343cf054d29dd570688a8ba946c5841660a75762 /src/ChangeLog
parent0f0ea87e8c03aa623de5632ecacd3621ffe410a5 (diff)
downloademacs-a4ef73c887614e05e4d0039419da0bcf1a073f00.tar.gz
emacs-a4ef73c887614e05e4d0039419da0bcf1a073f00.zip
* 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 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11d8127057e..9f666aa649d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2
3 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
4
5 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6 GTK builds.
7
12009-12-07 Andreas Schwab <schwab@linux-m68k.org> 82009-12-07 Andreas Schwab <schwab@linux-m68k.org>
2 9
3 * unexelf.c (unexec): Don't search for .data twice. 10 * unexelf.c (unexec): Don't search for .data twice.