Flush
authorMiguel de Icaza <miguel@gnome.org>
Fri, 4 Jan 2002 16:38:40 +0000 (16:38 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 4 Jan 2002 16:38:40 +0000 (16:38 -0000)
svn path=/trunk/mono/; revision=1834

doc/download
doc/faq
doc/index
doc/runtime
web/download
web/faq
web/index
web/runtime

index 5d115574696a083d473029997c58a272f835ebea..8e61fedc78dd2b134decb5f44686b31012845c6d 100644 (file)
        GNU make tools.  These may be obtained for the Windows
        environment from <a href="http://www.cygwin.com">cygwin.com</a>.
 
        GNU make tools.  These may be obtained for the Windows
        environment from <a href="http://www.cygwin.com">cygwin.com</a>.
 
-       You will also need to get GLIB, from: <a
-href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz</a>
+       You will also need to get GLIB and <a
+       href="http://www.freedesktop.org/software/pkgconfig">pkgconfig</a>.
+       You can get Glib 1.3 from: <a
+       href="ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz">ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz</a>.
 
 <a name="sources">
 ** Sources
 
 <a name="sources">
 ** Sources
diff --git a/doc/faq b/doc/faq
index 968cebacf12aaf79e7a191bfbc44257a79d8ea0e..1085af56b8c2ce77566875843da7f48c6f7ffb2f 100644 (file)
--- a/doc/faq
+++ b/doc/faq
@@ -653,3 +653,8 @@ A: The key difference between CORBA (and COM) and the CLI is that the
    space.  This means much less copying and no need for reference
    counting.
 
    space.  This means much less copying and no need for reference
    counting.
 
+Q: Will you support COM?
+
+A: The runtime will support XPCOM on Unix systems and COM on Windows.
+   Most of the code for dynamic trampolines exists already.
+
index bff215253c0e37a8af40cc8d41cfbd76d8287c52..39d21401d54d1b4962c23b376d2e13d6614dcf20 100644 (file)
--- a/doc/index
+++ b/doc/index
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
+** Jan 4, 2002
+
+       Dietmar landed the Unicode support patch.  Class libraries and
+       runtimes are now fully Unicode aware.  The details are <a href=
+       "http://lists.ximian.com/archives/public/mono-list/2002-January/002409.html">
+       here</a>
+
 ** Jan 4, 2002
 
        Mike Kestner posted an update on Gtk# <a
 ** Jan 4, 2002
 
        Mike Kestner posted an update on Gtk# <a
index 6c04b7c2ee9f63887f2dad8c51232648ebca9d65..8a08cc861638a18e8ae0e1c5a79a1c3a58adac0a 100644 (file)
        are planning on using the ORP GC engine and deploy it by
        middle January.  
 
        are planning on using the ORP GC engine and deploy it by
        middle January.  
 
+* COM and XPCOM
+
+       We plan on adding support for XPCOM on Unix and COM on Microsoft
+       Windows later in our development process.
+
 ** Executing MSIL/CIL images
 
        The code will load an executable and map the references to
 ** Executing MSIL/CIL images
 
        The code will load an executable and map the references to
index 5d115574696a083d473029997c58a272f835ebea..8e61fedc78dd2b134decb5f44686b31012845c6d 100644 (file)
        GNU make tools.  These may be obtained for the Windows
        environment from <a href="http://www.cygwin.com">cygwin.com</a>.
 
        GNU make tools.  These may be obtained for the Windows
        environment from <a href="http://www.cygwin.com">cygwin.com</a>.
 
-       You will also need to get GLIB, from: <a
-href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz</a>
+       You will also need to get GLIB and <a
+       href="http://www.freedesktop.org/software/pkgconfig">pkgconfig</a>.
+       You can get Glib 1.3 from: <a
+       href="ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz">ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz</a>.
 
 <a name="sources">
 ** Sources
 
 <a name="sources">
 ** Sources
diff --git a/web/faq b/web/faq
index 968cebacf12aaf79e7a191bfbc44257a79d8ea0e..1085af56b8c2ce77566875843da7f48c6f7ffb2f 100644 (file)
--- a/web/faq
+++ b/web/faq
@@ -653,3 +653,8 @@ A: The key difference between CORBA (and COM) and the CLI is that the
    space.  This means much less copying and no need for reference
    counting.
 
    space.  This means much less copying and no need for reference
    counting.
 
+Q: Will you support COM?
+
+A: The runtime will support XPCOM on Unix systems and COM on Windows.
+   Most of the code for dynamic trampolines exists already.
+
index bff215253c0e37a8af40cc8d41cfbd76d8287c52..39d21401d54d1b4962c23b376d2e13d6614dcf20 100644 (file)
--- a/web/index
+++ b/web/index
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
+** Jan 4, 2002
+
+       Dietmar landed the Unicode support patch.  Class libraries and
+       runtimes are now fully Unicode aware.  The details are <a href=
+       "http://lists.ximian.com/archives/public/mono-list/2002-January/002409.html">
+       here</a>
+
 ** Jan 4, 2002
 
        Mike Kestner posted an update on Gtk# <a
 ** Jan 4, 2002
 
        Mike Kestner posted an update on Gtk# <a
index 6c04b7c2ee9f63887f2dad8c51232648ebca9d65..8a08cc861638a18e8ae0e1c5a79a1c3a58adac0a 100644 (file)
        are planning on using the ORP GC engine and deploy it by
        middle January.  
 
        are planning on using the ORP GC engine and deploy it by
        middle January.  
 
+* COM and XPCOM
+
+       We plan on adding support for XPCOM on Unix and COM on Microsoft
+       Windows later in our development process.
+
 ** Executing MSIL/CIL images
 
        The code will load an executable and map the references to
 ** Executing MSIL/CIL images
 
        The code will load an executable and map the references to