aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f9d0f56503e..7a3a337fae5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12003-02-18 Kim F. Storm <storm@cua.dk>
2
3 * lread.c (read1): Fix and relax read syntax.
4 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
5 Only recognize "," after dotted-pair dot if inside backquote.
6 Never include "`" or "," (inside backquote) in a symbol.
7 Allow dotted-pair dot after a character constant.
8 Allow "`" and "," (inside backquote) after a character constant.
9
12003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 102003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 11
3 * gtkutil.c (xg_tool_bar_expose_callback): New function. 12 * gtkutil.c (xg_tool_bar_expose_callback): New function.