Codebase list guile-gnome-platform / HEAD NEWS
HEAD

Tree @HEAD (Download .tar.gz)

NEWS @HEADraw · history · blame

  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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
guile-gnome-platform NEWS --- history of user-visible changes.


Copyright (C) 2004-2008, 2011-2012, 2014-2017
Free Software Foundation, Inc.
See the end for copying conditions of this file.


Guile-Gnome is a Guile wrapper collection for most of the GNOME core
libraries.

See the README, for more information.


Guile-Gnome-Platform 2.16.5 - David Pirotte, 2017-06-02
=======================================================

* Changes since 2.16.4

  Guile-Gnome is now compatible with Guile-2.2

  But don't hail, this is a maintainance release, which actually
  merely comment the build of the Corba and Gnome-VFS modules, due to
  incompatible changes in Guile-2.2 (see their corresponding entry in
  configure.ac for a better explanation):

  This is reversible though, if you think you have the skill and some
  free time to fix these two, please do! And get in touch with us of
  course...

  Dependencies
  ------------

  Guile-Gnome now allows Guile-2.2, and requires Guile >= 2.0.14


Guile-Gnome-Platform 2.16.4 - David Pirotte, 2015-12-08
=======================================================

This release fixes a serious bug, leading to a runtime error for
Guile-Gnome built against Gcc >= 5.0.

Glib
----

* glib/gnome/gobject/gclosure.c: gcc_please_look_the_other_way must be
  declared volatile.


guile-gnome-platform 2.16.3 - David Pirotte, 2015-07-30
=======================================================

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 required by
guile-clutter 1.12.

All modules
-----------

* Guile-Gnome now requires Guile 2.0, allows Guile 2.2
* Requires G-Wrap >= 1.9.15
* Requires Guile-Cairo >= 1.10

    Note that at the time we write, Guile-Cairo 1.10 has not been
    released yey, it will hopefully soon be the case.  In the mean
    time, the required bleeding edge Guile-Cairo stable version must
    be obtained from the source, see:

       http://www.nongnu.org/guile-cairo/dev/

* toplevel calls moved into an eval-when conditions exp...
* scm-error incorrect arg list, various calls, all fixed.
* all [but 1 Corba related] Guile deprecated calls removed
* remove use of some undocumented GOOPS internals
* adapt to GOOPS changes in Guile 2.2
* make check and make distcheck both have been fixed to work with
  recent automake versions [thanks to Ludovic Courtés for his help wrt
  to make check]

Corba
-----

* fixing allocate-instance for <CORBA:Object>
* gnome-corba-error, gruntime-error, don't call save-stack
  [deprecated]

Glib
----

* g_get_current_time now [temporarily] ignored, it was not properly
  wrapped anyway.
* <glib-wrapset> 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
=========================================

packaging changes
-----------------
* Instead of the terribly complicated revision control configuration
  that we had before, now all code is in git, and in just one branch.
  The build files like Makefile.am and configure.ac are no longer
  generated from other files.

* Update to support Guile 2.0 in addition to 1.8.  (We don't currently
  install compiled .go files yet.)

* Require G-Wrap 1.9.14.

* If Guile is new enough, tab completion at the REPL will cause all
  "latent" bindings to become present.  This makes it easier to explore
  the API.

glib
----
* Fix generation of code that produces errors when compiled when
  wrapping GList* types.

gtk
---
* Fix some instances of allocating boxed types with g_new0 instead of
  the boxed type's own copy function.  Thanks to Greg Benison and
  Patrick Bernaud.

* Fix linking error regarding libgw-guile-gnome-gtk and libguile-cairo.
  Thanks to Andreas Rottmann.

* Add overrides with parameter annotations for methods of
  GtkPrintOperation (bug #603211).  Thanks to Patrick Bernaud.

* Add wrapper for gtk_tree_view_get_path_at_pos().  Thanks to Patrick
  Bernaud.

* Fix up some of the example files for 2.16.0 API.  Thanks to Patrick
  Bernaud.

* The GtkTextBuffer API now uses UTF-8 for Guile 2.0.  Thanks to Mark
  Weaver.  There is more work to do regarding UTF-8 and Guile 2.0,
  though.

libglade
--------
* Fix automatic connection of signals to handlers (bug #605248).  Thanks
  to Patrick Bernaud.


guile-gnome-platform 2.16.1 - Andy Wingo, 2008-07-03
====================================================

packaging changes
-----------------
* Removed the "docs" module; its content, the tutorial, is now folded
  into the documentation for all of the relevant modules (e.g. GLib,
  GTK+, CORBA, etc.)

* Changelogs have all been archived to ChangeLog.pre-2.16, because now
  we will just use revision control logs.

* Suppress some automake warnings.

* Add guile-clutter to the set of configurable packages.

atk
---
* Improved documentation.

corba
-----
* Improved documentation, folding the tutorial text in to the (gnome
  corba) module commentary.

* Removed a printf.

defs
----
* New platform release, no change.

gconf
-----
* Imroved documentation, with example.

* Fixed a bug regarding GConfClient notification.

glib
----
* Improved documentation.

* Build process is slightly less noisy.

* Recognize GInitiallyUnowned as a sinkable object.

This doesn't affect e.g. GTK+, for which we already recognize GtkObject
as sinkable, but it does affect e.g. Clutter.

* Don't error when constructing parameter types of which we are unaware.

Affects e.g. ClutterUnit parameters; the precise nature of this fix will
change in the future.
  
* Accept integers as init values for <gchar> or <guchar> values.

* Bugfix for custom-wrapped boxed values, like GdkRectangle.

* Fix regressions on x86-64.

gnome-vfs
---------
* Improved documentation, with some example code.

gtk
---
* Improved documentation, merging in content from the tutorial into the
  main GTK+ docs.

libglade
--------
* Improved documentation, with an example.

libgnome
--------
* Improved documentation.

libgnomecanvas
--------------
* Improved documentation.

libgnomeui
----------
* Improved documentation.

pango
-----
* Added (gnome pangocairo) module, along with documentation.


guile-gnome-platform 2.15.98 - Andy Wingo, 2008-04-25
=====================================================

packaging changes
-----------------
* Formally require Guile 1.8, as has been the case for a while now.

* Bump the API_VERSION to 2, as a test before going stable.

This will change all library names, pkg-config names, installed header
names, etc. (use-modules (gnome-0)) in user code should be changed to
(use-modules (gnome-2)). guile-gnome-0 is now guile-gnome-2.

The purpose of this change is to shake out any bugs in the API_VERSION
mechanism. The intention is for the next release to be 2.16.0, with
API_VERSION=2.

atk
---
* Documentation updated.

gconf
-----
* Documentation updated.

* Don't use API deprecated in Guile 1.8.

glib
----
* API changes: Made gtype-interface-destroy! public. Removed the
  terrible %especify-metaclass! as it is not used.

* Documentation updated.

* Don't use API deprecated in Guile 1.8.

* A few bugfixes after the large changes in 2.15.97.

gnome-vfs
---------
* Documentation updated.

* Don't use API deprecated in Guile 1.8.

gtk
---
* Documentation updated.

* Don't use API deprecated in Guile 1.8.

* Remove special wrapper for <gtk-message-dialog>, as GTK+ 2.10 has
  enough of a gobject property interface.

libglade
--------
* Documentation updated.

libgnome
--------
* Documentation updated.

* Don't use API deprecated in Guile 1.8.

libgnomecanvas
--------------
* Documentation updated.

* Don't use API deprecated in Guile 1.8.

libgnomeui
----------
* Documentation updated.

pango
-----
* Documentation updated.

* Don't use API deprecated in Guile 1.8.


guile-gnome-platform 2.15.97 - Andy Wingo, 2008-04-10
=====================================================

corba
-----
* Adapt to changes in (gnome gobject). corba-typecode->gtype-class is
  the new name for corba-typecode->gtype.

* Compilation fix if BONOBO_EX is already defined.

gconf
-----
* Adapt to changes in (gnome gobject).

glib
----
* Major rewrite of low-level (gnome gobject) code. 

GTypes are no longer exposed to Scheme. Instead, types are represented
directly as <gtype-class> instances.

Internally, <gtype-class> instances know their GType, because is stored
in a <read-only-slot>, which stores a raw (untagged) word -- the perfect
size for a GType.

Similarly, I also removed the need for <%gtype-instance> smobs as well,
through interesting trickery: the GOOPS objects directly store the
GTypeInstance* pointer in a <read-only-slot>. The trickery is that we
can be notified when the struct is collected, via monkeypatching the
<gtype-class> objects to free via a custom function,
scm_gtype_instance_struct_free. This allows us to unref the object.

The same strategy was applied to GValue wrappers. With this change,
Guile-GNOME no longer holds C data in SMOBs.

Removing the <gtype>, <%gtype-class>, <%gtype-instance>, and primitive
<gvalue> types has allowed for the removal of much useless,
non-orthogonal glue API.

Signals and parameters are also represented natively with GOOPS objects,
not structures. There is no overhead for this, as GOOPS objects are in
fact structures, whose VTable is their class.

This is an incompatible change, but one which allows me to commit to a
stable API/ABI, perhaps in the next release.

Please test your programs against this version, so that I can help you
port, and so that we can make sure that the API is fine.

gnome-vfs
---------
* Adapt to changes in (gnome gobject).

gtk
---
* New function wrapper: gtk-widget-get-state.

* Reintroduce gtk-menu-popup wrapper, this time supporting the menu
  positioning function.

* Adapt to changes in (gnome gobject).

* Interface changes: Tree models now deal in <gtype-class> instances,
  now that there are no more GType objects. This applies to the list
  store, tree store, and the generic tree model.

* Make the texinfo viewer understand more kinds of @def commands.

libglade
--------
* Adapt to changes in (gnome gobject).

libgnomecanvas
--------------
* Compilation fixes with picky compilers.


guile-gnome-platform 2.15.96 - Andy Wingo, 2007-12-10
=====================================================

packaging changes
-----------------
* Support a variant of check-coverage that generates a texinfo file with
  the missing functions.

* Various buildfixes for building out-of-tree modules such as
  guile-gnome-gstreamer.

atk
---
* API review. Lots of interface types actually declared.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

cairo
-----
* Remove (gnome cairo), as we have no actual public API.

corba
-----
* Add automatically generated documentation and API regression tests.
  The docs need some work, however.

docs
----
* Minor updates.

gconf
-----
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

glib
----
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

* Bugfix: avoid SCM_STRING_CHARS in core (gnome gobject) code, which
  will raise an exception when called on shared substrings.

* Fixes to the fifo.scm example, which uses GIOChannel.

* Leave guile mode at the right time in g-main-loop-run, fixing some
  hangs.

* Change to the wrapset generator to no longer silently wrap opaque
  types; instead, functions that reference unknown types are ignored,
  and a warning is printed out. Requires more discipline when making
  wrapsets, but reduces random crap being wrapped.

* Add support for appending a list of undocumented functions to the
  generated documentation.

* Add support for wrapping more kinds of C structures: freeable
  pointers, generic refcounted pointers, and destructurable values. See
  the changes to (gnome gw support gobject) for more information.

gnome-vfs
---------
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

gtk
---
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

* Fixes to make sure that all examples work.

* Fix crasher in gtk-tree-model-iter-next.

libglade
--------
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

libgnome
--------
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

libgnomecanvas
--------------
* API review.

* Documentation changes: add type index, section for undocumented
  exports, regenerated for changes resulting from API review.

* Fix wrapper for GnomeCanvasPoints.

libgnomeui
----------
* Documentation changes: add type index, section for undocumented
 exports, regenerated for changes resulting from API review.

* API review, resulting in a number of functions being ignored.
  
pango
-----
* Documentation changes: add type index, section for undocumented
 exports, regenerated for changes resulting from API review.

* API review, resulting in a number of functions being ignored.


guile-gnome-platform 2.15.95 - Andy Wingo, 2007-11-10
=====================================================

packaging changes
-----------------
* Build system work: add common makefile include for unit tests and a
  new check-coverage target to documentation builds.

atk
---
* Added API regression test suite.

gconf
-----
* Add API regression test suite.

* Add documentation, generated from upstream gtk-doc.

glib
----
* Added API regression unit tests for (gnome gw glib); previously only
  (gnome gobject) was tested.

* Add new code to check documentation coverage, integrated with the
  build system via the generate-docs.mk file in the `pkg' module.

* Fix documentation of class properties.

gnome-vfs
---------
* Add API regression test suite.

* Add documentation, generated from upstream gtk-doc.

The docs are suboptimal, as they do not talk at all the mapping between
gnome-vfs handles and scheme ports.

gtk
---
* Incompatible change: (gnome gtk) only exports GDK and GTK functions

(gnome gtk) used to re-export (oop goops), (gnome gobject), and a number
of other modules. This was changed so that we could guarantee a stable
interface for (gnome gtk); if you want other modules, you should
explicitly require them.

* Added API regression test suite.

libglade
--------
* Added documentation, generated from upstream gtk-doc.

* Added API regression test suite.

libgnome
--------
* Add documentation, generated from upstream gtk-doc.

* Add API regression test suite.

libgnomecanvas
--------------
* Add API regression test suite.

* Add documentation, generated from upstream gtk-doc.

libgnomeui
----------
* Add documentation, generated from upstream gtk-doc.

* Add API regression test suite.

pango
-----
* Fix linking errors that made pangocairo unusable.

* Add API regression test suite.


guile-gnome-platform 2.15.94 - Andy Wingo, 2007-09-25
=====================================================

packaging changes
-----------------
* Added infrastructure to make documentation.

atk
---
* Add documentation.

corba
-----
* Fix a compiler warning.

defs
----
* Remove .defs for libwnck, as they are not part of the platform.

glib
----
* Added documentation for the gobject and glib wrappers.

* Added unit tests which check that the (gnome gobject) and (gnome gw
  glib) APIs do not unintentionally change incompatibly.

* Added infrastructure for automatically producing documentation based
  on upstream GTK-Doc documentation.

* Fixed a number of API bugs; see the ChangeLog from 2006-09-01 and
  before for more details. Should not affect user's applications.

gtk
---
* Added documentation for the gtk and gdk wrappers.

pango
-----
* Added documentation for the pango and pangocairo wrappers.


guile-gnome-platform 2.15.93 - Andy Wingo, 2007-06-15
=====================================================

The most notable features of the release are that (1) it works, unlike
2.15.92; and (2) load time is much faster with the latest Guile 1.8 CVS.

cairo
-----
* Guile-Gnome-Cairo 2.15.92 was unusable; fixed. Unfortunately this
  means that we have to make another small shared library.

defs
----
* Fix pango defs to include pango-tabs.h.

glib
----
* Fix parsing of some options on arguments, such as (callee-owned),
  broken since 2007-05-05.

* Fix wrapper name of g-string-get-str.

* Fix some default values lost when glib.defs was autogenerated.

* Large speedup in load time of wrapped modules if we detect that
  Guile's module-make-local-var! is "lightweight", as is the case in the
  latest Guile 1.8 and HEAD CVS.

gtk
---
* Fix wrapping of GdkEvent, which had broken mysteriously.


guile-gnome-platform 2.15.92 - Andy Wingo, 2007-05-24
=====================================================

packaging changes
-----------------
* Updates to h2defs.py to automatically handle more cases.

* Add cairo to guile-gnome-platform.

atk
---
* Update to wrap ATK 1.12, corresponding to GNOME 2.16.

cairo
-----
* G-wrap integration for external guile-cairo module.

corba
-----
* Fix bug caused by change in guile-gnome-glib a while back that
  prevented CORBA from loading (#416570).

defs
----
* Update all defs files to the library versions corresponding to the
  GNOME 2.16 development platform. Defs files are now entirely
  autogenerated.

docs
----
* New platform release, no change.

gconf
-----
* Update to wrap GConf 2.18, corresponding to GNOME 2.16.

glib
----
* Update to GLib 2.10. Notably, this wraps the GBookmarkFile API, and
  the g_unicode and g_utf8 functions.

* Fix POSIX signal handling when running the main loop with Guile 1.8.

gnome-vfs
---------
* Update to wrap GNOME-VFS 2.16.

gtk
---
* Update to wrap GTK+ 2.10, part of GNOME 2.16.

* Require guile-cairo.

* Bugfixes.

libglade
--------
* Update to wrap libglade 2.6.0, corresponding to GNOME 2.16.

libgnome
--------
* Update to wrap libgnome 2.16.

libgnomecanvas
--------------
* Update to wrap libgnomecanvas 2.14, corresponding to GNOME 2.16.

libgnomeui
----------
* Update to wrap libgnomeui 2.16.

pango
-----
* Wrap pangocairo if cairo is available.

* Update pango wrappers to version 1.14.


guile-gnome-platform 2.15.91 - Andy Wingo, 2007-05-10
=====================================================

packaging changes
-----------------
* Require G-Wrap 1.9.8.

atk
---
* Update for defs parser changes.

docs
----
* Add "Getting started" chapter to tutorial.

gconf
-----
* Updates for defs parser changes.

glib
----
* Leave guile mode when calling into C, and enter when calling back into
  Guile, as in GClosures. Guile-gnome now supports multithreaded
  operation on Guile 1.8.

* The custom handler for g_warning() and friends was removed;
  guile-gnome will no longer scm_error when GLib logs.

* The defs parser automatically recognizes more output arguments, for
  example guint64*.

* Many bugfixes.

gnome-vfs
---------
* Updates for defs parser changes.

gtk
---
* Additions:
  - gtk-menu-popup accepts #f for parent widget arguments.
  - gdk-event-button: accessors now work on 2button and 3button events.
  - New GDK event accessor: gdk-event-button:time

* Bugfixes:
  - Fix gtk-icon-size-lookup and gtk-icon-size-get-name wrappers.

* Updates for defs parser changes.

libglade
--------
* Update for changes to defs parser.

libgnomecanvas
--------------
* Update for changes in the defs parser.



guile-gnome-platform 2.15.90 - Andy Wingo, 2006-12-15
=====================================================

packaging changes
-----------------
* Require G-Wrap 1.9.7.

* Update to use bzr as the version control system, instead of tla.

atk
---
* Build fix for g-wrap.

corba
-----
* Build fix for g-wrap.

gconf
-----
* Build fixes for g-wrap.

glib
----
* Operate on GTypeInstances via a generic registry of fundamental type
  operations. guile-gnome-glib comes with operations on GObject and
  GParamSpec; wrappers can define other operations for other fundamental
  types (such as GstMiniObject in GStreamer).

* Require G-Wrap 1.9.7, so that we can place all of our generics in the
  (gnome gw generics) module instead of in the root module.

* Avoid calling scm_ functions while in GC sweep, fixes crashes on Guile
  1.8.

* Add support macro for wrapping custom unclassed GTypes, such as
  GStreamer's fractions.

* Don't ignore 'null-ok (or other options) in cases like this:
  '("GMainContext*" "context" (null-ok) (default "NULL")).

* Remove SLIB dependency by folding in the needed functionality.

* Add support for gsize and gssize, both as input and output parameters.

* Add accessors for fields of GError.

* Other compile, memleak, and bug fixes.

gnome-vfs
---------
* Build updates for g-wrap.

* Don't attempt to wrap bonobo functions, they are not present in newer
  gnome-vfs.

* Fix locking, the --disable-deprecated mechanism, and some GCC 4
  warnings.

gtk
---
* Build updates for g-wrap, compile fixes for GCC 4.

* Wrap GtkListStore (previously skipped by mistake).

* Wrap gint* and guint* output args, and annotate some parameters as
  null-ok.

libglade
--------
* Build updates for g-wrap.

libgnome
--------
* Build updates for g-wrap.

libgnomecanvas
--------------
* Build updates for g-wrap and other compile fixes.

libgnomeui
----------
* Build updates for g-wrap.

pango
-----
* Build updates for g-wrap.


guile-gnome-platform 2.7.99 - Andy Wingo, 2005-03-06
====================================================

* Require g-wrap >= 1.9.4.

* Add a general option to disable wrapping deprecated functions.


guile-gnome-platforn 2.7.98 - Andy Wingo, 2005-01-11
====================================================

* Initial release with NEWS.


Copyright (C) 2004,2005,2006,2007,2008,2011 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.