diff options
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 dad33d964d7..0e2bcacf3c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfaces.c: Make symbols static if they're not exported. | ||
| 4 | * dispextern.h (ascii_face_of_lisp_face, free_realized_face): | ||
| 5 | Remove decls. | ||
| 6 | * xterm.h (defined_color): Remove decls. | ||
| 7 | (x_free_dpy_colors): Declare only if USE_X_TOOLKIT. | ||
| 8 | * xfaces.c (tty_suppress_bold_inverse_default_colors_p): | ||
| 9 | (menu_face_changed_default, defined_color, free_realized_face): | ||
| 10 | (x_free_dpy_colors): Define only if USE_X_TOOLKIT. | ||
| 11 | (ascii_face_of_lisp_face): Remove; unused. | ||
| 12 | |||
| 3 | * xdisp.c: Make symbols static if they're not exported. | 13 | * xdisp.c: Make symbols static if they're not exported. |
| 4 | * dispextern.h (scratch_glyph_row, window_box_edges): | 14 | * dispextern.h (scratch_glyph_row, window_box_edges): |
| 5 | (glyph_to_pixel_coords, set_cursor_from_row): | 15 | (glyph_to_pixel_coords, set_cursor_from_row): |