summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-29 14:46:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-29 14:47:47 (GMT)
commit5c4811a65eedda9dd95137337dc6304eb8cd051d (patch)
treec2e1e3ef226815c1ded30671590642436d75618a /ChangeLog
parent190f66ab3a2c8bdf2f56b2f590afe49461e6cf24 (diff)
Fixed compilation warnings by replacing GTK deprecated functions in display panels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bbfb9c..6f7643b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+17-12-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gbufferview.c:
+ * src/glibext/gbufferview.h:
+ Update code.
+
+ * src/gtkext/gtkbufferdisplay-int.h:
+ * src/gtkext/gtkbufferdisplay.c:
+ * src/gtkext/gtkdisplaypanel.c:
+ Fix compilation warnings by replacing GTK deprecated functions in display panels.
+
17-12-27 Cyrille Bagard <nocbos@gmail.com>
* src/gui/panels/errors.c: