summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-02-01 11:08:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-02-01 11:08:15 (GMT)
commit98a3c749a15349b874dcef0ce3a43ebff651d95a (patch)
tree1b905fd3e269ba3c0bbf815644f40719b887a430 /ChangeLog
parent0c847f961a99d8e8012beecad27cf4318df1ff88 (diff)
Activated GTK_DISABLE_DEPRECATED again to avoid some warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@233 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91ee03f..e09997e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
12-02-01 Cyrille Bagard <nocbos@gmail.com>
* configure.ac:
+ Activate GTK_DISABLE_DEPRECATED again to avoid some warnings.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkdockitem.h:
+ * src/gtkext/gtkdockpanel.c:
+ * src/gtkext/gtkdockpanel.h:
+ * src/gtkext/gtkdockstation.h:
+ * src/gtkext/gtkdropwindow.h:
+ * src/gtkext/gtkextstatusbar.h:
+ * src/gtkext/gtkviewpanel.c:
+ * src/gui/panels/symbols.c:
+ * src/panels/breaks.c:
+ Fix the code to discard deprecated usages.
+
+12-02-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
Check for pygobject-2.0 and add the new Makefile from the
'plugins/pyoida/debug' directory to AC_CONFIG_FILES.