aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 50bfe171455..0e7071be054 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -64,6 +64,14 @@
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
682001-10-19 Richard M. Stallman <rms@gnu.org> 762001-10-19 Richard M. Stallman <rms@gnu.org>
69 77