Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garrigue committed Jun 10, 2024
1 parent 66f8e14 commit afbd6d2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
LablGTK changes log

## In Lablgtk-3.1.5

2024.06.10 [Jacques]
* Prepare for release
* Fix typos in README.md (#182) [Sylvain Chiron]

2024.05.20 [Jacques]
* Typo in ml_gtk_text_buffer_get_iter_at_line_index. (#181) [Hugo Herbelin]

2024.05.14 [Jacques]
* Support windows sockets in Glib.IO.channel_of_descr (#176)
[with Michael Soegtrop]

2024.03.24 [Jacques]
* fix pointer incompatibility in ml_gtk_style_context_list_classes (#178)

Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LablGTK3 3.1.4 : an interface to the GIMP Tool Kit
# LablGTK3 3.1.5 : an interface to the GIMP Tool Kit

## Dependencies

Expand Down Expand Up @@ -264,12 +264,22 @@ it, you may use compaction through `Gc.compact` where it is safe
See examples in examples/sourceview/*3.ml
The executable must be linked with lablgtksourceview3.cma.
- GtkSpell 3 support
- RSVG2 support:
This binding was contributed by Olivier Andrieu.
It requires librsvg-2.x (preferably 2.2.x).
See an example in examples/rsvg.
The executable must be linked with lablrsvg.cma.
- GooCanvas2 support:
This binding was contributed by Maxence Guesdon.
It requires libgoocanvas-2.x.
See examples in examples/goocanvas2.
The executable must be linked with lablgtk3_goocanvas2.cma.


#### Not available in Gtk3

- LibGlade support: not available in Gtk3 (replaced by GtkBuilder)
- GL extension: not available in Gtk3
- SVG support: not available in Gtk3
- GnomeCanvas support: not available in Gtk3

### Running lablgtk3 in the toplevel
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 1.8)
(name lablgtk3)
(version 3.1.2)
(version 3.1.5)
4 changes: 2 additions & 2 deletions tools/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
(targets varcc.ml)
(deps (:source varcc.ml4))
(mode promote)
(action (bash "camlp5o pr_o.cmo -impl %{source} -o %{targets}")))
(action (bash "camlp5o o_keywords.cmo pr_o.cmo -impl %{source} -o %{targets}")))

(rule
(targets propcc.ml)
(deps (:source propcc.ml4))
(mode promote)
(action (bash "camlp5o pr_o.cmo -impl %{source} -o %{targets}")))
(action (bash "camlp5o o_keywords.cmo pr_o.cmo -impl %{source} -o %{targets}")))

(executables
(names varcc propcc)
Expand Down

0 comments on commit afbd6d2

Please sign in to comment.