comparison src/ChangeLog @ 40087:8aa094b4a6bb

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sat, 20 Oct 2001 10:33:48 +0000
parents 11d3de809486
children ae25d07511c8
comparison
equal deleted inserted replaced
40086:050b19294988 40087:8aa094b4a6bb
62 `chars_wasted'. 62 `chars_wasted'.
63 (clear_end_of_line): Function removed. 63 (clear_end_of_line): Function removed.
64 (clear_end_of_line_raw): Renamed to `clear_end_of_line'. 64 (clear_end_of_line_raw): Renamed to `clear_end_of_line'.
65 (clear_to_end): Call `clear_end_of_line' instead of 65 (clear_to_end): Call `clear_end_of_line' instead of
66 `clear_end_of_line_raw'. 66 `clear_end_of_line_raw'.
67 (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Vars removed.
68 (term_init): Don't set them.
69 Turn off any standout/underline modes that require magic cookies.
70 (ins_del_lines, highlight_if_desired, background_highlight)
71 (turn_on_highlight, turn_off_highlight, reset_terminal_modes):
72 Remove special processing for magic-cookie standout modes.
73 (turn_off_face, turn_on_face): Remove special processing for
74 underline magic-cookie glitch.
67 75
68 2001-10-19 Richard M. Stallman <rms@gnu.org> 76 2001-10-19 Richard M. Stallman <rms@gnu.org>
69 77
70 * eval.c (syms_of_eval): Doc fixes. 78 * eval.c (syms_of_eval): Doc fixes.
71 79