summaryrefslogtreecommitdiff
path: root/NEWS
blob: 94d2de34327e2cde36413697f7e4fb79afa2862f (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
* Version 0.1.1

  New features:

    - "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).
    - Documentation typos, and grammar and layout fixes.


  Bug fixes:

    - REPL: fixed problem with input history navigation in Racket.
    - Autodoc no longer skips non-alphanumeric identifiers.
    - Autodoc messages no longer interfere with active minibuffer.
    - Quack compatibility: avoiding problems with #f &c.
    - Avoiding *spurious* buffers in case of communication errors.


* Version 0.1 (Dec 20, 2010)

  Initial release.