diff options
| author | Dan Nicolaescu | 2010-11-14 22:10:35 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-14 22:10:35 -0800 |
| commit | 12e610e89e2a3ae9de569e12a57d310102952ce6 (patch) | |
| tree | b946605e1027b2a7c76e89cf7aab0abb962721e5 /src/ChangeLog | |
| parent | 92d3ab7e328831b39967bd92ad51c123a66756ce (diff) | |
| download | emacs-12e610e89e2a3ae9de569e12a57d310102952ce6.tar.gz emacs-12e610e89e2a3ae9de569e12a57d310102952ce6.zip | |
Clean up src/systty.h macros.
* systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
(EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
definition in all uses.
(EMACS_TTY_TABS_OK): Remove, it has a single user.
* src/sysdep.c (discard_tty_input, child_setup_tty)
(init_sys_modes, tabs_safe_p, reset_sys_modes):
* src/emacs.c (shut_down_emacs):
* src/callproc.c (child_setup):
* src/term.c (dissociate_if_controlling_tty): Inline removed macros.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 84490e6db96..7bfd266b4d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Clean up systty.h macros. | ||
| 4 | * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY) | ||
| 5 | (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the | ||
| 6 | definition in all uses. | ||
| 7 | (EMACS_TTY_TABS_OK): Remove, it has a single user. | ||
| 8 | * sysdep.c (discard_tty_input, child_setup_tty) | ||
| 9 | (init_sys_modes, tabs_safe_p, reset_sys_modes): | ||
| 10 | * emacs.c (shut_down_emacs): | ||
| 11 | * callproc.c (child_setup): | ||
| 12 | * term.c (dissociate_if_controlling_tty): Inline removed macros. | ||
| 13 | |||
| 3 | * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused. | 14 | * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused. |
| 4 | 15 | ||
| 5 | 2010-11-14 Chong Yidong <cyd@stupidchicken.com> | 16 | 2010-11-14 Chong Yidong <cyd@stupidchicken.com> |