]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 19 Sep 2006 13:59:13 +0000 (13:59 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 19 Sep 2006 13:59:13 +0000 (13:59 +0000)
lisp/ChangeLog
src/ChangeLog

index dbd2474bd91b2a25cdfa1cb3f19e514b528afac1..c01850332b478692e67931e50f67e9a17dfdcb99 100644 (file)
@@ -1,5 +1,9 @@
 2006-09-19  Kim F. Storm  <storm@cua.dk>
 
+       * help.el (describe-key-briefly, describe-key): Simplify printing
+       of descriptions by using format and %S.  Fix "is undefined"
+       messages to say "at that spot" for mouse events.
+
        * simple.el (line-move-partial): Optimize.  Try window-line-height
        before posn-at-point to get vpos of current line.
 
index cb76b7864991652bccff88a5bd6b28ebf60b6f3f..e8d62e69552009e9ad47a1ffcb00b16d5ea1620a 100644 (file)
@@ -1,3 +1,11 @@
+2006-09-19  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
+       Doc fix.  Use "off-screen" instead of "invisible".
+       (Fwindow_line_height): Make line numbers 0-based.  Make line arg
+       optional; if nil, use current cursor row.  Handle text terminals
+       properly.  Return nil if non-interactive or pseudo-window.
+
 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keymap.c: Include alloca.h if available.