aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2002-03-08 12:33:20 +0000
committerGerd Moellmann2002-03-08 12:33:20 +0000
commitc7ad4937cf111001eb6fa3b9fcd40c1e7bf873e5 (patch)
tree330c25ce387d0418eaf87531828b218004b65e5f /src/ChangeLog
parent555919764bb847f6957cf8659fcbfe06fcca98cd (diff)
downloademacs-c7ad4937cf111001eb6fa3b9fcd40c1e7bf873e5.tar.gz
emacs-c7ad4937cf111001eb6fa3b9fcd40c1e7bf873e5.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3504fa76084..2864d8f1296 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12002-03-08 Gerd Moellmann <gerd@gnu.org> 12002-03-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (move_it_vertically_backward): At the end of the
4 function, when moving forward by lines, treat terminal frames
5 specially.
6
3 * keyboard.c (echo_char): Make sure to add a separator between 7 * keyboard.c (echo_char): Make sure to add a separator between
4 keys even if echo_dash hasn't been called. 8 keys even if echo_dash hasn't been called.
5 9