diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22938117ff1..dad33d964d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,23 @@ | |||
| 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xdisp.c: Make symbols static if they're not exported. | ||
| 4 | * dispextern.h (scratch_glyph_row, window_box_edges): | ||
| 5 | (glyph_to_pixel_coords, set_cursor_from_row): | ||
| 6 | (get_next_display_element, set_iterator_to_next): | ||
| 7 | (highlight_trailing_whitespace, frame_to_window_pixel_xy): | ||
| 8 | (show_mouse_face): Remove decls | ||
| 9 | * frame.h (message_buf_print): Likewise. | ||
| 10 | * lisp.h (pop_message, set_message, check_point_in_composition): | ||
| 11 | Likewise. | ||
| 12 | * xterm.h (set_vertical_scroll_bar): Likewise. | ||
| 13 | * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed): | ||
| 14 | (message_buf_print, scratch_glyph_row, displayed_buffer): | ||
| 15 | (set_iterator_to_next, pop_message, set_message, set_cursor_from_row): | ||
| 16 | (get_next_display_element, show_mouse_face, window_box_edges): | ||
| 17 | (frame_to_window_pixel_xy, check_point_in_composition): | ||
| 18 | (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static. | ||
| 19 | (glyph_to_pixel_coords): Remove; unused. | ||
| 20 | |||
| 3 | * dired.c (file_name_completion): Now static. | 21 | * dired.c (file_name_completion): Now static. |
| 4 | 22 | ||
| 5 | * dbusbind.c (xd_in_read_queued_messages): Now static. | 23 | * dbusbind.c (xd_in_read_queued_messages): Now static. |