|
From: Marcelo V. <va...@us...> - 2005-11-21 02:13:49
|
Update of /cvsroot/jedit/plugins/ProjectViewer/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16454/docs Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/jedit/plugins/ProjectViewer/docs/CHANGELOG,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- CHANGELOG 16 Oct 2005 19:34:13 -0000 1.50 +++ CHANGELOG 21 Nov 2005 02:13:37 -0000 1.51 @@ -16,6 +16,14 @@ * CHANGELOG version: $Id$ */ +VERSION 2.1.2: + [marcelo vanzin] + - fix calling GUIUtilities.getParentDialog() with a null parameter, + which caused jEdit to throw an NPE. + - fix ProjectOptions.save(); use OptionDialog's ok() method instead + of trying to be smart, since that one has access to OptionDialog's + private members. + VERSION 2.1.1 [marcelo vanzin] - set the viewer in PVActions.pvActionWrapper() also when forcing |