diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a06c9de3dfa..50bfe171455 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,70 @@ | |||
| 1 | 2001-10-20 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | The following changes remove the glyph_row `inverse_p' field, | ||
| 4 | which is never set anymore, due to other changes: | ||
| 5 | |||
| 6 | * dispextern.h (struct glyph_row): Remove `inverse_p' field. | ||
| 7 | (reassert_line_highlight, change_line_highlight): Declarations removed. | ||
| 8 | * dispnew.c (update_frame_line): Don't call reassert_line_highlight. | ||
| 9 | (line_hash_code, row_equal_p, fake_current_matrices) | ||
| 10 | (build_frame_matrix_from_leaf_window, update_frame_line) | ||
| 11 | (update_frame_line, update_frame_line, update_frame_line): | ||
| 12 | Don't use `inverse_p' field. | ||
| 13 | * xterm.c (x_initialize): Don't set reassert_line_highlight_hook or | ||
| 14 | change_line_highlight_hook. | ||
| 15 | (XTreassert_line_highlight, x_change_line_highlight): | ||
| 16 | Functions removed. | ||
| 17 | (x_fix_overlapping_area, x_write_glyphs, expose_area) | ||
| 18 | (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field. | ||
| 19 | * xdisp.c (dump_glyph_row, display_mode_line): Don't use | ||
| 20 | `inverse_p' field. | ||
| 21 | * w32term.c (x_fix_overlapping_area, x_write_glyphs, expose_area) | ||
| 22 | (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field. | ||
| 23 | (w32_reassert_line_highlight, x_change_line_highlight): | ||
| 24 | Functions removed. | ||
| 25 | * w32console.c (reassert_line_highlight, change_line_highlight): | ||
| 26 | Functions removed. | ||
| 27 | (initialize_w32_display): Don't set reassert_line_highlight_hook | ||
| 28 | or change_line_highlight_hook. | ||
| 29 | (hl_mode): Function removed. | ||
| 30 | (reset_terminal_modes, set_terminal_modes, update_begin) | ||
| 31 | (update_end, w32_face_attributes, initialize_w32_display): | ||
| 32 | (clear_frame, ins_del_lines): Don't call it. | ||
| 33 | * termhooks.h (reassert_line_highlight_hook) | ||
| 34 | (change_line_highlight_hook): Declarations removed. | ||
| 35 | * term.c (reassert_line_highlight_hook) | ||
| 36 | (change_line_highlight_hook): Variables removed. | ||
| 37 | (reassert_line_highlight, change_line_highlight): Functions removed. | ||
| 38 | * msdos.c (IT_reassert_line_highlight) | ||
| 39 | (IT_change_line_highlight): Functions removed. | ||
| 40 | (internal_terminal_init): Don't set reassert_line_highlight_hook | ||
| 41 | or change_line_highlight_hook. | ||
| 42 | (highlight): Variable removed. | ||
| 43 | (IT_set_face, IT_update_begin, IT_update_end) | ||
| 44 | (IT_set_terminal_modes): Don't set or use it. | ||
| 45 | |||
| 46 | The following changes remove inverse-video support for terminals | ||
| 47 | that use a `magic cookie' standout mode. Due to changes in the | ||
| 48 | way mode-lines are displayed, such support no longer works | ||
| 49 | anyway, and it's probable that almost no one uses such terminals | ||
| 50 | anymore: | ||
| 51 | |||
| 52 | * term.c (standout_requested): Variable removed. | ||
| 53 | (update_end, highlight_if_desired): Don't use it. | ||
| 54 | (chars_wasted, copybuf): Variables removed. | ||
| 55 | (write_standout_marker): Function removed. | ||
| 56 | (cursor_to, clear_to_end, clear_frame, clear_end_of_line_raw) | ||
| 57 | (clear_end_of_line_raw, write_glyphs, ins_del_lines): | ||
| 58 | Don't use `chars_wasted' or `copybuf'. | ||
| 59 | (calculate_costs): Don't allocate `chars_wasted' or `copybuf'. | ||
| 60 | Set `costs_set' to true. | ||
| 61 | (cursor_to, clear_end_of_line): Test `costs_set' instead of | ||
| 62 | `chars_wasted'. | ||
| 63 | (clear_end_of_line): Function removed. | ||
| 64 | (clear_end_of_line_raw): Renamed to `clear_end_of_line'. | ||
| 65 | (clear_to_end): Call `clear_end_of_line' instead of | ||
| 66 | `clear_end_of_line_raw'. | ||
| 67 | |||
| 1 | 2001-10-19 Richard M. Stallman <rms@gnu.org> | 68 | 2001-10-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 69 | ||
| 3 | * eval.c (syms_of_eval): Doc fixes. | 70 | * eval.c (syms_of_eval): Doc fixes. |