Mercurial > emacs
changeset 40087:8aa094b4a6bb
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 20 Oct 2001 10:33:48 +0000 |
parents | 050b19294988 |
children | 50a6007a6ee4 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Oct 20 10:32:22 2001 +0000 +++ b/src/ChangeLog Sat Oct 20 10:33:48 2001 +0000 @@ -64,6 +64,14 @@ (clear_end_of_line_raw): Renamed to `clear_end_of_line'. (clear_to_end): Call `clear_end_of_line' instead of `clear_end_of_line_raw'. + (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Vars removed. + (term_init): Don't set them. + Turn off any standout/underline modes that require magic cookies. + (ins_del_lines, highlight_if_desired, background_highlight) + (turn_on_highlight, turn_off_highlight, reset_terminal_modes): + Remove special processing for magic-cookie standout modes. + (turn_off_face, turn_on_face): Remove special processing for + underline magic-cookie glitch. 2001-10-19 Richard M. Stallman <rms@gnu.org>