Mercurial > emacs
changeset 56488:46efdafb0b3a
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 19 Jul 2004 22:00:18 +0000 |
parents | 338a1d04223d |
children | fb549e5bb99c |
files | lispref/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 33 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Mon Jul 19 21:57:05 2004 +0000 +++ b/lispref/ChangeLog Mon Jul 19 22:00:18 2004 +0000 @@ -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
--- a/src/ChangeLog Mon Jul 19 21:57:05 2004 +0000 +++ b/src/ChangeLog Mon Jul 19 22:00:18 2004 +0000 @@ -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). - - * macterm.c (x_make_frame_visible): Comment in polling on + polling instead of 1 sec timeouts (like solaris). + + * macterm.c (x_make_frame_visible): Comment in polling on frame creation. * keyboard.c: Undef SIGIO on Carbon