Mercurial > emacs
comparison lisp/ChangeLog @ 57093:93192cf72b29
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 13 Sep 2004 20:08:44 +0000 |
parents | e7937a30d254 |
children | ddfc60ef85b9 |
comparison
equal
deleted
inserted
replaced
57092:5f904f95d7fd | 57093:93192cf72b29 |
---|---|
1 2004-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 | |
1 2004-09-13 Kim F. Storm <storm@cua.dk> | 12 2004-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 |
4 isearch-resume-enabled and change default to nil. | 15 isearch-resume-enabled and change default to nil. |
5 | 16 |