2010-08-04 13:20-EDT Gregory John Casamento <greg.casamento@gmail.com>

* English.lproj/Gorm.gorm: Add "Recent Documents" to menu.
	* GormCore/GormClassManager.m: Post notifications when files 
	are created.
	* GormInfo.plist: Update my email address and list of authors to
	include Wolfgang and Adam.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31082 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2010-08-04 17:10:45 +00:00
parent acbfc23850
commit 3dddb006f1
5 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2010-08-04 13:20-EDT Gregory John Casamento <greg.casamento@gmail.com>
* English.lproj/Gorm.gorm: Add "Recent Documents" to menu.
* GormCore/GormClassManager.m: Post notifications when files
are created.
* GormInfo.plist: Update my email address and list of authors to
include Wolfgang and Adam.
2010-08-02 Wolfgang Lux <wolfgang.lux@gmail.com>
* Palettes/0Menus/MenusPalette.m (-finishInstantiate):

Binary file not shown.

Binary file not shown.

View file

@ -1851,8 +1851,17 @@
[NSString defaultCStringEncoding]];
[headerData writeToFile: headerPath atomically: NO];
[[NSDistributedNotificationCenter defaultCenter]
postNotificationName: @"GormCreateFileNotification"
object: headerPath];
[sourceData writeToFile: sourcePath atomically: NO];
[[NSDistributedNotificationCenter defaultCenter]
postNotificationName: @"GormCreateFileNotification"
object: sourcePath];
return YES;
}

View file

@ -43,7 +43,11 @@
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.2.13 (SVN)";
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
Authors = ("Gregory John Casamento <greg.casamento@gmail.com>",
"Adam Fedor <fedor@gnu.org>",
"Richard Frith-Macdonald <rfm@gnu.org>",
"Wolfgang Lux <wolfgang.lux@gmail.com>",
"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
Copyright = "Copyright (C) 1999-2010 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.13 May 19 2010";