Mercurial > emacs
comparison src/ChangeLog @ 106497:d06619fa1742
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 09 Dec 2009 01:06:32 +0000 |
parents | d34942d911b5 |
children | 1905fc4b8a80 |
comparison
equal
deleted
inserted
replaced
106496:6e0007ff5e13 | 106497:d06619fa1742 |
---|---|
1 2009-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 | |
1 2009-12-07 Andreas Schwab <schwab@linux-m68k.org> | 8 2009-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. |
4 | 11 |
5 2009-12-05 Chong Yidong <cyd@stupidchicken.com> | 12 2009-12-05 Chong Yidong <cyd@stupidchicken.com> |