aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-15 16:31:51 +0000
committerGerd Moellmann2001-03-15 16:31:51 +0000
commitd0bbfc999a2c2375d2f56ea28b38efcd5ce33c27 (patch)
treec15f37fb3f5c863f95333bbcc2cbde8c42102f34 /src/ChangeLog
parent03d1a1896654b1014db6e7da740b660cb6d81cc0 (diff)
downloademacs-d0bbfc999a2c2375d2f56ea28b38efcd5ce33c27.tar.gz
emacs-d0bbfc999a2c2375d2f56ea28b38efcd5ce33c27.zip
(timer_check): Preserve the value of deactivate-mark.
(command_loop_1): Undo last change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dfcfaa8dde2..da16e6e58da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-03-15 Gerd Moellmann <gerd@gnu.org> 12001-03-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (timer_check): Preserve the value of deactivate-mark.
4 (command_loop_1): Undo last change.
5
3 * xterm.c (fast_find_position): Return the correct vpos. 6 * xterm.c (fast_find_position): Return the correct vpos.
4 7
5 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is 8 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is