Mercurial > emacs
comparison mac/ChangeLog @ 36417:350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
similar to *hourglass*.
Change IMAGE_POSITIVE_INTEGER_VALUE to
IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
(x_set_font): If font hasn't changed, avoid recomputing faces and
other things, as in xfns.c.
(Qcancel_timer): New variable.
(syms_of_macfns): Rename x-busy-pointer-shape to
x-hourglass-pointer-shape, display-busy-cursor to
display-hourglass, busy-cursor-delay to hourglass-delay, as in
xfns.c.
(x_set_tool_bar_lines): Modify as in xfns.c
(x_change_window_heights): New function.
* inc/macterm.h (struct x_output): Rename busy_cursor to
hourglass_cursor, busy_window to hourglass_window, busy_p to
hourglass_p, as in xterm.h.
* src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
safe_run_hooks, as in xmenu.c.
* src/macterm.c (do_check_ram_size): New function.
* src/Emacs.r: Add ALRT resource #129 for alert when there is over
256 MB RAM.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Tue, 27 Feb 2001 14:33:20 +0000 |
parents | 2a8f646a8b34 |
children | c04e66e2c50c |
comparison
equal
deleted
inserted
replaced
36416:e8200ba10907 | 36417:350e6092a4c4 |
---|---|
1 2001-02-27 Andrew Choi <akochoi@i-cable.com> | |
2 | |
3 * src/macfns.c: Rename everything containing *busy_cursor* and | |
4 similar to *hourglass*. | |
5 Change IMAGE_POSITIVE_INTEGER_VALUE to | |
6 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout. | |
7 (x_set_font): If font hasn't changed, avoid recomputing faces and | |
8 other things, as in xfns.c. | |
9 (Qcancel_timer): New variable. | |
10 (syms_of_macfns): Rename x-busy-pointer-shape to | |
11 x-hourglass-pointer-shape, display-busy-cursor to | |
12 display-hourglass, busy-cursor-delay to hourglass-delay, as in | |
13 xfns.c. | |
14 (x_set_tool_bar_lines): Modify as in xfns.c | |
15 (x_change_window_heights): New function. | |
16 | |
17 * inc/macterm.h (struct x_output): Rename busy_cursor to | |
18 hourglass_cursor, busy_window to hourglass_window, busy_p to | |
19 hourglass_p, as in xterm.h. | |
20 | |
21 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with | |
22 safe_run_hooks, as in xmenu.c. | |
23 | |
24 * src/macterm.c (do_check_ram_size): New function. | |
25 | |
26 * src/Emacs.r: Add ALRT resource #129 for alert when there is over | |
27 256 MB RAM. | |
28 | |
1 2001-02-20 Andrew Choi <akochoi@i-cable.com> | 29 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
2 | 30 |
3 * mac/INSTALL: | 31 * mac/INSTALL: |
4 * mac/README: | 32 * mac/README: |
5 * mac/cw5-mcp.xml: | 33 * mac/cw5-mcp.xml: |