]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 31 May 2001 08:56:58 +0000 (08:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 31 May 2001 08:56:58 +0000 (08:56 +0000)
lisp/ChangeLog
src/ChangeLog

index ee24a944110d36e64de28eba24a933c213f14dc3..3cbff1279a26aac95cdaa8265cf03e966234a6c1 100644 (file)
@@ -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  <zsh@cs.rochester.edu>
+
 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mail/rmailsum.el (rmail-message-subject-p): Don't call
index a315cb37e47c615595cd178af6588fa1856384ee..a306c7f70daf41591294eba936c3a598971a17c5 100644 (file)
@@ -1,3 +1,13 @@
+2001-05-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
        * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.