diff src/ChangeLog @ 42425:aa6c345a4af0

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Dec 2001 03:25:26 +0000
parents cd63104dd575
children b72bc440aed5
line wrap: on
line diff
--- a/src/ChangeLog	Sun Dec 30 03:24:17 2001 +0000
+++ b/src/ChangeLog	Sun Dec 30 03:25:26 2001 +0000
@@ -1,3 +1,13 @@
+2001-12-29  Richard M. Stallman  <rms@gnu.org>
+
+	* print.c (print_object): In multibyte string, use hex escapes.
+	Use octal only for unibyte strings.
+	(PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
+
+	* lread.c (read_escape): New arg BYTEREP for reporting whether
+	escape forces unibyte or multibyte.
+	(read1): When reading a string, take note of that info.
+
 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
 
 	* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
@@ -5,6 +15,8 @@
 
 2001-12-29  Richard M. Stallman  <rms@gnu.org>
 
+	* lisp.h (max_specpdl_size): Add declaration.
+
 	* fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
 
 	* keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.