diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7b19f3dfc9..3f31a8ad2f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lread.c (substitute_object_recurse): Use lower-level primitives. | ||
| 4 | Don't signal errors when traversing sub-char-tables. | ||
| 5 | Don't loop over all the possible characters when traversing char-tables. | ||
| 6 | |||
| 3 | * print.c (print_preprocess): Add sub-char-tables to the print-table, | 7 | * print.c (print_preprocess): Add sub-char-tables to the print-table, |
| 4 | just like we do in print.c. | 8 | just like we do in print.c. |
| 5 | 9 | ||