[Mono-patches] r87155 - trunk/monodevelop

2007-10-09 Thread Ankit Jain ([EMAIL PROTECTED])
: Likewise. Modified: trunk/monodevelop/ChangeLog === --- trunk/monodevelop/ChangeLog 2007-10-09 10:05:40 UTC (rev 87154) +++ trunk/monodevelop/ChangeLog 2007-10-09 11:35:03 UTC (rev 87155) @@ -1,3 +1,9 @@ +2007-10-09 Ankit Jain [EMAIL

[Mono-patches] r86962 - in trunk/monodevelop/Core/src/MonoDevelop.Ide: . MonoDevelop.Ide.Commands

2007-10-05 Thread Ankit Jain ([EMAIL PROTECTED])
09:03:42 UTC (rev 86961) +++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog2007-10-05 10:20:09 UTC (rev 86962) @@ -1,3 +1,9 @@ +2007-10-05 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Ide.Commands/ProjectCommands.cs + (ExportProjectHandler.Update): Use

[Mono-patches] r86969 - in trunk/monodevelop/Extras/CSharpBinding: . Autotools

2007-10-05 Thread Ankit Jain ([EMAIL PROTECTED])
-10-05 Ankit Jain [EMAIL PROTECTED] + + * Autotools/CSharpAutotoolsSetup.cs (GetCompilerFlags): Correctly emit + flag for optimization. Don't emit -define:DEBUG if its already defined + in DefineSymbols. + 2007-10-05 Mike Krüger [EMAIL PROTECTED] * Gui

[Mono-patches] r86565 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-09-28 Thread Ankit Jain ([EMAIL PROTECTED])
Author: ankit Date: 2007-09-28 06:32:55 -0400 (Fri, 28 Sep 2007) New Revision: 86565 Modified: trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog trunk/monodevelop/Extras/MonoDevelop.Autotools/MakefileData.cs Log: * MakefileData.cs (InitCompilerMessageRegex): Cosmetic fix. Modified:

[Mono-patches] r86566 - in trunk/heap-shot: . profiler

2007-09-28 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/heap-shot/ChangeLog 2007-09-28 10:32:55 UTC (rev 86565) +++ trunk/heap-shot/ChangeLog 2007-09-28 10:37:13 UTC (rev 86566) @@ -1,3 +1,7 @@ +2007-09-28 Ankit Jain [EMAIL PROTECTED] + + * profiler/profiler.mdp: Set the compiler regex to gcc

[Mono-patches] r86578 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-09-28 Thread Ankit Jain ([EMAIL PROTECTED])
(rev 86577) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-09-28 15:04:44 UTC (rev 86578) @@ -1,3 +1,9 @@ +2007-09-28 Ankit Jain [EMAIL PROTECTED] + + Fix bug #325674. + * MakefileOptionPanelWidget.cs: Use FocusChildSet event instead of + FocusoutEvent

[Mono-patches] r86564 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-09-28 Thread Ankit Jain ([EMAIL PROTECTED])
Author: ankit Date: 2007-09-28 06:32:53 -0400 (Fri, 28 Sep 2007) New Revision: 86564 Modified: trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog trunk/monodevelop/Extras/MonoDevelop.Autotools/MakefileData.cs Log: * MakefileData.cs: Update standard gcc regex to also match column info.

[Mono-patches] r86490 - in trunk/monodevelop/Extras/AspNetAddIn: . Project

2007-09-27 Thread Ankit Jain ([EMAIL PROTECTED])
UTC (rev 86490) @@ -1,3 +1,11 @@ +2007-09-27 Ankit Jain [EMAIL PROTECTED] + + Add support for VS2005 WebApplication projects. + * Project/AspNetMSBuildProjectExtension.cs: New. + * AspNetAddIn.addin.xml: Add Extension. + * AspNetAddIn.mdp: Update. + * Makefile.am

[Mono-patches] r86538 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-27 Thread Ankit Jain ([EMAIL PROTECTED])
-09-27 20:44:41 UTC (rev 86537) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-09-27 20:56:05 UTC (rev 86538) @@ -1,3 +1,13 @@ +2007-09-28 Ankit Jain [EMAIL PROTECTED] + + * DefaultMSBuildProjectExtension.cs (FileToXmlElement): Handle existing + XmlElements

[Mono-patches] r86540 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-27 Thread Ankit Jain ([EMAIL PROTECTED])
21:26:46 UTC (rev 86540) @@ -1,5 +1,9 @@ 2007-09-28 Ankit Jain [EMAIL PROTECTED] + * MsPrjHelper.cs (GetContents): Set DependsOn to its absolute path. + +2007-09-28 Ankit Jain [EMAIL PROTECTED] + * DefaultMSBuildProjectExtension.cs (FileToXmlElement): Handle existing

[Bug 140807] Re: no gutsy-commercial repo

2007-09-26 Thread Ankit Jain
*** This bug is a duplicate of bug 133020 *** https://bugs.launchpad.net/bugs/133020 ** This bug has been marked a duplicate of bug 133020 vmware server -- no gutsy-commercial repo https://bugs.launchpad.net/bugs/140807 You received this bug notification because you are a member of

[Mono-patches] r85867 - in trunk/monodevelop: Core/src/MonoDevelop.Projects Core/src/MonoDevelop.Projects/MonoDevelop.Projects Core/src/MonoDevelop.Projects.Gui Core/src/MonoDevelop.Projects.Gui/MonoD

2007-09-17 Thread Ankit Jain ([EMAIL PROTECTED])
] + + * MonoDevelop.Projects/Project.cs (DefaultNamespace): Call + NotifyModified() on set. + + * MonoDevelop.Projects/ProjectFile.cs (ResourceId): Call + NotifyFilePropertyChangedInProject() on set. + 2007-09-15 Ankit Jain [EMAIL PROTECTED] * MonoDevelop.Projects

[Mono-patches] r85908 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-17 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-09-17 16:59:39 UTC (rev 85907) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-09-17 17:03:44 UTC (rev 85908) @@ -1,5 +1,13 @@ 2007-09-17 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r85906 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-17 Thread Ankit Jain ([EMAIL PROTECTED])
Author: ankit Date: 2007-09-17 12:59:37 -0400 (Mon, 17 Sep 2007) New Revision: 85906 Modified: trunk/monodevelop/Extras/prj2make-sharp-lib/MSBuildProjectServiceExtension.cs trunk/monodevelop/Extras/prj2make-sharp-lib/MsPrjHelper.cs Log: vs2003 resource id fix Modified:

[Mono-patches] r85907 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-17 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog 2007-09-17 16:59:39 UTC (rev 85907) @@ -1,5 +1,10 @@ 2007-09-17 Ankit Jain [EMAIL PROTECTED] + * MSBuildFileFormat.cs (WriteFileInternal): Emit RootNamespace for + global config element. + +2007-09-17 Ankit Jain [EMAIL PROTECTED] + * MSBuildFileFormat.cs

[Bug 128180] Re: rpy import error at Gusty

2007-09-17 Thread Ankit Jain
** Changed in: rpy (Ubuntu) Status: New = Confirmed -- rpy import error at Gusty https://bugs.launchpad.net/bugs/128180 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Mono-patches] r85851 - in trunk/monodevelop/Core/src/MonoDevelop.Ide: . MonoDevelop.Ide.Gui

2007-09-14 Thread Ankit Jain ([EMAIL PROTECTED])
) +++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog2007-09-14 23:12:36 UTC (rev 85851) @@ -1,3 +1,8 @@ +2007-09-15 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Ide.Gui/Ide.cs (IdeApp.Initialized): Rename this property + to IsInitialized. And add new event named Initialized

[Mono-patches] r85852 - in trunk/monodevelop/Core/src/MonoDevelop.Projects: . MonoDevelop.Projects

2007-09-14 Thread Ankit Jain ([EMAIL PROTECTED])
) +++ trunk/monodevelop/Core/src/MonoDevelop.Projects/ChangeLog 2007-09-14 23:12:41 UTC (rev 85852) @@ -1,3 +1,13 @@ +2007-09-15 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Projects/Project.cs (GetDefaultResourceId): Remove. + * MonoDevelop.Projects/ProjectServiceExtension.cs

[Mono-patches] r85853 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-14 Thread Ankit Jain ([EMAIL PROTECTED])
-lib/ChangeLog 2007-09-14 23:12:41 UTC (rev 85852) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-09-14 23:12:44 UTC (rev 85853) @@ -1,3 +1,28 @@ +2007-09-15 Ankit Jain [EMAIL PROTECTED] + + * MSBuildProject.cs: Remove. + * MSBuildSolution.cs: Remove

[Mono-patches] r85705 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-12 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog 2007-09-12 20:58:05 UTC (rev 85705) @@ -1,3 +1,8 @@ +2007-09-13 Ankit Jain [EMAIL PROTECTED] + + * MSBuildFileFormat.cs (ReferenceToXmlElement): Handle invalid assembly + reference. + 2007-09-12 Ankit Jain [EMAIL PROTECTED] Fix bug#82688. Modified: trunk

[Mono-patches] r85629 - trunk/monodevelop/Extras/CSharpBinding

2007-09-11 Thread Ankit Jain ([EMAIL PROTECTED])
09:30:10 UTC (rev 85629) @@ -1,3 +1,8 @@ +2007-09-11 Ankit Jain [EMAIL PROTECTED] + + * CSharpBindingCompilerManager.cs (Compile): Pass /warn: command line + param. + 2007-09-11 Mike Krüger [EMAIL PROTECTED] * Parser/CodeGenerator.cs: Fixed 82500: Rename refactoring enum

[Mono-patches] r85630 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-11 Thread Ankit Jain ([EMAIL PROTECTED])
2007-09-11 10:10:16 UTC (rev 85630) @@ -1,3 +1,8 @@ +2007-09-11 Ankit Jain [EMAIL PROTECTED] + + Fix bug#82736. + * MSBuildFileFormat.cs (ReadConfig): Unescape OutputPath. + 2007-08-23 Ankit Jain [EMAIL PROTECTED] * MSBuildProjectServiceExtension.cs

[Mono-patches] r85656 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-09-11 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-09-11 19:57:15 UTC (rev 85655) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-09-11 20:01:01 UTC (rev 85656) @@ -1,3 +1,11 @@ +2007-09-12 Ankit Jain

[Mono-patches] r85093 - in trunk/monodevelop: Core/src/MonoDevelop.Ide Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Templates Extras/AspNetAddIn Extras/AspNetAddIn/Templates

2007-08-31 Thread Ankit Jain ([EMAIL PROTECTED])
) +++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog2007-08-31 11:24:22 UTC (rev 85093) @@ -1,3 +1,8 @@ +2007-08-31 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs (Load): Add + support for a 'BuildAction' attribute. + 2007-08

[Bug 133094] Re: alsa-base needs patches for thinkpad t61

2007-08-29 Thread Ankit Jain
*** This bug is a duplicate of bug 122560 *** https://bugs.launchpad.net/bugs/122560 ** This bug has been marked a duplicate of bug 122560 no sound with 82801H (ICH8 Family) HD Audio Controller -- alsa-base needs patches for thinkpad t61 https://bugs.launchpad.net/bugs/133094 You

[Bug 129125] Re: Please upgrade Thinkpad_acpi to 0.15-20070723 to solve problems for recent Thinkpads (X61's and T61's)

2007-08-29 Thread Ankit Jain
Can you please list what are the issue resolved by this patch? -- Please upgrade Thinkpad_acpi to 0.15-20070723 to solve problems for recent Thinkpads (X61's and T61's) https://bugs.launchpad.net/bugs/129125 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 135183] Re: No sound except via System Beep

2007-08-29 Thread Ankit Jain
*** This bug is a duplicate of bug 122560 *** https://bugs.launchpad.net/bugs/122560 ** This bug has been marked a duplicate of bug 122560 no sound with 82801H (ICH8 Family) HD Audio Controller -- No sound except via System Beep https://bugs.launchpad.net/bugs/135183 You received this

[Mono-patches] r84606 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-22 10:36:47 UTC (rev 84605) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-22 10:40:04 UTC (rev 84606) @@ -1,3 +1,7 @@ +2007-08-22 Ankit Jain [EMAIL PROTECTED] + + * templates/*: Improve generated

[Mono-patches] r84607 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog2007-08-22 10:40:06 UTC (rev 84607) @@ -1,5 +1,12 @@ 2007-08-22 Ankit Jain [EMAIL PROTECTED] + * templates/Makefile.solution.template: Replace all *-recursive targets + with a single %-recursive target. + * templates/*: minor updates

[Mono-patches] r84648 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
UTC (rev 84648) @@ -1,5 +1,12 @@ 2007-08-22 Ankit Jain [EMAIL PROTECTED] + * templates/*: Add invocation for various hooks. + * SimpleProjectMakefileHandler.cs: Include custom-hooks.make . + * SolutionMakefileHandler.cs: Include custom-hooks.make . Emit + invocation

[Mono-patches] r84652 - trunk/monodevelop/Extras/CSharpBinding

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
/Extras/CSharpBinding/ChangeLog2007-08-22 19:53:25 UTC (rev 84652) @@ -1,3 +1,9 @@ +2007-08-23 Ankit Jain [EMAIL PROTECTED] + + Fix bug #82533. + * CSharpBindingCompilerManager.cs (GetResourceId): Generate .resources + with resgen only if required. + 2007-08-21 Andrés G

[Mono-patches] r84653 - in trunk/monodevelop/Core/src/MonoDevelop.Projects: . MonoDevelop.Projects

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
/src/MonoDevelop.Projects/ChangeLog 2007-08-22 19:53:30 UTC (rev 84653) @@ -1,3 +1,8 @@ +2007-08-23 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Projects/DotNetProject.cs (OnClean): New. Clean .resources + files. + 2007-08-21 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r84654 - trunk/monodevelop/Extras/VBNetBinding

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
19:53:33 UTC (rev 84654) @@ -1,3 +1,9 @@ +2007-08-23 Ankit Jain [EMAIL PROTECTED] + Andrés G. Aragoneses [EMAIL PROTECTED] + + * VBBindingCompilerServices.cs (GetResourceId): Use MONO_IOMAP=drive and + only on unix. + 2007-08-14 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r84659 - in trunk/monodevelop/Extras: CSharpBinding VBNetBinding prj2make-sharp-lib

2007-08-22 Thread Ankit Jain ([EMAIL PROTECTED])
) +++ trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-08-22 20:16:48 UTC (rev 84659) @@ -1,5 +1,10 @@ 2007-08-23 Ankit Jain [EMAIL PROTECTED] + * CSharpBindingCompilerManager.cs (GetResourceId): Set the resource id + correctly even if resgen is not required. + +2007-08-23

[Mono-patches] r84528 - in trunk/monodevelop/Extras: CSharpBinding prj2make-sharp-lib

2007-08-21 Thread Ankit Jain ([EMAIL PROTECTED])
PROTECTED] + + Improve fix for bug #82398. + * CSharpBindingCompilerManager.cs (GetResourceId): Use MONO_IOMAP=drive, + and only on Unix. + 2007-08-20 Ankit Jain [EMAIL PROTECTED] * CSharpBindingCompilerManager.cs (Compile): Add all build files to the Modified: trunk

[Mono-patches] r84532 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-08-21 Thread Ankit Jain ([EMAIL PROTECTED])
] Improve fix for bug #82398. - * CSharpBindingCompilerManager.cs (GetResourceId): Use MONO_IOMAP=drive, + * MSBuildProjectServiceExtension.cs (GenerateXamlPartialClass): Use MONO_IOMAP=drive, and only on Unix. 2007-08-14 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r84577 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-21 Thread Ankit Jain ([EMAIL PROTECTED])
-08-21 18:29:15 UTC (rev 84577) @@ -1,5 +1,24 @@ 2007-08-21 Ankit Jain [EMAIL PROTECTED] + * ConfigSection.cs: New. + * SimpleProjectMakefileHandler.cs: Refactor to support correctly + building multiple configurations. Referenced assembly names/paths can depend

[Mono-patches] r84579 - in trunk/monodevelop/Core/src/MonoDevelop.Projects: . MonoDevelop.Projects

2007-08-21 Thread Ankit Jain ([EMAIL PROTECTED])
84578) +++ trunk/monodevelop/Core/src/MonoDevelop.Projects/ChangeLog 2007-08-21 18:32:44 UTC (rev 84579) @@ -1,3 +1,8 @@ +2007-08-21 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Projects/Project.cs (GetReferenceDeployFiles): Add .mdb + only if ActiveConfiguration has DebugMode set

[Mono-patches] r84583 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-08-21 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog 2007-08-21 19:21:36 UTC (rev 84582) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-08-21 19:56:22 UTC (rev 84583) @@ -1,3 +1,14 @@ +2007-08-22 Ankit Jain [EMAIL PROTECTED] + + Fix bug #82517. + * CsprojInfo.cs (LoadPrjFromFile): Use the 'using' pattern

[Mono-patches] r84462 - trunk/monodevelop/Extras/CSharpBinding

2007-08-20 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-08-20 13:04:42 UTC (rev 84461) +++ trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-08-20 13:05:47 UTC (rev 84462) @@ -1,3 +1,8 @@ +2007-08-20 Ankit Jain [EMAIL PROTECTED] + + * CSharpBindingCompilerManager.cs

[Mono-patches] r84524 - in trunk/monodevelop: Extras/MonoDevelop.Autotools man

2007-08-20 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-21 03:55:09 UTC (rev 84523) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-21 05:32:34 UTC (rev 84524) @@ -1,3 +1,8 @@ +2007-08-21 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r84052 - in trunk/monodevelop/Extras: CSharpBinding prj2make-sharp-lib

2007-08-14 Thread Ankit Jain ([EMAIL PROTECTED])
/CSharpBinding/ChangeLog2007-08-14 11:32:29 UTC (rev 84052) @@ -1,3 +1,9 @@ +2007-08-14 Ankit Jain [EMAIL PROTECTED] + + Fix bug #82398. + * CSharpBindingCompilerManager.cs (GetResourceId): Run with resgen with + MONO_IOMAP=all. + 2007-08-14 Mike Krüger [EMAIL PROTECTED

[Mono-patches] r84054 - in trunk/monodevelop/Extras: CSharpBinding VBNetBinding

2007-08-14 Thread Ankit Jain ([EMAIL PROTECTED])
/monodevelop/Extras/CSharpBinding/ChangeLog2007-08-14 11:34:28 UTC (rev 84053) +++ trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-08-14 11:39:27 UTC (rev 84054) @@ -1,7 +1,7 @@ 2007-08-14 Ankit Jain [EMAIL PROTECTED] Fix bug #82398

[Mono-patches] r84079 - in trunk/monodevelop/Core/src/MonoDevelop.Ide: . MonoDevelop.Ide.Gui.Pads

2007-08-14 Thread Ankit Jain ([EMAIL PROTECTED])
84078) +++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog2007-08-14 14:08:00 UTC (rev 84079) @@ -1,3 +1,9 @@ +2007-08-14 Ankit Jain [EMAIL PROTECTED] + + Fix bug #82280. + * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Add context menu with + Open, Copy and SelectAll

[Mono-patches] r84091 - in trunk/monodevelop/Core/src/MonoDevelop.Ide: . MonoDevelop.Ide.Gui gtk-gui

2007-08-14 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog2007-08-14 16:03:42 UTC (rev 84091) @@ -1,5 +1,13 @@ 2007-08-14 Ankit Jain [EMAIL PROTECTED] + Fix bug #82253. + * MonoDevelop.Ide.Gui/Workbench.cs (DeleteLayout): Invoke event handlers + for LayoutChanged. + * gtk-gui/gui.stetic: Set ResponseId to OK for New

[Mono-patches] r83948 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
UTC (rev 83948) @@ -1,3 +1,7 @@ +2007-08-13 Ankit Jain [EMAIL PROTECTED] + + * MSBuildFileFormat.cs: Small compatibility fixes. + 2007-08-10 Ankit Jain [EMAIL PROTECTED] Fix bug #82394. Modified: trunk/monodevelop/Extras/prj2make-sharp-lib/MSBuildFileFormat.cs

[Mono-patches] r83950 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog 2007-08-13 12:28:10 UTC (rev 83950) @@ -1,5 +1,9 @@ 2007-08-13 Ankit Jain [EMAIL PROTECTED] + * MSBuildProjectServiceExtension.cs: Add missing copyright/license. + +2007-08-13 Ankit Jain [EMAIL PROTECTED] + * MSBuildFileFormat.cs: Small compatibility fixes. 2007-08

[Mono-patches] r83955 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-08-13 13:40:16 UTC (rev 83954) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-08-13 13:40:46 UTC (rev 83955) @@ -1,5 +1,12 @@ 2007-08-13 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r83974 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
/prj2make-sharp-lib/ChangeLog 2007-08-13 17:20:25 UTC (rev 83973) +++ trunk/monodevelop/Extras/prj2make-sharp-lib/ChangeLog 2007-08-13 17:30:14 UTC (rev 83974) @@ -1,5 +1,12 @@ 2007-08-13 Ankit Jain [EMAIL PROTECTED] + Fix bug #82389 + * MSBuildFileFormat.cs

[Mono-patches] r84009 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-13 20:51:34 UTC (rev 84008) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-13 20:58:58 UTC (rev 84009) @@ -1,3 +1,11 @@ +2007-08-14 Ankit Jain [EMAIL PROTECTED] + + Add uninstall target

[Mono-patches] r84010 - in trunk/monodevelop/Core/src/MonoDevelop.Core: . MonoDevelop.Core.ProgressMonitoring

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
/MonoDevelop.Core/ChangeLog 2007-08-13 21:07:40 UTC (rev 84010) @@ -1,3 +1,8 @@ +2007-08-14 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Core.ProgressMonitoring/ConsoleProgressMonitor.cs + (ReportError): Show exception also in the emitted message. + 2007-08-09 Lluis Sanchez

[Mono-patches] r84016 - trunk/mcs/class/System.Transactions/Test

2007-08-13 Thread Ankit Jain ([EMAIL PROTECTED])
-14 Ankit Jain [EMAIL PROTECTED] + + * EnlistTest.cs: Add tests for bug #82423. + 2006-03-03 Ankit Jain [EMAIL PROTECTED] * AsyncTest.cs: Modified: trunk/mcs/class/System.Transactions/Test/EnlistTest.cs

[Bug 122560] Re: no sound with 82801H (ICH8 Family) HD Audio Controller

2007-08-13 Thread Ankit Jain
I can confirm too that the patches are working fine. Please include in gutsy if possible. -- no sound with 82801H (ICH8 Family) HD Audio Controller https://bugs.launchpad.net/bugs/122560 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Mono-patches] r83819 - in trunk/monodevelop/Extras: CSharpBinding prj2make-sharp-lib

2007-08-10 Thread Ankit Jain ([EMAIL PROTECTED])
UTC (rev 83818) +++ trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-08-10 13:56:59 UTC (rev 83819) @@ -1,3 +1,12 @@ +2007-08-10 Ankit Jain [EMAIL PROTECTED] + + Fix bug #82394. + * CSharpBindingCompilerManager.cs (Compile): Abort build if error while + generating

[Mono-patches] r83793 - in trunk/monodevelop/Extras: MonoDevelop.Autotools MonoDevelop.Autotools/templates prj2make-sharp-lib

2007-08-09 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog2007-08-09 20:17:18 UTC (rev 83793) @@ -1,3 +1,7 @@ +2007-08-10 Ankit Jain [EMAIL PROTECTED] + + * templates/*: Update to support generating partial classes with xamlg. + 2007-08-09 Lluis Sanchez Gual [EMAIL PROTECTED] * MonoDevelop.Autotools.mdp, Makefile.am: Don't

[Mono-patches] r83573 - in trunk/monodevelop/Core/src/MonoDevelop.Core: . MonoDevelop.Core

2007-08-07 Thread Ankit Jain ([EMAIL PROTECTED])
83572) +++ trunk/monodevelop/Core/src/MonoDevelop.Core/ChangeLog 2007-08-07 10:56:08 UTC (rev 83573) @@ -1,3 +1,8 @@ +2007-08-07 Ankit Jain [EMAIL PROTECTED] + + * StringParserService.cs (Replace): Update to use TryGetValue with + Dictionary objects, indexer throws for non

[Mono-patches] r83384 - trunk/monodevelop/man

2007-08-03 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/man/ChangeLog 2007-08-03 05:21:48 UTC (rev 83383) +++ trunk/monodevelop/man/ChangeLog 2007-08-03 05:48:59 UTC (rev 83384) @@ -1,3 +1,7 @@ +2007-08-03 Ankit Jain [EMAIL PROTECTED] + + * mdtool.1: Improve it a bit more. + 2007-08-02 Ankit Jain

[Mono-patches] r83387 - in trunk/monodevelop: . man

2007-08-03 Thread Ankit Jain ([EMAIL PROTECTED])
/ChangeLog 2007-08-03 06:26:10 UTC (rev 83387) @@ -1,3 +1,8 @@ +2007-08-03 Ankit Jain [EMAIL PROTECTED] + + * Makefile.am: Add man to SUBDIRS + * configure.in: Add man/Makefile to AC_OUTPUT. + 2007-07-25 Lluis Sanchez Gual [EMAIL PROTECTED] * configure.in: Bump MD version

[Mono-patches] r83399 - trunk/monodevelop/man

2007-08-03 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/man/ChangeLog 2007-08-03 11:24:25 UTC (rev 83398) +++ trunk/monodevelop/man/ChangeLog 2007-08-03 11:24:50 UTC (rev 83399) @@ -1,5 +1,9 @@ 2007-08-03 Ankit Jain [EMAIL PROTECTED] + * mdtool.1: Small fix. + +2007-08-03 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r83398 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-08-03 Thread Ankit Jain ([EMAIL PROTECTED])
@@ +2007-08-03 Ankit Jain [EMAIL PROTECTED] + + Fix bug#82254. + * Commands.cs (NodeExtension.CanBuildNode): Allow for CombineEntry also. + (AutotoolsCommandHandler.OnGenerate): Handle command for projects. + * MonoDevelop.Autotools.addin.xml: Add GenerateFiles to project's

[Mono-patches] r83286 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-02 Thread Ankit Jain ([EMAIL PROTECTED])
2007-08-02 15:02:09 UTC (rev 83285) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-08-02 15:06:13 UTC (rev 83286) @@ -1,3 +1,17 @@ +2007-08-02 Ankit Jain [EMAIL PROTECTED] + + * AutotoolsContext.cs (TargetCombine): New. Combine on which 'Generate + makefiles

[Mono-patches] r83308 - in trunk/monodevelop/Core/src/Tools/mdrun: . src

2007-08-02 Thread Ankit Jain ([EMAIL PROTECTED])
+1,7 @@ +2007-08-02 Ankit Jain [EMAIL PROTECTED] + + * src/mdrun.cs (Main): Show list of available apps with the usage. + 2007-07-02 Lluis Sanchez Gual [EMAIL PROTECTED] * mdrun.mdp, src/mdrun.cs, Makefile.am: Make sure the setup utility can Modified: trunk/monodevelop/Core/src

[Mono-patches] r83311 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-08-02 Thread Ankit Jain ([EMAIL PROTECTED])
2007-08-02 17:23:11 UTC (rev 83311) @@ -5,6 +5,10 @@ 2007-08-02 Ankit Jain [EMAIL PROTECTED] + * templates/make-dist.targets: Forgot to commit this! + +2007-08-02 Ankit Jain [EMAIL PROTECTED] + * AutotoolsContext.cs (TargetCombine): New. Combine on which 'Generate

[Mono-patches] r83315 - in trunk/monodevelop: . man

2007-08-02 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/man/ChangeLog 2007-08-02 17:38:00 UTC (rev 83314) +++ trunk/monodevelop/man/ChangeLog 2007-08-02 18:01:11 UTC (rev 83315) @@ -0,0 +1,3 @@ +2007-08-02 Ankit Jain [EMAIL PROTECTED] + + * mdtool.1: Add an initial man page

Re: [Mono-list] Visual Studio 2005 .NET solution compiling on Linux

2007-08-01 Thread Ankit Jain
Hi, 4. I tried converting the Visual Studio 2005 solution using MonoDevelop, but this failed. Not really what I wanted to do anyway, as I wanted to use the same files on both Windows and Linux. You can use MonoDevelop to directly build the VS2005 solution. Either from the GUI or from

Re: [Mono-list] Visual Studio 2005 .NET solution compiling on Linux

2007-08-01 Thread Ankit Jain
Hasn't the capability of building VS2005 sln files be shared between xbuild and MD? If not, why? No, its not shared currently. At the time this capability was added to MD, our MSBuild api wasn't complete enough to support that. But Marek Sieradzki has fixed that, and he infact had a patch to

[Mono-patches] r83060 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-07-31 Thread Ankit Jain ([EMAIL PROTECTED])
/MonoDevelop.Autotools/ChangeLog2007-07-31 09:07:38 UTC (rev 83060) @@ -2,6 +2,13 @@ * SolutionOptionsPanel.cs: Removed unused file. +2007-07-31 Ankit Jain [EMAIL PROTECTED] + + * MakefileGeneratorTool.cs: + * MonoDevelop.Autotools.addin.xml: New. Tool for generating makefiles

[Mono-patches] r82974 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-07-30 Thread Ankit Jain ([EMAIL PROTECTED])
) @@ -1,3 +1,12 @@ +2007-07-30 Ankit Jain [EMAIL PROTECTED] + + * SimpleProjectMakefileHandler.cs (Deploy): Make prefix for REFERENCES + variable consistent with other ref variables. + Fix emitted path for DLL_REFERENCES to be compatible with makefile integration

[Mono-patches] r82978 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-07-30 Thread Ankit Jain ([EMAIL PROTECTED])
/MonoDevelop.Autotools/ChangeLog2007-07-30 12:21:10 UTC (rev 82978) @@ -1,5 +1,10 @@ 2007-07-30 Ankit Jain [EMAIL PROTECTED] + * MakefileData.cs (ConfiguredPackagesManager.ReadPackagesList): Handle + [] used for quoting m4 strings. + +2007-07-30 Ankit Jain [EMAIL PROTECTED

[Bug 129342] Re: KDM ignores Hidden Users list

2007-07-30 Thread Ankit Jain
See also 134810 ** Bug watch added: KDE Bug Tracking System #130596 http://bugs.kde.org/show_bug.cgi?id=130596 ** Also affects: kdepim (upstream) via http://bugs.kde.org/show_bug.cgi?id=130596 Importance: Unknown Status: Unknown ** Changed in: kdepim (upstream) Bugwatch:

[Bug 95143] Re: BUG: soft lockup detected on CPU#0! (on PCMCIA eject)

2007-07-30 Thread Ankit Jain
I have a feeling that there might be something wrong with my laptop hardware. Have you guys tried another linux distributon or windows? I feel like its not a kernel problem as I have tried different kernels ranging from 2.6.15 to kernel from kernel.org and he same problem persists. -- BUG: soft

[Mono-patches] r82692 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . templates

2007-07-25 Thread Ankit Jain ([EMAIL PROTECTED])
/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-07-25 17:51:19 UTC (rev 82692) @@ -1,3 +1,8 @@ +2007-07-25 Ankit Jain [EMAIL PROTECTED] + + * templates/configure.template: Don't use \n or \t in echo-s, sh doesn't + seem to be able to handle them. + 2007-07-25 Lluis Sanchez

[Mono-patches] r82589 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . gtk-gui

2007-07-24 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-07-24 17:39:55 UTC (rev 82588) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-07-24 17:47:38 UTC (rev 82589) @@ -1,5 +1,11 @@ 2007-07-24 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r82595 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-07-24 Thread Ankit Jain ([EMAIL PROTECTED])
) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-07-24 19:49:54 UTC (rev 82595) @@ -1,5 +1,10 @@ 2007-07-25 Ankit Jain [EMAIL PROTECTED] + * SimpleProjectMakefileHandler.cs (Deploy): 'chmod +x' exe-wrappers. + Ensure that .in files are regen'ed on configure

[Mono-patches] r82093 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-07-17 Thread Ankit Jain ([EMAIL PROTECTED])
Ankit Jain [EMAIL PROTECTED] + + * MakefileData.cs (PackagedAssemblyNames): Rename to .. + (CorePackageAssemblyNames): .. this. This has entries for assemblies + from the 'core' package only. + * MakefileOptionPanelWidget.cs (CheckRefs): Track changes in api. + 2007-07-12

Re: [Mono-list] build vs2005 solution in mono?

2007-07-12 Thread Ankit Jain
You can use MonoDevelop (v0.13 and above) to build vs2005 solutions. -Ankit On 7/12/07, Brian Chan [EMAIL PROTECTED] wrote: Hi all, Is there anything that can build my solution using the vs2005 sln file? Thanks. ___ Mono-list maillist -

Re: [Mono-list] build vs2005 solution in mono?

2007-07-12 Thread Ankit Jain
Another way it's create by handcraft the files .mds (solution-file) and .mdp (project-file). In that way you gonna learn more about MD. I'm not sure why this would be required since MD can work directly with vs2005 project files i.e., no conversion required. -Ankit

[Mono-patches] r81765 - trunk/monodevelop/po

2007-07-11 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/po/ChangeLog 2007-07-11 06:23:42 UTC (rev 81764) +++ trunk/monodevelop/po/ChangeLog 2007-07-11 06:38:06 UTC (rev 81765) @@ -1,5 +1,10 @@ 2007-07-11 Ankit Jain [EMAIL PROTECTED] + * de.po: Set Revision

[Mono-patches] r81779 - trunk/monodevelop/Extras/CSharpBinding

2007-07-11 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-07-11 10:34:21 UTC (rev 81778) +++ trunk/monodevelop/Extras/CSharpBinding/ChangeLog2007-07-11 10:43:08 UTC (rev 81779) @@ -1,3 +1,9 @@ +2007-07-11 Ankit Jain [EMAIL PROTECTED] + + Fix bug#82024

[Mono-patches] r81780 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-07-11 Thread Ankit Jain ([EMAIL PROTECTED])
2007-07-11 10:43:11 UTC (rev 81780) @@ -1,3 +1,7 @@ +2007-07-11 Ankit Jain [EMAIL PROTECTED] + + * prj2make-sharp-lib.addin.xml: Update Name, Description and Authors. + 2007-07-10 Ankit Jain [EMAIL PROTECTED] * MsPrjHelper.cs (GetSlnFileVersion): Use static Regex objects

[Mono-patches] r81781 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-07-11 Thread Ankit Jain ([EMAIL PROTECTED])
/MonoDevelop.Autotools/ChangeLog2007-07-11 10:43:11 UTC (rev 81780) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-07-11 10:43:13 UTC (rev 81781) @@ -1,3 +1,9 @@ +2007-07-11 Ankit Jain [EMAIL PROTECTED] + + * MakefileOptionPanelWidget.cs (FindConfigureScript): New

[Mono-patches] r81703 - in trunk/monodevelop/Core/src/MonoDevelop.Projects: . MonoDevelop.Projects.Text

2007-07-10 Thread Ankit Jain ([EMAIL PROTECTED])
/src/MonoDevelop.Projects/ChangeLog 2007-07-10 13:36:39 UTC (rev 81703) @@ -1,3 +1,7 @@ +2007-07-10 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Projects.Text/TextFileReader.cs: Override Dispose method. + 2007-07-06 Jeffrey Stedfast [EMAIL PROTECTED

[Mono-patches] r81704 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-07-10 Thread Ankit Jain ([EMAIL PROTECTED])
81704) @@ -1,3 +1,13 @@ +2007-07-10 Ankit Jain [EMAIL PROTECTED] + + * MsPrjHelper.cs (projNameInfo): + (projGuidInfo): Should not be static. + (ParseSolution): Use 'using' pattern with the StreamReader. + (CreatePrjxFromCsproj): Use 'using' pattern with the TextFileReader

[Mono-patches] r81689 - trunk/monodevelop/po

2007-07-10 Thread Ankit Jain ([EMAIL PROTECTED])
: trunk/monodevelop/po/ChangeLog === --- trunk/monodevelop/po/ChangeLog 2007-07-10 07:01:38 UTC (rev 81688) +++ trunk/monodevelop/po/ChangeLog 2007-07-10 08:27:22 UTC (rev 81689) @@ -1,3 +1,9 @@ +2007-07-10 Ankit Jain [EMAIL

[Mono-patches] r81719 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-07-10 Thread Ankit Jain ([EMAIL PROTECTED])
2007-07-10 15:08:05 UTC (rev 81719) @@ -1,5 +1,13 @@ 2007-07-10 Ankit Jain [EMAIL PROTECTED] + * MsPrjHelper.cs (GetSlnFileVersion): Use static Regex objects - + SlnFileFormat.SlnVersionRegex and SlnFileFormat.ProjectRegex . + * VS2003SlnFileFormat (GetSlnFileVersion

[Mono-patches] r80155 - trunk/monodevelop/Extras/MonoDeveloperExtensions

2007-06-19 Thread Ankit Jain ([EMAIL PROTECTED])
80154) +++ trunk/monodevelop/Extras/MonoDeveloperExtensions/ChangeLog 2007-06-19 14:00:40 UTC (rev 80155) @@ -1,3 +1,10 @@ +2007-06-19 Ankit Jain [EMAIL PROTECTED] + + Fix bug#81901. + * MonoProject.cs (AddSourceFile): Use File.* for file operations + instead of FileService

[Mono-patches] r79996 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-06-18 Thread Ankit Jain ([EMAIL PROTECTED])
/prj2make-sharp-lib/ChangeLog 2007-06-18 11:48:08 UTC (rev 79996) @@ -1,5 +1,15 @@ 2007-06-18 Ankit Jain [EMAIL PROTECTED] + * MSBuildFileFormat.cs (CanonicalizePath): New. Escapes, normalizes and + converts '/' to '\\' for a path. + Update code to use this when emitting

[Mono-patches] r80001 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-06-18 Thread Ankit Jain ([EMAIL PROTECTED])
@@ +2007-06-18 Ankit Jain [EMAIL PROTECTED] + + * MakefileData.cs (PackagedAssemblyNames): New. Table for mapping short + assembly names (like System.Xml) to their full names. + (ParseReferenceAsGac): Use the new PackagedAssemblyNames table. This will + help avoid doing

[Mono-patches] r80002 - in trunk/monodevelop/Extras/MonoDevelop.Autotools: . gtk-gui

2007-06-18 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-06-18 13:13:04 UTC (rev 80001) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-06-18 13:13:07 UTC (rev 80002) @@ -1,5 +1,13 @@ 2007-06-18 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r79937 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-06-17 Thread Ankit Jain ([EMAIL PROTECTED])
-sharp-lib/ChangeLog 2007-06-17 21:14:33 UTC (rev 79937) @@ -1,3 +1,8 @@ +2007-06-18 Ankit Jain [EMAIL PROTECTED] + + * MSBuildFileFormat.cs (FileToXmlElement): Emit a Link element for + files external to the project. + 2007-06-07 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r79938 - trunk/monodevelop/Extras/prj2make-sharp-lib

2007-06-17 Thread Ankit Jain ([EMAIL PROTECTED])
2007-06-17 21:26:38 UTC (rev 79938) @@ -1,5 +1,10 @@ 2007-06-18 Ankit Jain [EMAIL PROTECTED] + * MSBuildSolution.cs (NeedsReload): Override. Return false for solution + folders. + +2007-06-18 Ankit Jain [EMAIL PROTECTED] + * MSBuildFileFormat.cs (FileToXmlElement

[Mono-patches] r79398 - in trunk/monodevelop/Core/src/MonoDevelop.Projects.Gui: . MonoDevelop.Projects.Gui.Dialogs

2007-06-13 Thread Ankit Jain ([EMAIL PROTECTED])
11:14:04 UTC (rev 79397) +++ trunk/monodevelop/Core/src/MonoDevelop.Projects.Gui/ChangeLog 2007-06-13 11:31:48 UTC (rev 79398) @@ -1,3 +1,10 @@ +2007-06-13 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Projects.Gui.Dialogs/ProjectOptionsDialog.cs + (ProjectOptionsCommands

[Mono-patches] r79504 - trunk/monodevelop/Extras/MonoDevelop.Autotools

2007-06-13 Thread Ankit Jain ([EMAIL PROTECTED])
/Extras/MonoDevelop.Autotools/ChangeLog2007-06-13 20:49:16 UTC (rev 79503) +++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog2007-06-13 20:49:28 UTC (rev 79504) @@ -1,3 +1,10 @@ +2007-06-14 Ankit Jain [EMAIL PROTECTED] + + * MakefileData.cs (PkgManagerTable): New

[Mono-patches] r79505 - in trunk/monodevelop/Core/src/MonoDevelop.Core: . MonoDevelop.Core

2007-06-13 Thread Ankit Jain ([EMAIL PROTECTED])
:28 UTC (rev 79504) +++ trunk/monodevelop/Core/src/MonoDevelop.Core/ChangeLog 2007-06-13 20:49:31 UTC (rev 79505) @@ -1,3 +1,8 @@ +2007-06-14 Ankit Jain [EMAIL PROTECTED] + + * MonoDevelop.Core/SystemAssemblyService.cs (GetAssemblyNameForVersion): + Return fullname if its

[Mono-patches] r79161 - trunk/monodevelop

2007-06-11 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/ChangeLog 2007-06-11 09:42:35 UTC (rev 79160) +++ trunk/monodevelop/ChangeLog 2007-06-11 09:56:19 UTC (rev 79161) @@ -1,3 +1,7 @@ +2007-06-11 Ankit Jain [EMAIL PROTECTED] + + * configure.in (ALL_LINGUAS): Added Portuguese

[Mono-patches] r78939 - trunk/mcs/class/corlib/System.Collections

2007-06-08 Thread Ankit Jain ([EMAIL PROTECTED])
2007-06-08 11:30:38 UTC (rev 78939) @@ -1,3 +1,8 @@ +2007-06-08 Ankit Jain [EMAIL PROTECTED] + + * ArrayList.cs (Shift): Clear the unused part of the array when + removing elements. + 2006-12-29 Marek Safar [EMAIL PROTECTED] * BitArray.cs: Performance improvements

[Mono-patches] r78845 - in trunk/monodevelop: Core/src/MonoDevelop.Core Core/src/MonoDevelop.Core/MonoDevelop.Core Extras/MonoDevelop.Autotools Extras/prj2make-sharp-lib

2007-06-07 Thread Ankit Jain ([EMAIL PROTECTED])
/monodevelop/Extras/prj2make-sharp-lib/ChangeLog trunk/monodevelop/Extras/prj2make-sharp-lib/MSBuildFileFormat.cs trunk/monodevelop/Extras/prj2make-sharp-lib/SlnFileFormat.cs Log: In Core/src/MonoDevelop.Core: 2007-06-07 Ankit Jain [EMAIL PROTECTED] * MonoDevelop.Core/FileService.cs

[Mono-patches] r78850 - in trunk/monodevelop/Core/src/MonoDevelop.Projects.Gui: . MonoDevelop.Projects.Gui.Dialogs.OptionPanels

2007-06-07 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Core/src/MonoDevelop.Projects.Gui/ChangeLog 2007-06-07 15:19:53 UTC (rev 78849) +++ trunk/monodevelop/Core/src/MonoDevelop.Projects.Gui/ChangeLog 2007-06-07 15:25:01 UTC (rev 78850) @@ -1,3 +1,9 @@ +2007-06-07 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r78752 - in trunk/monodevelop/Core/src: MonoDevelop.Ide MonoDevelop.Ide/MonoDevelop.Ide.Gui MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad MonoDevelop.Projects MonoDevelop.Projects

2007-06-06 Thread Ankit Jain ([EMAIL PROTECTED])
=== --- trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog2007-06-06 14:42:05 UTC (rev 78751) +++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog2007-06-06 14:43:00 UTC (rev 78752) @@ -1,3 +1,12 @@ +2007-06-06 Ankit Jain [EMAIL PROTECTED

[Mono-patches] r78616 - in trunk/heap-shot: . HeapShot.Gui

2007-06-05 Thread Ankit Jain ([EMAIL PROTECTED])
) @@ -1,3 +1,8 @@ +2007-06-05 Ankit Jain [EMAIL PROTECTED] + + * HeapShot.Gui/MainWindow.cs: Explicitly Destroy SelectProcessDialog. + * HeapShot.Gui/SelectProcessDialog.cs (Dispose): Remove. + 2007-04-18 Alp Toker [EMAIL PROTECTED] * HeapShot.Reader/ReferenceNode.cs

<    4   5   6   7   8   9   10   11   12   13   >