=== 2.14.3 === 2007-02-25 Gustavo J. A. M. Carneiro * NEWS: Update. * configure.ac: Bump version to 2.14.3. * tests/common.py: Ignore deprecation warnings during unit tests. 2007-02-18 Gustavo J. A. M. Carneiro * README: Update, add some install hints. Closes #405182. 2007-02-05 Gustavo J. A. M. Carneiro * Makefile.am: Build gksu conditionally, like it was supposed to all along. Fixes #404508. 2007-02-04 Gustavo J. A. M. Carneiro * egg/tray/eggtrayicon.c: Apply patch from bug #150726. Closes bug #403969: Tray icons ignores gnome-panel transparency setting. * egg/recent/eggrecentmodule.c (initrecent): Raise a deprecation warning. (initrecent): Init glib threads to avoid the GSlice warning. * egg/tray/trayiconmodule.c (inittrayicon): Raise a deprecation warning. 2007-01-20 Gustavo J. A. M. Carneiro * gda/pygda-1.2.pc.in, * gnome-python-extras-2.0.pc.in: Define datarootdir. 2007-01-20 Gian Mario Tagliaretti reviewed (and tweaked) by: Gustavo Carneiro. * Makefile.am: * examples/gdl/gdl_combo_button.py: * examples/gdl/gdl_dock.py: Add a couple of new GDL examples. * configure.ac: * gdl/Makefile.am: * gdl/gdl.defs: * gdl/gdl.override: Conditionally support both the new gdl 0.7.x API and the slightly older 0.6.x one. Closes bug #398157. 2006-11-07 Murray Cumming * COPYING: Mention that pygda is under the LGPL. Bug #358883. 2006-08-19 Gustavo J. A. M. Carneiro * examples/gtkhtml2/simple-browser.py (link_clicked): Fix extraction of mime type; closes #321576. * gtkhtml2/gtkhtml2.override (_wrap_html_document_open_stream): Raise exception on error return value.