File: Changes

package info (click to toggle)
labltk 8.06.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,864 kB
  • ctags: 2,142
  • sloc: ml: 12,247; ansic: 1,014; makefile: 567; sh: 279; tcl: 2
file content (39 lines) | stat: -rw-r--r-- 1,177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2014-09-18:
-----------
* Release labltk-8.06.0
* Improve configuration, and allow using findlib for installation
* Fix PR#1423: Tkvars.version() call gives Fatal error
* Fix PR#1411: some void-returning functions are wrongly declared with CAMLprim
* Fix PR#1412: wrong declaration for argument of camltk_tk_mainloop

2014-08-21:
-----------
* Add command line flags in ocamlbrowser for -safe-string and -short-paths.

2014-05-22:
-----------
* Update for 4.02.

2013-12-17:
-----------
* Add INSTALL file.
* Update for ocaml trunk.
* Modify tkcompiler to allow widgets with name containing special characters.

2005-12-20:
-----------
* Add Protocol.do_one_event and Protocol.do_pending.

2002-05-03:
-----------
General Changes
* Merging CamlTk and LablTk API interfaces
* Activate and Deactivate Events are added
* Virtual events support
* Added UTF conversion

Incompatibilities between the previous camltk/labltk versions
* CamlTk's bind_tag and bind_class superseded tag_bind and class_bind.
* added optional arguments to some functions of CamlTk.
* The library name libfrx and libjpf are changed to frxlib and jpflib
  respectively, to avoid the library name confusion.