Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5874:3ed83b4b4882 | 5875:4949ccab25f1 |
---|---|
1 2015-03-24 Vin Shelton <acs@xemacs.org> | |
2 | |
3 * process-unix.c: Move disconnect_controlling_terminal() call | |
4 later in create_process_unix(). This is necessary for Cygwin, but | |
5 seems to work on linux (at least), too. | |
6 | |
1 2015-03-20 Aidan Kehoe <kehoea@parhasard.net> | 7 2015-03-20 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * data.c (build_fixnum_to_char_map): | 9 * data.c (build_fixnum_to_char_map): |
4 Whoops, highest_value is a Lisp_Object, no need to extract the | 10 Whoops, highest_value is a Lisp_Object, no need to extract the |
5 fixnum from radix_table->default_ when initialising it. Thank you | 11 fixnum from radix_table->default_ when initialising it. Thank you |