From 6ee8943ebf495c88b9e08cf3e1eac039b9c11b58 Mon Sep 17 00:00:00 2001 From: Sergii Stoian Date: Wed, 4 Mar 2009 22:08:46 +0000 Subject: [PATCH] * Update changelog. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28039 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4843d0..280eee4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,33 @@ +2009-03-03 00:08 Sergii Stoian + + * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' + prefernce. Remove use of preferences code. + (doubleClick:): Change support of external editor (add support for + .app editors). + * Framework/PCProjectWindow.m: Start implementing two-mode handling of + tear-off windows. New handling will support two modes: 1. all windows + are opened inside projet window and 2. Build, Launch/Debug, Loaded + Files (Project Find in future) are opened as tear-off windows. This + simplifiles the code and in my opinion more intuitive then current + implementation. + * Modules/Editors/ProjectCenter/PCEditor.m: + (_createWindow): Change window attribute ReleasedWhenClosed to NO. + * PCPrefController.m: Add new parameter 'notify' to method setObject. + This parameter is usefull for situation when open and save panels + saves its values. For example: when project are opened 'Open Project' + panel save last opened dir to PC prefernces and post notificaion + about prefs changes. Newly created objects of projects may lead to + PC segfault. + * Modules/Preferences/Build/PCBuildPrefs.m, + * Modules/Preferences/Interface/PCInterfacePrefs.m, + * Modules/Preferences/Saving/PCSavingPrefs.m, + * Modules/Preferences/Misc/PCMiscPrefs.m, + * Framework/PCFileManager: Use new preferences setObject method. + 2009-03-03 Riccardo Mottola - * Framework/PCProjectInspector.m: allow authors inside table to scroll during editing + * Framework/PCProjectInspector.m: allow authors inside table + to scroll during editing 2009-03-02 Riccardo Mottola