comparison src/ChangeLog @ 84780:5f9031dfa063

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Sep 2007 12:41:29 +0000
parents cbcb89640ef2
children f98481def394
comparison
equal deleted inserted replaced
84779:67e430e38471 84780:5f9031dfa063
1 2007-09-22 Eli Zaretskii <eliz@gnu.org>
2
3 * term.c (DEV_TTY): New macro. Provide a definition for
4 MS-Windows.
5 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
6 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
7 (init_tty): Use DEV_TTY instead of "/dev/tty".
8 [WINDOWSNT]: No need to protect from NAME arg being null.
9
1 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu> 10 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning 12 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
4 up the tty state. 13 up the tty state.
5 14