aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-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.