diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
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 @@ | |||
| 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 |