Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-12-06 00:55:03 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-12-06 00:55:03 (GMT)
commit43ad7ca526244fe991228b89704432ea1e2309af (patch)
tree29fa6a927e69100bba75ba662f68e1fb3874bd7d /ChangeLog
parent9d7d8c9eb4afbd5bb181cf23657bb87776077bd5 (diff)
-- Merge from HEAD - Fixed 2 annoying bug in anim/draw: It's now easy to
-- Merge from HEAD - Fixed 2 annoying bug in anim/draw: It's now easy to move text by using it's anchor The DEL key works now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8b2980..dfefb42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-12-06 Bruno coudoin <bruno.coudoin@free.fr>
+
+ -- Merge from HEAD
+ - Fixed 2 annoying bug in anim/draw:
+ It's now easy to move text by using it's anchor
+ The DEL key works now.
+
+ * Makefile.mingw.in: added msvcr71.dll, not all windows have it.
+ * po/Makefile.in.in:
+ * src/boards/python/anim.py:
+ * src/boards/shapegame.c: (create_title): now uses gettext for tittles.
+
*** RELEASE 8.2.2 ***
2006-11-18 Bruno coudoin <bruno.coudoin@free.fr>