blob: 0a6e859ff01e646e96e471c9d6461c7ecadbae77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
* 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)
- M-x geiser-edit-module in REPL buffers fixed
* Version 0.1.1 (Jan 24, 2011)
New features:
- "Manual autodoc" command; C-c C-d s.
- Autodoc retrieval is now asynchronous, for better behaviour in
remote connections.
- 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.
Bug fixes:
- Avoiding *spurious* buffers in case of communication errors.
- REPL: fixed problem with input history navigation in Racket.
- Autodoc no longer skips non-alphanumeric identifiers.
- Autodoc messages no longer interfere with active minibuffer.
- Fix for module name completion in Guile.
- Quack compatibility: avoiding problems with #f &c.
* Version 0.1 (Dec 20, 2010)
Initial release.
|