aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-09-05 22:52:17 +0000
committerKim F. Storm2006-09-05 22:52:17 +0000
commit902f06edb1a49047be86f1483eb5d03a766d8f4c (patch)
tree8710d9cc5f4575a1f7f8bfa571d59ad7b92709f5 /lisp/ChangeLog
parent7ca2645091d9620d4d62449929fa883cfd07c4d7 (diff)
downloademacs-902f06edb1a49047be86f1483eb5d03a766d8f4c.tar.gz
emacs-902f06edb1a49047be86f1483eb5d03a766d8f4c.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76aae28c886..88bd2379b9d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12006-09-06 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (line-move-partial): New function to do vscrolling for
4 partially visible images / tall lines. Rewrite based on code
5 previously in line-move. Simplify backwards vscrolling.
6 (line-move): Use it. Simplify.
7
12006-09-05 Kim F. Storm <storm@cua.dk> 82006-09-05 Kim F. Storm <storm@cua.dk>
2 9
3 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite. 10 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.