summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-06 21:22:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-06 21:23:00 (GMT)
commitb4f47417b8bc7b7e97b1e60a35663d99155a92c2 (patch)
treeef4fd6a7dabc0ea71094a1360e00b2479c822076 /ChangeLog
parent4ffb572c4d6fdd429acc7e440de0cd2e98df9d50 (diff)
Replaced the use of a nested function in a delayed invocation by a direct call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99f4354..5389446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+17-07-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Provide a way to scroll a tree view to a given point.
+
+ * src/gui/panels/log.c:
+ Replace the use of a nested function in a delayed invocation by a direct call.
+
17-06-02 Cyrille Bagard <nocbos@gmail.com>
* src/main.c: