mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
acbfc23850
commit
3dddb006f1
5 changed files with 22 additions and 1 deletions
|
@ -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.
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue