Make unit tests optional.
[ardour.git] / libs / libgnomecanvasmm / ChangeLog
index 0adbf043eb796d35d1d41dfdfe787f4bdac9c896..5de1d36668d78bad7eef6fa9a6b72c3262ceb58e 100644 (file)
@@ -1,58 +1,3 @@
-2.16.0:
-
-2.14.0:
-
-2005-12-21  Murray Cumming  <murrayc@murrayc.com>
-
-       * libgnomecanvas/src/bpath.ccg:
-       * libgnomecanvas/src/bpath.hg: path property: 
-       Use GnomeCanvasDef* instead of RefPtr, because that 
-       breaks the API less, compared to the previous gpointer.
-
-2005-12-20  Murray Cumming  <murrayc@murrayc.com>
-
-       * libgnomecanvas/src/bpath.hg: The path property is 
-       a PathDef, not a gpointer*. This theoretically breaks 
-       API/ABI, but it is useless if we do not change it, 
-       because the type is now checked in the C library.
-       * libgnomecanvas/src/libgnomecanvas_signals.defs: 
-       Update with h2defs.py, but ignoring API-break-causing 
-       writable/not-writable changes.
-       Bug #320502 by Pau Fernandez.
-
-2005-12-06   Jonathon Jongsma <jonathon.jongsma@gmail.com>
-
-       * configure.in: Look for gmmproc in generic libdir 
-       directory, because that is not always lib/. This 
-       fixes the build on some 64-bit systems.
-
-2.12.0:
-
-2005-09-07  Murray Cumming  <murrayc@murrayc.com
-
-       * Updated NEWS and increased version.
-2.11.1:
-
-2005-06-09  Murray Cumming  <murrayc@murrayc.com
-
-       * libgnomecanvas/src/item.ccg:
-       * libgnomecanvas/src/item.hg: Added get_parent_group() 
-       convenience method, so people do not have to use the 
-       property.
-       * demos/canvas_features.cc:
-       * demos/primitives.cc: Use get_parent_group() instead of 
-       property_parent().
-
-This is the HEAD branch. The gnome-2-10 is for maintenance of 
-libgnomecanvasmm-2.10.x.
-2005-06-08  Murray Cumming  <murrayc@murrayc.com>
-
-       * libgnomecanvas/src/canvas.hg:
-       * libgnomecanvas/src/ellipse.hg:
-       * libgnomecanvas/src/group.hg: Removed extra ;s that break 
-       the build on SUN Forte CC.
-
 2.10.0:
 
 2005-02-07  Cedric Gustin  <cedric.gustin@swing.be>