Mercurial > hg > xemacs-beta
comparison man/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 | 5d120deb60ca |
children | 6772ce4d982b 304aebb79cd3 |
comparison
equal
deleted
inserted
replaced
4818:1360b0c147c1 | 4820:e6dec75ded0e |
---|---|
19 2009-12-09 Jerry James <james@xemacs.org> | 19 2009-12-09 Jerry James <james@xemacs.org> |
20 | 20 |
21 * internals/internals.texi (A Summary of the Various XEmacs Modules): | 21 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
22 Remove references to xmu.c and xmu.h. | 22 Remove references to xmu.c and xmu.h. |
23 (Modules for Interfacing with X Windows): Ditto. | 23 (Modules for Interfacing with X Windows): Ditto. |
24 | |
25 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> | |
26 | |
27 * lispref/objects.texi (Hash Table Type): | |
28 * lispref/hash-tables.texi (Introduction to Hash Tables): | |
29 Use keywords, not ordinary symbols, in the hash table read syntax; | |
30 document that we do accept the ordinary symbols for the sake of | |
31 backward-compatiblity. | |
24 | 32 |
25 2009-11-10 Jerry James <james@xemacs.org> | 33 2009-11-10 Jerry James <james@xemacs.org> |
26 | 34 |
27 * internals/internals.texi (XEmacs from the Perspective of Building): | 35 * internals/internals.texi (XEmacs from the Perspective of Building): |
28 Remove reference to dynodump. | 36 Remove reference to dynodump. |