Mercurial > emacs
changeset 37960:7103eb9ef882
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 31 May 2001 08:56:58 +0000 |
parents | b53edc686faf |
children | d95290112d89 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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 <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.