comparison src/ChangeLog @ 4820:e6dec75ded0e

Use keywords, not ordinary symbols, in the structure syntax for hash tables. lisp/ChangeLog addition: 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> * descr-text.el (describe-char-unihan-field-descriptions): * cl-macs.el: Use keywords, not ordinary symbols, in the hash table read syntax, for compatibility with Common Lisp and recent GNU Emacs. man/ChangeLog addition: 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> * lispref/objects.texi (Hash Table Type): * lispref/hash-tables.texi (Introduction to Hash Tables): Use keywords, not ordinary symbols, in the hash table read syntax; document that we do accept the ordinary symbols for the sake of backward-compatiblity. 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> * elhash.c: (print_hash_table, print_hash_table_data) (hash_table_instantiate) (structure_type_create_hash_table_structure_name): (syms_of_elhash): Use keywords, not ordinary symbols, in the hash table read syntax, for compatibility with Common Lisp and recent GNU Emacs. Accept the non-keyword syntax, but don't allow mixing of the two styles.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 09 Jan 2010 17:28:51 +0000
parents 576f09d387d5
children b3ea9c582280
comparison
equal deleted inserted replaced
4818:1360b0c147c1 4820:e6dec75ded0e
198 198
199 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> 199 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org>
200 200
201 * faces.c (complex_vars_of_faces): Explain why "*" isn't rewritten 201 * faces.c (complex_vars_of_faces): Explain why "*" isn't rewritten
202 as a full XLFD. 202 as a full XLFD.
203
204 2010-01-09 Aidan Kehoe <kehoea@parhasard.net>
205
206 * elhash.c:
207 (print_hash_table, print_hash_table_data)
208 (hash_table_instantiate)
209 (structure_type_create_hash_table_structure_name):
210 (syms_of_elhash):
211 Use keywords, not ordinary symbols, in the hash table read syntax,
212 for compatibility with Common Lisp and recent GNU Emacs. Accept
213 the non-keyword syntax, but don't allow mixing of the two styles.
203 214
204 2009-11-19 Vin Shelton <acs@xemacs.org> 215 2009-11-19 Vin Shelton <acs@xemacs.org>
205 216
206 * sysdep.c (sys_subshell): Restore sys_subshell(); it's necessary 217 * sysdep.c (sys_subshell): Restore sys_subshell(); it's necessary
207 on Windows native builds. 218 on Windows native builds.