aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4c3796dbbf5..ea90a2f8057 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * frame.c: Make symbols static if they're not exported.
4 (x_report_frame_params, make_terminal_frame): Now static.
5 (get_frame_param): Now static, unless HAVE_NS.
6 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
7 (x_get_resource_string): Remove; not used.
8 * frame.h (make_terminal_frame, x_report_frame_params):
9 (x_get_resource_string); Remove decls.
10 (x_fullscreen_adjust): Declare only if WINDOWSNT.
11 * lisp.h (get_frame_param): Declare only if HAVE_NS.
12
3 * font.c, fontset.c: Make symbols static if they're not exported. 13 * font.c, fontset.c: Make symbols static if they're not exported.
4 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro. 14 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
5 (FACE_SUITABLE_FOR_CHAR_P): Use it. 15 (FACE_SUITABLE_FOR_CHAR_P): Use it.