diff options
| author | Luc Teirlinck | 2004-07-19 22:00:18 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-19 22:00:18 +0000 |
| commit | cb7516e566153c15fa42808869256dc3c51ea850 (patch) | |
| tree | 9db2d662307a3238938ae87b01c9cc523e1e4d93 | |
| parent | a0a37a6f545f6e88a8cead4573712931b122a1a8 (diff) | |
| download | emacs-cb7516e566153c15fa42808869256dc3c51ea850.tar.gz emacs-cb7516e566153c15fa42808869256dc3c51ea850.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 21 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2004-07-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * windows.texi: Various small changes in addition to: | ||
| 4 | (Window Point): Mention return value of `set-window-point'. | ||
| 5 | (Window Start): `pos-visible-in-window-p' disregards horizontal | ||
| 6 | scrolling. Explain return value if PARTIALLY is non-nil. | ||
| 7 | (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll' | ||
| 8 | and `set-window-vscroll'. | ||
| 9 | (Size of Window): The argument WINDOW to `window-inside-edges', | ||
| 10 | `window-pixel-edges' and `window-inside-pixel-edges' is optional. | ||
| 11 | (Resizing Windows): Explain return value of | ||
| 12 | `shrink-window-if-larger-than-buffer'. | ||
| 13 | `window-size-fixed' automatically becomes buffer local when set. | ||
| 14 | (Window Configurations): Explain return value of | ||
| 15 | `set-window-configuration'. | ||
| 16 | |||
| 17 | * minibuf.texi (Minibuffer Misc): Add anchor for | ||
| 18 | `minibuffer-scroll-window'. | ||
| 19 | |||
| 20 | * positions.texi (Text Lines): Add anchor for `count-lines'. | ||
| 21 | |||
| 1 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | 22 | 2004-07-17 Richard M. Stallman <rms@gnu.org> |
| 2 | 23 | ||
| 3 | * display.texi (Overlay Properties): Adding `evaporate' prop | 24 | * 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 @@ | |||
| 1 | 2004-07-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * window.c (Fpos_visible_in_window_p, Fset_window_hscroll) | ||
| 4 | (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point) | ||
| 5 | (Fset_window_start, Fscroll_up, Fscroll_down) | ||
| 6 | (Fother_window_for_scrolling, Fscroll_other_window) | ||
| 7 | (Fsave_window_excursion, Fset_window_vscroll) | ||
| 8 | (syms_of_window) <window-size-fixed>: Doc fixes. | ||
| 9 | |||
| 1 | 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 10 | 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) |
| 2 | 11 | ||
| 3 | * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of | 12 | * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of |
| @@ -15,9 +24,9 @@ | |||
| 15 | 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 24 | 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 16 | 25 | ||
| 17 | * mac.c (sys_select): Redo sys_select to use alarm-based | 26 | * mac.c (sys_select): Redo sys_select to use alarm-based |
| 18 | polling instead of 1 sec timeouts (like solaris). | 27 | polling instead of 1 sec timeouts (like solaris). |
| 19 | 28 | ||
| 20 | * macterm.c (x_make_frame_visible): Comment in polling on | 29 | * macterm.c (x_make_frame_visible): Comment in polling on |
| 21 | frame creation. | 30 | frame creation. |
| 22 | 31 | ||
| 23 | * keyboard.c: Undef SIGIO on Carbon | 32 | * keyboard.c: Undef SIGIO on Carbon |