summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-28 16:51:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-28 16:51:16 (GMT)
commit16ce1225f1faf51d7cb8eba4f7fb8b5ec2fac2a2 (patch)
treebd21d3b992f694c6402bda0864be37a1fc71668a /ChangeLog
parente0dac33fc96a338e13547af3edfc5d4e914b67a2 (diff)
Replaced all calls to the deprecated gtk_menu_popup() function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8917a7f..1a4768d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
17-07-28 Cyrille Bagard <nocbos@gmail.com>
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Remove useless code.
+
+ * src/gui/editor.c:
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/regedit.c:
+ * src/gui/panels/strings.c:
+ Replace all calls to the deprecated gtk_menu_popup() function.
+
+17-07-28 Cyrille Bagard <nocbos@gmail.com>
+
* src/gui/editor.c:
Fix another bug by removing another nested function.