* 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
+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.