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>2009-03-15 21:57:04 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-03-15 21:57:04 (GMT)
commit0caf1a7d6c871e7307b80934ae6e69ddceb23e98 (patch)
tree1bda83356e01f1e6852c2dfc8875fe62bacac69d /ChangeLog
parentd0fdcf0e22566ef60b29beb49cc8bb3fb1360037 (diff)
- Replaced letter that differenciate blocks for
color blinds by ASCII symbols that are locale agnostic. svn path=/trunk/; revision=3775
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6baf3fa..57ec472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-15 Bruno Coudoin <bruno.coudoin@free.fr>
+
+ - Replaced letter that differenciate blocks for
+ color blinds by ASCII symbols that are locale
+ agnostic.
+
+ * src/boards/hanoi.c: (hanoi_create_item):
+
2009-03-14 Bruno coudoin <bruno.coudoin@free.fr>
- Fixed an annoying bug in the locale selection.