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>2005-08-21 18:47:33 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-08-21 18:47:33 (GMT)
commit3f344bd0950d1ba1dd983013aeb13dc23f990889 (patch)
treec828641b948e8f532eeae9ec29361dfbb783d077 /ChangeLog
parentb6de6bee0496426ac0c8d7e8f66c3be86c480bf4 (diff)
Now first levels uses colored symbols instead of letters (not playable
yet)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b43cf9..bd0b89b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-21 Bruno coudoin <bruno.coudoin@free.fr>
+ * src/boards/python/sudoku.py: Now first levels uses colored symbols instead
+ of letters (not playable yet)
+
+2005-08-21 Bruno coudoin <bruno.coudoin@free.fr>
+
* po/POTFILES.in: added missing entries
* src/boards/python/sudoku.py: now the list of sudoku of the same level
are randomized
@@ -10,7 +15,8 @@
fix get_user to pass None in python if user = NULL.
fix pythontest check a user is logged or not.
put buttons in boards_list to make global conf toolbox.
- fix get_conf to check first global conf for profile (board_id = -1), then default conf for boards (profile_id = 1), yhen profile & board conf.
+ fix get_conf to check first global conf for profile (board_id = -1),
+ then default conf for boards (profile_id = 1), yhen profile & board conf.
* src/boards/py-mod-admin.c: (py_gcompris_set_current_user),
(py_gcompris_get_current_user):