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 /src | |
| parent | a0a37a6f545f6e88a8cead4573712931b122a1a8 (diff) | |
| download | emacs-cb7516e566153c15fa42808869256dc3c51ea850.tar.gz emacs-cb7516e566153c15fa42808869256dc3c51ea850.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
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 |