aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-05-13 08:55:33 +0000
committerYAMAMOTO Mitsuharu2005-05-13 08:55:33 +0000
commit5063dbbf5a6145d5feb0c951d153d376bebb668f (patch)
tree6b869ec1384d44cd1fffbbb10a9b6ee7730919a5 /src/ChangeLog
parent5d6da11edb622f93fd1392836a0d3187bab838ff (diff)
downloademacs-5063dbbf5a6145d5feb0c951d153d376bebb668f.tar.gz
emacs-5063dbbf5a6145d5feb0c951d153d376bebb668f.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
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 @@
12005-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
362005-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
12005-05-10 Richard M. Stallman <rms@gnu.org> 462005-05-10 Richard M. Stallman <rms@gnu.org>
2 47
3 * xterm.c (noinclude): Add #undef. 48 * xterm.c (noinclude): Add #undef.