diff options
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> |