diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-24 04:17:19 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-24 04:17:23 +0200 |
commit | b7c6c0427bbf6e8bfdf06bb45a6cbed7de399478 (patch) | |
tree | 96c05bd45cd346ed78eedb844089d84ef5aa2a2f /NEWS | |
parent | e72f7afb5fd8758cd0518d8c9b3a0dd966a9ef23 (diff) | |
download | geiser-b7c6c0427bbf6e8bfdf06bb45a6cbed7de399478.tar.gz geiser-b7c6c0427bbf6e8bfdf06bb45a6cbed7de399478.tar.bz2 |
Little clean-ups to the indentation rules
Splitting better the specially indented forms between our two
implementations, so that users of a single one don't get weird
indentations for froms without a special meaning in their scheme.
Ideally, we should make these indentation rules buffer-local, so that
when a user is in a, say, Guile buffer, module+ has no special
indentation (as is the case now if that user also has activated
support for Racket).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ * Version 0.2.3 () + - Indentation of scheme forms improved (specially for those of you + using a single implementation). + * Version 0.2.2 (Sep 30, 2012) |