summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-20 23:02:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-20 23:02:44 (GMT)
commit0769fafb253b846b58cd97c4a1df98ca7417ae1c (patch)
treec6b397d82740a26059c02b56d7b3182e5fe08927 /ChangeLog
parent738daf23eec2c114d456d13e88c51029f891fbc2 (diff)
Replaced the old symbol panel by a new improved one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 616debb..90898d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+18-02-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * pixmaps/symbol_object_classic.png:
+ New entry: create an icon for object symbols.
+
+ * src/gtkext/tmgt.c:
+ Typo.
+
+ * src/gui/panels/Makefile.am:
+ Add the 'symbols.ui' file to UI_FILES.
+
+ * src/gui/panels/errors.c:
+ Typo.
+
+ * src/gui/panels/gresource.xml:
+ Update code.
+
+ * src/gui/panels/symbols.c:
+ Replace the old symbol panel by a new improved one.
+
+ * src/gui/panels/symbols.ui:
+ New entry: create a GUI for the symbol panel using Glade.
+
+ * src/gui/panels/updating-int.h:
+ * src/gui/panels/updating.c:
+ * src/gui/panels/updating.h:
+ Clean the data used for updates when needed.
+
18-02-18 Cyrille Bagard <nocbos@gmail.com>
* src/gui/panels/errors.c: