aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2004-09-13 20:08:44 +0000
committerEli Zaretskii2004-09-13 20:08:44 +0000
commit82ae2f3f78fca3b1932e60fbb4bb1fa050cea6db (patch)
tree5769509b6147626c4ea741dad4f56906d59ed38c /lisp/ChangeLog
parent91702d637640aa010999abc7e8ce94927620a82b (diff)
downloademacs-82ae2f3f78fca3b1932e60fbb4bb1fa050cea6db.tar.gz
emacs-82ae2f3f78fca3b1932e60fbb4bb1fa050cea6db.zip
(windmove-frame-edges): Report coordinates of
outside edges of frame, not inside edges. (windmove-coordinates-of-position): Convert into wrapper to new function `windmove-coordinates-of-window-position'; `compute-motion' always applies to selected window. (windmove-coordinates-of-position): Update documentation to refer to Emacs 21 Lisp Reference Manual. (windmove-find-other-window): Fix off-by-one errors for max x,y.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 892e2c4790b..1d905683ac1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
2
3 * windmove.el (windmove-frame-edges): Report coordinates of
4 outside edges of frame, not inside edges.
5 (windmove-coordinates-of-position): Convert into wrapper to new
6 function `windmove-coordinates-of-window-position';
7 `compute-motion' always applies to selected window.
8 (windmove-coordinates-of-position): Update documentation to refer
9 to Emacs 21 Lisp Reference Manual.
10 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11
12004-09-13 Kim F. Storm <storm@cua.dk> 122004-09-13 Kim F. Storm <storm@cua.dk>
2 13
3 * isearch.el (isearch-resume-in-command-history): Rename from 14 * isearch.el (isearch-resume-in-command-history): Rename from