diff --git a/AUTHORS.txt b/AUTHORS.txt index 831069c4b..19cde6a42 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -3,8 +3,7 @@ AUTHOR =================================== David A. Capello - Programmer, design, graphics, tester, and the maintainer of the package. - Releases the DOS, Windows, and source distributions. + Programmer, design, graphics, tester and the maintainer. =================================== THANKFULNESS @@ -135,7 +134,7 @@ THANKFULNESS Jorge Ramírez Flores Juraj Michalek Manuel De Miguel Moreno - Manuel Quiñones + Manuel Quiñones (manuq) Mateusz Czaplinski Nathan Smith (whitedoor) Peter Wang (tjaden) diff --git a/ChangeLog b/ChangeLog index 7aae503dd..86ccce871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,69 @@ +2007-09-30 David A. Capello + + * data/scripts/edit.lua: Removed. + + * src/commands/cmd_refresh.c (command_execute_refresh): Added. + +2007-09-29 David A. Capello + + * src/dialogs/toolconf.c (dialogs_tools_configuration): + Removed (now all the code is in cmd_configure_tools.c). + + * src/commands/cmd_about.c (command_execute_about): Now it show + the AUTHORS.txt file. + + * data/scripts/selspr.lua: Removed. + + * data/scripts/rootmenu.lua: Removed. + + * src/util/scrshot.c: Removed. + + * src/commands/cmd_screen_shot.c (command_execute_screen_shot): Done. + + * src/commands/cmd_clear.c (command_execute_clear): Done. + + * data/scripts/mask.lua: Removed. + + * src/commands/cmd_invert_mask.c (command_execute_invert_mask): Added. + + * src/commands/cmd_reselect_mask.c (command_execute_reselect_mask): Added. + + * src/commands/cmd_deselect_mask.c (command_execute_deselect_mask): Added. + + * src/commands/cmd_mask_all.c (command_execute_mask_all): Added. + + * src/commands/cmd_mask_by_color.c (command_execute_mask_by_color): Added. + + * src/dialogs/toolconf.c (set_grid_button_select_hook): Fixed a + bug using an invalid rectangle for set_grid(). + + * src/commands/cmd_drawing_tools.c: Added all commands to select + each tool. + +2007-09-28 David A. Capello + + * src/commands/cmd_load_mask.c (command_execute_load_mask): Added. + + * src/commands/cmd_save_mask.c (command_execute_save_mask): Added. + + * src/commands/cmd_copy.c (command_execute_copy): Added. + + * src/commands/cmd_cut.c (command_execute_cut): Added. + + * src/file/gif.c (save_GIF): Better progress bar. + + * src/core/shutdown.c: Removed (it was only for sessions). + + * src/util/session.c: Removed all session stuff. + + * src/commands/cmd_save_file.c (command_execute_save_file): Added. + 2007-09-27 David A. Capello + * src/commands/cmd_undo.c (command_execute_undo): Added. + + * src/commands/cmd_redo.c (command_execute_redo): Added. + * jinete/src/jsystem.c (jmouse_poll): Now (in Windows) we continue getting mouse feedback even when the cursor is outside of the window. diff --git a/NEWS.txt b/NEWS.txt index e4159b8db..6a8243736 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,13 +2,17 @@ NEWS =================================== -0.9 +0.6 --- + Restructured all the menus (more user friendly options). + - Temporaly removed a lot of complex functionality: + Mask-Repository (but you can use .msk files yet), Draw-Text, + Play-FLI/FLC. + New XML format for the menus. - Removed menu scripting customization. - Removed screen saver. +- Removed sessions. + GUI enhanced: + more borders for windows and more spacing between widgets. + better mouse behavior (in Windows). diff --git a/README.txt b/README.txt index f47d585d9..c3bf2dd4d 100644 --- a/README.txt +++ b/README.txt @@ -71,8 +71,6 @@ FEATURES - Unique tiled drawing mode to draw patterns and textures in seconds. - - Save and load entire work's sessions (in `.ses' files). - - Scripting capabilities with Lua language (http://www.lua.org). diff --git a/all.h b/all.h index f2790ca4f..901c6ee9b 100644 --- a/all.h +++ b/all.h @@ -121,7 +121,6 @@ #include "util/quantize.h" #include "util/recscr.h" #include "util/scrshot.h" -#include "util/session.h" #include "util/setgfx.h" #include "util/thmbnail.h" #include "widgets/colbar.h" diff --git a/config.h b/config.h index de188b795..f60d68a39 100644 --- a/config.h +++ b/config.h @@ -24,7 +24,7 @@ /* general information */ #define PACKAGE "ase" -#define VERSION "0.9" +#define VERSION "0.6" #define WEBSITE "http://ase.sourceforge.net/" #define BUGREPORT "ase-help@lists.sourceforge.net" #define COPYRIGHT "Copyright (C) 2001-2005, 2007 David A. Capello" diff --git a/data/defgui-en.xml b/data/defgui-en.xml index 43c36135e..db9ed433e 100644 --- a/data/defgui-en.xml +++ b/data/defgui-en.xml @@ -59,6 +59,7 @@ + @@ -85,10 +86,6 @@ - - - - @@ -170,9 +167,8 @@ - - - + + @@ -186,10 +182,10 @@ + - - + @@ -200,13 +196,14 @@ - - - - + + + + + + - diff --git a/data/jids/options.jid b/data/jids/options.jid index 1a0c2a8da..91bb3f405 100644 --- a/data/jids/options.jid +++ b/data/jids/options.jid @@ -1,5 +1,5 @@ - + @@ -42,9 +42,6 @@ - - -