From cb7516e566153c15fa42808869256dc3c51ea850 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 19 Jul 2004 22:00:18 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 21 +++++++++++++++++++++ src/ChangeLog | 13 +++++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3e8fc5df417..14b0fcb4606 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,24 @@ +2004-07-19 Luc Teirlinck + + * 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 * display.texi (Overlay Properties): Adding `evaporate' prop diff --git a/src/ChangeLog b/src/ChangeLog index cb9b391a22d..0985eae7e8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2004-07-19 Luc Teirlinck + + * 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) : Doc fixes. + 2004-07-19 KOBAYASHI Yasuhiro (tiny change) * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of @@ -15,9 +24,9 @@ 2004-07-18 YAMAMOTO Mitsuharu * 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 -- 2.11.4.GIT