[vte/vte-next] fixup! docs: Add migration guide



commit 423bd2dd01a6e69df02c133a2450a7b3dbc174ed
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 1 09:14:01 2011 +0200

    fixup! docs: Add migration guide

 doc/reference/migration-0-30.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/doc/reference/migration-0-30.xml b/doc/reference/migration-0-30.xml
index f782c48..14095d2 100644
--- a/doc/reference/migration-0-30.xml
+++ b/doc/reference/migration-0-30.xml
@@ -137,7 +137,7 @@
 
     <para>
       All struct members of <link linkend="VteTerminalClass">VteTerminalClass</link> are now private.
-      Instead of using the signal IDs provided there, either use
+      Instead of using the signal IDs formerly provided there, either use
       <link linkend="g-signal-query">g_signal_query</link>, or just
       connect signals handlers by name with <link linkend="g-signal-connect">g_signal_connect</link>.
     </para>
@@ -348,7 +348,7 @@
 
     <para>
       VTE 0.30 uses GTK+ style properties extensively. A number of former
-      <link linkend="VteTermina">VteTerminal</link> object properties, as well as
+      <link linkend="VteTerminal">VteTerminal</link> object properties, as well as
       their public accessor functions, have been replaced by style properties.
     </para>
 
@@ -367,7 +367,7 @@
             <entry>vte_terminal_get_padding</entry>
             <entry>inner-border</entry>
             <entry>
-              <link linkend="GtkStyleContext--padding"></link>
+              <link linkend="GtkStyleContext--padding">padding</link>
             </entry>
           </row>
           <row>
@@ -437,7 +437,7 @@
       Note further that in order for the cursor, reverse and selection background
       colours to apply instead of the default effect which is to reverse the foreground and
       background of the text, you must also set the
-      <link linkend="VteTerminal--cursor-effect">cursor-effect</link>
+      <link linkend="VteTerminal--cursor-effect">cursor-effect</link>,
       <link linkend="VteTerminal--cursor-effect">reverse-effect</link>
       or <link linkend="VteTerminal--cursor-effect">selection-effect</link> style property to
       <literal>VTE_TERMINAL_EFFECT_COLOR</literal>.
@@ -468,7 +468,7 @@
       vte_terminal_set_font_from_string_full
       functions, and the font-desc object property.
       Note that if you just want to change the font scale, there is a new
-      <link linkend="VteTerminal--font-scape">font-scale</link> object property
+      <link linkend="VteTerminal--font-scale">font-scale</link> object property
       that you can set instead of changing the font.
     </para>
   </section>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]