summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-09-11 18:44:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-09-11 18:44:09 (GMT)
commitd1dd9ae74ba56b04ad8f79d926b2282c6c7fa0fd (patch)
treef25c3914e514eb3c5959f91979ae18eaf0e35b8e /ChangeLog
parentbe1f2f147e8ce15f20ec4de439088714ffa50e8a (diff)
Updated the code and activated back the toolbar items.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@402 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 790dbc6..ac2fce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+14-09-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gui/tb/Makefile.am:
+ * src/gui/tb/portions.c:
+ * src/gui/tb/portions.h:
+ * src/gui/tb/source.c:
+ * src/gui/tb/source.h:
+ * src/gui/tb/tbitem.c:
+ * src/gui/tb/tbitem.h:
+ Update the code and activate back the toolbar items.
+
+ * src/gui/tb/tbitem-int.h:
+ New entry: allow to subclass a toolbar item.
+
+ * src/gui/tb/toolbar.c:
+ * src/gui/tb/toolbar.h:
+ Renamed entries: see tbitems.[ch].
+
14-09-10 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkbufferview.c: