Fixed savedir bug. Made 'Open' auto-highlight currently-loaded image,

if applicable.
This commit is contained in:
William Kendrick 2004-02-10 05:37:59 +00:00
parent 0dd3857fa7
commit 415006b6df
3 changed files with 64 additions and 14 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2004 by Bill Kendrick
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
January 14, 2004
February 9, 2004
LOW-PRIORITY DOCUMENTATION CHANGES:
@ -31,6 +31,9 @@ HIGH-PRIORITY IMPLEMENTATION CHANGES:
* Get Mac OS X to look for stamps, brushes, etc. in
/Library/Preferences/tuxpaint first, then ~/Library/Preferences/tuxpaint
* Only use "savedir" for saved files, not to look for stamps/brushes.
Added "datadir" option to override where to look for local stamps/brushes.
LOW-PRIORITY IMPLEMENTATION CHANGES:
------------------------------------