mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Update Changelog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ace38821ad
commit
a002b0c43c
1 changed files with 16 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2009-03-19 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCProjectManager.m:
|
||||
(dealloc): Replace if() check with TEST_RELEASE.
|
||||
(openFileAtPath:): Use class variable instead of method's local.
|
||||
(saveFile): Call saveFile to project editor if project is active and
|
||||
project window has key state. Call non-project editor manager
|
||||
otherwise.
|
||||
* PCPrefController.m:
|
||||
(stringForKey:defaultValue:): Set value to non-existent key only if
|
||||
defaultValue is not 'nil' ('nil' when called via stringForKey:
|
||||
method).
|
||||
(boolForKey:defaultValue:): Set value to non-existent key only if
|
||||
defaultValue has positive value (has '-1' when called via boolForKey:
|
||||
method).
|
||||
|
||||
2009-03-17 02:14 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCProjectManager.m:
|
||||
|
|
Loading…
Reference in a new issue