summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2012-12-30 20:34:25 +0100
committerJan Djärv <jan.h.d@swipnet.se>2012-12-30 20:34:25 +0100
commit7ec363cf23ac40b4d6f1423226a2e6cfa5e98df5 (patch)
treee46f46c7d2c31b834eddff94d1343228fe10ab54 /ChangeLog
parent8b745d925b620fba21bd575e375ed101c17d8e29 (diff)
downloademacs-7ec363cf23ac40b4d6f1423226a2e6cfa5e98df5.tar.gz
Silence Gtk deprecation warnings by default.
* configure.ac: New enable: --enable-gtk-deprecation-warnings, default off. (HAVE_GTK3): If above enable is off, add -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0246433c5e1..e8363efde2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* configure.ac: Check for GtkHandlebox.
Check for GtkTearoffMenuItem.
+ New enable: --enable-gtk-deprecation-warnings, default off.
+ (HAVE_GTK3): If above enable is off, add
+ -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
2012-12-30 Andreas Schwab <schwab@linux-m68k.org>