]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 19 Jul 2004 22:00:18 +0000 (22:00 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 19 Jul 2004 22:00:18 +0000 (22:00 +0000)
lispref/ChangeLog
src/ChangeLog

index 3e8fc5df417949ff5b71350e163a6a7fa67010ff..14b0fcb46063f475f0074ad1d321fe01a78ad79a 100644 (file)
@@ -1,3 +1,24 @@
+2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * windows.texi: Various small changes in addition to:
+       (Window Point): Mention return value of `set-window-point'.
+       (Window Start): `pos-visible-in-window-p' disregards horizontal
+       scrolling.  Explain return value if PARTIALLY is non-nil.
+       (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
+       and `set-window-vscroll'.
+       (Size of Window): The argument WINDOW to `window-inside-edges',
+       `window-pixel-edges' and `window-inside-pixel-edges' is optional.
+       (Resizing Windows): Explain return value of
+       `shrink-window-if-larger-than-buffer'.
+       `window-size-fixed' automatically becomes buffer local when set.
+       (Window Configurations): Explain return value of
+       `set-window-configuration'.
+
+       * minibuf.texi (Minibuffer Misc): Add anchor for
+       `minibuffer-scroll-window'.
+
+       * positions.texi (Text Lines): Add anchor for `count-lines'.
+
 2004-07-17  Richard M. Stallman  <rms@gnu.org>
 
        * display.texi (Overlay Properties): Adding `evaporate' prop
index cb9b391a22d586547bd120fb42a4e4894ae98971..0985eae7e8d98b3b8499ace52cfbcc3adf7ef07c 100644 (file)
@@ -1,3 +1,12 @@
+2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
+       (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
+       (Fset_window_start, Fscroll_up, Fscroll_down)
+       (Fother_window_for_scrolling, Fscroll_other_window)
+       (Fsave_window_excursion, Fset_window_vscroll)
+       (syms_of_window) <window-size-fixed>: Doc fixes.
+
 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
 
        * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
@@ -15,9 +24,9 @@
 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * mac.c (sys_select): Redo sys_select to use alarm-based
-       polling instead of 1 sec timeouts (like solaris).  
+       polling instead of 1 sec timeouts (like solaris).
 
-       * macterm.c (x_make_frame_visible): Comment in polling on 
+       * macterm.c (x_make_frame_visible): Comment in polling on
        frame creation.
 
        * keyboard.c: Undef SIGIO on Carbon