diff options
| author | Andreas Schwab | 2010-12-27 18:23:29 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2010-12-27 18:23:29 +0100 |
| commit | 59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8 (patch) | |
| tree | ac30a8088521e6df7419505198d61e2cd06db985 /src/ChangeLog | |
| parent | fe99f70420c0d133808de6f0b67406e38abc57a5 (diff) | |
| download | emacs-59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8.tar.gz emacs-59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8.zip | |
Protoize
* dispnew.c (add_window_display_history)
(add_frame_display_history, glyph_row_slice_p)
(find_glyph_row_slice, flush_stdout)
(check_matrix_pointer_lossage, matrix_row)
(check_matrix_invariants, check_window_matrix_pointers)
(check_matrix_pointers, window_to_frame_vpos)
(window_to_frame_hpos): Prototize.
* textprop.c (erase_properties): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 820c4469317..c640a9ef814 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2010-12-27 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * dispnew.c (add_window_display_history) | ||
| 4 | (add_frame_display_history, glyph_row_slice_p) | ||
| 5 | (find_glyph_row_slice, flush_stdout) | ||
| 6 | (check_matrix_pointer_lossage, matrix_row) | ||
| 7 | (check_matrix_invariants, check_window_matrix_pointers) | ||
| 8 | (check_matrix_pointers, window_to_frame_vpos) | ||
| 9 | (window_to_frame_hpos): Prototize. | ||
| 10 | * textprop.c (erase_properties): Likewise. | ||
| 11 | |||
| 1 | 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove. | 14 | * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove. |