summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-12-04 21:17:37 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-12-04 21:17:37 +0100
commit31ad74e07ca4b77ffbfdc104b403efda61487e40 (patch)
treec00e222aff97b4b4936247af0fbe3280dd6f72f3 /NEWS
parent03fd82e89b41bbeafa900be8581a3eb8d78c2758 (diff)
Add function IN-METHOD-SYNTAX.
darcs-hash:d988f9cdc21410c6910aa52e0f396a2ebc7216fb
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2cdf94..1df91e8 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,14 @@ Context: [[http://matthias.benkard.de/objective-cl][The Objective-CL Project]].
----
+* 0.2.3 (?)
+
+ - The function IN-METHOD-SYNTAX has been added. It's like
+ ENABLE-METHOD-SYNTAX except that it does not store the original
+ syntax to be restored by DISABLE-METHOD-SYNTAX later. Use this for
+ file-local readtable changes (as opposed to code-block-local ones).
+
+
* 0.2.2 (2008-03-23)
- CMUCL compatibility has been restored.