[Monodevelop-patches-list] r1501 - in trunk/MonoDevelop: . src/Main/Base src/Main/Base/Gui/Dialogs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Apr 25 16:12:59 EDT 2004
Author: jluke
Date: 2004-04-25 16:12:59 -0400 (Sun, 25 Apr 2004)
New Revision: 1501
Modified:
trunk/MonoDevelop/AUTHORS
trunk/MonoDevelop/ChangeLog
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
Log:
update contributors
Modified: trunk/MonoDevelop/AUTHORS
===================================================================
--- trunk/MonoDevelop/AUTHORS 2004-04-25 13:19:39 UTC (rev 1500)
+++ trunk/MonoDevelop/AUTHORS 2004-04-25 20:12:59 UTC (rev 1501)
@@ -0,0 +1,21 @@
+Todd Berman
+Pedro Abelleira Seco
+John Luke
+Daniel Kornhauser
+Alex Graveley
+nricciar
+John Bou Antoun
+Ben Maurer
+Jeroen Zwartepoorte
+Gustavo Giráldez
+Miguel de Icaza
+Nick Drochak
+Pawel Rozanski
+Vincent Daron
+Erik Dasque
+Iain McCoy
+Inigo Illan
+Richard Torkar
+
+and Mike Krueger and the SharpDevelop team
+
Modified: trunk/MonoDevelop/ChangeLog
===================================================================
--- trunk/MonoDevelop/ChangeLog 2004-04-25 13:19:39 UTC (rev 1500)
+++ trunk/MonoDevelop/ChangeLog 2004-04-25 20:12:59 UTC (rev 1501)
@@ -1,3 +1,7 @@
+2004-04-25 John Luke <jluke at cfl.rr.com>
+
+ * AUTHORS: add people that have contributed
+
2004-04-25 Atsushi Enomoto <atsushi at ximian.com>
* configure.in: ja_JP.po support.
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-04-25 13:19:39 UTC (rev 1500)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-04-25 20:12:59 UTC (rev 1501)
@@ -1,3 +1,8 @@
+2004-04-25 John Luke <jluke at cfl.rr.com>
+
+ * Gui/Dialogs/CommonAboutDialog.cs:
+ update contributors and adjust the scroll slightly
+
2004-04-24 Todd Berman <tberman at sevenl.net>
* Services/ParserService/DefaultParserService.cs:
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs 2004-04-25 13:19:39 UTC (rev 1500)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs 2004-04-25 20:12:59 UTC (rev 1501)
@@ -54,7 +54,7 @@
ResourceService resourceService = (ResourceService)ServiceManager.Services.GetService(typeof(IResourceService));
image = resourceService.GetBitmap ("Icons.AboutImage");
- text = "<b>Ported and developed by:</b>\nTodd Berman\nPedro Abelleira Seco\nJohn Luke\nDaniel Kornhauser\norph\nnricciar\nJohn Bou Antoun\nBen Maurer\nJeroen Zwartepoorte\nGustavo Giráldez\nMiguel de Icaza ";
+ text = "<b>Ported and developed by:</b>\nTodd Berman\nPedro Abelleira Seco\nJohn Luke\nDaniel Kornhauser\nAlex Graveley\nnricciar\nJohn Bou Antoun\nBen Maurer\nJeroen Zwartepoorte\nGustavo Giráldez\nMiguel de Icaza\nInigo Illan\nIain McCoy\nNick Drochak\nPavel Rosanski\nRichard Torkar\nErik Dasque ";
//text = "\"The most successful method of programming is to begin a program as simply as possible, test it, and then add to the program until it performs the required job.\"\n -- PDP8 handbook, Pg 9-64\n\n\n";
//text = "\"The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every\n appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change.\"\n -- FORTRAN manual for Xerox computers\n\n\n";
@@ -86,7 +86,7 @@
{
this.GdkWindow.DrawLayout (this.Style.TextGC (StateType.Normal), 200, 0 - scroll, layout);
- if (scroll > 220 ) {
+ if (scroll > 275 ) {
scroll = -scroll;
}
}
More information about the Monodevelop-patches-list
mailing list