aboutsummaryrefslogtreecommitdiffstats
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
parent95f5a37fb747c9f02cc429f48c4b2e9d4d4a313e (diff)
downloademacs-06e6b4be6c75e00958cb2b0c7113e2163f98c68f.tar.gz
emacs-06e6b4be6c75e00958cb2b0c7113e2163f98c68f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog8
2 files changed, 12 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
diff --git a/src/ChangeLog b/src/ChangeLog
index cb76b786499..e8d62e69552 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12006-09-19 Kim F. Storm <storm@cua.dk>
2
3 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
4 Doc fix. Use "off-screen" instead of "invisible".
5 (Fwindow_line_height): Make line numbers 0-based. Make line arg
6 optional; if nil, use current cursor row. Handle text terminals
7 properly. Return nil if non-interactive or pseudo-window.
8
12006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 92006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * keymap.c: Include alloca.h if available. 11 * keymap.c: Include alloca.h if available.