comparison src/ChangeLog @ 60641:d58f58688093

Fix typo.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 16 Mar 2005 08:25:31 +0000
parents 6c6ad6cc2f5e
children d7ef33e00b96
comparison
equal deleted inserted replaced
60640:7dd25916c6bb 60641:d58f58688093
13 (cfobject_desc_to_lisp, cfdictionary_add_to_list) 13 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
14 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions. 14 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
15 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function. 15 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
16 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it. 16 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
17 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro. 17 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
18 (skip_while_space, parse_comment, parse_include_file) 18 (skip_white_space, parse_comment, parse_include_file)
19 (parse_binding, parse_component, parse_resource_name, parse_value) 19 (parse_binding, parse_component, parse_resource_name, parse_value)
20 (parse_resource_line, xrm_create_database, xrm_q_put_resource) 20 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
21 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource) 21 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
22 (xrm_cfproperty_list_to_value, xrm_get_preference_database): New 22 (xrm_cfproperty_list_to_value, xrm_get_preference_database): New
23 functions. 23 functions.