diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-04 21:17:37 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-04 21:17:37 +0100 |
commit | 31ad74e07ca4b77ffbfdc104b403efda61487e40 (patch) | |
tree | c00e222aff97b4b4936247af0fbe3280dd6f72f3 /NEWS | |
parent | 03fd82e89b41bbeafa900be8581a3eb8d78c2758 (diff) |
Add function IN-METHOD-SYNTAX.
darcs-hash:d988f9cdc21410c6910aa52e0f396a2ebc7216fb
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |