Mercurial > emacs
comparison src/ChangeLog @ 56488:46efdafb0b3a
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 19 Jul 2004 22:00:18 +0000 |
parents | ea3577979c1c |
children | d25b6aeb9747 |
comparison
equal
deleted
inserted
replaced
56487:338a1d04223d | 56488:46efdafb0b3a |
---|---|
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 |
4 ENCODE_SYSTEM for filenames. | 13 ENCODE_SYSTEM for filenames. |
5 | 14 |
13 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON | 22 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON |
14 | 23 |
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 |
24 | 33 |
25 * atimer.c (alarm_signal_handler): Call alarm handlers after | 34 * atimer.c (alarm_signal_handler): Call alarm handlers after |