diff options
| author | Andrew Choi | 2002-06-17 06:06:03 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-06-17 06:06:03 +0000 |
| commit | 84c0c2cc3c5a51044efe9521d9b9a2cb4d268ce8 (patch) | |
| tree | b7285baf56ac741386efe51ded1a305fcc4b0017 /src/ChangeLog | |
| parent | b6cce0b720b44fcf8a8aa6e20ff1a1be2c605b94 (diff) | |
| download | emacs-84c0c2cc3c5a51044efe9521d9b9a2cb4d268ce8.tar.gz emacs-84c0c2cc3c5a51044efe9521d9b9a2cb4d268ce8.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 080c2d26502..8ce5a257d91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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 |