comparison src/ChangeLog @ 60662:3f2da5ea6238

(Fignore_event): Fix ancient obscure C-u handling bug.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Mar 2005 13:39:39 +0000
parents 45eae91a385d
children bb5e00e5ccd5
comparison
equal deleted inserted replaced
60661:45eae91a385d 60662:3f2da5ea6238
1 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
4
1 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * mac.c (HASHKEY_TERMINAL): Remove. 7 * mac.c (HASHKEY_TERMINAL): Remove.
4 (HASHKEY_MAX_NID): New macro. 8 (HASHKEY_MAX_NID): New macro.
5 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra 9 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
6 argument. 10 argument.
7 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra 11 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
8 argument.
9 (xrm_create_database, xrm_q_put_resource) 12 (xrm_create_database, xrm_q_put_resource)
10 (xrm_merge_string_database, xrm_q_get_resource_1) 13 (xrm_merge_string_database, xrm_q_get_resource_1)
11 (xrm_q_get_resource): Change resource database representation so 14 (xrm_q_get_resource): Change resource database representation so
12 that it may not use multiple hash tables for a single database. 15 that it may not use multiple hash tables for a single database.
13 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM. 16 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.