Update ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28118 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2009-03-22 00:13:42 +00:00
parent e5681f4a50
commit 1a6b1b6f5b

View file

@ -5,6 +5,14 @@
notification.
(awakeFromNib): Move loading of project properties from here...
(loadProjectProperties): ...to here. This is a notification action.
* Framework/PCProjectInspector.m:
(searchOrderPopupDidChange:): Clean selection in list. Clean text
field.
(searchOrderClick:): Show value of selected item in text field.
(addSearchOrder:): Add check for entered value. More checking will be
added
in the future.
* Documentation/TODO: Rearrange some items. Update state.
2009-03-20 Sergii Stoian <stoyan255@gmail.com>