* Thumbnails now stored in ".thumbs" subdirectory under "saved".
* Moved "tuxpaint-import.1" source into "src/manpage"
This commit is contained in:
parent
be7efbb0d5
commit
face1b6038
6 changed files with 90 additions and 22 deletions
|
|
@ -73,6 +73,16 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
saved were unable to load the newest images! (Hopefully 1024 saved
|
||||
files is sufficient.)
|
||||
|
||||
* Thumbnails now saved to a ".thumbs" subdirectory under "saved".
|
||||
(Old thumbnails will still be loaded, if found. Currently, the old
|
||||
thumbnails will still be saved in the old location, not under .thumbs)
|
||||
Ben Armstrong's suggestion.
|
||||
|
||||
* Updated tuxpaint-import to create .thumbs subdirectory, and put new
|
||||
thumbnails there.
|
||||
|
||||
* Moved "tuxpaint-import.1" from src/ to src/manpage/.
|
||||
|
||||
|
||||
2003.February.22 (0.9.10)
|
||||
* UTF-8 stamp descriptions word-wrap around spaces.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Copyright (c) 2003 by Bill Kendrick
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
May 23, 2003
|
||||
June 17, 2003
|
||||
|
||||
|
||||
LOW-PRIORITY DOCUMENTATION CHANGES:
|
||||
|
|
@ -16,12 +16,6 @@ LOW-PRIORITY DOCUMENTATION CHANGES:
|
|||
* Mention CONFDIR in INSTALL.txt
|
||||
|
||||
|
||||
HIGH-PRIORITY IMPLEMENTATION CHANGES:
|
||||
-------------------------------------
|
||||
* Move thumbnails into a ".thumbnails" subdirectory under ".tuxpaint/saved"
|
||||
(Ben Armstrong's suggestion)
|
||||
|
||||
|
||||
LOW-PRIORITY IMPLEMENTATION CHANGES:
|
||||
------------------------------------
|
||||
* Fix and use scanline fill for filled shapes.
|
||||
|
|
@ -79,8 +73,6 @@ PLATFORM-SPECIFIC BUGS:
|
|||
|
||||
HIGH-PRIORITY TRANSLATION STUFF:
|
||||
--------------------------------
|
||||
* Right-justify right-to-left strings.
|
||||
|
||||
* Make right-to-left strings not wordwrap with the shortest line at
|
||||
the top!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue