]> Pileus Git - ~andy/gtk/commitdiff
Move GtkOldEditable to the "Deprecated" section. (#68408)
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Mar 2002 22:04:53 +0000 (22:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Mar 2002 22:04:53 +0000 (22:04 +0000)
* gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated"
section.  (#68408)

* gtk/tmpl/gtktreeview.sgml: Close linkend attribute.  (#73364)

docs/reference/ChangeLog
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml

index 7a425314d54cfaf9b2d6436247ced4a86e93afea..37a660e4af1135f323746f27569a4561bfe82901 100644 (file)
@@ -1,3 +1,10 @@
+2002-03-04  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" 
+       section.  (#68408)
+
+       * gtk/tmpl/gtktreeview.sgml: Close linkend attribute.  (#73364)
+
 Sun Mar  3 01:36:21 2002  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation
index 4936f1ba41c9521d03fbfdf13a08f9ddf7b06afd..4c04302849a18c068a70c0eef9107667f7d9b830 100644 (file)
@@ -3,6 +3,7 @@
 <!entity % local.notation.class "| PNG">
 
 <!entity hash "#">
+<!entity percent "%">
 <!entity GtkAccelLabel SYSTEM "sgml/gtkaccellabel.sgml">
 <!entity GtkAdjustment SYSTEM "sgml/gtkadjustment.sgml">
 <!entity GtkAlignment SYSTEM "sgml/gtkalignment.sgml">
@@ -435,7 +436,6 @@ that is, GUI components such as #GtkButton or #GtkTextView.
         &GtkButtonBox;
         &GtkContainer;
         &GtkEditable;
-        &GtkOldEditable;
         &GtkItem;
         &GtkMisc;
         &GtkObject;
@@ -470,6 +470,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
         &GtkPixmap;
         &GtkProgress;
         &GtkPreview;
+        &GtkOldEditable;
         &GtkText;
         &GtkTipsQuery;
         &GtkTree;
index cf91d73575a12894225fce50c390faa935566e15..dc9ee9264ce23488c8f724ae84dc371ff65b3a76 100644 (file)
@@ -7,7 +7,7 @@ A widget for displaying both trees and lists.
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 Widget that displays any object that implements the <link
-linkend="GtkTreeModel>GtkTreeModel</link> interface.
+linkend="GtkTreeModel">GtkTreeModel</link> interface.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->