summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-03 22:33:45 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-03 22:33:45 +0100
commit57f8ffc4072fddd98ee8d94185497bf2798e48e2 (patch)
tree2f5d5a8f6f5ace33ec0585a10e2b3cab89a2fa69 /NEWS
parentdc6d0ed07581f54ee97b9f8006aca85133c531ac (diff)
downloadgeiser-57f8ffc4072fddd98ee8d94185497bf2798e48e2.tar.gz
geiser-57f8ffc4072fddd98ee8d94185497bf2798e48e2.tar.bz2
New geiser-add-to-load-path, just for Guile right now
As per Andy's request. Adding it to Racket (and to the user manual), shouldn't be difficult).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0c2ea4..63202df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
* Version 0.1.2
+ New features:
+
+ - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
+ Scheme's load path.
+
Bug fixes:
- Company mode integration fixes (including #32231)
@@ -11,8 +16,8 @@
- "Manual autodoc" command; C-c C-d s.
- Autodoc retrieval is now asynchronous, for better behaviour in
remote connections.
- - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
- New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
+ - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
- Documentation typos, and grammar and layout fixes.