--- monodevelop-0.10/./Core/src/MonoDevelop.Components/ChangeLog 2006-04-04 21:29:03.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Components/ChangeLog 2006-05-06 01:26:43.000000000 +0200 @@ -1,3 +1,13 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Components.mdp: Updated. + +2006-04-30 David Makovský (Yakeen) + + * MonoDevelop.Components.mdp + * Makefile.am + * MonoDevelop.Components/DragNotebook.cs: removed (moved into Gdl) + 2006-03-29 Lluis Sanchez Gual * MonoDevelop.Components/CellRendererComboBox.cs: --- monodevelop-0.10/./Core/src/MonoDevelop.Core/ChangeLog 2006-04-04 21:29:04.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Core/ChangeLog 2006-05-06 01:26:43.000000000 +0200 @@ -1,3 +1,65 @@ +2006-05-05 Lluis Sanchez Gual + + * MonoDevelop.Core.AddIns/AddInService.cs: Throw an UserException if + StartApplication can't find the provided application. + Implemented GetApplications(). + * MonoDevelop.Core.AddIns/AssemblyLoader.cs: Use GetAssemblyManifest + instead of GetAssembly to get the referenced assemblies, since it + is much faster. + * MonoDevelop.Core.AddIns/CodonBuilder.cs: Use the new ChildCodonsAttribute + instead of CategoryAttribute. + * MonoDevelop.Core.addin.xml: Added some descriptions. + * MonoDevelop.Core.AddIns.Setup/SetupService.cs: When resolving dependencies, + if one of the unresolved dep is MonoDevelop.Core, just report that a + new MD version is required. Make ApplicationRecord implement + IApplicationInfo. + + * MonoDevelop.Core.mdp: + * Makefile.am: Added ChildCodonsAttribute.cs. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Core.addin.xml: Updated versions. + * MonoDevelop.Core.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * MonoDevelop.Core/SystemAssemblyService.cs: Implemented support for + 2.0 assemblies. + * MonoDevelop.Core/ClrVersion.cs: New enum which represents the target + runtime version. + + * MonoDevelop.Core.mdp: + * Makefile.am: added ClrVersion.cs. + +2006-04-07 Lluis Sanchez Gual + + * MonoDevelop.Core.addin.xml: + * MonoDevelop.Core.AddIns/ClassCodon.cs + * MonoDevelop.Core.AddIns/AbstractCodon.cs: + * MonoDevelop.Core.AddIns/ExecutionHandlerCodon.cs: + * MonoDevelop.Core.AddIns/IconCodon.cs: Added documentation. + + * MonoDevelop.Core.AddIns/IAddInTreeNode.cs: Add new + properties to be able to get more information about + an extension point. + * MonoDevelop.Core.AddIns/AddIn.cs: When checking dependencies, + make sure the required version of an add-in is installed. + Read the new extension-nodes and description attributes for + extensions. + * MonoDevelop.Core.AddIns/CodonFactory.cs: Added helper method. + * MonoDevelop.Core.AddIns/DefaultAddInTree.cs: Add documentation + from extensions into the tree. + * MonoDevelop.Core.AddIns/CodonBuilder.cs: Added some helper + methods for getting codon documentation. + * MonoDevelop.Core.AddIns/DefaultAddInTreeNode.cs: Added properties + for storing extension point documentation. + * MonoDevelop.Core.AddIns/DumpAddinInfoApp.cs: New command-line + application which writes the extension tree in an xml file. + + * MonoDevelop.Core.mdp: + * Makefile.am: Updated. + 2006-04-03 Lluis Sanchez Gual * MonoDevelop.Core.AddIns.Setup/SetupService.cs: Added --- monodevelop-0.10/./Core/src/MonoDevelop.Core.Gui/ChangeLog 2006-04-04 21:29:01.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Core.Gui/ChangeLog 2006-05-06 01:26:25.000000000 +0200 @@ -1,3 +1,28 @@ +2006-05-05 Lluis Sanchez Gual + + * MonoDevelop.Core.Gui.Codons/ItemSetCodon.cs: Use the new ChildCodons + attribute instead of Category. + * MonoDevelop.Core.Gui.Utils/FileIconLoader.cs: Added workaround for + crash in LookupSync. + * MonoDevelop.Core.Gui.addin.xml: Added description. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Core.Gui.addin.xml: Updated versions. + * MonoDevelop.Core.Gui.mdp: Updated. + +2006-04-07 Lluis Sanchez Gual + + * MonoDevelop.Core.Gui.Codons/LocalCommandItemCodon.cs: + * MonoDevelop.Core.Gui.Codons/LinkItemCodon.cs: + * MonoDevelop.Core.Gui.Codons/StockIconCodon.cs: + * MonoDevelop.Core.Gui.Codons/CommandItemCodon.cs: + * MonoDevelop.Core.Gui.Codons/CommandCodon.cs: + * MonoDevelop.Core.Gui.Codons/DialogPanelCodon.cs: + * MonoDevelop.Core.Gui.Codons/SeparatorItemCodon.cs: + * MonoDevelop.Core.Gui.addin.xml: + * MonoDevelop.Core.Gui.Codons/ItemSetCodon.cs: Add documentation. + 2006-04-03 Lluis Sanchez Gual * MonoDevelop.Core.Gui.Dialogs/ResourceService.cs: Check that --- monodevelop-0.10/./Core/src/MonoDevelop.Documentation/ChangeLog 2006-04-04 21:29:00.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Documentation/ChangeLog 2006-05-06 01:26:21.000000000 +0200 @@ -1,3 +1,12 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Documentation.addin.xml: Updated versions. + * MonoDevelop.Documentation.mdp: Updated. + +2006-04-05 David Makovský (Yakeen) + + * MonoDevelop.Documentation.mdp: Updated project files + 2006-03-31 Lluis Sanchez Gual * MonoDevelop.Documentation.addin.xml: Break compatibility --- monodevelop-0.10/./Core/src/MonoDevelop.Ide/ChangeLog 2006-04-04 21:29:02.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Ide/ChangeLog 2006-05-06 01:26:42.000000000 +0200 @@ -1,3 +1,95 @@ +2006-05-05 Lluis Sanchez Gual + + * MonoDevelop.Ide.Codons/WorkbenchContextCodon.cs: + * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: Use the new ChildCodons + attribute instead of Category. + * MonoDevelop.Ide.addin.xml: Added application description. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Ide.addin.xml: Updated versions. + * MonoDevelop.Ide.mdp: Updated. + * MonoDevelop.Ide.Gui/IdeStartup.cs: Do check for bug 77135 only + in suse 10. + +2006-04-21 Lluis Sanchez Gual + + * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: + * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: + Show only assemblies valid for the target runtime version + of the project. + +2006-04-20 Jacob Ilsø Christensen + + * MonoDevelop.Ide.Gui/ProjectOperations.cs: Save solution + preferences in the actual solution directory instead of in + .config/MonoDevelop/CombinePreferences. Fixed bug #78036. + +2006-04-19 Andrés G. Aragoneses + + * Base.glade: improved string. + +2006-04-19 Lluis Sanchez Gual + + * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: When + adding files to a project, don't save the project until + all files have been added. Also show a progress monitor + when adding many files. + +2006-04-19 Lluis Sanchez Gual + + * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Fixed crash after + renaming a folder (bug #78134). + +2006-04-18 Andrés G. Aragoneses + + * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: + * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Added strings to l10n. + * MonoDevelop.Ide.Gui/IdeStartup.cs: Fixed typo. + +2006-04-18 Lluis Sanchez Gual + + * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: + If the template provides a file name with extension, don't + replace it. Fixes bug #78040. + +2006-04-18 Lluis Sanchez Gual + + * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Don't create the + splash window in the static initializer, since it may be created + before GTK is initialized. + +2006-04-18 Lluis Sanchez Gual + + * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: + Fix null ref exception in Ubuntu. Fix by Sebastian Dröge. + +2006-04-17 Jacob Ilsø Christensen + + * Base.glade: Fixed typo. + +2006-04-07 David Makovský (Yakeen) + + * MonoDevelop.Ide.Commands/FileCommands.cs: Added filtering in File dialog + * MonoDevelop.Ide.addin.xml: renamed attribute in FileFilter Extension + +2006-04-07 Lluis Sanchez Gual + + * MonoDevelop.Ide.Codons/NodeBuilderCodon.cs: + * MonoDevelop.Ide.Codons/PadOptionCodon.cs: + * MonoDevelop.Ide.Codons/DisplayBindingCodon.cs: + * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: + * MonoDevelop.Ide.Codons/ProjectTemplateCodon.cs: + * MonoDevelop.Ide.Codons/PadCodon.cs: + * MonoDevelop.Ide.Codons/ContextPadCodon.cs: + * MonoDevelop.Ide.Codons/FileTemplateCodon.cs: + * MonoDevelop.Ide.Codons/FileTemplateTypeCodon.cs: + * MonoDevelop.Ide.Codons/WorkbenchContextCodon.cs: + * MonoDevelop.Ide.addin.xml: Add documentation. + + * Makefile.am: + * MonoDevelop.Ide.mdp: Removed unused file. + 2006-04-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Minor fix. --- monodevelop-0.10/./Core/src/MonoDevelop.Projects/ChangeLog 2006-04-04 21:29:01.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Projects/ChangeLog 2006-05-06 01:26:22.000000000 +0200 @@ -1,3 +1,103 @@ +2006-05-05 Lluis Sanchez Gual + + * MonoDevelop.Projects.Parser/AssemblyCodeCompletionDatabase.cs: + Use GetAssemblyManifest instead of GetAssembly, which is faster. + * MonoDevelop.Projects.addin.xml: Added some descriptions. + +2006-05-05 Lluis Sanchez Gual + + * MonoDevelop.Projects.Parser/AssemblyCodeCompletionDatabase.cs: Added + LoadError error property, which is set to true if the assembly + can't be found. + * MonoDevelop.Projects.Parser/DefaultParserService.cs: + In GenerateAssemblyDatabase, throw an exception if the assembly + can't be found. This avoids an infinite reparsing loop. + * MonoDevelop.Projects.Parser/AssemblyInformation.cs: Don't catch + exceptions, since they are cached by the caller. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Projects.addin.xml: Updated versions. + * MonoDevelop.Projects.mdp: Updated. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Projects/Combine.cs: Fix nullref in Clean. + +2006-04-24 Lluis Sanchez Gual + + * MonoDevelop.Projects.Parser/AssemblyCodeCompletionDatabase.cs: + Don't crash if an assembly can't be found. It can be a dependency + not yet installed. Fixes bug #78172. + * MonoDevelop.Projects.Parser/DefaultParserService.cs: Log some + exceptions. + +2006-04-21 Lluis Sanchez Gual + + * MonoDevelop.Projects.CodeGeneration/BaseRefactorer.cs: Fix hang + when adding a new line. + +2006-04-21 Lluis Sanchez Gual + + * MonoDevelop.Projects/DotNetProjectConfiguration.cs: Added property + for ClrVersion. + * MonoDevelop.Projects/ProjectReference.cs: Removed setter for the + Reference property, and the ReferenceChanged event. Removed also + some unused code. + * MonoDevelop.Projects/CombineEntry.cs: Added Modified and Saved + events. + * MonoDevelop.Projects/Combine.cs: Fire change events when the combine + changes. Chain on entrie's Modified and Saved events. + * MonoDevelop.Projects/DotNetProject.cs: Added property + for ClrVersion. + * MonoDevelop.Projects/Project.cs: Fire change events when the project + changes. + * MonoDevelop.Projects.Ambience/AmbienceReflectionDecorator.cs: Commented + unused code. + * MonoDevelop.Projects.Parser/AssemblyCodeCompletionDatabase.cs: Use Cecil + and SystemAssemblyService to get information about assemblies. + * MonoDevelop.Projects.Parser/DefaultParserService.cs: Added some null + checks. Factorized some code. + * MonoDevelop.Projects.Parser/ProjectCodeCompletionDatabase.cs: Added support + for different CLR versions. + + * MonoDevelop.Projects.Parser/ReflectionClass.cs: + * MonoDevelop.Projects.Parser/ReflectionParameter.cs: + * MonoDevelop.Projects.Parser/ReflectionEvent.cs: + * MonoDevelop.Projects.Parser/ReflectionMethod.cs: + * MonoDevelop.Projects.Parser/ReflectionProperty.cs: + * MonoDevelop.Projects.Parser/ReflectionIndexer.cs: + * MonoDevelop.Projects.Parser/ReflectionField.cs: + * MonoDevelop.Projects.Parser/ReflectionReturnType.cs: + * MonoDevelop.Projects.Parser/AssemblyInformation.cs: Use Cecil instead of + reflection to read assembly data. + + * MonoDevelop.Projects.mdp: + * Makefile.am: Added reference to Mono.Cecil. + +2006-04-18 Lluis Sanchez Gual + + * MonoDevelop.Projects.Parser/DefaultParserService.cs: Fix warning. + * MonoDevelop.Projects.mdp: Removed unneeded dependency. + +2006-04-11 Lluis Sanchez Gual + + * TextFile.cs: In InsertText, insert the text in the text + field, not in the text parameter. Patch by Tom Stephenson. + +2006-04-07 David Makovský (Yakeen) + + * MonoDevelop.Projects.Extensions/FileFormatCodon.cs: Renamed XML attribute + +2006-04-07 Lluis Sanchez Gual + + * MonoDevelop.Projects.Extensions/FileFormatCodon.cs: + * MonoDevelop.Projects.Extensions/LanguageBindingCodon.cs: + * MonoDevelop.Projects.Extensions/ProjectBindingCodon.cs: + * MonoDevelop.Projects.Extensions/ItemPropertyCodon.cs: + * MonoDevelop.Projects.Extensions/FileFilterCodon.cs: + * MonoDevelop.Projects.addin.xml: Add documentation. + 2006-04-04 Lluis Sanchez Gual * MonoDevelop.Projects.Parser/DefaultParserService.cs: More --- monodevelop-0.10/./Core/src/MonoDevelop.Projects.Gui/ChangeLog 2006-04-04 21:29:01.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Projects.Gui/ChangeLog 2006-05-06 01:26:25.000000000 +0200 @@ -1,3 +1,20 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Projects.Gui.addin.xml: Updated versions. + * MonoDevelop.Projects.Gui.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * MonoDevelop.Projects.Gui.addin.xml: Removed unused stuff. + * Base.glade: Added RuntimeOptionsPanel design. + + * Makefile.am: + * MonoDevelop.Projects.Gui.mdp: Added RuntimeOptionsPanel.cs. + +2006-04-07 Lluis Sanchez Gual + + * MonoDevelop.Projects.Gui.addin.xml: Add documentation. + 2006-03-29 Lluis Sanchez Gual * MonoDevelop.Projects.Gui.Dialogs.OptionPanels/CombineConfigurationPanel.cs: --- monodevelop-0.10/./Core/src/MonoDevelop.Startup/ChangeLog 2006-04-04 21:29:02.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Startup/ChangeLog 2006-05-06 01:26:42.000000000 +0200 @@ -1,3 +1,11 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Startup.mdp: Updated. + +2006-04-05 David Makovský (Yakeen) + + * MonoDevelop.Startup.mdp: Updated project files + 2006-03-29 Lluis Sanchez Gual * MonoDevelop.Startup/MonoDevelopMain.cs: Shutdown the runtime --- monodevelop-0.10/./Core/src/MonoDevelop.Dock/ChangeLog 2006-04-04 21:29:01.000000000 +0200 +++ monodevelop-0.11/./Core/src/MonoDevelop.Dock/ChangeLog 2006-05-06 01:26:25.000000000 +0200 @@ -1,3 +1,14 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Dock.mdp: Updated. + +2006-04-30 David Makovský (Yakeen) + + * MonoDevelop.Dock.mdp + * Makefile.am + * DragNotebook.cs: added - moved from MonoDevelop.Components, fixes + * DockNotebook.cs: use DragNotebook + 2006-03-24 Lluis Sanchez Gual * MonoDevelop.Dock.mdp: Updated. --- monodevelop-0.10/./Core/src/ICSharpCode.SharpRefactory/ChangeLog 2006-04-04 21:29:00.000000000 +0200 +++ monodevelop-0.11/./Core/src/ICSharpCode.SharpRefactory/ChangeLog 2006-05-06 01:26:21.000000000 +0200 @@ -1,3 +1,7 @@ +2006-05-04 Lluis Sanchez Gual + + * ICSharpCode.SharpRefactory.mdp: Updated. + 2006-03-24 Lluis Sanchez Gual * ICSharpCode.SharpRefactory.mdp: Updated. --- monodevelop-0.10/./Core/src/Tools/mdhost/ChangeLog 2006-04-04 21:29:01.000000000 +0200 +++ monodevelop-0.11/./Core/src/Tools/mdhost/ChangeLog 2006-05-06 01:26:23.000000000 +0200 @@ -1,3 +1,7 @@ +2006-05-04 Lluis Sanchez Gual + + * mdhost.mdp: Updated. + 2006-03-29 Lluis Sanchez Gual * src/mdhost.cs: Support the Unix channel for comunication --- monodevelop-0.10/./Core/src/Tools/mdrun/ChangeLog 2006-04-04 21:29:01.000000000 +0200 +++ monodevelop-0.11/./Core/src/Tools/mdrun/ChangeLog 2006-05-06 01:26:23.000000000 +0200 @@ -1,3 +1,11 @@ +2006-05-05 Lluis Sanchez Gual + + * src/mdrun.cs: Added parameter for querying the available apps. + +2006-05-04 Lluis Sanchez Gual + + * mdrun.mdp: Updated. + 2006-03-29 Lluis Sanchez Gual * src/mdrun.cs: Shutdown the runtime before exiting. --- monodevelop-0.10/./Extras/DebuggerAddIn/ChangeLog 2006-04-04 21:29:09.000000000 +0200 +++ monodevelop-0.11/./Extras/DebuggerAddIn/ChangeLog 2006-05-06 01:26:47.000000000 +0200 @@ -1,3 +1,7 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.Debugger.mdp: Updated. + 2006-03-24 Lluis Sanchez Gual * Visualizers/Makefile.am: --- monodevelop-0.10/./Extras/MonoDevelop.SourceEditor/ChangeLog 2006-04-04 21:29:33.000000000 +0200 +++ monodevelop-0.11/./Extras/MonoDevelop.SourceEditor/ChangeLog 2006-05-06 01:26:49.000000000 +0200 @@ -1,3 +1,27 @@ +2006-05-05 Lluis Sanchez Gual + + * MonoDevelop.SourceEditor.Gui.OptionPanels/CodeTemplatePanel.cs: + Code Template Combobox was adding a new column to store after + each action. Fix for bug #78082 by Chris Wilson. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.SourceEditor.addin.xml: Updated versions. + * MonoDevelop.SourceEditor.mdp: Updated. + +2006-04-19 Andrés G. Aragoneses + + * MonoDevelop.SourceEditor.FormattingStrategy/IndentStyle.cs: fixed typos. + +2006-04-17 Andrés G. Aragoneses + + * MonoDevelop.SourceEditor.addin.xml: Added string to l10n and fixed a typo. + +2006-04-07 Lluis Sanchez Gual + + * MonoDevelop.SourceEditor.Codons/EditActionCodon.cs: + * MonoDevelop.SourceEditor.addin.xml: Added documentation. + 2006-04-03 Lluis Sanchez Gual * MonoDevelop.SourceEditor.Gui/SourceEditorView.cs: Fix for --- monodevelop-0.10/./Extras/prj2make-sharp-lib/ChangeLog 2006-04-04 21:29:09.000000000 +0200 +++ monodevelop-0.11/./Extras/prj2make-sharp-lib/ChangeLog 2006-05-06 01:26:48.000000000 +0200 @@ -1,3 +1,8 @@ +2006-05-04 Lluis Sanchez Gual + + * prj2make-sharp-lib.addin.xml: Updated versions. + * prj2make-sharp-lib.mdp: Updated. + 2006-03-30 Lluis Sanchez Gual * prj2make-sharp-lib.addin.xml: Updated references. --- monodevelop-0.10/./Extras/CSharpBinding/ChangeLog 2006-04-04 21:29:34.000000000 +0200 +++ monodevelop-0.11/./Extras/CSharpBinding/ChangeLog 2006-05-06 01:26:54.000000000 +0200 @@ -1,3 +1,33 @@ +2006-05-04 Lluis Sanchez Gual + + * CSharpBinding.addin.xml: Updated versions. + * CSharpBinding.mdp: Updated. + +2006-04-24 Lluis Sanchez Gual + + * Parser/Resolver.cs: Fix nullref caused by delegates not having + a region or bodyRegion. Fixes bug #78143. + +2006-04-21 Lluis Sanchez Gual + + * CSharpLanguageBinding.cs: Implement GetSupportedClrVersions. + * CSharpBinding.addin.xml: Added panel por selecting the target + runtime version. + * CSharpBindingCompilerManager.cs: Support compilation for .net 2.0. + + * Parser/ExpressionFinder.cs: + * Parser/LanguageItemVisitor.cs: Fixed warnings. + +2006-04-18 Lluis Sanchez Gual + + * templates/GladeSharpProject.xpt.xml: + * templates/GladeSharp2Project.xpt.xml: Remove gnome dependency + from the glade file template. Fix by Sebastian Dröge. + +2006-04-07 David Makovský (Yakeen) + + * CSharpBinding.addin.xml: renamed attributes in FileFilter Extension + 2006-04-04 Lluis Sanchez Gual * Makefile.am: Reference nunit libraries using $(NUNIT_LIBS). --- monodevelop-0.10/./Extras/ILAsmBinding/ChangeLog 2006-04-04 21:29:33.000000000 +0200 +++ monodevelop-0.11/./Extras/ILAsmBinding/ChangeLog 2006-05-06 01:26:53.000000000 +0200 @@ -1,3 +1,16 @@ +2006-05-04 Lluis Sanchez Gual + + * ILAsmBinding.addin.xml: Updated versions. + * ILAsmBinding.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * ILAsmLanguageBinding.cs: Implement GetSupportedClrVersions. + +2006-04-07 David Makovský (Yakeen) + + * ILAsmBinding.addin.xml: renamed attribute in FileFilter Extension + 2006-03-30 Lluis Sanchez Gual * Makefile.am: --- monodevelop-0.10/./Extras/MonoQuery/ChangeLog 2006-04-04 21:29:33.000000000 +0200 +++ monodevelop-0.11/./Extras/MonoQuery/ChangeLog 2006-05-06 01:26:53.000000000 +0200 @@ -1,3 +1,10 @@ +2006-05-04 Lluis Sanchez Gual + + * Mono.Data.Sql.mds: Updated. + * tests/Mono.Data.Sql.Tests.mdp: Updated. + * Mono.Data.Sql/Mono.Data.Sql.mdp: Updated. + * MonoQuery/MonoQuery.mdp: Updated. + 2006-03-30 Lluis Sanchez Gual * MonoQuery/MonoQuery.addin.xml: Updated references. --- monodevelop-0.10/./Extras/JavaBinding/ChangeLog 2006-04-04 21:29:35.000000000 +0200 +++ monodevelop-0.11/./Extras/JavaBinding/ChangeLog 2006-05-06 01:26:54.000000000 +0200 @@ -1,3 +1,16 @@ +2006-05-04 Lluis Sanchez Gual + + * JavaBinding.addin.xml: Updated versions. + * JavaBinding.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * JavaLanguageBinding.cs: Implement GetSupportedClrVersions. + +2006-04-07 David Makovský (Yakeen) + + * JavaBinding.addin.xml: renamed attribute in FileFilter Extension + 2006-03-30 Lluis Sanchez Gual * Makefile.am: --- monodevelop-0.10/./Extras/BooBinding/ChangeLog 2006-04-04 21:29:34.000000000 +0200 +++ monodevelop-0.11/./Extras/BooBinding/ChangeLog 2006-05-06 01:26:54.000000000 +0200 @@ -1,3 +1,18 @@ +2006-05-04 Lluis Sanchez Gual + + * BooBinding.addin.xml: Updated versions. + + * BooShell/BooShell.mdp: + * BooBinding.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * BooLanguageBinding.cs: Implement GetSupportedClrVersions. + +2006-04-07 David Makovský (Yakeen) + + * BooBinding.addin.xml: renamed attribute in FileFilter Extension + 2006-04-03 Lluis Sanchez Gual * BooBinding.addin.xml: Add boo assembly dependency. --- monodevelop-0.10/./Extras/NemerleBinding/ChangeLog 2006-04-04 21:29:08.000000000 +0200 +++ monodevelop-0.11/./Extras/NemerleBinding/ChangeLog 2006-05-06 01:26:45.000000000 +0200 @@ -1,3 +1,16 @@ +2006-05-04 Lluis Sanchez Gual + + * NemerleBinding.addin.xml: Updated versions. + * NemerleBinding.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * NemerleLanguageBinding.cs: Implement GetSupportedClrVersions. + +2006-04-07 David Makovský (Yakeen) + + * NemerleBinding.addin.xml: renamed attribute in FileFilter Extension + 2006-03-30 Lluis Sanchez Gual * Makefile.am: --- monodevelop-0.10/./Extras/NUnit/ChangeLog 2006-04-04 21:29:33.000000000 +0200 +++ monodevelop-0.11/./Extras/NUnit/ChangeLog 2006-05-06 01:26:48.000000000 +0200 @@ -1,3 +1,14 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDevelopNUnit.addin.xml: Updated versions. + * MonoDevelop.NUnit.mdp: Updated. + +2006-04-18 Lluis Sanchez Gual + + * Gui/CircleImage.cs: Added static constructor to get + strict "beforefieldinit" semantics, so that the images + are loaded after GTK is initialized. + 2006-04-04 Lluis Sanchez Gual * Makefile.am: Reference nunit libraries using $(NUNIT_LIBS). --- monodevelop-0.10/./Extras/MonoDeveloperExtensions/ChangeLog 2006-04-04 21:29:33.000000000 +0200 +++ monodevelop-0.11/./Extras/MonoDeveloperExtensions/ChangeLog 2006-05-06 01:26:53.000000000 +0200 @@ -1,3 +1,8 @@ +2006-05-04 Lluis Sanchez Gual + + * MonoDeveloperExtensions.addin.xml: Updated versions. + * MonoDeveloperExtensions.mdp: Updated. + 2006-03-30 Lluis Sanchez Gual * MonoDeveloperExtensions.addin.xml: Updated references. --- monodevelop-0.10/./Extras/VersionControl/ChangeLog 2006-04-04 21:29:09.000000000 +0200 +++ monodevelop-0.11/./Extras/VersionControl/ChangeLog 2006-05-06 01:26:48.000000000 +0200 @@ -1,3 +1,12 @@ +2006-05-04 Lluis Sanchez Gual + + * AddIn/VersionControl.addin.xml: Updated versions. + * AddIn/VersionControlAddIn.mdp: Updated. + * VersionControl/VersionControl.mdp: Updated. + * Diff/Diff.mdp: Updated. + * VersionControl/VersionControl.mds: Updated. + * DiffWidget/DiffWidget.mdp: Updated. + 2006-03-30 Lluis Sanchez Gual * AddIn/Makefile.am: --- monodevelop-0.10/./Extras/VBNetBinding/ChangeLog 2006-04-04 21:29:34.000000000 +0200 +++ monodevelop-0.11/./Extras/VBNetBinding/ChangeLog 2006-05-06 01:26:53.000000000 +0200 @@ -1,3 +1,16 @@ +2006-05-04 Lluis Sanchez Gual + + * VBNetBinding.addin.xml: Updated versions. + * VBNetBinding.mdp: Updated. + +2006-04-21 Lluis Sanchez Gual + + * VBLanguageBinding.cs: Implement GetSupportedClrVersions. + +2006-04-07 David Makovský (Yakeen) + + * VBNetBinding.addin.xml: renamed attribute in FileFilter Extension + 2006-03-30 Lluis Sanchez Gual * Makefile.am: --- monodevelop-0.10/./Extras/WelcomePage/ChangeLog 2006-04-04 21:29:09.000000000 +0200 +++ monodevelop-0.11/./Extras/WelcomePage/ChangeLog 2006-05-06 01:26:48.000000000 +0200 @@ -1,3 +1,8 @@ +2006-05-04 Lluis Sanchez Gual + + * WelcomePage.addin.xml: Updated versions. + * WelcomePage.mdp: Updated. + 2006-04-04 Lluis Sanchez Gual * WelcomePage.xsl: Removed cshrp.net. --- monodevelop-0.10/./Extras/ChangeLogAddIn/ChangeLog 2006-04-04 21:29:09.000000000 +0200 +++ monodevelop-0.11/./Extras/ChangeLogAddIn/ChangeLog 2006-05-06 01:26:48.000000000 +0200 @@ -1,3 +1,8 @@ +2006-05-04 Lluis Sanchez Gual + + * ChangeLogAddIn.addin.xml: Updated versions. + * ChangeLogAddIn.mdp: Updated. + 2006-03-30 Lluis Sanchez Gual * ChangeLogAddIn.addin.xml: Updated references. --- monodevelop-0.10/./Extras/MonoDevelop.GtkCore/ChangeLog 2006-04-04 21:29:09.000000000 +0200 +++ monodevelop-0.11/./Extras/MonoDevelop.GtkCore/ChangeLog 2006-05-06 01:26:47.000000000 +0200 @@ -1,3 +1,51 @@ +2006-05-05 Lluis Sanchez Gual + + * lib/libstetic.dll: Updated from Stetic module. Includes + a fix for bug #78307. + +2006-05-04 Lluis Sanchez Gual + + * MonoDevelop.GtkCore.addin.xml: Updated versions. + * MonoDevelop.GtkCore.mdp: Updated. + +2006-05-03 Lluis Sanchez Gual + + * lib/*: Updated from Stetic module. Includes fixes for + bugs #78266, #78240 and #78276. + + * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderWindow.cs: + * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderEditSession.cs: + * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderView.cs: + * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs: Track changes + in the Stetic API. + +2006-04-24 Lluis Sanchez Gual + + * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs: Don't + crash if a stetic project can't be loaded. Fixes bug #78169. + * lib/libstetic.dll: Updated from Stetic module. Fixes bug #78167. + +2006-04-18 Lluis Sanchez Gual + + * libs/*: Updated from stetic module. Fixed construction of + scales and scrollbars. + +2006-04-19 Lluis Sanchez Gual + + * MonoDevelop.GtkCore.WidgetLibrary/ProjectClassDescriptor.cs: When + creating a widget from a widget design, remove the signals since + those signals reference handlers in the widget class, not the + widget container class. + +2006-04-18 Lluis Sanchez Gual + + * libs/*: Fix nullref in some themes. + +2006-04-10 Lluis Sanchez Gual + + * MonoDevelop.GtkCore/WidgetFileDescriptionTemplate.cs: Fix typo. + * libs/*: Fix for #78111, #78092 and #78090. + 2006-04-04 Lluis Sanchez Gual * MonoDevelop.GtkCore/ProjectResourceProvider.cs: Save the project --- monodevelop-0.10/./po/ChangeLog 2006-04-04 21:29:37.000000000 +0200 +++ monodevelop-0.11/./po/ChangeLog 2006-05-06 01:26:54.000000000 +0200 @@ -1,3 +1,47 @@ +2006-05-05 Wade Berrier + + * POTFILES.in: Uncommented '[encoding: UTF-8]' for make dist to succeed + (Otherwise I get this: http://lists.ximian.com/pipermail/monodevelop-list/2006-April/003667.html) + +2006-04-27 Lluis Sanchez Gual + + * ru.po: Russian translation by Maxim Krentovskiy. + * zh_CN.po: Updated Simplified Chinese translation by Funda Wang. + +2006-04-19 Andrés G. Aragoneses + + * es.po: Added Plural-Forms entry, and updated. + * POTFILES.in: Added missing file from MonoDevelop.Ide. + +2006-04-18 Jacob Ilsø Christensen + + * da.po: Added Plural-Forms entry. + +2006-04-17 Andrés G. Aragoneses + + * POTFILES.in: Added missing file from GtkCore addin. + +2006-04-17 Jacob Ilsø Christensen + + * zh_CN.po: Added. Thanks to Yu Lindong . + +2006-04-17 Jacob Ilsø Christensen + + * fr.po: Updated. Thanks to Nicolas Favre-Félix . + +2006-04-10 Rafael Teixeira + + * POTFILES.in: Added some more source files to be scanned + +2006-04-06 Rafael Teixeira + + * pt_BR.po: Updated Brazilian Portuguese translation. + * POTFILES.in: Commented '#' first line '[encoding: UTF-8]' to avoid generating a broken Makefile + +2006-04-05 Lluis Sanchez Gual + + * da.po: Fix incorrect format string. + 2006-04-02 Jacob Ilsø Christensen * zh_TW.po: Updated. Thanks to Yan-ren Tsai . --- monodevelop-0.10/./ChangeLog 2006-04-04 21:29:37.000000000 +0200 +++ monodevelop-0.11/./ChangeLog 2006-05-06 01:26:55.000000000 +0200 @@ -1,3 +1,16 @@ +2006-05-04 Lluis Sanchez Gual + + * configure.in: Changed version to 0.11. + +2006-04-27 Lluis Sanchez Gual + + * configure.in: Added russian translation and missing file. + +2006-04-17 Jacob Ilsø Christensen + + * configure.in: Added zh_CN translation. Thanks to + Yu Lindong . + 2006-04-03 Lluis Sanchez Gual * configure.in: Removed old glade3 stuff. Change version to 0.10.