1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-05-31 08:56:58 +00:00
parent d284f58f0c
commit 94843cc1b1
2 changed files with 13 additions and 0 deletions

View 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

View 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.