CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/02/01 03:22:01
Modified files:
x11/lablgtk2 : Makefile
Added files:
x11/lablgtk2/patches: patch-src_gdk_ml patch-src_gtkSignal_ml4
patch-src_ml_glib_c
patch-src_ml_gtkstock_c
Log message:
Useful bugfixes from the OCaml Forge git repo:
Add missing handling of new modifier keys (Meta, Super, Hyper)
(upstream git commit 579347d69a83703472ee8a46e522f5bb7b739d6b)
GtkSignal.connect_property: don't fetch the property value by hand
(upstream git commit adf6b7a5972356eddfdd6cb5243e4eaf8ea59d02)
Fix a segmentation fault due to a bad C cast
(upstream git commit 1c20cc7454f3b6f5341ef906fb0bf07ca681fc5e)