aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-31 08:56:58 +0000
committerGerd Moellmann2001-05-31 08:56:58 +0000
commit94843cc1b16b244fc7989005d074c1e71d5a1865 (patch)
tree95f3fb99beb0ce7fe016000654b7a963c32dd950
parentd284f58f0c4c08c24fa9e84e1904454bcc60ef26 (diff)
downloademacs-94843cc1b16b244fc7989005d074c1e71d5a1865.tar.gz
emacs-94843cc1b16b244fc7989005d074c1e71d5a1865.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog10
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee24a944110..3cbff1279a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,9 @@
3 * international/mule-cmds.el (inactivate-input-method): Set 3 * international/mule-cmds.el (inactivate-input-method): Set
4 input-method-function to nil. 4 input-method-function to nil.
5 5
6 * xml.el (xml-parse-tag): The document may contain invalid characters.
7 From ShengHuo ZHU <zsh@cs.rochester.edu>
8
62001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> 92001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7 10
8 * mail/rmailsum.el (rmail-message-subject-p): Don't call 11 * 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 @@
12001-05-31 Gerd Moellmann <gerd@gnu.org>
2
3 * term.c: (tty_cursor_hidden): New variable.
4 (update_begin): Don't call tty_hide_cursor. Clean up.
5 (update_end, set_terminal_window, set_scroll_region): Clean up.
6 (ring_bell, reset_terminal_modes): Clean up.
7 (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
8 on tty_cursor_hidden.
9 (write_glyphs): Call tty_hide_cursor.
10
12001-05-30 Stefan Monnier <monnier@cs.yale.edu> 112001-05-30 Stefan Monnier <monnier@cs.yale.edu>
2 12
3 * buffer.c (copy_overlays): Make ENABLE_CHECKING happy. 13 * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.