aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2006-09-19 13:59:13 +0000
committerKim F. Storm2006-09-19 13:59:13 +0000
commit06e6b4be6c75e00958cb2b0c7113e2163f98c68f (patch)
tree641e8eff817ac817b916b34ca3d94a368344604a /lisp
parent95f5a37fb747c9f02cc429f48c4b2e9d4d4a313e (diff)
downloademacs-06e6b4be6c75e00958cb2b0c7113e2163f98c68f.tar.gz
emacs-06e6b4be6c75e00958cb2b0c7113e2163f98c68f.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbd2474bd91..c01850332b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12006-09-19 Kim F. Storm <storm@cua.dk> 12006-09-19 Kim F. Storm <storm@cua.dk>
2 2
3 * help.el (describe-key-briefly, describe-key): Simplify printing
4 of descriptions by using format and %S. Fix "is undefined"
5 messages to say "at that spot" for mouse events.
6
3 * simple.el (line-move-partial): Optimize. Try window-line-height 7 * simple.el (line-move-partial): Optimize. Try window-line-height
4 before posn-at-point to get vpos of current line. 8 before posn-at-point to get vpos of current line.
5 9