version 1.1
Ignore-this: 28c69e0277b1ec0023b7ccdb4caff539 darcs-hash:20110806114014-c41ad-f18ec6b811c3d66b091160ed0b184ee8f21cbf0e
This commit is contained in:
parent
a8702b30a5
commit
1f9576e22c
|
@ -0,0 +1,24 @@
|
|||
===== 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
|
5
_oasis
5
_oasis
|
@ -3,8 +3,9 @@
|
|||
# +-------------------------------------------------------------------+
|
||||
|
||||
OASISFormat: 0.1
|
||||
OCamlVersion: >= 3.12
|
||||
Name: utop
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
LicenseFile: LICENSE
|
||||
License: BSD3
|
||||
Authors: Jérémie Dimino
|
||||
|
@ -28,7 +29,7 @@ Library utop
|
|||
Path: src
|
||||
Modules: UTop
|
||||
InternalModules: UTop_private
|
||||
BuildDepends: findlib, lambda-term, lwt.syntax
|
||||
BuildDepends: findlib, lambda-term (>= 1.1), lwt.syntax
|
||||
XMETADescription: utop configuration
|
||||
XMETARequires: findlib, lambda-term
|
||||
|
||||
|
|
Loading…
Reference in New Issue