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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
2025-01-27:
-----------
* Release labltk-8.06.15 for OCaml 5.3
* Update OCamlBrowser for OCaml 5.3
* Add support for Tcl/Tk 9.0 (PR#28) [Richard WM Jones]
* Honor LABLTK_{DEFS,LIBS} environment variables (PR#23) [Eckhard Lehmann]
2024-06-13:
-----------
* Release labltk-8.06.14 for OCaml 5.2
* Update ocamlbrowser for OCaml 5.2
2024-06-10:
-----------
* fix C2x compatibility in support [Jacques]
* fix C2x compatibility in prototypes [Alfredo Tupone]
* fix fo clang 16 [Sam James]
2022-11-01:
-----------
* Release labltk-8.06.13 for OCaml 5.0
2022-10-13:
-----------
* Fix compatibility with OCaml 5.0
2022-10-06:
-----------
* Update OCamlBrowser for OCaml 5.0
2022-03-30:
-----------
* Release labltk-8.06.12 for OCaml 4.14
* Update OCamlBrowser
2021-09-17:
-----------
* Release labltk-8.06.11 for ocaml 4.13
* Disable -warn-error for users, add all-devel target for developers
* Add ommitted labels
* Update ocamlbrowser for ocaml 4.13
2021-02-26:
-----------
* Release labltk-8.06.10 for ocaml 4.12
* Fix bugs in ocamlbrowser that prevented exploring types in source files
2021-02-14:
-----------
* Install camltkwrap.{cmi,cmx} (report by Pascal Raymond)
2020-08-25:
-----------
* Release labltk-8.06.9 for ocaml 4.11
* search for X11 headers in /usr/local/include if needed (freebsd)
2020-08-24:
-----------
* fix config/auto-aux/hasgot for clang 12 (MacOS)
* update ocamlbrowser to ocaml 4.11
2020-01-13:
-----------
* Release labltk-8.06.8 for ocaml 4.10
* update ocamlbrowser to ocaml 4.10
* fix again file selection
2019-11-20:
-----------
* fix filtering in file selection (OCamlBrowser)
* lookup source files for Stdlib__* (OCamlBrowser)
2019-09-23:
-----------
* Release labltk-8.06.7 for ocaml 4.09
* ocaml 4.08/4.09 compatibility: use OCAMLC_CFLAGS and Stdlib
* include auxlib-in-META
* default to -tk-no-x11 in configure (new -tk-x11 option available)
* add fallback to -I/usr/X11/include and -L/usr/X11/lib
2019-05-31:
-----------
* Release labltk-8.06.6 for ocaml 4.08
* Have configure use (GNU) make rather than grep to read
ocaml/Makefile.config, due to change in ocaml 4.08
* Add "library" target, to avoid compiling ocamlbrowser
* Update ocamlbrowser for ocaml 4.08
2018-12-20:
-----------
* Fix browser for module aliases and polymorphic variants
2018-07-11:
-----------
* Release labltk-8.06.5, for ocaml 4.07
2018-06-26:
-----------
* Update browser for ocaml 4.07
2017-10-30:
-----------
* Release labltk-8.06.4, for ocaml 4.06
2017-09-19:
-----------
* prepare for 4.06: -safe-string transition and browser updates
2017-07-19:
-----------
* Release labltk-8.06.3, for ocaml 4.05
* Various fixes for ocaml 4.05 (merge debian patches by Stephane Glondu)
2017-05-15:
-----------
* Fix configuration and Makefile for OCaml 4.06
2016-08-13:
-----------
* suppress gcc warning about unused variable (Damien Doligez)
2016-08-10:
-----------
* Release labltk-8.06.2, for ocaml 4.04
2016-08-02:
-----------
* update browser for 4.04
2016-04-28:
-----------
* Fix warning 52
2016-04-27:
-----------
* Release labltk-8.06.1
* Adapt to ocaml 4.03
* Fix const qualifiers in C code
2014-12-22:
-----------
* Adapt to changes in trunk
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.
|