diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 28edb250a39..700f6c358cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-04-26 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * print.c (print_object): Print non-ascii characters in bool | ||
| 4 | vector representation as octal escapes. | ||
| 5 | |||
| 6 | * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define. | ||
| 7 | * print.c (print_object): Use it instead of BITS_PER_CHAR for | ||
| 8 | bool vectors. | ||
| 9 | * lread.c (read1): Likewise. | ||
| 10 | * alloc.c (Fmake_bool_vector): Likewise. | ||
| 11 | * data.c (Faref, Faset): Likewise. | ||
| 12 | * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) | ||
| 13 | (mapcar1): Likewise. | ||
| 14 | |||
| 1 | 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> | 15 | 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> |
| 2 | 16 | ||
| 3 | * lread.c (init_lread): Fixing typo HAVE_CARBON test logic | 17 | * lread.c (init_lread): Fixing typo HAVE_CARBON test logic |