gtkhtml r8661 - in trunk: . components/html-editor gtkhtml
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r8661 - in trunk: . components/html-editor gtkhtml
- Date: Sat, 22 Dec 2007 19:27:49 +0000 (GMT)
Author: mbarnes
Date: 2007-12-22 19:27:48 +0000 (Sat, 22 Dec 2007)
New Revision: 8661
ViewCVS link: http://svn.gnome.org/viewcvs/gtkhtml?rev=8661&view=rev
Modified:
trunk/ChangeLog
trunk/components/html-editor/ChangeLog
trunk/components/html-editor/editor-control-factory.c
trunk/components/html-editor/gi-color-palette.c
trunk/components/html-editor/gi-color-palette.h
trunk/components/html-editor/spellchecker.c
trunk/components/html-editor/test-html-editor-control.c
trunk/configure.in
trunk/gtkhtml/ChangeLog
trunk/gtkhtml/gtkhtml-search.c
trunk/gtkhtml/htmlform.c
trunk/gtkhtml/htmlselect.c
trunk/gtkhtml/htmlselect.h
trunk/gtkhtml/testgtkhtml.c
Log:
2007-12-22 Matthew Barnes <mbarnes redhat com>
** Fixes bug #493709
* configure.in: Bump gtk_minimum_version to 2.12.
* gtkhtml/gtkhtml-search.c (gtk_html_isearch):
* gtkhtml/htmlform.c (html_form_add_radio), (destroy_radio):
* gtkhtml/testgtkhtml.c (object_timeout), (object_requested_cmd):
Use g_object_ref() instead of gtk_widget_ref() (deprecated).
Use g_object_unref() instead of gtk_widget_unref() (deprecated).
* gtkhtml/htmlselect.c:
* gtkhtml/htmlselect.h:
Use GtkComboBoxEntry instead of GtkCombo (deprecated).
Use a common model for both the GtkComboBoxEntry and GtkTreeView.
* gtkhtml/testgtkhtml.c:
Use the new GtkTooltip API instead of GtkTooltips.
* components/html-editor/editor-control-factory.c
(editor_control_factory):
* components/html-editor/spellchecker.c (spell_check_dialog):
Use g_object_unref() instead of gtk_widget_unref() (deprecated).
* components/html-editor/test-html-editor-control.c:
Use GtkFileChooser instead of GtkFileSelection (deprecated).
* components/html-editor/gi-color-palette.c:
* components/html-editor/gi-color-palette.h:
Use the new GtkTooltip API instead of GtkTooltips.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]