Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5259:02c282ae97cb
Read and print char table defaults, chartab.c
2010-09-05 Aidan Kehoe <kehoea@parhasard.net>
* chartab.c (char_table_default_for_type,
chartab_default_validate): New.
(print_char_table, Freset_char_table, chartab_default_validate)
(chartab_instantiate, structure_type_create_chartab):
Accept keyword :default in the read syntax for char tables, and
print the default when it is not what was expected for the
time. Makes it a little easier to debug things.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 05 Sep 2010 20:12:53 +0100 |
parents | 1ed4cefddd12 |
children | 69f687b3ba9d |
line wrap: on
line diff
--- a/src/ChangeLog Sun Sep 05 19:22:37 2010 +0100 +++ b/src/ChangeLog Sun Sep 05 20:12:53 2010 +0100 @@ -1,3 +1,13 @@ +2010-09-05 Aidan Kehoe <kehoea@parhasard.net> + + * chartab.c (char_table_default_for_type, + chartab_default_validate): New. + (print_char_table, Freset_char_table, chartab_default_validate) + (chartab_instantiate, structure_type_create_chartab): + Accept keyword :default in the read syntax for char tables, and + print the default when it is not what was expected for the + time. Makes it a little easier to debug things. + 2010-09-05 Aidan Kehoe <kehoea@parhasard.net> * editfns.c (Fformat_time_string):