diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2861a2f0f89..531d20ffca0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2012-08-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * dispnew.c: Use bool for boolean. | ||
| 4 | (frame_garbaged, display_completed, delayed_size_change) | ||
| 5 | (fonts_changed_p, add_window_display_history) | ||
| 6 | (add_frame_display_history, verify_row_hash) | ||
| 7 | (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p) | ||
| 8 | (row_equal_p, realloc_glyph_pool) | ||
| 9 | (allocate_matrices_for_frame_redisplay) | ||
| 10 | (showing_window_margins_p) | ||
| 11 | (adjust_frame_glyphs_for_frame_redisplay) | ||
| 12 | (build_frame_matrix_from_leaf_window, make_current) | ||
| 13 | (mirrored_line_dance, mirror_line_dance, update_frame) | ||
| 14 | (update_window_tree, update_single_window) | ||
| 15 | (check_current_matrix_flags, update_window, update_text_area) | ||
| 16 | (update_window_line, set_window_update_flags, scrolling_window) | ||
| 17 | (update_frame_1, scrolling, buffer_posn_from_coords) | ||
| 18 | (do_pending_window_change, change_frame_size) | ||
| 19 | (change_frame_size_1, sit_for): | ||
| 20 | Use bool for boolean. | ||
| 21 | (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows, | ||
| 22 | and remove last int (actually boolean) argument, which was always 0. | ||
| 23 | All callers changed. | ||
| 24 | * dispextern.h, frame.h, lisp.h: Reflect above API changes. | ||
| 25 | * dispextern.h (struct composition_it): Use bool for boolean. | ||
| 26 | (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'. | ||
| 27 | (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf. | ||
| 28 | * dired.c (file_name_completion): | ||
| 29 | Use bool for boolean. (This was missed in an earlier change.) | ||
| 30 | |||
| 1 | 2012-08-27 Martin Rudalics <rudalics@gmx.at> | 31 | 2012-08-27 Martin Rudalics <rudalics@gmx.at> |
| 2 | 32 | ||
| 3 | * window.c (Fset_window_configuration): Revert first part of | 33 | * window.c (Fset_window_configuration): Revert first part of |