summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorleo2000-10-01 14:44:32 +0000
committerleo2000-10-01 14:44:32 +0000
commit228068424bc98b1300b482d7ff653c36658c69dd (patch)
treee354be10aac41f5114d770d0f78323179c1b6e81 /docs
parent417d917424618df5354619a6b8daff9a3f466dc1 (diff)
Save custom minifigs created with the Minifig Wizard
git-svn-id: http://svn.leocad.org/trunk@148 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index f3c508c..baa4f88 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -1,5 +1,32 @@
This is a changelog for developers only, not for ordinary users.
+01/10/2000
+ - Added an option to save custom minifigs to the Minifig Wizard.
+
+30/09/2000
+ - Enabled the "Make Default" button of the preferences dialog (Linux).
+
+24/09/2000
+ - Finished adding the new minifig rotation options.
+
+20/09/2000
+ - Fixed the numeric keypad under Linux, thanks to Renaud Breard.
+ - Updated the Array dialog.
+
+18/09/2000
+ - Added new menu shortcuts.
+ - Fixed endianess bugs when loading piece information.
+ - Fixed piece preview mirrored image.
+ - Fixed some warning messages in FreeBSD.
+ - Added endian test to auto-configuration.
+ - Fixed gtk-config problem under FreeBSD.
+
+16/09/2000
+ - Added man page, thanks to Patrick Mahoney.
+ - Moved gif and jpg functions from image.cpp to separate files.
+ - Modified the Makefile to automatically check for libjpeg, zlib and
+ libpng. It also creates a config.h file with the options.
+
15/09/2000
- Fixed problem with "focus follow mouse" in X, thanks to Renaud Breard.