From 870b00b76e803638bdb7fe699bb4a7789cd0f2bb Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Wed, 16 Jul 2003 02:07:51 +0000 Subject: [PATCH] * en/Gtk/ItemFactory.xml: Rename GetItemByAction and GetWidgetByAction to GetItem and GetWidget, to reflect metadata changes. * en/Gtk/TextBuffer.xml: Remove all references to *ByName methods, as they are now all overrides. * en/Gtk/HTML.xml: Update to use the new Begin overloads, since bug #46427 is fixed. * sources/Gtk.metadata (GtkIconSet): hide the GetSizes method. (GtkTextBuffer): new overrides MoveMarkByName -> MoveMark DeleteMarkByName -> DeleteMark ApplyTagByName -> ApplyTag RemoveTagByName -> RemoveTag (GtkItemFactory): new overrides GetItemByAction -> GetItem GetWidgetByAction -> GetWidget * sources/gtkhtml-font-style-enum.patch: A patch to use real values in gtkhtml-enums.h so that the parser won't choke on the complex enum declarations. svn path=/trunk/gtk-sharp/; revision=16282 --- ChangeLog | 18 ++++- api/gtk-api.xml | 18 ++--- doc/ChangeLog | 12 ++++ doc/en/Gtk/HTML.xml | 10 +-- doc/en/Gtk/ItemFactory.xml | 8 +-- doc/en/Gtk/TextBuffer.xml | 16 ++--- sources/Gtk.metadata | 100 +++++++++++++++++++++++++- sources/gtkhtml-font-style-enum.patch | 34 +++++++-- 8 files changed, 181 insertions(+), 35 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee181b2d7..88c77e608 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,27 @@ 2003-07-15 Duncan Mak + * sources/Gtk.metadata + (GtkIconSet): hide the GetSizes method. + (GtkTextBuffer): new overrides + MoveMarkByName -> MoveMark + DeleteMarkByName -> DeleteMark + ApplyTagByName -> ApplyTag + RemoveTagByName -> RemoveTag + (GtkItemFactory): new overrides + GetItemByAction -> GetItem + GetWidgetByAction -> GetWidget + + These two changes fixes bug #46388. + + (GtkHTML): overrides for Begin, mark BeginContent and BeginFull as + overrides of Begin. This fixes bug #46427. + * sources/gtkhtml-font-style-enum.patch: A patch to use real values in gtkhtml-enums.h so that the parser won't choke on the complex enum declarations. * sources/makefile: Apply the above patch after checking out the - source code for GtkHTML + source code for GtkHTML. 2003-07-14 Mike Kestner diff --git a/api/gtk-api.xml b/api/gtk-api.xml index 89ccf83b1..72bba6a17 100644 --- a/api/gtk-api.xml +++ b/api/gtk-api.xml @@ -3966,7 +3966,7 @@ - + @@ -3981,7 +3981,7 @@ - + @@ -6528,7 +6528,7 @@ - + @@ -6595,7 +6595,7 @@ - + @@ -6814,7 +6814,7 @@ - + @@ -6861,7 +6861,7 @@ - + @@ -10800,7 +10800,7 @@ - +