comparison lisp/ChangeLog @ 72994:37a6a866d6bf

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Sep 2006 13:59:13 +0000
parents f9bd256c3d41
children c983ed5a8049
comparison
equal deleted inserted replaced
72993:f9bd256c3d41 72994:37a6a866d6bf
1 2006-09-19 Kim F. Storm <storm@cua.dk> 1 2006-09-19 Kim F. Storm <storm@cua.dk>
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.
2 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
6 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu> 10 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>