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
commit35676663d79dd1ce3408b34317377ba5478179a9 (patch)
tree110dab8fcd6875495387ec09995534d109556400 /NEWS
parent0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad (diff)
downloadgeiser-35676663d79dd1ce3408b34317377ba5478179a9.tar.gz
geiser-35676663d79dd1ce3408b34317377ba5478179a9.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)