[Monodevelop-patches-list] r2033 - in trunk/MonoDevelop/Core: . src/AddIns/DisplayBindings/SourceEditor

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue Nov 23 16:59:46 EST 2004


Author: alp
Date: 2004-11-23 16:59:46 -0500 (Tue, 23 Nov 2004)
New Revision: 2033

Modified:
   trunk/MonoDevelop/Core/ChangeLog
   trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
Log:
Use the right ChangeLog

Modified: trunk/MonoDevelop/Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/ChangeLog	2004-11-23 21:20:29 UTC (rev 2032)
+++ trunk/MonoDevelop/Core/ChangeLog	2004-11-23 21:59:46 UTC (rev 2033)
@@ -1,10 +1,3 @@
-2004-11-23  Alp Toker  <alp at atoker.com>
-
-	* src/AddIns/DisplayBindings/SourceEditor/CodeCompletion/CodeCompletionData.cs:
-	* src/AddIns/DisplayBindings/SourceEditor/CodeCompletion/CompletionListWindow.cs:
-	* src/AddIns/DisplayBindings/SourceEditor/CodeCompletion/CodeCompletionDataProvider.cs:
-	Initial code completion support for overloaded methods.
-
 2004-11-12  Todd Berman  <tberman at off.net>
 
 	* configure.in: Require 0.6.99 (HEAD SVN) gtksourceview-sharp.

Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog	2004-11-23 21:20:29 UTC (rev 2032)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog	2004-11-23 21:59:46 UTC (rev 2033)
@@ -1,3 +1,10 @@
+2004-11-23  Alp Toker  <alp at atoker.com>
+
+	* CodeCompletion/CodeCompletionData.cs:
+	* CodeCompletion/CompletionListWindow.cs:
+	* CodeCompletion/CodeCompletionDataProvider.cs:
+	Initial code completion support for overloaded methods.
+
 2004-10-12  Gert Driesen <drieseng at users.sourceforge.net>
 
 	* Commands/SearchCommands.cs: use alias to work around mcs change




More information about the Monodevelop-patches-list mailing list