From b22c3febd4c54f2085d9c65834ec5157589e9b2e Mon Sep 17 00:00:00 2001 From: David PIROTTE Date: Wed, 8 Oct 2014 19:46:50 -0300 Subject: [PATCH 3/3] Update NEWS * NEWS: Update. --- NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/NEWS b/NEWS index 742fcbc..ce9aa75 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,58 @@ guile-gnome-platform is a binding between Guile Scheme and the Gnome stack of libraries. See the README, for more information. +guile-gnome-platform 2.16.3 - David Pirotte, 2014-10-08 +======================================================= + +The primary objectives, working towards this release, were (1) to +remove all code specific to the support of guile versions prior to +guile 2, (2) getting rid of all guile related deprecated messages +[that second part of the mission almost completed, there is still one +corba related deprecated warning message, help to resolve that last +one is welcome!], and (3) wrap gdk_pixbuf_get_pixels requested by +guile-clutter 1.12. + +None 'specific' changes +----------------------- + +* scm-error incorrect arg list, various calls, all fixed. + +* Toplevel calls moved into an eval-when conditions exp... + +* make check has been fixed to work with recent automake versions + [thanks to Ludovic Courtés] + +corba +----- + +* fixing allocate-instance for + +glib +---- + +* g_get_current_time now [temporarily] ignored, it was not properly + wrapped anyway. + +* missing some basic pointer types: guint8*, guchar*, + gunichar*, gunichar2* added and wrapped as opaque pointers. + +* scm_c_gparam_construct 4th argument type definition fixed + +* use &gw-bad-typespec, not &gw:bad-typespec, fixed. + +gdk-pixbuf +---------- + +* gdk_pixbuf_get_pixels removed from the ignore list, it returns a + guchar*, just added, no specific wrapper needed. + +gtk +--- + +* gtk_recent_info_get_application_info should [temporarily] be + ignored, it needs a special wrapper, to be done still. + + guile-gnome-platform 2.16.2 -- 2012-09-05 ========================================= -- 2.1.1