diff options
| author | Paul Eggert | 2011-04-13 16:35:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 16:35:33 -0700 |
| commit | 816269316fbb2c248873b4387db5624ff57f6303 (patch) | |
| tree | f3a576519b89b14529a700e287101db707b39012 /src/ChangeLog | |
| parent | 239f9db96059f3f76e4b4a6f31f6eb56f642ea84 (diff) | |
| download | emacs-816269316fbb2c248873b4387db5624ff57f6303.tar.gz emacs-816269316fbb2c248873b4387db5624ff57f6303.zip | |
* frame.c: Make symbols static if they're not exported.
(x_report_frame_params, make_terminal_frame): Now static.
(get_frame_param): Now static, unless HAVE_NS.
(x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
(x_get_resource_string): Remove; not used.
* frame.h (make_terminal_frame, x_report_frame_params):
(x_get_resource_string); Remove decls.
(x_fullscreen_adjust): Declare only if WINDOWSNT.
* lisp.h (get_frame_param): Declare only if HAVE_NS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |