OSDN Git Service

minor stuff
authorMartin Renold <martinxyz@gmx.ch>
Sun, 25 Jan 2009 15:39:30 +0000 (15:39 +0000)
committerMartin Renold <martinxyz@gmx.ch>
Sun, 25 Jan 2009 15:39:30 +0000 (15:39 +0000)
svn://svn.gna.org/svn/mypaint/trunk@266

PLAN
brushes/order.conf
changelog

diff --git a/PLAN b/PLAN
index 881c561..08dbc4e 100644 (file)
--- a/PLAN
+++ b/PLAN
@@ -1,5 +1,3 @@
-- Display brush names in edit subwindow.
-
 - frame.
   - ("simulates" a finite canvas; infinite canvas alone is awful for artists)
   - visual only (do strokes outside anyway, might enlarge later)
index 287aa89..64d2c81 100644 (file)
@@ -1,7 +1,6 @@
 # this file saves brushorder
 # the first one (upper left) will be selected at startup
 s024
-s011
 s010
 dry_brush
 charcoal
@@ -27,6 +26,7 @@ o007
 s005
 bi003
 s015
+s011
 bi010
 s004
 s023
index 33c137e..b3d3a4c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,10 +1,10 @@
 Version 0.6.0:
-- Layers and Transparency
+- Layers, transparency and eraser mode
 - Background color and pattterns
-- Eraser mode
-- Save and load OpenRaster
-- Canvas rotation (via keyboard shortcuts only)
-- Very fast undo with limited steps
+- Save OpenRaster
+- Very fast undo, limited number of steps
+- Canvas rotation (via keyboard shortcuts) and mirroring
+- A few great new brushes
 
 Version 0.5.1:
 - Fullscreen mode was implemented.