Mercurial > emacs
comparison src/ChangeLog @ 45851:7b1f766314f6
2002-06-17 Andrew Choi <akochoi@shaw.ca>
* mac.c (do_applescript): Call initialize_applescript if necessary
when first called. Dispose of result_desc only when there is no
error.
(Fdo_applescript): Use %d format specifier instead of %ld.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Mon, 17 Jun 2002 06:06:03 +0000 |
parents | e17ed720205d |
children | 2793b29e84b3 |
comparison
equal
deleted
inserted
replaced
45850:e17ed720205d | 45851:7b1f766314f6 |
---|---|
1 2002-06-17 Andrew Choi <akochoi@shaw.ca> | |
2 | |
3 * mac.c (do_applescript): Call initialize_applescript if necessary | |
4 when first called. Dispose of result_desc only when there is no | |
5 error. | |
6 (Fdo_applescript): Use %d format specifier instead of %ld. | |
7 | |
1 2002-06-16 Andrew Choi <akochoi@shaw.ca> | 8 2002-06-16 Andrew Choi <akochoi@shaw.ca> |
2 | 9 |
3 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead | 10 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead |
4 of FrontWindow for cases keyDown and autoKey. | 11 of FrontWindow for cases keyDown and autoKey. |
5 | 12 |