aboutsummaryrefslogtreecommitdiffstats
path: root/mac/ChangeLog
diff options
context:
space:
mode:
authorAndrew Choi2001-05-15 11:08:46 +0000
committerAndrew Choi2001-05-15 11:08:46 +0000
commitfa0b4c1479daea88a5ef302c13d7acd7c6dcc670 (patch)
tree87487042e4c1912efa825187dea9dc845fc7bb59 /mac/ChangeLog
parente335b66af5bd7f1baf8cbf862c507f03255e3b23 (diff)
downloademacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.tar.gz
emacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.zip
* src/Emacs.r: Change About box message.
* makefile.MPW: Add md5.c.x to EmacsObjects. * src/mac.c (select): Call WaitNextEvent instead of Delay. (pause): Ditto. (sleep): Ditto. * src/macterm.c (do_app_resume): Set cursor to arrow. (clear_mouse_face): check for NIL Lisp object instead of null pointer. * INSTALL: Delete note on compiling Lisp files on a Unix system. Add note on turning off end of line conversion.
Diffstat (limited to 'mac/ChangeLog')
-rw-r--r--mac/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 149f62838a3..1570a6cbea1 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,20 @@
12001-05-15 Andrew Choi <akochoi@i-cable.com>
2
3 * src/Emacs.r: Change About box message.
4
5 * makefile.MPW: Add md5.c.x to EmacsObjects.
6
7 * src/mac.c (select): Call WaitNextEvent instead of Delay.
8 (pause): Ditto.
9 (sleep): Ditto.
10
11 * src/macterm.c (do_app_resume): Set cursor to arrow.
12 (clear_mouse_face): check for NIL Lisp object instead of null
13 pointer.
14
15 * INSTALL: Delete note on compiling Lisp files on a Unix system.
16 Add note on turning off end of line conversion.
17
12001-02-27 Andrew Choi <akochoi@i-cable.com> 182001-02-27 Andrew Choi <akochoi@i-cable.com>
2 19
3 * src/macfns.c: Rename everything containing *busy_cursor* and 20 * src/macfns.c: Rename everything containing *busy_cursor* and