anjuta r4810 - in trunk: . manuals/anjuta-manual/C



Author: claudep
Date: Sat Feb 28 15:41:53 2009
New Revision: 4810
URL: http://svn.gnome.org/viewvc/anjuta?rev=4810&view=rev

Log:
2009-02-28  Claude Paroz  <claude 2xlibre net>

	* manuals/anjuta-manual/C/debugger.xml: <tip> tag content must be enclosed
	in <para>.
	* manuals/anjuta-manual/C/glade.xml: <sect2> cannot be used without
	parent <sect1>.
	Fixed XML validation of anjuta-manual.

Modified:
   trunk/ChangeLog
   trunk/manuals/anjuta-manual/C/debugger.xml
   trunk/manuals/anjuta-manual/C/glade.xml

Modified: trunk/manuals/anjuta-manual/C/debugger.xml
==============================================================================
--- trunk/manuals/anjuta-manual/C/debugger.xml	(original)
+++ trunk/manuals/anjuta-manual/C/debugger.xml	Sat Feb 28 15:41:53 2009
@@ -88,10 +88,10 @@
        Environment variables displayed in light gray are the current environment variables. You can
        add, modify or remove environment variables here.
       </para>
-      <tip>
+      <tip><para>
        To debug Anjuta using Anjuta, you can use a different theme to change the look of the instance
        being debugged; for example, you could add "GTK2_RC_FILES=/usr/share/themes/Crux/gtk-2.0/gtkrc".
-      </tip>	
+      </para></tip>
      </listitem>
      <listitem><para>Whether the program should run in a terminal or not.  If so, the Anjuta terminal plugin is used.</para></listitem>
     </itemizedlist>

Modified: trunk/manuals/anjuta-manual/C/glade.xml
==============================================================================
--- trunk/manuals/anjuta-manual/C/glade.xml	(original)
+++ trunk/manuals/anjuta-manual/C/glade.xml	Sat Feb 28 15:41:53 2009
@@ -1,7 +1,7 @@
 <chapter id="glade">
 	<title>Glade Interface Designer</title>
 
-	<sect2>
+	<sect1>
 		<title>Quick start</title>
 		<para>
 			If you don't want to read all this boring manual, here is few steps to
@@ -46,9 +46,9 @@
 				</para></listitem>
 			</orderedlist>
 		</para>
-	</sect2>
+	</sect1>
 	
-	<sect2>
+	<sect1>
 		<title>Glade general usage questions</title>
 		<para>
 			Glade plugin mostly copies functionality of standalone Glade
@@ -60,9 +60,9 @@
 			for their description. An extra functionality allows you to
 			use infrastructure of Anjuta more effectively and is described here.
 		</para>
-	</sect2>
+	</sect1>
 
-	<sect2>
+	<sect1>
 		<title>Editor and designer association</title>
 		<para>
 			You can associate text editor and Glade designer so you will easily
@@ -77,9 +77,9 @@
 			<guimenuitem>Associate last designer and editor</guimenuitem></menuchoice>
 			menu item.
 		</para>
-	</sect2>
+	</sect1>
 
-	<sect2>
+	<sect1>
 		<title>Associations dialog</title>
 		<para>
 			Allows you to create and manager associations. To create an
@@ -116,9 +116,9 @@
 				</varlistentry>
 			</variablelist>
 		</para>
-	</sect2>
+	</sect1>
 	
-	<sect2 id="glade-default-signal">
+	<sect1 id="glade-default-signal">
 		<title>Default signal</title>
 		<para>
 			Double click on a widget in the design area will create a new handler
@@ -128,9 +128,9 @@
 			If <guilabel>Insert handler on edit</guilabel> option is enabled then a new handler stub will be inserted to the position
 			which depends on <guilabel>Position type</guilabel> setting.
 		</para>
-	</sect2>
+	</sect1>
 	
-	<sect2>
+	<sect1>
 		<title>Inserting a stub</title>
 		<para>
 			One of the most valuable goal of <application>Anjuta</application> and
@@ -157,9 +157,9 @@
 					</para></listitem>
 			</itemizedlist>
 		</para>
-	</sect2>
+	</sect1>
 
-	<sect2>
+	<sect1>
 		<title>Preferences</title>
 		<variablelist>
 			<varlistentry>
@@ -194,6 +194,6 @@
 				</para></listitem>
 			</varlistentry>
 		</variablelist>
-	</sect2>
+	</sect1>
 
 </chapter>



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