aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-02-17 22:41:39 +0000
committerKim F. Storm2003-02-17 22:41:39 +0000
commit23e21195cb1608c03cbfd0346fd19fcd49b45bb1 (patch)
tree8cc679e1f73d78a5f7e6b9b478b2e056cc84551a /src
parent808052d66a969f130756f7ea6b1987b221a20777 (diff)
downloademacs-23e21195cb1608c03cbfd0346fd19fcd49b45bb1.tar.gz
emacs-23e21195cb1608c03cbfd0346fd19fcd49b45bb1.zip
*** empty log message ***
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.