changeset 49830:924ad8b9c2f6

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 17 Feb 2003 22:41:39 +0000
parents 88a02e3304b0
children 3df99c93b6a4
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 17 22:25:11 2003 +0000
+++ b/src/ChangeLog	Mon Feb 17 22:41:39 2003 +0000
@@ -1,3 +1,12 @@
+2003-02-18  Kim F. Storm  <storm@cua.dk>
+
+	* lread.c (read1): Fix and relax read syntax.
+	Recognize "[", ";", "#", and "?" after a dotted-pair dot.
+	Only recognize "," after dotted-pair dot if inside backquote.
+	Never include "`" or "," (inside backquote) in a symbol.
+	Allow dotted-pair dot after a character constant.
+	Allow "`" and "," (inside backquote) after a character constant.
+	
 2003-02-17  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* gtkutil.c (xg_tool_bar_expose_callback): New function.