From d606bde0cdf31f8a63343f2fb79c7fca54c4bacd Mon Sep 17 00:00:00 2001 From: Martin Willemoes Hansen Date: Tue, 26 Aug 2003 20:38:27 +0000 Subject: [PATCH] Flush svn path=/trunk/diacanvas-sharp/; revision=17639 --- ChangeLog | 2 ++ TODO | 2 ++ dia/makefile | 2 +- doc/en/Dia/CapStyle.xml | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4467516..e03fa2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ * doc/en/Dia/CanvasGroup.xml: * doc/en/Dia/CanvasViewItem.xml: Partially documented * TODO: Added + * dia/makefile: Added compile options to suppres warnings about + missing Equals and GetHashcode functions. 2003-08-25 Martin Willemoes Hansen diff --git a/TODO b/TODO index 51d13ab..4aa4e9a 100644 --- a/TODO +++ b/TODO @@ -19,5 +19,7 @@ Dia.CanvasViewItem.AddItems Method = Related matters = =================== +*DONE* Ship bug report against Gtk# parser/generator about turning Has and Is methods into properties. + diff --git a/dia/makefile b/dia/makefile index a798177..9a1b3bd 100644 --- a/dia/makefile +++ b/dia/makefile @@ -12,7 +12,7 @@ LIBRARY= dia-sharp.dll all: $(LIBRARY) $(LIBRARY): generated/*.cs - mcs --unsafe --target library $(ASSEMBLIES) --recurse '*.cs' -o $(LIBRARY) + mcs --unsafe -nowarn:0660,0661 --target library $(ASSEMBLIES) --recurse '*.cs' -o $(LIBRARY) install: install -o root -g root -m 644 $(LIBRARY) $(PREFIX)/lib diff --git a/doc/en/Dia/CapStyle.xml b/doc/en/Dia/CapStyle.xml index 56206a2..b9946b7 100644 --- a/doc/en/Dia/CapStyle.xml +++ b/doc/en/Dia/CapStyle.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. Specifies how the end of a are drawn. - The default is . + The default is . System.Enum