diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f284176d7f..955b1e81f69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-01-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_object): Test print_escape_nonascii only for | ||
| 4 | unibyte strings. | ||
| 5 | (PRINTPREPARE): Once again bind Qprint_escape_nonascii | ||
| 6 | when outputting to a multibyte buffer. | ||
| 7 | |||
| 1 | 2001-12-29 Richard M. Stallman <rms@gnu.org> | 8 | 2001-12-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * print.c (print_object): In multibyte string, use hex escapes. | 10 | * print.c (print_object): In multibyte string, use hex escapes. |