# HG changeset patch # User Gerd Moellmann # Date 991299418 0 # Node ID 7103eb9ef882cf4f4d3199925dde634268e94401 # Parent b53edc686faf72ee5d63ac80cd4b70be22aba1da *** empty log message *** diff -r b53edc686faf -r 7103eb9ef882 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 31 08:56:32 2001 +0000 +++ b/lisp/ChangeLog Thu May 31 08:56:58 2001 +0000 @@ -3,6 +3,9 @@ * international/mule-cmds.el (inactivate-input-method): Set input-method-function to nil. + * xml.el (xml-parse-tag): The document may contain invalid characters. + From ShengHuo ZHU + 2001-05-31 MORIOKA Tomohiko * mail/rmailsum.el (rmail-message-subject-p): Don't call diff -r b53edc686faf -r 7103eb9ef882 src/ChangeLog --- a/src/ChangeLog Thu May 31 08:56:32 2001 +0000 +++ b/src/ChangeLog Thu May 31 08:56:58 2001 +0000 @@ -1,3 +1,13 @@ +2001-05-31 Gerd Moellmann + + * term.c: (tty_cursor_hidden): New variable. + (update_begin): Don't call tty_hide_cursor. Clean up. + (update_end, set_terminal_window, set_scroll_region): Clean up. + (ring_bell, reset_terminal_modes): Clean up. + (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending + on tty_cursor_hidden. + (write_glyphs): Call tty_hide_cursor. + 2001-05-30 Stefan Monnier * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.