2012-02-26 18:59:23 +00:00
|
|
|
===== 1.1+dev =====
|
|
|
|
|
|
|
|
* improve emacs mode
|
2012-02-26 19:11:46 +00:00
|
|
|
- add a menu
|
2012-02-26 18:59:23 +00:00
|
|
|
* improve tuareg integration
|
|
|
|
* add typerex integration
|
|
|
|
* better handling of error messages
|
|
|
|
* better handling of multiline input in the terminal
|
2012-03-04 02:26:27 +00:00
|
|
|
* add loading findlib package from list menu
|
2012-03-15 03:23:33 +00:00
|
|
|
* add loading packages from file variable utop-package-list
|
2012-02-26 18:59:23 +00:00
|
|
|
|
2011-08-06 11:40:14 +00:00
|
|
|
===== 1.1 (2010-08-06) =====
|
|
|
|
|
|
|
|
* add completion on labels
|
|
|
|
* add completion on methods
|
|
|
|
* smarter completion on record fields
|
|
|
|
* fix a bug in the lexer
|
|
|
|
* improvement for the emacs mode:
|
|
|
|
** now pressing Tab really complete input
|
|
|
|
** when sending input from a tuareg buffer, the cursor follow the
|
|
|
|
end of buffer in all utop windows
|
|
|
|
** fix usage of threads
|
|
|
|
* add help
|
|
|
|
* add manual pages
|
|
|
|
* show more information in the prompt:
|
|
|
|
** show the current value of the macro counter
|
|
|
|
** show the nnumber of key pressed since the beginning of a macro
|
|
|
|
when recording a macro
|
|
|
|
** show intermediate key sequence
|
|
|
|
* better support for light colors terminals
|
|
|
|
* add colors for module name and directives
|
|
|
|
* add UTop.smart_accept to send only lines terminating with a ";;" token
|
|
|
|
* search for compiler libraries at configure time
|
|
|
|
* add a script to install compiler libraries
|
|
|
|
* fix compatibility with ocaml 3.13
|