From: Stefan Monnier Date: Thu, 4 Oct 2001 22:18:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34ed5bb3dc5f9cbe7219547c318eecdbc48fbc38;p=emacs.git *** empty log message *** --- diff --git a/lisp/windmove.el b/lisp/windmove.el index e7c6b3daaae..0320fd0aaef 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el @@ -310,7 +310,7 @@ MIN-N." (defun windmove-frame-edges (window) "Return (X-MIN Y-MIN X-MAX Y-MAX) for the frame containing WINDOW. If WINDOW is nil, return the edges for the selected frame. -(X-MIN, Y-MIN) is the zero-based coordinate of the top-left corner +\(X-MIN, Y-MIN) is the zero-based coordinate of the top-left corner of the frame; (X-MAX, Y-MAX) is the zero-based coordinate of the bottom-right corner of the frame. For example, if a frame has 76 rows and 181 columns, the return value @@ -543,7 +543,7 @@ If no window is at direction DIR, an error is signaled." With no prefix argument, or with prefix argument equal to zero, \"left\" is relative to the position of point in the window; otherwise it is relative to the top edge (for positive ARG) or the bottom edge -(for negative ARG) of the current window. +\(for negative ARG) of the current window. If no window is at the desired location, an error is signaled." (interactive "P") (windmove-do-window-select 'left arg)) @@ -576,7 +576,7 @@ If no window is at the desired location, an error is signaled." With no prefix argument, or with prefix argument equal to zero, \"down\" is relative to the position of point in the window; otherwise it is relative to the left edge (for positive ARG) or the right edge -(for negative ARG) of the current window. +\(for negative ARG) of the current window. If no window is at the desired location, an error is signaled." (interactive "P") (windmove-do-window-select 'down arg)) diff --git a/src/ChangeLog b/src/ChangeLog index 0df4627b1b6..0a558cc1646 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-10-04 Stefan Monnier + + * window.h (MINI_WINDOW_P): Use NILP. + + * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT. + + * termhooks.h (struct input_event): Use proper type for `kind'. + 2001-10-04 Gerd Moellmann This handles unknown keysyms better than before. For example,