зеркало из https://github.com/mono/mail-archives.git
175 строки
6.8 KiB
HTML
175 строки
6.8 KiB
HTML
|
<!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 @@
|
||
|
-<html><head><title>MonoDevelop 0.4 Release Notes</title>
|
||
|
+<html>
|
||
|
+ <head>
|
||
|
+ <title>MonoDevelop 0.4 Release Notes</title>
|
||
|
<style type="text/css">
|
||
|
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 @@
|
||
|
|
||
|
</style>
|
||
|
<script src="prettyprint.js" type="text/javascript">
|
||
|
- </script></head>
|
||
|
+ </script>
|
||
|
+ </head>
|
||
|
<body onload="paintColors();">
|
||
|
|
||
|
<h1>MonoDevelop 0.4</h1>
|
||
|
@@ -88,23 +95,25 @@
|
||
|
<a href="<A HREF="http://www.monodevelop.com/"">http://www.monodevelop.com/"</A>>here</a>. There is also a nice
|
||
|
tutorial <a href="<A HREF="http://www.monodevelop.com/tutorial.aspx"">http://www.monodevelop.com/tutorial.aspx"</A>>here</a>.
|
||
|
|
||
|
- </p><h2>Installing MonoDevelop</h2>
|
||
|
+ </p>
|
||
|
+
|
||
|
+ <h2>Installing MonoDevelop</h2>
|
||
|
|
||
|
<h3>Getting setup</h3>
|
||
|
|
||
|
<p>You can get detailed instructions on how to build MonoDevelop 0.4 from <a href="<A HREF="http://www.monodevelop.com/tutorials/package_install.aspx"">http://www.monodevelop.com/tutorials/package_install.aspx"</A>>here</a>.</p>
|
||
|
-
|
||
|
+
|
||
|
<p>You can download MonoDevelop 0.4 source from <a href="<A HREF="http://www.go-mono.com/archive/beta1/monodevelop-0.4.tar.gz"">http://www.go-mono.com/archive/beta1/monodevelop-0.4.tar.gz"</A>>here</a>. The <a href="<A HREF="http://www.go-mono.com/download.html"">http://www.go-mono.com/download.html"</A>>go-mono</a> site may contain packages for your distro.</p>
|
||
|
-
|
||
|
+
|
||
|
<h2>New Features</h2>
|
||
|
|
||
|
<h3>Monodoc Integration</h3>
|
||
|
|
||
|
<p>F1 now attempts to identify what type and method you are working
|
||
|
- with and pull up Monodoc documentation for it.</p>
|
||
|
+ with and pull up Monodoc documentation for it.</p>
|
||
|
|
||
|
<h3>Code Completion</h3>
|
||
|
-
|
||
|
+
|
||
|
<p>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.</p>
|
||
|
@@ -113,9 +122,9 @@
|
||
|
|
||
|
<p>Drag and Drop from nautilus (and other text/uri-list providers) is now
|
||
|
supported.</p>
|
||
|
-
|
||
|
+
|
||
|
<h3>Generation of makefiles</h3>
|
||
|
-
|
||
|
+
|
||
|
<p>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.</p>
|
||
|
-
|
||
|
+
|
||
|
<p>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.</p>
|
||
|
-
|
||
|
- <h3>Translators</h3>
|
||
|
- <p>Atsushi Eno - Japanese<br />
|
||
|
- Vincent Daron - French</p>
|
||
|
|
||
|
+ <h3>Translators</h3>
|
||
|
+
|
||
|
+ <p>Atsushi Eno - Japanese<br />
|
||
|
+ Vincent Daron - French</p>
|
||
|
+
|
||
|
<h3>Thanks</h3>
|
||
|
|
||
|
<p>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>
|