From 99c8441afba7bda977ee99b0924f4c9428dd62cf Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 24 Feb 2002 11:58:26 +0000 Subject: [PATCH] Do not display files whose name begin with a dot in the save panel; do not assume that directoryContentsAtPath: returns a mutable array git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12718 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa9275717..d2e14b518 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,21 @@ +Sun Feb 24 11:33:21 2002 Nicola Pero + + * Source/NSSaverPanel.m: Do not assume that NSFileManager + -directoryContentsAtPath: returns a NSMutableArray. + +Sun Feb 24 11:30:33 2002 Nicola Pero + + * Source/NSSavePanel.m ([-browser:createRowsForColumn:inMatrix:]): + Do not display files starting with . if the user has set + GSSavePanelHideDotFiles to YES (Patch by Martin Brecher + with lots of changes by myself). + 2002-02-24 Richard Frith-Macdonald * Source/NSLayoutManager.m: More changes to glyph code - store glyphs and their attributes in the same array, store gaps as - ranges rather than simple indexs. Update comments. - Still not working and turned off using #if + ranges rather than simple indexs. Update comments. Still not + working and turned off using #if Sat Feb 23 22:07:09 2002 Gregory Casamento