diff options
| author | Andrew Choi | 2001-02-27 14:33:20 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-02-27 14:33:20 +0000 |
| commit | 2e875e36887608b9e677bf4a3b45acfe6041ff06 (patch) | |
| tree | 35225137b6f6bffc2dd80e1e1fd61f3976cadb56 /mac/ChangeLog | |
| parent | c0cb1027c5273b57e67a989ba91189e7916d5b32 (diff) | |
| download | emacs-2e875e36887608b9e677bf4a3b45acfe6041ff06.tar.gz emacs-2e875e36887608b9e677bf4a3b45acfe6041ff06.zip | |
* 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.
Diffstat (limited to 'mac/ChangeLog')
| -rw-r--r-- | mac/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index a2735d70e7e..149f62838a3 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 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: |