2009-10-30 Riccardo Mottola <rmottola@users.sf.net>

	* SystemPreferences: changed to use standard info panel
	and set release version to 1.1.0

2009-10-26 Riccardo Mottola <rmottola@users.sf.net>

	* Modules/Themes : initial commit
	
2009-05-23 Riccardo Mottola <rmottola@users.sf.net>

	* Modules/Defaults/Resources/English.lproj/Defaults.plist: added live resizing of SplitViews

2009-02-01 Richard Frith-Macdonald <rfm@gnu.org>

	* Modules/ColorSchemes/ColorSchemesInfo.plist:
	* Modules/Defaults/DefaultsInfo.plist:
	* Modules/FileSystem/FileSystemInfo.plist:
	* Modules/Fonts/FontModuleInfo.plist:
	* Modules/ModifierKeys/ModifierKeysInfo.plist:
	* Modules/Template/TemplateInfo.plist:
	* Modules/TimeZone/TimeZoneInfo.plist:
	* Modules/Volumes/VolumesInfo.plist:
	* PreferencePanes/NSPreferencePane.h:
	* PreferencePanes/NSPreferencePane.m:
	* SystemPreferences/SystemPreferences.m:
	Remove strange non-standard use of GSBundleIdentifier and replace
	with the normal bundle identifier mechanism.
	Also change other info keys to standard ones.

2009-01-30 20:59-EST Gregory John Casamento <greg_casamento@yahoo.com>

	* PreferencePanes/NSPreferencePane.m: Remove checks for non-standard
	Cocoa elements in the plist.  Also remove checks for things that
	NSBundle itself checks for.

2009-01-10 Richard Frith-Macdonald <rfm@gnu.org>

	* PreferencePanes/NSPreferencePane.m: Use infoDictionary of bundle
	* SystemPreferences/SystemPreferences.m: Use infoDictionary of bundle
	* Modules/FileSystem/GNUmakefile: Remove non-standard Info.plist install
	* Modules/ColorSchemes/GNUmakefile: ditto
	* Modules/Defaults/GNUmakefile: ditto
	* Modules/Fonts/GNUmakefile: ditto
	* Modules/TimeZone/GNUmakefile: ditto
	* Modules/ModifierKeys/GNUmakefile: ditto
	* Modules/Volumes/GNUmakefile: ditto
	* Modules/Template/GNUmakefile: ditto
	* Modules/FileSystem/Info.plist: Rename to .. FileSystemInfo.plist
	* Modules/ColorSchemes/Info.plist: Rename to .. ColorSchemesInfo.plist
	* Modules/Defaults/Info.plist: Reanme to ... DefaultsInfo.plist
	* Modules/Fonts/Info.plist: Rename to ... FontModuleInfo.plist
	* Modules/ModifierKeys/Info.plist: Rename to ... ModifierKeysInfo.plist
	* Modules/TimeZone/Info.plist: Rename to ... TimeZoneInfo.plist
	* Modules/Volumes/Info.plist: Rename to ... VolumesInfo.plist
	* Modules/Template/Info.plist: Rename to ... TemplateInfo.plist
	Basically, replace all non-standard handling of Info plists with the
	standard mechanism so that they are installed in the normal place and
	the infoDictionary method of NSBundle will find them... simplify
	everything and avoid confusion in future (hopefully).

2009-01-09 13:38-EST Gregory John Casamento <greg_casamento@yahoo.com>

	* PreferencePanes/NSPreferencePane.m: Remove checks for 
	"GSPrefPaneIconFile", "GSPrefPaneIconLabel", "NSExecutable",
	"NSMainNibFile","NSPrincipalClass"

2009-01-09 10:12-EST Gregory John Casamento <greg_casamento@yahoo.com>

	* PreferencePanes/NSPreferencePane.m: Try Info-gnustep.plist if
	Info.plist cannot be found.

2009-01-07 16:42-EST Gregory John Casamento <greg_casamento@yahoo.com>

	* PreferencePanes/NSPreferencePane.h
	* PreferencePanes/NSPreferencePane.m
	* PreferencePanes/PreferencePanes.h: Corrections to header
	language. 

2008-09-25 02:42-EDT Gregory John Casamento <greg_casamento@yahoo.com>

	* GNUmakefile
	* Modules/ColorSchemes/GNUmakefile
	* Modules/Defaults/GNUmakefile
	* Modules/FileSystem/GNUmakefile
	* Modules/Fonts/GNUmakefile
	* Modules/GNUmakefile
	* Modules/ModifierKeys/GNUmakefile
	* Modules/Template/GNUmakefile
	* Modules/TimeZone/GNUmakefile
	* Modules/Volumes/GNUmakefile
	* PreferencePanes/GNUmakefile
	* SystemPreferences/GNUmakefile: Change to install into LOCAL domain 
	by default.  Corrects bug #24677.

2008-09-12 Riccardo Mottola <multix79@yahoo.com>

	* Modules/Volumes: Corrected grammar

2008-08-30 17:53-EDT Gregory John Casamento <greg_casamento@yahoo.com>

	* PreferencePanes/NSPreferencePane.h: Correct compile error.

2008-01-19  Adam Fedor  <fedor@gnu.org>

	* GNUmakefile: Add install domain so windows installer
	can find it.
	* SystemPreferences.nsi.in: New file
	* README: Update.

2008-01-18 18:23-EDT Gregory John Casamento <greg_casamento@yahoo.com>

	* Version 1.0.2
	
2007-07-24 18:32-EDT Gregory John Casamento <greg_casamento@yahoo.com>

	* Modules/ColorSchemes/NSColorStringMethods.h: Minor correction,
	changed to use #ifndef instead of #ifdef.

2007-03-07  Nicola Pero <nicola.pero@meta-innovation.com>

	The application now compiles and runs on MinGW.
	* SystemPreferences/SystemPreferences.m (changeFont:): New method
	that forwards changeFont: to the current pane if it responds to
	the selector.
	* SystemPreferences/SystemPreferences.h (changeFont:): New method.
	* Modules/Fonts/FontModule.m: Removed category/notification
	workaround to get the changeFont: call.
	* Modules/Fonts/FontModule.h: Removed category workaround.
	
2007-03-06  Nicola Pero <nicola.pero@meta-innovation.com>

	* GNUmakefile (GNUSTEP_MAKEFILES): If not set, use gnustep-config
	to set it.  (GNUSTEP_INSTALLATION_DOMAIN): Removed.
	(RPM_DISABLE_RELOCATABLE): Removed.
	* SystemPreferences/GNUmakefile.preamble: Fixed
	ADDITIONAL_LIB_DIRS to work on MinGW (Problem reported by
	xavier.glattard@online.fr).
	* Modules/ColorSchemes/GNUmakefile.preamble: Same change.
	* Modules/Defaults/GNUmakefile.preamble: Same change.
	* Modules/Filesystem/GNUmakefile.preamble: Same change.
	* Modules/Fonts/GNUmakefile.preamble: Same change.
	* Modules/ModifierKeys/GNUmakefile.preamble: Same change.
	* Modules/Template/GNUmakefile.preamble: Same change.
	* Modules/Timezone/GNUmakefile.preamble: Same change.
	* Modules/Volumes/GNUmakefile.preamble: Same change.
	
2007-02-18  Nicola Pero <nicola.pero@meta-innovation.com>

	* Modules/ColorSchemes/GNUmakefile.postamble (after-install):
	Create the GNUSTEP_LIBRARY/Colors directory before installing into
	it.

2006-11-06  Riccardo Mottola <riccardo@kaffe.org>

	* GNUmakefile: added package name and version
	* Modules/ColorSchemes/GNUmakefile.postamble: added
	* Modules/ColorSchemes/PreviewView.m,
	Modules/ColorSchemes/PreviewView.h:
	refactored, cleaned and added Radio
	
	added some colorschemes.

2006-10-21  Riccardo Mottola <riccardo@kaffe.org>

	* Modules/ColorSchemes/PreviewView.m,
	Modules/ColorSchemes/PreviewView.h:
	some refactoring

2006-09-30  Enrico Sersale <enrico@fibernet.ro>

	* Modules/TimeZone/Resources/zones.db:
  Update to latest timezone info. 

2006-09-28  Enrico Sersale <enrico@fibernet.ro>

	* Modules/ColorSchemes/ColorSchemes.m: 
  Impemented -willUnselect.
  Avoid some compiler warning.

2006-09-26  Enrico Sersale <enrico.sersale@gmail.com>

	* Modules/Fonts/FontModule.m: impemented -willUnselect (by Ingolf Jandt <i.jandt@web.de>)

2006-09-25  Riccardo Mottola <riccardo@kaffe.org>
	* Modules/ColorSchemes/NSColorStringMethods.h:
	removed useless declaration
	* Modules/ColorSchemes/PreviewView.m:
	implemented text display in controls and some cleanup

2006-09-25  Enrico Sersale <enrico.sersale@gmail.com>

	* Modules/Fonts: added fonts module by Ingolf Jandt <i.jandt@web.de>

2006-09-17  Richard Frith-Macdonald <rfm@gnu.org>

	* GNUmakefile: added top level makefile to build/install the
	whole system preferences stuff.
	* INSTALL: removed install instructions ... now done by makefile

2006-09-10  Riccardo Mottola <riccardo@kaffe.org>

	* Modules/ColorSchemes: implemented Apply, improved interface
	
2006-09-10  Riccardo Mottola <riccardo@kaffe.org>

	* Modules/ColorSchemes: added color schemes module
	
2006-08-31  Fred Kiefer <FredKiefer@gmx.de>

	* Modules/Defaults/Defaults.m: Include limits.h to have INT_MAX
	and INT_MIN defined. 
	Patch by Andreas Höschler <ahoesch@smartsoft.de>.
