summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-10-27 22:58:38 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-10-27 22:58:44 +0200
commit8bf3f70f6aba159461612be8577bd4193ee7c6e6 (patch)
tree9314c9abf9718ad3c4d58f00a07c1ba4848b8511 /NEWS
parentde6fc09551730fe87f7f3d6f532bafd189c97236 (diff)
downloadgeiser-chez-8bf3f70f6aba159461612be8577bd4193ee7c6e6.tar.gz
geiser-chez-8bf3f70f6aba159461612be8577bd4193ee7c6e6.tar.bz2
Filename completion also in scheme buffers
By means of a new entry in completion-at-point-functions that uses the handy comint-filename-completion.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6458861..4644bc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
* Version 0.2.3 ()
- - TAB in a string context in the REPL triggers filename completion.
- - Indentation of scheme forms improved (specially for those of you
- using a single implementation).
+ - TAB in a string context in the REPL and Scheme buffers triggers
+ filename completion.
+ - Indentation of scheme forms improved (specially for those of you
+ using a single implementation).
* Version 0.2.2 (Sep 30, 2012)