Better code generation for [...] syntax when global symbols are involved. E.g. [mapcar list '(1 2 3)] now generates same code as (mapcar (fun list) '(1 2 3)).
Bugfix in the listener: abort when terminal window is resized.
Screen update improvements in listener.
The form expander is now a documented, public feature, consisting of the functions expand, expand* and expand-with-free-refs.