Mercurial > emacs
changeset 111043:502ba24bf657
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
author | Ken Brown <kbrown@cornell.edu> |
---|---|
date | Mon, 18 Oct 2010 08:23:41 -0400 |
parents | 2e8109ba205d |
children | 0f9cd375624d |
files | src/ChangeLog src/s/cygwin.h |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Oct 17 14:59:58 2010 -0400 +++ b/src/ChangeLog Mon Oct 18 08:23:41 2010 -0400 @@ -1,3 +1,7 @@ +2010-10-18 Ken Brown <kbrown@cornell.edu> + + * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). + 2010-10-15 Kenichi Handa <handa@m17n.org> Fix incorrect font metrics when the same font is opened with
--- a/src/s/cygwin.h Sun Oct 17 14:59:58 2010 -0400 +++ b/src/s/cygwin.h Mon Oct 18 08:23:41 2010 -0400 @@ -132,6 +132,9 @@ returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ #define G_SLICE_ALWAYS_MALLOC +/* Send signals to subprocesses by "typing" special chars at them. */ +#define SIGNALS_VIA_CHARACTERS + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b