From: Gerd Moellmann Date: Thu, 31 May 2001 08:56:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94843cc1b16b244fc7989005d074c1e71d5a1865;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee24a944110..3cbff1279a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index a315cb37e47..a306c7f70da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.