diff options
| author | Eli Zaretskii | 2007-09-22 12:41:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-09-22 12:41:29 +0000 |
| commit | 78048085706b17933eaa1f7d2c0b2f0578b561bf (patch) | |
| tree | 97f558cb64fc99a302c6564c7ddb514056fbdaa8 /src/ChangeLog | |
| parent | 2d5a3812de79b75768cda0f209a4f4a84c83e2ad (diff) | |
| download | emacs-78048085706b17933eaa1f7d2c0b2f0578b561bf.tar.gz emacs-78048085706b17933eaa1f7d2c0b2f0578b561bf.zip | |
(DEV_TTY): New macro. Provide a definition for MS-Windows.
(FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
(Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
(init_tty): Use DEV_TTY instead of "/dev/tty".
[WINDOWSNT]: No need to protect from NAME arg being null.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3d3b64588e3..3ba10216c6a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |