Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-08-09 13:26:10 +0400
committerLluis Sanchez <lluis@novell.com>2007-08-09 13:26:10 +0400
commite23e70662b5cc75debbe7aa05ce6523b36b2bc90 (patch)
tree9c12d882801344df66d6290b616328c30947c2aa /ChangeLog
parent0eb7c809bdc506bf7a83cb4d97a3e5b4d2dbe7d8 (diff)
Reorganized the extension point hierarchy. Embedded all add-in manifests as resources.
Other changes: * Core/src/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Updated. * Core/src/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs: The IDE is not implemented as an add-in anymore. * Core/src/MonoDevelop.Core/MonoDevelop.Core.AddIns/IconCodon.cs: Moved to MD.Projects.Gui. * contrib/Mono.Addins.Setup.dll, contrib/Mono.Addins.dll, contrib/Mono.Addins.Gui.dll: Updated from mono-addins module. * Extras/MonoDevelop.GtkCore/lib/libstetic.dll: Updated from stetic module. svn path=/trunk/monodevelop/; revision=83722
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6dabee8f3..84529c0331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-09 Lluis Sanchez Gual <lluis@novell.com>
+
+ * contrib/Mono.Addins.Setup.dll, contrib/Mono.Addins.dll,
+ contrib/Mono.Addins.Gui.dll: Updated from mono-addins module.
+ * Makefile.am: Reorganized the extension point hierarchy. Embedded all
+ add-in manifests as resources.
+
2007-08-03 Ankit Jain <jankit@novell.com>
* Makefile.am: Add man to SUBDIRS