]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Oct 2001 22:18:19 +0000 (22:18 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Oct 2001 22:18:19 +0000 (22:18 +0000)
lisp/windmove.el
src/ChangeLog

index e7c6b3daaae96d121782024c775eade136b4f4a9..0320fd0aaef9b4b5ba266ff6174c8d508ea7b894 100644 (file)
@@ -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))
index 0df4627b1b634647c0107b8f055ee4d1f4daedc7..0a558cc1646f7b6899a9b3701447e4495516c3c8 100644 (file)
@@ -1,3 +1,11 @@
+2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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  <gerd@gnu.org>
 
        This handles unknown keysyms better than before.  For example,