aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c46d300c..9cda9837 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2010-12-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/fnewmeta.lisp: Replace MATCH-ADVANCE-GLYPH with
+ PARSE-GlyphTok.
+ (PARSE-GlyphTok): Now accept string instead of symbol.
+ * interp/parsing.lisp (MATCH-ADVANCE-GLYPH): Remove as redundant.
+
+2010-12-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/fnewmeta.lisp (PARSE-OpenBracket): Tidy.
(PARSE-OpenBrace): Likewise.