mail-archives/monodevelop-patches-list/2004-May/001233.html

175 строки
6.8 KiB
HTML
Исходник Постоянная ссылка Обычный вид История

2019-06-06 22:06:15 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Monodevelop-patches-list] r1626 - trunk/md-website/release_notes
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1626%20-%20trunk/md-website/release_notes&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001232.html">
<LINK REL="Next" HREF="001234.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Monodevelop-patches-list] r1626 - trunk/md-website/release_notes</H1>
<B>commit-watcher at mono-cvs.ximian.com</B>
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1626%20-%20trunk/md-website/release_notes&In-Reply-To="
TITLE="[Monodevelop-patches-list] r1626 - trunk/md-website/release_notes">commit-watcher at mono-cvs.ximian.com
</A><BR>
<I>Mon May 24 23:15:16 EDT 2004</I>
<P><UL>
<LI>Previous message: <A HREF="001232.html">[Monodevelop-patches-list] r1625 - trunk/md-website/release_notes
</A></li>
<LI>Next message: <A HREF="001234.html">[Monodevelop-patches-list] r1627 - trunk/md-website
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1233">[ date ]</a>
<a href="thread.html#1233">[ thread ]</a>
<a href="subject.html#1233">[ subject ]</a>
<a href="author.html#1233">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Author: tberman
Date: 2004-05-24 23:15:15 -0400 (Mon, 24 May 2004)
New Revision: 1626
Modified:
trunk/md-website/release_notes/0.4.html
Log:
minor formatting fu
Modified: trunk/md-website/release_notes/0.4.html
===================================================================
--- trunk/md-website/release_notes/0.4.html 2004-05-25 02:56:19 UTC (rev 1625)
+++ trunk/md-website/release_notes/0.4.html 2004-05-25 03:15:15 UTC (rev 1626)
@@ -1,4 +1,6 @@
-&lt;html&gt;&lt;head&gt;&lt;title&gt;MonoDevelop 0.4 Release Notes&lt;/title&gt;
+&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;MonoDevelop 0.4 Release Notes&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
h1 {
color: #efefef;
@@ -57,6 +59,7 @@
border: 0;
vertical-align: top;
}
+
.code-xml, .code-csharp
{
margin:15px;
@@ -68,7 +71,10 @@
line-height:110%;
}
- .shell { border-style: solid; background: #000000; color: #bbbbbb;
+ .shell {
+ border-style: solid;
+ background: #000000;
+ color: #bbbbbb;
#777777; border-width:
1px; padding: 2pt;
margin-left: 4em;
@@ -77,7 +83,8 @@
&lt;/style&gt;
&lt;script src=&quot;prettyprint.js&quot; type=&quot;text/javascript&quot;&gt;
- &lt;/script&gt;&lt;/head&gt;
+ &lt;/script&gt;
+ &lt;/head&gt;
&lt;body onload=&quot;paintColors();&quot;&gt;
&lt;h1&gt;MonoDevelop 0.4&lt;/h1&gt;
@@ -88,23 +95,25 @@
&lt;a href=&quot;<A HREF="http://www.monodevelop.com/&quot;">http://www.monodevelop.com/&quot;</A>&gt;here&lt;/a&gt;. There is also a nice
tutorial &lt;a href=&quot;<A HREF="http://www.monodevelop.com/tutorial.aspx&quot;">http://www.monodevelop.com/tutorial.aspx&quot;</A>&gt;here&lt;/a&gt;.
- &lt;/p&gt;&lt;h2&gt;Installing MonoDevelop&lt;/h2&gt;
+ &lt;/p&gt;
+
+ &lt;h2&gt;Installing MonoDevelop&lt;/h2&gt;
&lt;h3&gt;Getting setup&lt;/h3&gt;
&lt;p&gt;You can get detailed instructions on how to build MonoDevelop 0.4 from &lt;a href=&quot;<A HREF="http://www.monodevelop.com/tutorials/package_install.aspx&quot;">http://www.monodevelop.com/tutorials/package_install.aspx&quot;</A>&gt;here&lt;/a&gt;.&lt;/p&gt;
-
+
&lt;p&gt;You can download MonoDevelop 0.4 source from &lt;a href=&quot;<A HREF="http://www.go-mono.com/archive/beta1/monodevelop-0.4.tar.gz&quot;">http://www.go-mono.com/archive/beta1/monodevelop-0.4.tar.gz&quot;</A>&gt;here&lt;/a&gt;. The &lt;a href=&quot;<A HREF="http://www.go-mono.com/download.html&quot;">http://www.go-mono.com/download.html&quot;</A>&gt;go-mono&lt;/a&gt; site may contain packages for your distro.&lt;/p&gt;
-
+
&lt;h2&gt;New Features&lt;/h2&gt;
&lt;h3&gt;Monodoc Integration&lt;/h3&gt;
&lt;p&gt;F1 now attempts to identify what type and method you are working
- with and pull up Monodoc documentation for it.&lt;/p&gt;
+ with and pull up Monodoc documentation for it.&lt;/p&gt;
&lt;h3&gt;Code Completion&lt;/h3&gt;
-
+
&lt;p&gt;In addition to numerous bugfixes in general, Lluis Sanchez (of mono's
remoting and web services fame) has rewritten the code completion
backend and given us amazing speed and memory improvements.&lt;/p&gt;
@@ -113,9 +122,9 @@
&lt;p&gt;Drag and Drop from nautilus (and other text/uri-list providers) is now
supported.&lt;/p&gt;
-
+
&lt;h3&gt;Generation of makefiles&lt;/h3&gt;
-
+
&lt;p&gt;The makefile generation support that was beta in 0.3 has been greatly
improved in 0.4. It is now able to handle most projects and will not
interfere with existing automake builds. These makefiles are also
@@ -131,15 +140,16 @@
Jeroen Zwartepoorte, John BouAnton, John Luke, Lluis Sanchez Gual,
Miguel de Icaza, Nick Drochak, Pawel Rozanski, Pedro Abelleira Seco,
Richard Torkar, Todd Berman and Vincent Daron.&lt;/p&gt;
-
+
&lt;p&gt;This list is not complete, it is missing some contributions sent
in to the list and via our bugzilla. Your work is still greatly
appreciated.&lt;/p&gt;
-
- &lt;h3&gt;Translators&lt;/h3&gt;
- &lt;p&gt;Atsushi Eno - Japanese&lt;br /&gt;
- Vincent Daron - French&lt;/p&gt;
+ &lt;h3&gt;Translators&lt;/h3&gt;
+
+ &lt;p&gt;Atsushi Eno - Japanese&lt;br /&gt;
+ Vincent Daron - French&lt;/p&gt;
+
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;Steve Deobald and Kevin Breit for developing, maintaining, and
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001232.html">[Monodevelop-patches-list] r1625 - trunk/md-website/release_notes
</A></li>
<LI>Next message: <A HREF="001234.html">[Monodevelop-patches-list] r1627 - trunk/md-website
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1233">[ date ]</a>
<a href="thread.html#1233">[ thread ]</a>
<a href="subject.html#1233">[ subject ]</a>
<a href="author.html#1233">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
mailing list</a><br>
</body></html>