Re: Problem with gnustep trunk

2007-03-20 Thread Enrico Sersale
On 2007-03-16 13:33:48 +0200 Enrico Sersale [EMAIL PROTECTED] wrote: On 2007-03-16 13:04:30 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale

Re: Problem with gnustep trunk

2007-03-20 Thread Enrico Sersale
On 2007-03-20 15:17:49 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Today, after a svn update, the problem is again here... (on four different machines) (I do have a /usr/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.14/Resources/Languages) Thanks ... we clearly haven't finished

Re: Problem with gnustep trunk

2007-03-20 Thread Enrico Sersale
On 2007-03-20 20:31:57 +0200 Nicola Pero [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ~]# make_services 2007-03-20 15:38:12.039 make_services[23877] File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found OK ... I debugged and

Re: Problem with gnustep trunk

2007-03-16 Thread Enrico Sersale
On 2007-03-16 13:04:30 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found with any application or tool... Thanks Enrico ... I'm not sure

Re: Problem with gnustep trunk

2007-03-15 Thread Enrico Sersale
On 2007-03-15 11:30:54 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found with any application or tool... Thanks Enrico ... I'm not sure

Re: Problem with gnustep trunk

2007-03-15 Thread Enrico Sersale
On 2007-03-15 11:30:54 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found with any application or tool... Thanks Enrico ... I'm not sure

Re: Problem with gnustep trunk

2007-03-14 Thread Enrico Sersale
On 2007-03-14 15:05:36 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Well, bytes value is février (in iso-8859-1 I think) and comes from [NSString stringWithUTF8String: nl_langinfo (MON_1+1)] Maybe we need to use nl_langinfo(CODESET) instead of UTF-8 to interpret the bytes ? (no idea,

Re: Windows backend : questions and answers

2007-03-07 Thread Enrico Sersale
On 2007-03-07 05:10:13 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Yes but ... I expect the person who added the application preferences panel did so because people want a variety of behaviors ... so I think that removing that panel without providing a better alternative is a

Re: Fwd: emacs.app does not support -GSFilePath

2007-01-25 Thread Enrico Sersale
On 2007-01-25 03:06:09 +0200 Adrian Robert [EMAIL PROTECTED] wrote: Hello, Someone was asking me about whether Emacs.app supports the - GSFilePath option which GWorkspace uses to tell applications to open files. I thought that there were already two ways to do this in OpenStep / Cocoa:

Re: FAM based fswatcher - first try

2007-01-24 Thread Enrico Sersale
On 2007-01-24 19:05:01 +0200 Philippe Roussel [EMAIL PROTECTED] wrote: Hi all You will find attached a implementation of fswatcher using the FAM API. It should link either with FAM (1) or gamin (2), which are available on different flavors of unix. The goal is to take advantage of existing

NSHelpManager

2006-07-14 Thread Enrico Sersale
I'm implementing an help for GWorkspace using contents taken from the Dennis's Guide. But there are some problems that should be fixed in -gui. - NSHelpManager.h is not included in AppKit.h. - NSHelpManager doesn't find localized resources; I think that it should use something like

Re: GCC 4.1 problem?

2006-05-28 Thread Enrico Sersale
On 2006-05-28 17:14:25 +0300 Fred Kiefer [EMAIL PROTECTED] wrote:ver happen? I put in a few NSLog statements into [NSAffineTransform scaleXBy:YBy:] and the problem was gone. For me this proves that there is a gcc problem (gcc (GCC) 4.1.0 (SUSE Linux)), but how to deal with it? The simplest

Re: Two NSFileManager questions

2006-03-10 Thread Enrico Sersale
On 2006-03-10 05:28:59 +0200 Jonathan Isom [EMAIL PROTECTED] wrote: On 2006-03-09 18:42:13 -0600 Enrico Sersale [EMAIL PROTECTED] wrote: On 2006-03-09 10:55:20 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 8 Mar 2006, at 13:32, Enrico Sersale wrote: 2) I can't find a way

Re: Two NSFileManager questions

2006-03-09 Thread Enrico Sersale
On 2006-03-09 10:55:20 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 8 Mar 2006, at 13:32, Enrico Sersale wrote: 2) I can't find a way to remove broken symlinks; - removeFileAtPath:: doesn't work in this case. I can't see why this shouldn't work for you ... the code looks OK

Two NSFileManager questions

2006-03-08 Thread Enrico Sersale
1) NSFileManager, in -_copyPath:::, when encounters a directory, tries to create a new destination directory with the same attributes of the source; if the directory is created but the attributes can't be set it skips the source contents, even if _proceedAccordingToHandler: returns YES.

what to do now? (was: Re: Graceful termination again)

2006-02-05 Thread Enrico Sersale
GWorkspace, if used in the role of NSWorkspace workspace application can now return in -launchedApplications the list of all the running apps. As a side effect of this and of all the work that Richard has done in NSWorkspace, NSApplication, etc.., we have now also a working implementation of

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GWorkspa...

2006-01-28 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/27 13:15:43 Modified files: usr-apps/gworkspace/GWorkspace: GWorkspace.h GWorkspace.m WorkspaceApplication.m

Re: Graceful termination again

2006-01-28 Thread Enrico Sersale
On 2006-01-27 20:14:40 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 27 Jan 2006, at 15:47, Enrico Sersale wrote: [snip] I still think it would be good to get round to implementing the capability of asking the workspace manager to perform operations centrally, but we need

Re: Graceful termination again

2006-01-28 Thread Enrico Sersale
On 2006-01-27 23:07:30 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 27 Jan 2006, at 20:10, Enrico Sersale wrote: On 2006-01-27 20:14:40 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 27 Jan 2006, at 15:47, Enrico Sersale wrote: [snip] I still think it would

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GNUmakef...

2006-01-25 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/26 00:40:00 Modified files: usr-apps/gworkspace/GWorkspace: GNUmakefile.in GWorkspace.h Added files: usr-apps/gworkspace/GWorkspace

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules File...

2006-01-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/23 13:23:22 Modified files: usr-apps/SystemPreferences/Modules/FileSystem: FileSystem.m usr-apps/SystemPreferences/Modules/ModifierKeys

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Volu...

2006-01-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/23 11:36:32 Modified files: usr-apps/SystemPreferences/Modules/Volumes: Volumes.m Log message: CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: Graceful termination again

2006-01-23 Thread Enrico Sersale
On 2006-01-23 15:05:41 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 23 Jan 2006, at 08:50, Roman Belenov wrote: I hacked a bit trying to implement logoff with graceful application termination on GNUstep and got some questions: 1) How to get a list of all running GNUstep

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GWorkspa...

2006-01-22 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/22 12:37:06 Modified files: usr-apps/gworkspace/GWorkspace: GWorkspace.h GWorkspace.m usr-apps/gworkspace/GWorkspace/Desktop: GWDesktopManager.h

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GWorkspa...

2006-01-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/21 12:34:24 Modified files: usr-apps/gworkspace/GWorkspace: GWorkspace.m main.m usr-apps/gworkspace/GWorkspace/FileViewer: GWSpatialViewer.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace INSTALL GWorkspace/...

2006-01-16 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/17 00:58:27 Modified files: usr-apps/gworkspace: INSTALL usr-apps/gworkspace/GWorkspace/Dialogs: OpenWithController.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace GWorkspace/Resource...

2006-01-14 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/14 13:14:14 Modified files: usr-apps/gworkspace/GWorkspace/Resources/English.lproj/OpenWith.gorm

[Gnustep-cvs] gnustep/usr-apps/gworkspace GWorkspace/Desktop/...

2006-01-13 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/13 12:27:24 Modified files: usr-apps/gworkspace/GWorkspace/Desktop: GWDesktopManager.h GWDesktopManager.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace/Dialogs ...

2006-01-07 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/07 13:35:04 Modified files: usr-apps/gworkspace/GWorkspace/Dialogs: CompletionField.h CompletionField.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNBrowserCo...

2006-01-06 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/06 12:56:48 Modified files: usr-apps/gworkspace/FSNode: FSNBrowserColumn.m FSNIconsView.m FSNListView.m FSNode.h

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace Dialogs/...

2006-01-05 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/06 00:48:16 Modified files: usr-apps/gworkspace/GWorkspace/Dialogs: Dialogs.m OpenWithController.h

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Operation FileOpInf...

2006-01-04 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/04 17:43:41 Modified files: usr-apps/gworkspace/Operation: FileOpInfo.h FileOpInfo.m Functions.h Functions.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace GWorkspace/GNUmakef...

2006-01-03 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/03 19:04:59 Modified files: usr-apps/gworkspace/GWorkspace: GNUmakefile.in GNUmakefile.preamble

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Operation/Resources...

2006-01-03 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/03 19:25:01 Removed files: usr-apps/gworkspace/Operation/Resources/English.lproj/OperationPrefs.gorm

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GNUmakef...

2006-01-03 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/03 19:28:45 Modified files: usr-apps/gworkspace/GWorkspace: GNUmakefile.in Log message: CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GWorkspa...

2006-01-02 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/02 17:17:41 Modified files: usr-apps/gworkspace/GWorkspace: GWorkspace.h GWorkspace.m usr-apps/gworkspace/GWorkspace/Desktop: GWDesktopManager.h

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNodeRep.h ...

2006-01-01 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 06/01/01 12:02:58 Modified files: usr-apps/gworkspace/FSNode: FSNodeRep.h usr-apps/gworkspace/GWorkspace: GWorkspace.h GWorkspace.m usr-apps

[Gnustep-cvs] gnustep/usr-apps/gworkspace ClipBook/ClipBookWi...

2005-12-31 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/31 13:12:22 Modified files: usr-apps/gworkspace/ClipBook: ClipBookWindow.h ClipBookWindow.m usr-apps/gworkspace/FSNode: FSNBrowserCell.m FSNIcon.m

Re: [Gnustep-cvs] gnustep/core/gui ChangeLog Source/NSTableView.m

2005-12-31 Thread Enrico Sersale
On 2005-12-31 17:54:35 +0200 Fred Kiefer [EMAIL PROTECTED] wrote: Hi Matt, matt rice wrote: Log message: * Source/NSTableView.m (-mouseDown:): Copy the selected cell before tracking mouse, add comment. (patch previously reverted 2005-05-30) (-mouseDown:): Check for

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNBrowser.h...

2005-12-28 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/28 14:04:20 Modified files: usr-apps/gworkspace/FSNode: FSNBrowser.h FSNBrowser.m FSNBrowserCell.m FSNBrowserColumn.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace/Finder/M...

2005-12-28 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/28 16:48:30 Modified files: usr-apps/gworkspace/GWorkspace/Finder/Modules/FModuleAnnotations

[Gnustep-cvs] gnustep/usr-apps/gworkspace GWorkspace/Finder/M...

2005-12-27 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/27 11:23:12 Modified files: usr-apps/gworkspace/GWorkspace/Finder/Modules/FModuleKind

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific/fswatcher-linux-2.4

2005-12-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/26 15:40:08 gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific/fswatcher-linux-2.4 Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/Tools

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific/fswatcher-darwin-8

2005-12-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/26 15:40:08 gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific/fswatcher-darwin-8 Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/Tools/fswatcher

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific

2005-12-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/26 15:39:34 gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific/fswatcher-linux-2.6

2005-12-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/26 15:40:08 gnustep/usr-apps/gworkspace/Tools/fswatcher/system-specific/fswatcher-linux-2.6 Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/Tools

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace/Finder F...

2005-12-22 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/22 13:56:40 Modified files: usr-apps/gworkspace/GWorkspace/Finder: Finder.m Log message: CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Volumes

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:31:07 gnustep/usr-apps/SystemPreferences/Modules/Volumes Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules/Volumes In directory savannah

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys/Resources

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:33:51 gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys/Resources Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/FileSystem

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:31:07 gnustep/usr-apps/SystemPreferences/Modules/FileSystem Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules/FileSystem In directory

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Inspector/Resources...

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:17:40 Modified files: usr-apps/gworkspace/Inspector/Resources/English.lproj/Attributes.gorm

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys/Resources/English.lproj

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:34:12 gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys/Resources/English.lproj Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/FileSystem/Resources/English.lproj

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:32:14 gnustep/usr-apps/SystemPreferences/Modules/FileSystem/Resources/English.lproj Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:31:07 gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:30:01 gnustep/usr-apps/SystemPreferences/Modules Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules In directory savannah:/tmp/cvs

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys/Resources/English.lproj/ModifierKeys.gorm

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:39:22 gnustep/usr-apps/SystemPreferences/Modules/ModifierKeys/Resources/English.lproj/ModifierKeys.gorm Update of /cvsroot/gnustep/gnustep/usr-apps

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/SystemPreferences

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:30:03 gnustep/usr-apps/SystemPreferences/SystemPreferences Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/SystemPreferences In directory

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/FileSystem/Resources

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:31:48 gnustep/usr-apps/SystemPreferences/Modules/FileSystem/Resources Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules/FileSystem

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/SystemPreferences/Resources/Images

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:49:05 gnustep/usr-apps/SystemPreferences/SystemPreferences/Resources/Images Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/SystemPreferences

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Template/Resources/English.lproj/TemplateModule.gorm

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:41:58 gnustep/usr-apps/SystemPreferences/Modules/Template/Resources/English.lproj/TemplateModule.gorm Update of /cvsroot/gnustep/gnustep/usr-apps

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:29:17 gnustep/usr-apps/SystemPreferences Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences In directory savannah:/tmp/cvs-serv21842

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Template/Resources/English.lproj

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:41:28 gnustep/usr-apps/SystemPreferences/Modules/Template/Resources/English.lproj Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:45:00 gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources/English.lproj

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:45:21 gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources/English.lproj Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/Modules

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/TimeZone/Resources/English.lproj/TimeZone.gorm

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:44:00 gnustep/usr-apps/SystemPreferences/Modules/TimeZone/Resources/English.lproj/TimeZone.gorm Update of /cvsroot/gnustep/gnustep/usr-apps

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/SystemPreferences/Resources/English.lproj

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:49:04 gnustep/usr-apps/SystemPreferences/SystemPreferences/Resources/English.lproj Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences COPYING Chan...

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:51:57 Added files: usr-apps/SystemPreferences: COPYING ChangeLog INSTALL README TODO usr-apps

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/PreferencePanes/Resources/Images

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:47:36 gnustep/usr-apps/SystemPreferences/PreferencePanes/Resources/Images Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences/PreferencePanes

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources/English.lproj/Volumes.gorm

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:45:48 gnustep/usr-apps/SystemPreferences/Modules/Volumes/Resources/English.lproj/Volumes.gorm Update of /cvsroot/gnustep/gnustep/usr-apps/SystemPreferences

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/SystemPreferences/Resources/English.lproj/SystemPreferences.gorm

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 12:50:46 gnustep/usr-apps/SystemPreferences/SystemPreferences/Resources/English.lproj/SystemPreferences.gorm Update of /cvsroot/gnustep/gnustep/usr-apps

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Time...

2005-12-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/21 13:05:40 Added files: usr-apps/SystemPreferences/Modules/TimeZone/Resources: map.tiff

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace/FileView...

2005-12-09 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/12/09 12:01:39 Modified files: usr-apps/gworkspace/GWorkspace/FileViewer: GWViewer.m Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin

[Gnustep-cvs] gnustep/usr-apps/gworkspace/FSNode FSNodeRep.h ...

2005-11-30 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/30 11:21:57 Modified files: usr-apps/gworkspace/FSNode: FSNodeRep.h FSNodeRep.m config.h.in configure configure.ac

[Gnustep-cvs] gnustep/usr-apps/gworkspace configure configure...

2005-11-29 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/29 13:25:17 Modified files: usr-apps/gworkspace: configure configure.ac usr-apps/gworkspace/GWorkspace: config.h.in usr-apps/gworkspace

[Gnustep-cvs] gnustep/usr-apps/gworkspace/FSNode FSNFunctions...

2005-11-29 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/29 13:24:43 Modified files: usr-apps/gworkspace/FSNode: FSNFunctions.m FSNodeRep.h FSNodeRep.m Added files

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNodeRep.m ...

2005-11-24 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/24 11:22:33 Modified files: usr-apps/gworkspace/FSNode: FSNodeRep.m usr-apps/gworkspace/GWorkspace/Desktop: GWDesktopManager.m usr-apps

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNodeRep.h ...

2005-11-21 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/21 13:33:24 Modified files: usr-apps/gworkspace/FSNode: FSNodeRep.h FSNodeRep.m usr-apps/gworkspace/GWorkspace: GWorkspace.h GWorkspace.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GWorkspa...

2005-11-16 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/16 17:16:39 Modified files: usr-apps/gworkspace/GWorkspace: GWorkspace.m usr-apps/gworkspace/GWorkspace/FileViewer: GWViewer.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNBrowser.m...

2005-11-15 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/15 13:04:32 Modified files: usr-apps/gworkspace/FSNode: FSNBrowser.m usr-apps/gworkspace/GWorkspace: GWNotifications.h GWorkspace.h

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Apps_wrappers/xmms....

2005-11-03 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/11/03 11:49:26 Modified files: usr-apps/gworkspace/Apps_wrappers/xmms.app: xmms xmms1 usr-apps/gworkspace/Apps_wrappers/xmms.app/Documentation

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace/Resource...

2005-10-30 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/10/30 11:06:22 Modified files: usr-apps/gworkspace/GWorkspace/Resources/English.lproj/LSFolder.gorm

[Gnustep-cvs] gnustep/usr-apps/gworkspace/FSNode FSNPathCompo...

2005-10-30 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/10/30 11:15:36 Modified files: usr-apps/gworkspace/FSNode: FSNPathComponentsViewer.m Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace/Resource...

2005-10-29 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/10/30 00:00:54 Modified files: usr-apps/gworkspace/GWorkspace/Resources/English.lproj/LSFolder.gorm

[Gnustep-cvs] gnustep/usr-apps/gworkspace/GWorkspace GWorkspa...

2005-09-28 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/09/28 10:34:48 Modified files: usr-apps/gworkspace/GWorkspace: GWorkspace.m Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools ddbd/DDBDirsM...

2005-09-14 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/09/14 16:23:49 Modified files: usr-apps/gworkspace/Tools/ddbd: DDBDirsManager.h DDBDirsManager.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace DBKit/DBKBTree.h DB...

2005-08-25 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/08/25 11:03:22 Modified files: usr-apps/gworkspace/DBKit: DBKBTree.h DBKBTree.m usr-apps/gworkspace/FSNode: FSNBrowser.h FSNBrowser.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace/FSNode FSNBrowserCo...

2005-08-25 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/08/25 11:47:06 Modified files: usr-apps/gworkspace/FSNode: FSNBrowserColumn.m Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNBrowserCe...

2005-08-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/08/23 17:20:49 Modified files: usr-apps/gworkspace/FSNode: FSNBrowserCell.m FSNBrowserColumn.m FSNIcon.m FSNodeRep.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNodeRep.h ...

2005-08-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/08/23 23:23:05 Modified files: usr-apps/gworkspace/FSNode: FSNodeRep.h FSNodeRepIcons.m usr-apps/gworkspace/GWorkspace: GWorkspace.m usr

[Gnustep-cvs] gnustep/core/gui ChangeLog

2005-08-17 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/08/17 15:58:22 Modified files: core/gui : ChangeLog Log message: added missing entry in ChangeLog for gsnd CVSWeb URLs: http

[Gnustep-cvs] gnustep/core/gui/Tools/gsnd gsnd.m

2005-08-16 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/08/16 17:36:44 Modified files: core/gui/Tools/gsnd: gsnd.m Log message: updated to use portaudio v19. on startup creates a daemon using

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools/ddbd/MDModules/MDModuleAnnotations

2005-07-16 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/07/16 11:01:28 gnustep/usr-apps/gworkspace/Tools/ddbd/MDModules/MDModuleAnnotations Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/Tools/ddbd/MDModules

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Tools/ddbd/MDModules

2005-07-16 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/07/16 11:00:29 gnustep/usr-apps/gworkspace/Tools/ddbd/MDModules Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/Tools/ddbd/MDModules In directory savannah

[Gnustep-cvs] gnustep/usr-apps/gworkspace DBKit/DBKVarLenReco...

2005-06-29 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/29 10:23:50 Modified files: usr-apps/gworkspace/DBKit: DBKVarLenRecordsFile.h DBKVarLenRecordsFile.m usr-apps

[Gnustep-cvs] gnustep/usr-apps/gworkspace/DBKit DBKBTree.h DB...

2005-06-28 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/28 11:38:50 Modified files: usr-apps/gworkspace/DBKit: DBKBTree.h DBKBTree.m DBKVarLenRecordsFile.h

[Gnustep-cvs] gnustep/usr-apps/gworkspace/DBKit DBKBTree.h DB...

2005-06-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/26 11:38:59 Added files: usr-apps/gworkspace/DBKit: DBKBTree.h DBKBTree.m DBKBTreeNode.h DBKBTreeNode.m

[Gnustep-cvs] gnustep/usr-apps/gworkspace/DBKit

2005-06-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/26 11:37:35 gnustep/usr-apps/gworkspace/DBKit Update of /cvsroot/gnustep/gnustep/usr-apps/gworkspace/DBKit In directory savannah:/tmp/cvs-serv11440/DBKit Log

[Gnustep-cvs] gnustep/usr-apps/gworkspace/DBKit DBKBTree.h DB...

2005-06-26 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/26 12:38:04 Modified files: usr-apps/gworkspace/DBKit: DBKBTree.h DBKBTree.m Added files: usr-apps/gworkspace/DBKit/Testing: GNUmakefile README

[Gnustep-cvs] gnustep/usr-apps/gworkspace/Inspector Attribute...

2005-06-24 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/24 11:01:00 Modified files: usr-apps/gworkspace/Inspector: Attributes.h Attributes.m usr-apps/gworkspace/Inspector/Resources/English.lproj

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNBrowser.m...

2005-06-22 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale [EMAIL PROTECTED] 05/06/22 17:06:33 Modified files: usr-apps/gworkspace/FSNode: FSNBrowser.m FSNIconsView.m FSNListView.m usr-apps

  1   2   >