A bit of documentation for the previous patches
[geiser.git] / NEWS
blob778585948e40cf0547bcfb5a990b03ac574ab318
1 * Version 0.4 ()
3   New features:
5    - New command geiser-edit-insert-lambda, bound to C-c \ in Scheme
6      buffers (thanks to Ray Racine).
7    - Configurable case-sensitivity when highlighting keywords (thanks
8      to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and
9      geiser-racket-case-sensitive-pp
10    - C-u C-x C-e to insert evaluation result in buffer (thanks to
11      Diogo).
12    - New flag geiser-repl-query-on-kill-p to control whether emacs
13      will ask for confirmation before killing a buffer with a live
14      REPL process.
15    - New flag geiser-mode-start-repl-p to tell Geiser to start a new
16      REPL if one isn't active when geiser-mode is activated.
18   Bug fixes:
20    - Filename completion should also work in emacs 23.2 now.
22 * Version 0.3 (Jan 19, 2013)
24   New features:
26    - TAB in a string context in the REPL and Scheme buffers triggers
27      filename completion.
28    - User manual lookup command (C-c C-d i) available also in the
29      REPL.
30    - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove
31      all scheme output (thanks to Jonas Rodrigues).
32    - Indentation of scheme forms improved..
34   Bug fixes:
36    - Racket: fixes for problems entering modules sans main.rkt.
37    - Racket: image support in Windows fixed.
39 * Version 0.2.2 (Sep 30, 2012)
41    - ELPA support.  We have now ELPA packages.  Thanks to Grant Rettke
42      and Daniel Hackney.
44 * Version 0.2.1 (Sep 15, 2012)
46   Bug fixes:
48    - Racket: correctly reloading modules that contain submodules (this
49      one was breaking for instance code based on plai-typed).
50    - Racket: correctly jumping to symbols defined in files with .ss
51      extension.
53   New features:
55    - Racket: autodoc now displays argument names for constructors
56      defined by define-type (from either plai or plai-type).
57    - Racket: the included geiser-racket.sh script takes a new switch,
58      -n, to specify the network interface to listen to.
60 * Version 0.2 (Sep 3, 2012)
62   New features:
64    - Support for images in Racket, both in the REPL and during
65      evaluations.  Thanks to Michael Wilber for code, discussion and
66      testing.
67    - Support for Racket 5.3.  Older Rackets not actively supported.
68    - ,cd command in Racket's REPL.
69    - New customizable variable, geiser-guile-manual-lookup-nodes, to
70      specify the name of Guile's info nodes, if need be.
72   Bug fixes:
74    - We don't deactivate autodoc in the REPL unless requested.
75    - Indentation for syntax-id-rules and for/hash.
76    - Highlighting of [else forms in scheme buffers.
77    - Indentation for all 'for' forms in Racket.
78    - Correctly buttonizing paths with leading spaces in DBG buffers
79    - Autodoc was being deactivated in REPLs.
81 * Version 0.1.4 (Nov 26, 2011)
83   New features:
85    - Indentation for Racket's splicing-let and friends.
86    - Customizable prompt waiting time (geiser-repl-startup-time).
87    - New customizable faces: geiser-font-lock-repl-prompt and
88      geiser-font-lock-repl-input.
90   Bug fixes:
92    - C-c C-r and friends won't send unbalanced sexps to Scheme.
93    - C-c C-z works after run-geiser in a Scheme buffer.
94    - REPL: TAB indenting around whitespace.
95    - Racket: correct display of output to standard error (such as
96      rackunit's).
97    - Guile: ditto.
98    - Elisp: compatibility problems with filladapt fixed.
99    - Racket: autodoc in R5RS modules.
101 * Version 0.1.3 (Jun 24, 2011)
103   Bug fixes:
105     - The REPL doesn't break when one calls read (fixes bug #33090).
106     - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the
107       current module even before the define-module form (fixes bug
108       #33497).
109     - Racket can now use the GUI libraries (see bug #32844).
110     - Texinfo formatting fixes.
112 * Version 0.1.2 (Mar 9, 2011)
114   New features:
116     - New C-c C-e C-l (or C-c C-r in REPL) to add a directory to
117       Scheme's load path.
118     - Guile 2.0 as lowest Guile version supported.
119     - New custom variable, geiser-guile-load-init-file-p, to allow
120       loading of ~/.guile.
122   Bug fixes:
124     - We no longer ignore geiser-repl-use-other-window.
125     - Company mode integration fixes (including #32231).
126     - M-x geiser-edit-module in REPL buffers fixed.
127     - We now respect user customizations of geiser-implementations-alist.
128     - Interaction with Guile's debugger fixed.
129     - "Clickable" paths in warnings buffer also for Guile 2.0.
130     - Fix for errors when entering r5rs modules in Racket.
132 * Version 0.1.1 (Jan 24, 2011)
134   New features:
136     - "Manual autodoc" command; C-c C-d s.
137     - Autodoc retrieval is now asynchronous, for better behaviour in
138       remote connections.
139     - New C-c C-a to switch to REPL and enter module (C-c C-Z was broken).
140     - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.
141     - Documentation typos, and grammar and layout fixes.
144   Bug fixes:
146     - Avoiding *spurious* buffers in case of communication errors.
147     - REPL: fixed problem with input history navigation in Racket.
148     - Autodoc no longer skips non-alphanumeric identifiers.
149     - Autodoc messages no longer interfere with active minibuffer.
150     - Fix for module name completion in Guile.
151     - Quack compatibility: avoiding problems with #f &c.
154 * Version 0.1 (Dec 20, 2010)
156   Initial release.