blob: 01ed843eb709dc2d5627a91783f05db48644ca17 (
plain)
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
|
--- libgnomecanvas/src/line.hg 2004/07/09 08:38:56 1.1
+++ libgnomecanvas/src/line.hg 2004/07/09 08:40:31
@@ -115,7 +115,7 @@ namespace Glib
{
template <>
-class Glib::Value<Gnome::Canvas::Points> : public Glib::Value_Boxed<Gnome::Canvas::Points>
+class Value<Gnome::Canvas::Points> : public Value_Boxed<Gnome::Canvas::Points>
{
public:
static GType value_type() G_GNUC_CONST;
--- libgnomecanvas/libgnomecanvasmm/line.h 2004/07/09 08:42:09 1.1
+++ libgnomecanvas/libgnomecanvasmm/line.h 2004/07/09 08:42:34
@@ -286,7 +286,7 @@ namespace Glib
{
template <>
-class Glib::Value<Gnome::Canvas::Points> : public Glib::Value_Boxed<Gnome::Canvas::Points>
+class Value<Gnome::Canvas::Points> : public Value_Boxed<Gnome::Canvas::Points>
{
public:
static GType value_type() G_GNUC_CONST;
--- ChangeLog 11 Jul 2004 18:10:49 -0000
+++ ChangeLog 2 May 2004 10:06:31 -0000 1.55.2.2
@@ -1,3 +1,17 @@
+2004-05-01 Takashi Takekawa <takekawa@users.sourceforge.jp>
+
+ * libgnomecanvas/libgnomecanvas.[h,cc] (GNOMEMM_PROPERTY,
+ GNOMEMM_PROPERTY_IMPL): fixed doubled '>' when T is a template class,
+ for the Intel compiler.
+ * libgnomecanvas/src/line.hg: deleted unnecessary namespace
+ qualification, for the Intel compiler.
+
+2003-12-21 Eric Bourque <ericb@computer.org>
+ * libgnomecanvasmm.spec.in: fixed dependency to gtkmm2 instead of gtkmm
+
+2003-09-25 Eric Bourque <ericb@computer.org>
+ * libgnomecanvasmm.spec.in: updated for libgnomecanvasmm-2.0
+
2.0.1:
2003-08-22 Murray Cumming <murrayc@usa.net>
|