diff options
| author | Paul Eggert | 2011-04-13 19:52:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 19:52:33 -0700 |
| commit | 64520e5cf9ad7cba4f23288bffeec1aa2fff6c49 (patch) | |
| tree | b445ada9d58f3bde565681126314b49cc3c7852f /src/ChangeLog | |
| parent | 1fa530214b68560d962c10c786a562f11a479444 (diff) | |
| download | emacs-64520e5cf9ad7cba4f23288bffeec1aa2fff6c49.tar.gz emacs-64520e5cf9ad7cba4f23288bffeec1aa2fff6c49.zip | |
* term.c: Make symbols static if they're not exported.
(tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
(max_frame_lines, tty_set_terminal_modes):
(tty_reset_terminal_modes, tty_turn_off_highlight):
(get_tty_terminal): Now static.
(term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
* termhooks.h (term_mouse_moveto): Do not declare if
HAVE_WINDOW_SYSTEMM.
* dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
(tty_turn_off_highlight, get_tty_terminal): Remove decls.
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 1f8bae9cceb..3a649e0410b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * term.c: Make symbols static if they're not exported. | ||
| 4 | (tty_turn_off_highlight, get_tty_terminal, max_frame_cols): | ||
| 5 | (max_frame_lines, tty_set_terminal_modes): | ||
| 6 | (tty_reset_terminal_modes, tty_turn_off_highlight): | ||
| 7 | (get_tty_terminal): Now static. | ||
| 8 | (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM. | ||
| 9 | * termhooks.h (term_mouse_moveto): Do not declare if | ||
| 10 | HAVE_WINDOW_SYSTEMM. | ||
| 11 | * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes): | ||
| 12 | (tty_turn_off_highlight, get_tty_terminal): Remove decls. | ||
| 13 | |||
| 3 | * sysdep.c: Make symbols static if they're not exported. | 14 | * sysdep.c: Make symbols static if they're not exported. |
| 4 | (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner): | 15 | (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner): |
| 5 | Now static. | 16 | Now static. |