diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b8a82a2375e..0f284176d7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-12-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_object): In multibyte string, use hex escapes. | ||
| 4 | Use octal only for unibyte strings. | ||
| 5 | (PRINTPREPARE): Don't ever set Qprint_escape_nonascii. | ||
| 6 | |||
| 7 | * lread.c (read_escape): New arg BYTEREP for reporting whether | ||
| 8 | escape forces unibyte or multibyte. | ||
| 9 | (read1): When reading a string, take note of that info. | ||
| 10 | |||
| 1 | 2001-12-29 Ken Raeburn <raeburn@gnu.org> | 11 | 2001-12-29 Ken Raeburn <raeburn@gnu.org> |
| 2 | 12 | ||
| 3 | * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero | 13 | * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero |
| @@ -5,6 +15,8 @@ | |||
| 5 | 15 | ||
| 6 | 2001-12-29 Richard M. Stallman <rms@gnu.org> | 16 | 2001-12-29 Richard M. Stallman <rms@gnu.org> |
| 7 | 17 | ||
| 18 | * lisp.h (max_specpdl_size): Add declaration. | ||
| 19 | |||
| 8 | * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message. | 20 | * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message. |
| 9 | 21 | ||
| 10 | * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key. | 22 | * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key. |