Hi

I want to make a shape that can only be added to a other shape (port). 
Where would the best place to define things like that be? Can I do it in 
  Python or do I have to write a C-Extension? If someone has a sample to 
this function that would be great.

thanks,
andi


[EMAIL PROTECTED] wrote:

> Send Dia-list mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://mail.gnome.org/mailman/listinfo/dia-list
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Dia-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Dia Replace for Macs (Mike Hebert)
>    2. Re: dia libs 3 errors (Hans Breuer)
>    3. Re: Dia-list Digest, Vol 30, Issue 24 (Andreas Owen)
>    4. Re: Dia Replace for Macs (Hubert Figuiere)
>    5. Re: Dia Replace for Macs (Mike Hebert)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 28 Oct 2006 14:10:52 +0000
> From: Mike Hebert <[EMAIL PROTECTED]>
> Subject: Dia Replace for Macs
> To: <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello.  I've authored a Mac OS X Universal Binary app which allows a user to 
> replace shapes in Dia drawings without having to reconnect connectors or 
> re-enter shape text.  It's called Dia Replace and I'm looking for volunteers 
> to Beta test it.  When participation in the Beta test is closed I will update 
> the project homepage (http://mike74.com/dia_replace.aspx).  Until then, to 
> request participation email [EMAIL PROTECTED]  Thanks, Mike Hebert
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: /archives/dia-list/attachments/20061028/e7c3fc70/attachment.htm 
> 
> ------------------------------
> 
> Message: 2
> Date: Sat, 28 Oct 2006 19:21:47 +0200
> From: Hans Breuer <[EMAIL PROTECTED]>
> Subject: Re: dia libs 3 errors
> To: Andi Owen <[EMAIL PROTECTED]>
> Cc: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> On 28.10.2006 18:45, Andi Owen wrote:
> 
>>hello
>>
>>thanks alot ofr the help, i didn't notice that i only had libxml and not 
>>libxml2 in the makefile. unfortunatley there are still 3 linking 
>>problems eventhough i've got the libraries. or am i missing something.
>>
>>thanks and regardes
>>andi
>>
>>ps:
>>am i aloud to mail you directly or shout it always go over the mailinglist?
>>
> 
> I'd prefer to keep this on the public mailing list, so possibly other 
> people trying the same can benefit.
> 
> 
>>my cl is as follows:
>>
>>cl -G5 -GF -MDd -W3 -nologo -I. -DHAVE_CONFIG_H -LD -Felibdia.dll 
>>autoroute.obj  arrows.obj  attributes.obj  bezier_conn.obj  
>>beziershape.obj  boundingbox.obj  color.obj  connection.obj  
>>connectionpoint.obj  connpoint_line.obj  debug.obj  diaarrowc
>>hooser.obj  dialinechooser.obj  diatransform.obj  dia_dirs.obj  
>>dia_image.obj  dia_svg.obj  dia_xml.obj  diaerror.obj  diagramdata.obj  
>>diagdkrenderer.obj  diagtkfontsel.obj  diainteractiverenderer.obj  
>>dialibartrenderer.obj  diarenderer.obj  diasvg
>>renderer.obj  dynamic_obj.obj  element.obj  filter.obj  focus.obj  
>>font.obj  geometry.obj  group.obj  intl.obj  message.obj  
>>neworth_conn.obj  objchange.obj  object.obj  object_defaults.obj  
>>orth_conn.obj  paper.obj  parent.obj  persistence.obj  plu
>>g-ins.obj  poly_conn.obj  polyshape.obj  prop_attr.obj  prop_basic.obj  
>>prop_geomtypes.obj  prop_inttypes.obj  prop_sdarray.obj  prop_text.obj  
>>prop_widgets.obj  propdesc.obj  propdialogs.obj   properties.obj  
>>proplist.obj  propobject.obj  propoffse
>>ts.obj  propregistry.obj  ps-utf8.obj  render_pixmap.obj  sheet.obj  
>>text.obj  utils.obj  widgets.obj  diamarshal.obj gtk-win32-2.0.lib 
>>gdk-win32-2.0.lib pango-1.0.lib  pango-1.0.lib pangowin32-1.0.lib 
>>glib-2.0.lib gmodule-2.0.lib gobject-2.0.lib  l
>>ibxml2.lib zlib.lib  art_lgpl_2.lib gdk_pixbuf-2.0.lib  intl.lib 
>>user32.lib advapi32.lib wsock32.lib /link /debug /def:libdia.def
>>  Creating library libdia.lib and object libdia.exp
>>dia_image.obj : error LNK2001: unresolved external symbol 
>>_gdk_pixbuf_new_from_file
>>widgets.obj : error LNK2001: unresolved external symbol 
>>_gtk_file_chooser_set_filename
>>widgets.obj : error LNK2001: unresolved external symbol 
>>_gtk_file_chooser_get_filename
>>libdia.dll : fatal error LNK1120: 3 unresolved externals
>>NMAKE : fatal error U1077: 'cl' : return code '0x2'
>>Stop.
>>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual 
>>Studio\VC98\BIN\nmake.exe"' : return code '0x2'
>>Stop.
>>Error executing nmake.
>>
> 
> Since gtk+ 2.6 all gtk+ functions taking filename argument are redefined to 
> have a _utf8 postfix. The pure symbols are marked as private. One reason to 
> have them unresolved is a mismatch between the headers and the libraries 
> versions.
> If you have updated the gtk version since your first build attempt try 
> deleting widgets.obj and rebuild. Or better:
>       nmake -f makefile.msc clean
> to also avoid other issues where you may have compiled without matching 
> prototype.
> 
>       Hans
> 
> -------- Hans "at" Breuer "dot" Org -----------
> Tell me what you need, and I'll tell you how to
> get along without it.                -- Dilbert
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Sun, 29 Oct 2006 00:29:57 +0200
> From: Andreas Owen <[EMAIL PROTECTED]>
> Subject: Re: Dia-list Digest, Vol 30, Issue 24
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii; format=flowed
> 
> hi
> 
> i thing i'm slowly going insane. i got quite far with the compilation 
> but had some linker problems. then i deleted widgets.obj and executed a 
> makefile clean. now i dont even get to lib files because stddef.h isn't 
> found. i've looked for it all over my system and cant find it.
> 
> environment:
> msvc6
> glib 2.4.5
> gtk-dev-2.8.20-win32-1.exe
> freetype2
> zlib
> libpng
> 
> i've set the gtk paths in msvc/tools/options/directories
> and followed all the steps in "compiling for win32"
> 
> i downloaded all the sources (atk, libxml2...) and searched them for 
> stddef.h but couldn't find it. can anyone help?
> 
> thanks,
> andi
> 
> 
> [EMAIL PROTECTED] wrote:
> 
>>Send Dia-list mailing list submissions to
>>      [email protected]
>>
>>To subscribe or unsubscribe via the World Wide Web, visit
>>      http://mail.gnome.org/mailman/listinfo/dia-list
>>or, via email, send a message with subject or body 'help' to
>>      [EMAIL PROTECTED]
>>
>>You can reach the person managing the list at
>>      [EMAIL PROTECTED]
>>
>>When replying, please edit your Subject line so it is more specific
>>than "Re: Contents of Dia-list digest..."
>>
>>
>>Today's Topics:
>>
>>   1. Dia ChangeLog report for 2006-10-28 03:00:00 UTC (Sat 28 Oct)
>>      (Dia ChangeLog Daemon)
>>   2. Re: Dia-list Digest, Vol 30, Issue 23 (Andreas Owen)
>>   3. msvc link problems (wa Re: Dia-list Digest, Vol 30, Issue 23)
>>      (Hans Breuer)
>>   4. re: Fix bug #144394 and win USD 200 ([EMAIL PROTECTED])
>>
>>
>>----------------------------------------------------------------------
>>
>>Message: 1
>>Date: Sat, 28 Oct 2006 05:08:58 +0200 (CEST)
>>From: Dia ChangeLog Daemon <[EMAIL PROTECTED]>
>>Subject: Dia ChangeLog report for 2006-10-28 03:00:00 UTC (Sat 28 Oct)
>>To: [email protected]
>>Message-ID: <[EMAIL PROTECTED]>
>>
>>Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
>>
>>*** Recent ChangeLog entries:
>>
>>--- ChangeLog.previous        2006-10-27 05:00:50.000000000 +0200
>>+++ dia-cvs-snapshot/ChangeLog        2006-10-28 05:00:05.678956600 +0200
>>@@ -1,3 +1,13 @@
>>+2006-10-26  Lars Clausen  <[EMAIL PROTECTED]>
>>+
>>+     * app/interface.[ch]: Patch from [EMAIL PROTECTED]: Write the 
>>accelerator
>>+     keys in tooltips for standard tools.
>>+
>>+     * app/paginate_psprint.c: Patch for better printing: Reasonable
>>+     file name, check before overwriting, re-popup if file write
>>+     failed.  Thanks to Leon Stringer <[EMAIL PROTECTED]> for
>>+     this patch.
>>+
>> 2006-10-26  Hans Breuer  <[EMAIL PROTECTED]>
>>
>>      * plug-ins/shape/shape-export.c : the icon export facility dependens
>>
>>
>>------------------------------
>>
>>Message: 2
>>Date: Fri, 27 Oct 2006 23:40:53 +0200
>>From: Andreas Owen <[EMAIL PROTECTED]>
>>Subject: Re: Dia-list Digest, Vol 30, Issue 23
>>To: [email protected]
>>Message-ID: <[EMAIL PROTECTED]>
>>Content-Type: text/plain; charset=us-ascii; format=flowed
>>
>>Hello
>>
>>I've solved my previous compiling problems but now i'm having trouble 
>>with the obj-files. i found something about multithreading option "/MT". 
>>It didn't have any affect. can someone please help.
>>
>>thanks
>>andi
>>
>>
>>MSCVC6 output:
>>
>>Creating library libdia.lib and object libdia.exp
>>sheet.obj : error LNK2001: unresolved external symbol __imp__xmlFree
>>dia_svg.obj : error LNK2001: unresolved external symbol __imp__xmlFree
>>dia_xml.obj : error LNK2001: unresolved external symbol __imp__xmlFree
>>object_defaults.obj : error LNK2001: unresolved external symbol 
>>__imp__xmlFree
>>plug-ins.obj : error LNK2001: unresolved external symbol __imp__xmlFree
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlGetProp
>>sheet.obj : error LNK2001: unresolved external symbol _xmlGetProp
>>dia_svg.obj : error LNK2001: unresolved external symbol _xmlGetProp
>>dia_xml.obj : error LNK2001: unresolved external symbol _xmlGetProp
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlGetProp
>>persistence.obj : error LNK2001: unresolved external symbol _xmlGetProp
>>dia_xml.obj : error LNK2001: unresolved external symbol _xmlParseFile
>>dia_xml.obj : error LNK2001: unresolved external symbol _xmlIsBlankNode
>>object_defaults.obj : error LNK2001: unresolved external symbol 
>>_xmlIsBlankNode
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlIsBlankNode
>>sheet.obj : error LNK2001: unresolved external symbol _xmlIsBlankNode
>>dia_xml.obj : error LNK2001: unresolved external symbol 
>>_xmlNodeListGetString
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlSetProp
>>dia_xml.obj : error LNK2001: unresolved external symbol _xmlSetProp
>>diasvgrenderer.obj : error LNK2001: unresolved external symbol _xmlSetProp
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlSetProp
>>persistence.obj : error LNK2001: unresolved external symbol _xmlSetProp
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlNewChild
>>dia_xml.obj : error LNK2001: unresolved external symbol _xmlNewChild
>>diasvgrenderer.obj : error LNK2001: unresolved external symbol _xmlNewChild
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlNewChild
>>persistence.obj : error LNK2001: unresolved external symbol _xmlNewChild
>>dia_xml.obj : error LNK2001: unresolved external symbol 
>>_xmlEncodeEntitiesReentrant
>>plug-ins.obj : error LNK2001: unresolved external symbol 
>>_xmlEncodeEntitiesReentrant
>>dia_xml.obj : error LNK2001: unresolved external symbol 
>>_xmlSaveFormatFileEnc
>>dia_xml.obj : error LNK2001: unresolved external symbol 
>>_xmlKeepBlanksDefault
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_svp_free
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_rgb_svp_alpha
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_svp_vpath_stroke
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_vpath_dash
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_svp_from_vpath
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_bez_path_to_vec
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_rgb_rgba_affine
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_affine_multiply
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_affine_translate
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_affine_identity
>>dialibartrenderer.obj : error LNK2001: unresolved external symbol 
>>_art_rgb_affine
>>sheet.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
>>diasvgrenderer.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
>>persistence.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
>>diasvgrenderer.obj : error LNK2001: unresolved external symbol 
>>_xmlSetDocCompressMode
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlSearchNs
>>persistence.obj : error LNK2001: unresolved external symbol _xmlSearchNs
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlSetNs
>>persistence.obj : error LNK2001: unresolved external symbol _xmlSetNs
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlNewNs
>>persistence.obj : error LNK2001: unresolved external symbol _xmlNewNs
>>object_defaults.obj : error LNK2001: unresolved external symbol 
>>_xmlNewDocNode
>>persistence.obj : error LNK2001: unresolved external symbol _xmlNewDocNode
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlNewDocNode
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlStrdup
>>persistence.obj : error LNK2001: unresolved external symbol _xmlStrdup
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlStrdup
>>object_defaults.obj : error LNK2001: unresolved external symbol _xmlNewDoc
>>persistence.obj : error LNK2001: unresolved external symbol _xmlNewDoc
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlNewDoc
>>plug-ins.obj : error LNK2001: unresolved external symbol 
>>_xmlDocSetRootElement
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlNodeGetContent
>>sheet.obj : error LNK2001: unresolved external symbol _xmlNodeGetContent
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlAddChild
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlFreeNode
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlReplaceNode
>>plug-ins.obj : error LNK2001: unresolved external symbol _xmlNewNode
>>sheet.obj : error LNK2001: unresolved external symbol _xmlSearchNsByHref
>>libdia.dll : fatal error LNK1120: 36 unresolved externals
>>NMAKE : fatal error U1077: 'cl' : return code '0x2'
>>Stop.
>>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual 
>>Studio\VC98\BIN\nmake.exe"' : return code '0x2'
>>Stop.
>>
>>
>>------------------------------
>>
>>Message: 3
>>Date: Sat, 28 Oct 2006 10:49:02 +0200
>>From: Hans Breuer <[EMAIL PROTECTED]>
>>Subject: msvc link problems (wa Re: Dia-list Digest, Vol 30, Issue 23)
>>To: discussions about usage and development of dia
>>      <[email protected]>
>>Message-ID: <[EMAIL PROTECTED]>
>>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>>On 27.10.2006 23:40, Andreas Owen wrote:
>>
>>
>>>Hello
>>>
>>>I've solved my previous compiling problems but now i'm having trouble 
>>>with the obj-files. i found something about multithreading option "/MT". 
>>>It didn't have any affect. can someone please help.
>>>
>>
>>The /mt option *has* the effect to use the correct c-runtime version: 
>>msvcrt.dll. It does not slove other missing libraries if that's what you 
>>are expecting. The cl command line shown by should look like this:
>>
>>Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
>>Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>>
>>         cl -G5 -Zi -MD -W3 -nologo -I. -DHAVE_CONFIG_H -LD -Felibdia.dll 
>>autoroute.obj  arrows.obj  attributes.obj  bezier_conn.obj  beziershape.obj 
>>  boundingbox.obj  color.obj  connection.obj  connectionpoint.obj 
>>connpoint_line.obj  create.obj  debug.obj  diaarrowchooser.obj 
>>dialinechooser.obj  diatransform.obj  dia_dirs.obj  dia_image.obj 
>>dia_svg.obj  dia_xml.obj  diaerror.obj  diagramdata.obj  diagdkrenderer.obj 
>>  diagtkfontsel.obj  diainteractiverenderer.obj  dialibartrenderer.obj 
>>diarenderer.obj  diasvgrenderer.obj  dynamic_obj.obj  element.obj 
>>filter.obj  focus.obj  font.obj  geometry.obj  group.obj  intl.obj 
>>message.obj neworth_conn.obj  objchange.obj  object.obj 
>>object_defaults.obj  orth_conn.obj  paper.obj  parent.obj  persistence.obj 
>>  plug-ins.obj  poly_conn.obj  polyshape.obj  prop_attr.obj  prop_basic.obj 
>>  prop_geomtypes.obj  prop_inttypes.obj  prop_sdarray.obj  prop_text.obj 
>>prop_widgets.obj  propdesc.obj  propdialogs.obj   properties.obj 
>>proplist.obj  propobject.obj  propoffsets.obj  propregistry.obj
>>ps-utf8.obj  render_pixmap.obj  sheet.obj  text.obj  textline.obj 
>>utils.obj  widgets.obj  diamarshal.obj ..\../gtk+-2-8\gtk\gtk-wi32-2.0.lib 
>>..\../gtk+-2-8\gdk\gdk-win32-2.0.lib 
>>..\../gtk+-2-8\gdk-pixbuf\gdk_pixbuf-2.0.lib ..\../pango\pan
>>go\pango-1.0.lib  ..\../pango\pango\pango-1.0.lib 
>>..\../pango\pango\pangowin32-1.0.lib ..\../pango\pango\pango-1.0.lib 
>>..\../pango\pango\pangocairo-1.0.lib ..\..\glib\glib\glib-2.0.lib 
>>..\..\glib\gmodule\gmodule-2.0.lib ..\..\glib\gobject\gobject-2.0.lib 
>>..\../gnome-xml\libxml2.lib ..\../other/zlib123\zlib.lib  ..\../
>>libart_lgpl\libart.lib ..\../gtk+-2-8\gdk-pixbuf\gdk_pixbuf-2.0.lib 
>>..\../other/intl-tml\libintl-1.lib user32.lib advapi32.lib wsock32.lib 
>>/link /OPT:REF /def:libdia.def
>>    Creating library libdia.lib and object libdia.exp
>>
>>
>>
>>
>>>MSCVC6 output:
>>>
>>>Creating library libdia.lib and object libdia.exp
>>>sheet.obj : error LNK2001: unresolved external symbol __imp__xmlFree
>>>[...]
>>>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual 
>>>Studio\VC98\BIN\nmake.exe"' : return code '0x2'
>>
>>Although you haven't shown it your command line is missing the libxml2 
>>part. You either did not follow step 6. in Steffen's list [1] or the 
>>make.msc you are reading does not have something like:
>>
>>LIBXML2_CFLAGS = $(LIBICONV_CFLAGS) -I $(LIBXML2)\include
>>LIBXML2_LIBS = $(LIBXML2)\libxml2.lib
>>
>>BTW: are you aware of the first document [2] trying to describe the build 
>>configuration?
>>
>>
>>[1] http://dia-installer.sourceforge.net/dia_win32_compilation.html
>>[2] http://cvs.gnome.org/viewcvs/glib/README.win32?rev=1.43&view=markup
>>
>>-------- Hans "at" Breuer "dot" Org -----------
>>Tell me what you need, and I'll tell you how to
>>get along without it.                -- Dilbert
>>
>>
>>------------------------------
>>
>>Message: 4
>>Date: Sat, 28 Oct 2006 07:29:43 -0500
>>From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>>Subject: re: Fix bug #144394 and win USD 200
>>To: <[email protected]>
>>Message-ID: <[EMAIL PROTECTED]>
>>Content-Type: text/plain; charset="iso-8859-1"
>>
>>
>>              Interested developers,
>>
>>I would like to offer the first contributor (individual or team) $US200.00 to 
>>having issue 144394 resolved, as per email below.  I'm hoping this is big 
>>enough carrot!  Payment will be via Paypal.  I'll leave it up to Lars, Hans, 
>>and Steffen to be the judge of the best offered solution.
>>
>>I think a time frame for completion of four weeks from now should be enough.  
>>If anyone has any issues with four weeks, let me know.
>>
>>Hans, Lars, Steffen, can we have this mentioned on Dia's web site?
>>
>>Thanks,
>>
>>Timothy Bogie
>>
>>----------------------------------------
>>
>>                              From: "Steffen Macke" <[EMAIL PROTECTED]>
>>Sent: Friday, 13 October 2006 5:08 AM
>>To: "discussions about usage and development of dia" <[email protected]>
>>Subject: Fix bug #144394 and win USD 100 
>>
>>Hello All,
>>
>>Dia has received quite an amount of donations over the past
>>months (A big thanks to Tim Bogie who is doing the majority of
>>the donations).
>>
>>http://dia-installer.sourceforge.net/donation.php
>>
>>This puts us in a position where we can offer USD 100 for the one
>>who provides a fix of bug 144394:
>>
>>http://bugzilla.gnome.org/show_bug.cgi?id=144394
>>
>>The payment can be made through Paypal.
>>
>>If you are a developer and would like to receive some monetary rewards
>>for fixing other bugs or implementing things, please put your proposals
>>forward.
>>
>>Other ideas how to burn the money are also welcome.
>>
>>Happy Coding!
>>
>>Steffen
>>_______________________________________________
>>Dia-list mailing list
>>[email protected]
>>http://mail.gnome.org/mailman/listinfo/dia-list
>>FAQ at http://www.gnome.org/projects/dia/faq.html
>>Main page at http://www.gnome.org/projects/dia
>>
>>
>>-------------- next part --------------
>>An HTML attachment was scrubbed...
>>URL: /archives/dia-list/attachments/20061028/a4ca0572/attachment.htm 
>>
>>------------------------------
>>
>>_______________________________________________
>>Dia-list mailing list
>>[email protected]
>>http://mail.gnome.org/mailman/listinfo/dia-list
>>
>>
>>End of Dia-list Digest, Vol 30, Issue 24
>>****************************************
>>
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Sun, 29 Oct 2006 08:10:03 -0500
> From: Hubert Figuiere <[EMAIL PROTECTED]>
> Subject: Re: Dia Replace for Macs
> To: discussions about usage and development of dia
>       <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Mike Hebert wrote:
> 
>>Hello.  I've authored a Mac OS X Universal Binary app which allows a
>>user to replace shapes in Dia drawings without having to reconnect
>>connectors or re-enter shape text.  It's called Dia Replace and I'm
>>looking for volunteers to Beta test it.  When participation in the
>>Beta test is closed I will update the project homepage
>>(http://mike74.com/dia_replace.aspx).  Until then, to request
>>participation email [EMAIL PROTECTED]  Thanks, Mike Hebert
> 
> 
> So you can provide a patch to have other people test it as well?
> 
> 
> Hub
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Sun, 29 Oct 2006 13:56:46 +0000 (UTC)
> From: Mike Hebert <[EMAIL PROTECTED]>
> Subject: Re: Dia Replace for Macs
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
> 
> Hubert Figuiere <hfiguiere <at> teaser.fr> writes:
> 
> 
>>Mike Hebert wrote:
>>
>>>Hello.  I've authored a Mac OS X Universal Binary app which allows a
>>>user to replace shapes in Dia drawings without having to reconnect
>>>connectors or re-enter shape text.  It's called Dia Replace and I'm
>>>looking for volunteers to Beta test it.  When participation in the
>>>Beta test is closed I will update the project homepage
>>>(http://mike74.com/dia_replace.aspx).  Until then, to request
>>>participation email support <at> mike74.com.  Thanks, Mike Hebert
>>
>>So you can provide a patch to have other people test it as well?
>>
>>Hub
>>
> 
> 
> 
> Hub,
> 
> Until I close participation, anyone who wants to is welcome to help test Dia
> Replace.  I just need them to email me ([EMAIL PROTECTED]) so I can send them 
> a
> download link.  If I have misunderstood your question, please try to help me
> understand it.
> 
> Mike
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Dia-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/dia-list
> 
> 
> End of Dia-list Digest, Vol 30, Issue 25
> ****************************************
> 
_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to