diff options
| author | Kim F. Storm | 2006-09-05 22:52:17 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-05 22:52:17 +0000 |
| commit | 902f06edb1a49047be86f1483eb5d03a766d8f4c (patch) | |
| tree | 8710d9cc5f4575a1f7f8bfa571d59ad7b92709f5 /lisp/ChangeLog | |
| parent | 7ca2645091d9620d4d62449929fa883cfd07c4d7 (diff) | |
| download | emacs-902f06edb1a49047be86f1483eb5d03a766d8f4c.tar.gz emacs-902f06edb1a49047be86f1483eb5d03a766d8f4c.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-09-05 Kim F. Storm <storm@cua.dk> | 8 | 2006-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. |