diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c20072eb80c..a86f78e5b96 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init. | ||
| 4 | |||
| 5 | * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard | ||
| 6 | toolkit scroll bar thumb drag events as squeezable and prevent | ||
| 7 | redisplay from being paused by them. | ||
| 8 | |||
| 9 | * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h. | ||
| 10 | [!MAC_OSX] (target_ticks): Remove variable. | ||
| 11 | [!MAC_OSX] (check_alarm, pause, index): Remove functions. | ||
| 12 | [!MAC_OSX && __MRC__] (sys_strftime): Likewise. | ||
| 13 | [!MAC_OSX] (select): If fd 0 is not set in rfds and some input | ||
| 14 | event occurs before timeout, behave as if the function were | ||
| 15 | interrupted. | ||
| 16 | [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM | ||
| 17 | handling using Time Manager routines. | ||
| 18 | [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask): New | ||
| 19 | variables. | ||
| 20 | [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer) | ||
| 21 | (setitimer): New functions. | ||
| 22 | |||
| 23 | * macfns.c, macmenu.c: Don't include signal.h. | ||
| 24 | |||
| 25 | * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds): | ||
| 26 | Rename from get_control_part_bound. All callers changed. | ||
| 27 | (x_scroll_bar_clear): New function. | ||
| 28 | (x_clear_frame): Use it. | ||
| 29 | (XTset_vertical_scroll_bar): Don't call Draw1Control. | ||
| 30 | (x_scroll_bar_handle_click): Change type of second argument from | ||
| 31 | int to ControlPartCode. | ||
| 32 | (check_alarm): Remove declaration. | ||
| 33 | (XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it. | ||
| 34 | (XTread_Socket): Use ControlPartCode instead of SInt16. | ||
| 35 | |||
| 36 | 2005-05-13 Nozomu Ando <nand@mac.com> | ||
| 37 | |||
| 38 | * unexmacosx.c: Include assert.h. | ||
| 39 | (MACOSX_MALLOC_MULT16): New define. | ||
| 40 | [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether | ||
| 41 | ptr is in unexec regions by checking it is multiple of 16. | ||
| 42 | (unexec_malloc_header_t): New typedef. | ||
| 43 | (unexec_malloc, unexec_realloc, unexec_free): Store and use | ||
| 44 | allocated size information in unexec_malloc_header. | ||
| 45 | |||
| 1 | 2005-05-10 Richard M. Stallman <rms@gnu.org> | 46 | 2005-05-10 Richard M. Stallman <rms@gnu.org> |
| 2 | 47 | ||
| 3 | * xterm.c (noinclude): Add #undef. | 48 | * xterm.c (noinclude): Add #undef. |