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

@ -41,6 +41,12 @@ http://www.newbreedsoftware.com/tuxpaint/
* Updated punctuation in many text strings.
Karl Ove Hufthammer <karl@huftis.org>
* Keywords ("Title" and "Software") now written into PNGs.
* Fixed 'savedir' bug. (Was dropping filenames)
* Made current image the selected image on Open screen, if applicable.
2003.Dec.23 (0.9.13)
* Translated into Basque (eu_ES)

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:
------------------------------------