Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5325:47298dcf2e8f
Be more helpful in printing ephemerons, weak lists, and weak boxes.
2011-01-01 Aidan Kehoe <kehoea@parhasard.net>
* data.c (print_ephemeron, print_weak_list, print_weak_box):
Be more helpful in printing these structures; show their contents,
print their UIDs so it's possible to distinguish between them.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 01 Jan 2011 20:08:44 +0000 |
parents | df125a42c50c |
children | dae3d95cf319 |
comparison
equal
deleted
inserted
replaced
5324:d0bb90d90736 | 5325:47298dcf2e8f |
---|---|
1 2011-01-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * data.c (print_ephemeron, print_weak_list, print_weak_box): | |
4 Be more helpful in printing these structures; show their contents, | |
5 print their UIDs so it's possible to distinguish between them. | |
6 | |
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> | 7 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * lisp.h (DECLARE_N_KEYWORDS_8, DECLARE_N_KEYWORDS_9) | 9 * lisp.h (DECLARE_N_KEYWORDS_8, DECLARE_N_KEYWORDS_9) |
4 (CHECK_N_KEYWORDS_8, CHECK_N_KEYWORDS_9): | 10 (CHECK_N_KEYWORDS_8, CHECK_N_KEYWORDS_9): |
5 Support up to nine keywords in the PARSE_KEYWORDS() macro. | 11 Support up to nine keywords in the PARSE_KEYWORDS() macro. |