Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5875:4949ccab25f1
Get M-x shell working on cygwin
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Tue, 24 Mar 2015 15:50:43 -0400 |
parents | 5a311f1f46aa |
children | 0cebf04c18b5 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Mar 21 00:15:17 2015 +0900 +++ b/src/ChangeLog Tue Mar 24 15:50:43 2015 -0400 @@ -1,3 +1,9 @@ +2015-03-24 Vin Shelton <acs@xemacs.org> + + * process-unix.c: Move disconnect_controlling_terminal() call + later in create_process_unix(). This is necessary for Cygwin, but + seems to work on linux (at least), too. + 2015-03-20 Aidan Kehoe <kehoea@parhasard.net> * data.c (build_fixnum_to_char_map):