summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1463aad..5c8bbd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+15-07-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Create a wrapper to provide buttons with images from CSS.
+
+ * src/gtkext/theme.c:
+ Load an extra style from the 'icons.css' file.
+
+ * src/gui/panels/history.c:
+ * src/gui/panels/history.h:
+ New entries: create an (empty) panel for evolution history.
+
+ * src/gui/panels/Makefile.am:
+ Add the 'history.[ch]' files to libguipanels_la_SOURCES.
+
+ * src/gui/panels/panel.c:
+ Update code.
+
+ * src/gui/panels/symbols.c:
+ Typo.
+
+ * themes/clean.png:
+ * themes/icons.css:
+ * themes/redo.png:
+ * themes/undo.png:
+ New entries: define a style for button pictures.
+
15-07-24 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: