summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorleo2001-03-13 23:04:09 +0000
committerleo2001-03-13 23:04:09 +0000
commit27d3c7f14501e648278d13996f75b2b8f0be5787 (patch)
tree53939d1d6ec4febb2b8000f2a39009b71a3166c0 /docs
parentfa8c666962290365f5b29f8e84f86ab129255143 (diff)
Fixed texture font not visible on some video cards
git-svn-id: http://svn.leocad.org/trunk@253 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index b111409..f133920 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -1,13 +1,16 @@
This is a changelog for developers only, not for ordinary users.
-21/02/2000
+13/03/2001
+ - Fixed texture font not visible on some video cards.
+
+21/02/2001
- New shortcuts: Home/End keys will change the Pieces List selection (win32).
- Fixed the creation and destruction of the MainWnd under win32.
-19/02/2000
+19/02/2001
- The "Mouse moves in 3D" option now applies to rotations too.
-04/02/2000
+04/02/2001
- When multiple pieces are selected, rotate around the piece that has focus.
- Clicking on a piece with focus now deselects it.
- Only define LC_HAVE_PNGLIB if zlib is available.