Mercurial > emacs
comparison src/ChangeLog @ 45888:61b39d1554ee
2002-06-17 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
test Mac command key as <ALT> key.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Tue, 18 Jun 2002 04:41:13 +0000 |
parents | 7c3c355b7420 |
children | afcf154bf656 |
comparison
equal
deleted
inserted
replaced
45887:8aa6e4d588ce | 45888:61b39d1554ee |
---|---|
1 2002-06-17 Andrew Choi <akochoi@shaw.ca> | |
2 | |
3 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil, | |
4 test Mac command key as <ALT> key. | |
5 | |
1 2002-06-17 Stefan Monnier <monnier@cs.yale.edu> | 6 2002-06-17 Stefan Monnier <monnier@cs.yale.edu> |
2 | 7 |
3 * window.c (Fset_window_configuration): Lisp_Object/int mixup. | 8 * window.c (Fset_window_configuration): Lisp_Object/int mixup. |
4 | 9 |
5 * keyboard.c (read_key_sequence): Be more careful with first_unbound. | 10 * keyboard.c (read_key_sequence): Be more careful with first_unbound. |
9 by checking `keytran_start < t'. | 14 by checking `keytran_start < t'. |
10 | 15 |
11 * .gdbinit (xsymbol): Use the name `xname' field. | 16 * .gdbinit (xsymbol): Use the name `xname' field. |
12 | 17 |
13 2002-06-17 Andrew Choi <akochoi@shaw.ca> | 18 2002-06-17 Andrew Choi <akochoi@shaw.ca> |
19 | |
20 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil, | |
21 test Mac command key as <ALT> key. | |
14 | 22 |
15 * mac.c (do_applescript): Call initialize_applescript if necessary | 23 * mac.c (do_applescript): Call initialize_applescript if necessary |
16 when first called. Dispose of result_desc only when there is no error. | 24 when first called. Dispose of result_desc only when there is no error. |
17 (Fdo_applescript): Use %d format specifier instead of %ld. | 25 (Fdo_applescript): Use %d format specifier instead of %ld. |
18 | 26 |