summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-07-22 21:38:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-07-22 21:38:30 (GMT)
commit250d2773aa372434b721a4e72bff5da7b4f3fb4e (patch)
tree3bbb6b75e1cc53c5aa189489e416e3dd92bb79c2 /ChangeLog
parentdb863244b804cbf4c06399f7c6f8241d91c9ee9b (diff)
Used in the right way some features of GLib classes in the GUI code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@382 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68d7c81..5eb2020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+14-07-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/gui/editem.c:
+ Disable some parts of the GUI.
+
+ * src/gui/editem.c:
+ * src/gui/editem-int.h:
+ * src/gui/menus/menubar.c:
+ * src/gui/panels/glance.c:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/strings.h:
+ * src/gui/panels/symbols.c:
+ * src/gui/status.c:
+ Use in the right way some features of GLib classes in the GUI code.
+
+ * src/gui/tb/portions.c:
+ * src/gui/tb/source.c:
+ Disable some parts of the GUI.
+
14-07-10 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: