diff options
| author | Paul Eggert | 2011-04-11 23:36:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-11 23:36:55 -0700 |
| commit | 5bf46f05111229b5b9e7b6435151bd0f84586eb4 (patch) | |
| tree | c757c531526c6121a20b51e951022238deca8b4a /src/ChangeLog | |
| parent | 435f4c28d3921770b107973ecb45e36b719eb4c3 (diff) | |
| download | emacs-5bf46f05111229b5b9e7b6435151bd0f84586eb4.tar.gz emacs-5bf46f05111229b5b9e7b6435151bd0f84586eb4.zip | |
* dispnew.c: Make symbols static if they're not exported.
* dispextern.h (redraw_garbaged_frames, scrolling):
(increment_row_positions): Remove.
* dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
(delayed_size_change, glyph_matrix_count, glyph_pool_count):
Now static.
(redraw_garbaged_frames): Remove; unused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e2bcacf3c5..572644bf1c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * dispnew.c: Make symbols static if they're not exported. | ||
| 4 | * dispextern.h (redraw_garbaged_frames, scrolling): | ||
| 5 | (increment_row_positions): Remove. | ||
| 6 | * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling): | ||
| 7 | (delayed_size_change, glyph_matrix_count, glyph_pool_count): | ||
| 8 | Now static. | ||
| 9 | (redraw_garbaged_frames): Remove; unused. | ||
| 10 | |||
| 3 | * xfaces.c: Make symbols static if they're not exported. | 11 | * xfaces.c: Make symbols static if they're not exported. |
| 4 | * dispextern.h (ascii_face_of_lisp_face, free_realized_face): | 12 | * dispextern.h (ascii_face_of_lisp_face, free_realized_face): |
| 5 | Remove decls. | 13 | Remove decls. |