[gimp-help-2] Add new features and enhance some source files



commit 5dc56f772bcf082907e2fe34b9eff8a126c0a7c4
Author: SimaMoto,RyôTa <liangtai s4 gmail com>
Date:   Mon Oct 5 02:56:36 2009 +0900

    Add new features and enhance some source files
    
    Signed-off-by: Ulf-D. Ehlert <ulfehlert svn gnome org>

 src/appendix/bibliography.xml        |    4 +-
 src/menus/help/plug-in-browser.xml   |   10 +--
 src/menus/help/procedure-browser.xml |   78 ++++++++++++++++++++++--
 src/menus/layer/alpha-add.xml        |   20 ++++++
 src/menus/layer/alpha-remove.xml     |   10 +++-
 src/menus/layer/anchor.xml           |   23 +++++++-
 src/menus/layer/delete.xml           |   20 ++++++-
 src/menus/layer/duplicate.xml        |   20 ++++++
 src/menus/select/all.xml             |   20 ++++++
 src/menus/select/none.xml            |   25 +++++++-
 src/using/fonts-and-text.xml         |   46 +++++++++-----
 src/using/getting-unstuck.xml        |  108 ++++++++++++++++------------------
 12 files changed, 286 insertions(+), 98 deletions(-)
---
diff --git a/src/appendix/bibliography.xml b/src/appendix/bibliography.xml
index 0e7cb7f..6dd8c7e 100644
--- a/src/appendix/bibliography.xml
+++ b/src/appendix/bibliography.xml
@@ -573,8 +573,8 @@
       <abbrev>PLUGIN-RETINEX</abbrev>
       <title>A plugin providing the Retinex algorithm for GIMP</title>
       <releaseinfo>
-        <ulink url="www-prima.inrialpes.fr/pelisson/MSRCR.php">
-          www-prima.inrialpes.fr/pelisson/MSRCR.php
+        <ulink url="http://www-prima.inrialpes.fr/pelisson/MSRCR.php";>
+          http://www-prima.inrialpes.fr/pelisson/MSRCR.php
         </ulink>
       </releaseinfo>
     </biblioentry>
diff --git a/src/menus/help/plug-in-browser.xml b/src/menus/help/plug-in-browser.xml
index 4216103..3c9bc4e 100644
--- a/src/menus/help/plug-in-browser.xml
+++ b/src/menus/help/plug-in-browser.xml
@@ -66,9 +66,8 @@
     </para>
     <para>
       You can search for a plug-in by name by entering part or all of the
-      name in the <guilabel>Search:</guilabel> text box and clicking on the
-      <guilabel>Search by Name</guilabel> button. The left part of the
-      dialog then displays the matches found.
+      name in the <guilabel>Search:</guilabel> text box.  The left part of
+      the dialog then displays the matches found.
     </para>
     <figure>
       <title>
@@ -93,9 +92,8 @@
     </para>
     <para>
       You can search for a plug-in by name by entering part or all of the
-      name in the <guilabel>Search:</guilabel> text box and clicking on the
-      <guilabel>Search by Name</guilabel> button. The left part of the
-      dialog then displays the matches found.
+      name in the <guilabel>Search:</guilabel> text box.  The left part of
+      the dialog then displays the matches found.
     </para>
     <note>
       <para>
diff --git a/src/menus/help/procedure-browser.xml b/src/menus/help/procedure-browser.xml
index bf106d2..6fdc823 100644
--- a/src/menus/help/procedure-browser.xml
+++ b/src/menus/help/procedure-browser.xml
@@ -57,12 +57,78 @@
       The figure above shows the <guilabel>Procedure Browser</guilabel>
       dialog window. If you click on an item in the scrolled list on the
       left, information about it is displayed on the right. You can also
-      search for a specific procedure by name by entering part or all of
-      the name of the procedure in the <guilabel>Search:</guilabel> text
-      box and clicking on the <guilabel>Search by Name</guilabel> button,
-      or search for one by its description by entering a search string in
-      the <guilabel>Search:</guilabel> text box and clicking on the
-      <guilabel>Search by Blurb</guilabel> button.
+      search for a specific procedure by querying the procedural database
+      with a regular expression on <guilabel>Search:</guilabel> text box:
     </para>
+    <variablelist>
+      <varlistentry>
+        <term>by name</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which have code names that contain
+            the part of name you entered.
+          </para>
+        </listitem>
+      </varlistentry>
+        <term>by description</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which have blurbs that contain
+            the word you entered.
+          </para>
+        </listitem>
+      </varlistentry>
+        <term>by help</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which have additional information
+            text that contain the word you entered.
+          </para>
+        </listitem>
+      </varlistentry>
+        <term>by author</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which created by the author
+            which has the part of name you entered.
+          </para>
+        </listitem>
+      </varlistentry>
+        <term>by copyright</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which copyright are hold by
+            someone that have the part of name you entered.
+          </para>
+        </listitem>
+      </varlistentry>
+        <term>by date</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which have date of year
+            that match the year you entered.
+          </para>
+          <note>
+            <para>
+              This query processed with text but not date value, so
+              you cannot find some procedure entries even if their date
+              contains the year you entered. For example, a procedure
+              dated 2000-2005 does not match if you search
+              procedures with 2001, but it matches with 2000 or 2005.
+            </para>
+          </note>
+        </listitem>
+      </varlistentry>
+        <term>by type</term>
+        <listitem>
+          <para>
+            Shows a list of procedures which have a one of four types:
+            <quote>Internam GIMP procedure</quote>, <quote>GIMP Plug-In
+            </quote>, <quote>GIMP Extension</quote>, or <quote>Temporary
+            Procedure</quote>.
+          </para>
+        </listitem>
+      </varlistentry>
+    <variablelist>
   </sect3>
 </sect2>
diff --git a/src/menus/layer/alpha-add.xml b/src/menus/layer/alpha-add.xml
index ff13df1..e9adb5d 100644
--- a/src/menus/layer/alpha-add.xml
+++ b/src/menus/layer/alpha-add.xml
@@ -45,6 +45,26 @@
           Layer Dialog.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          In addition, at the
+          <link linkend="gimp-layer-dialog">Layer Dialog</link>, you
+          can access it through <guimenuitem>Add Alpha Channel</guimenuitem>
+          of its context pop-up menu, or clicking
+          <guiicon>
+            <inlinemediaobject>
+              <imageobject>
+                <imagedata
+                  fileref="images/dialogs/dialogs-icon-new.png"/>
+              </imageobject>
+              <textobject>
+                <phrase>Add Alpha Channel</phrase>
+              </textobject>
+            </inlinemediaobject>
+          </guiicon>
+          icon button on the bottom of this dialog.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect3>
 </sect2>
diff --git a/src/menus/layer/alpha-remove.xml b/src/menus/layer/alpha-remove.xml
index 6a70eef..42ea09e 100644
--- a/src/menus/layer/alpha-remove.xml
+++ b/src/menus/layer/alpha-remove.xml
@@ -45,8 +45,14 @@
             <guisubmenu>Transparency</guisubmenu>
             <guimenuitem>Remove Alpha Channel</guimenuitem>
           </menuchoice>,
-          and from the local pop-up submenu you get by right-clicking the
-          Layer Dialog.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          In addition, at the
+          <link linkend="gimp-layer-dialog">Layer Dialog</link>, you
+          can access it through <guimenuitem>Remove Alpha Channel</guimenuitem>
+          of its context pop-up menu.
         </para>
       </listitem>
     </itemizedlist>
diff --git a/src/menus/layer/anchor.xml b/src/menus/layer/anchor.xml
index 8e451ac..630c8cd 100644
--- a/src/menus/layer/anchor.xml
+++ b/src/menus/layer/anchor.xml
@@ -52,8 +52,27 @@
           <menuchoice>
             <guimenu>Layer</guimenu>
             <guimenuitem>Anchor layer</guimenuitem>
-          </menuchoice>, and from the local pop-up menu you get by
-          right-clicking the Layer Dialog,
+          </menuchoice>,
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          In addition, at the
+          <link linkend="gimp-layer-dialog">Layer Dialog</link>, you
+          can access it through <guimenuitem>Anchor layer</guimenuitem> of its
+          context pop-up menu, or clicking
+          <guiicon>
+            <inlinemediaobject>
+              <imageobject>
+                <imagedata
+                  fileref="images/dialogs/stock-anchor-16.png"/>
+              </imageobject>
+              <textobject>
+                <phrase>Anchor the floating Layer</phrase>
+              </textobject>
+            </inlinemediaobject>
+          </guiicon> 
+          icon button on the bottom of this dialog.
         </para>
       </listitem>
       <listitem>
diff --git a/src/menus/layer/delete.xml b/src/menus/layer/delete.xml
index 07017fc..37caf05 100644
--- a/src/menus/layer/delete.xml
+++ b/src/menus/layer/delete.xml
@@ -33,8 +33,24 @@
             <guimenu>Layer</guimenu>
             <guimenuitem>Delete Layer</guimenuitem>
           </menuchoice>,
-          or from the local pop-up menu that you get by right-clicking on
-          the Layer Dialog.
+        </para>
+        <para>
+          In addition, at the
+          <link linkend="gimp-layer-dialog">Layer Dialog</link>, you
+          can access it through <guimenuitem>Delete Layer</guimenuitem> of its
+          context pop-up menu, or clicking
+          <guiicon>
+            <inlinemediaobject>
+              <imageobject>
+                <imagedata
+                  fileref="images/dialogs/dialogs-icon-delete.png"/>
+              </imageobject>
+              <textobject>
+                <phrase>Delete this Layer</phrase>
+              </textobject>
+            </inlinemediaobject>
+          </guiicon> 
+          icon button on the bottom of this dialog.
         </para>
       </listitem>
     </itemizedlist>
diff --git a/src/menus/layer/duplicate.xml b/src/menus/layer/duplicate.xml
index 2be2d4b..d8b2801 100644
--- a/src/menus/layer/duplicate.xml
+++ b/src/menus/layer/duplicate.xml
@@ -50,6 +50,26 @@
           the Layer Dialog.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          In addition, at the
+          <link linkend="gimp-layer-dialog">Layer Dialog</link>, you
+          can access it through <guimenuitem>Duplicate</guimenuitem> of its
+          context pop-up menu, or clicking
+          <guiicon>
+            <inlinemediaobject>
+              <imageobject>
+                <imagedata
+                  fileref="images/dialogs/stock-duplicate-16.png"/>
+              </imageobject>
+              <textobject>
+                <phrase>Duplicate Layer</phrase>
+              </textobject>
+            </inlinemediaobject>
+          </guiicon> 
+          icon button on the bottom of this dialog.
+        </para>
+      <listitem>
     </itemizedlist>
   </sect3>
 </sect2>
diff --git a/src/menus/select/all.xml b/src/menus/select/all.xml
index 64e2c35..542beb3 100644
--- a/src/menus/select/all.xml
+++ b/src/menus/select/all.xml
@@ -33,6 +33,26 @@
       </listitem>
       <listitem>
         <para>
+          In addition, at the
+          <link linkend="gimp-selection-dialog">Selection Editor</link>, you
+          can access it through <guimenuitem>All</guimenuitem> of its context
+          pop-up menu, or clicking
+          <guiicon>
+            <inlinemediaobject>
+              <imageobject>
+                <imagedata
+                  fileref="images/dialogs/stock-selection-all-16.png"/>
+              </imageobject>
+              <textobject>
+                <phrase>Select everything</phrase>
+              </textobject>
+            </inlinemediaobject>
+          </guiicon> 
+          icon button on the bottom of this dialog.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           or by using the keyboard shortcut
           <keycombo><keycap>Ctrl</keycap><keycap>A</keycap></keycombo>.
           You can also access it with the
diff --git a/src/menus/select/none.xml b/src/menus/select/none.xml
index 2b66457..01fcd89 100644
--- a/src/menus/select/none.xml
+++ b/src/menus/select/none.xml
@@ -30,10 +30,27 @@
             <guimenu>Select</guimenu>
             <guimenuitem>None</guimenuitem>
           </menuchoice>.
-          In addition, you can use the
-          <link linkend="gimp-selection-dialog">Selection Editor</link>
-          to access it.
-        </para>
+         </para>
+      </listitem>
+      <listitem>
+        <para>
+          In addition, at the
+          <link linkend="gimp-selection-dialog">Selection Editor</link>, you
+          can access it through <guimenuitem>None</guimenuitem> of its context
+          pop-up menu, or clicking
+          <guiicon>
+            <inlinemediaobject>
+              <imageobject>
+                <imagedata
+                  fileref="images/dialogs/stock-selection-none-16.png"/>
+              </imageobject>
+              <textobject>
+                <phrase>Dismiss the selection</phrase>
+              </textobject>
+            </inlinemediaobject>
+          </guiicon> 
+          icon button on the bottom of this dialog.
+       </para>
       </listitem>
       <listitem>
         <para>
diff --git a/src/using/fonts-and-text.xml b/src/using/fonts-and-text.xml
index 895959f..04ad94d 100644
--- a/src/using/fonts-and-text.xml
+++ b/src/using/fonts-and-text.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2007-04-13 added Spanish translation by AntI
   2006-09-12 added norwegian translation by KoSt
@@ -8,25 +9,21 @@
   2005-11-30 replaced informalfigure by axel.wernicke
 -->
 <sect1 id="gimp-using-text">
-  <title>
-    <phrase>Text</phrase>
-  </title>
+  <title>Text</title>
+
   <indexterm>
     <primary>Image</primary>
     <secondary>Text</secondary>
   </indexterm>
+
   <sect2>
-    <title>
-      <phrase>Embellishing Text</phrase>
-    </title>
+    <title>Embellishing Text</title>
     <indexterm>
       <primary>Text</primary>
       <secondary>Embellishing text</secondary>
     </indexterm>
     <figure>
-      <title>
-        <phrase>Fancy text</phrase>
-      </title>
+      <title>Fancy text</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/using/logo-examples.png" format="PNG"/>
@@ -63,10 +60,9 @@
       Script-Fu to create these sorts of effects, only to automate them.
     </para>
   </sect2>
+
   <sect2 id="gimp-using-fonts">
-    <title>
-      <phrase>Adding Fonts</phrase>
-    </title>
+    <title>Adding Fonts</title>
     <indexterm>
       <primary>Text</primary>
       <secondary>Fonts</secondary>
@@ -168,6 +164,25 @@
         GIMP, but also to other Windows applications.
       </para>
     </formalpara>
+    <formalpara>
+      <title>Mac OS X</title>
+  <!--http://docs.info.apple.com/article.html?path=FontBook/2.0/en/fb680.html-->
+      <para>
+        There are several ways to install fonts on your system.  You can
+        drag-and-drop them to the <quote>Fonts</quote> folder in
+        <quote>Libraries</quote> folder of your <quote>Home Folder</quote>.  Or
+        you may use <application>Font Book</application>, invoked by
+        double-clicking the font file icon in the Finder.  You can see what the
+        font looks like, and click your favorite fonts so that their files are
+        to be installed on the system.  These methods will make the fonts
+        available for all applications, not only <acronym>GIMP</acronym>.  If
+        you want all users can use the fonts, drag-and-drop the fonts to the
+        <quote>Fonts</quote> folder in <quote>Libraries</quote> folder of the
+        <productname>Mac OS X</productname> Disk, or to the
+        <quote>Computer</quote> folder in the <guilabel>Collection</guilabel>
+        Column of <application>Font Book</application>.
+      </para>
+    </formalpara>
     <para>
       To install a Type 1 file, you need both the
       <filename>.pfb</filename> and <filename>.pfm</filename>
@@ -202,10 +217,9 @@
       </para>
     </note>
   </sect2>
+
   <sect2 id="font-problems">
-    <title>
-      <phrase>Font Problems</phrase>
-    </title>
+    <title>Font Problems</title>
     <indexterm>
       <primary>Fonts</primary>
       <secondary>Problems</secondary>
diff --git a/src/using/getting-unstuck.xml b/src/using/getting-unstuck.xml
index e6bcfe6..93c6069 100644
--- a/src/using/getting-unstuck.xml
+++ b/src/using/getting-unstuck.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-02-19 j.h: revised for v2.6
   2007-08-27 lexa: replaced list by sect3
@@ -14,17 +15,15 @@
   2005-11-30 replaced informalfigure by axel.wernicke
 -->
 <sect1 id="gimp-using-getting-unstuck">
-  <title>
-    <phrase>Getting Unstuck</phrase>
-  </title>
+  <title>Getting Unstuck</title>
+
   <indexterm>
     <primary>GIMP</primary>
     <secondary>Getting Unstuck</secondary>
   </indexterm>
+
   <sect2 id="gimp-using-getting-unstuck-general">
-    <title>
-      <phrase>Stuck!</phrase>
-    </title>
+    <title>Stuck!</title>
     <para>
       All right, okay: you're stuck. You're trying to use one of the tools on
       an image, and nothing is happening, and nothing you try makes any
@@ -42,33 +41,30 @@
   </sect2>
 
   <sect2 id="gimp-using-getting-unstuck-common-causes">
-    <title>
-      <phrase>Common Causes of GIMP Non-Responsiveness</phrase>
-    </title>
+    <title>Common Causes of GIMP Non-Responsiveness</title>
     <sect3>
-      <title>
-        <phrase>There is a floating selection</phrase>
-      </title>
+      <title>There is a floating selection</title>
       <figure>
         <title>
-          <phrase>
-            Layers dialog showing a floating selection.
-          </phrase>
+          Layers dialog showing a floating selection.
         </title>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="images/using/unstuck-floating-sel.png" format="PNG"/>
+            <imagedata format="PNG"
+              fileref="images/using/unstuck-floating-sel.png"/>
           </imageobject>
         </mediaobject>
       </figure>
-      <para><emphasis>How to tell:</emphasis>
+      <para>
+        <emphasis>How to tell:</emphasis>
         If there is a floating selection, many actions are impossible
         until the floating section is anchored.
         To check, look at the Layers dialog (making
         sure it's set to the image you're working on) and see whether the
         top layer is called <quote>Floating Selection</quote>.
       </para>
-      <para><emphasis>How to solve:</emphasis>
+      <para>
+        <emphasis>How to solve:</emphasis>
         Either anchor the floating selection, or convert it into an
         ordinary (non-floating) layer. If you need help on how to do this,
         see <link linkend="glossary-floatingselection">
@@ -78,16 +74,13 @@
     </sect3>
 
     <sect3>
-      <title>
-        <phrase>The selection is hidden</phrase>
-      </title>
+      <title>The selection is hidden</title>
       <figure>
-        <title>
-          <phrase>Unstuck show selection menu</phrase>
-        </title>
+        <title>Unstuck show selection menu</title>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="images/using/unstuck-show-selection-menu.png" format="PNG"/>
+            <imagedata format="PNG"
+              fileref="images/using/unstuck-show-selection-menu.png"/>
           </imageobject>
           <caption>
             <para>
@@ -96,7 +89,8 @@
           </caption>
         </mediaobject>
       </figure>
-      <para><emphasis>How to tell:</emphasis>
+      <para>
+        <emphasis>How to tell:</emphasis>
         If this is the problem, merely reading this will already have made
         you realize it, probably, but to explain in any case: sometimes
         the flickering line that outlines the selection is annoying
@@ -107,7 +101,8 @@
         in the <guimenu>View</guimenu>
         menu. It is easy to forget that you have done this, though.
       </para>
-      <para><emphasis>How to fix:</emphasis> If this
+      <para>
+        <emphasis>How to fix:</emphasis> If this
         hasn't rung any bells, it isn't the problem, and if it has,
         you probably know how to fix it, because it doesn't happen
         unless you explicitly tell it to; but anyway:  just go to
@@ -118,16 +113,13 @@
     </sect3>
 
     <sect3>
-      <title>
-        <phrase>You are acting outside of the selection</phrase>
-      </title>
+      <title>You are acting outside of the selection</title>
       <figure>
-        <title>
-          <phrase>Unstuck select all</phrase>
-        </title>
+        <title>Unstuck select all</title>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="images/using/unstuck-select-all.png" format="PNG"/>
+            <imagedata format="PNG"
+              fileref="images/using/unstuck-select-all.png"/>
           </imageobject>
           <caption>
             <para>
@@ -137,7 +129,8 @@
           </caption>
         </mediaobject>
       </figure>
-      <para><emphasis>How to fix:</emphasis>
+      <para>
+        <emphasis>How to fix:</emphasis>
         If doing this has destroyed a selection that you wanted to keep, hit
         Ctrl-Z (undo) a couple of times to restore it, and then we'll figure
         out what the problem is. There are a couple of possibilities. If you
@@ -154,16 +147,13 @@
     </sect3>
 
     <sect3>
-      <title>
-        <phrase>The active drawable is not visible</phrase>
-      </title>
+      <title>The active drawable is not visible</title>
       <figure>
-        <title>
-          <phrase>Unstuck layer invisibility</phrase>
-        </title>
+        <title>Unstuck layer invisibility</title>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="images/using/unstuck-layers-dialog-invislayer.png" format="PNG"/>
+            <imagedata format="PNG"
+              fileref="images/using/unstuck-layers-dialog-invislayer.png"/>
           </imageobject>
           <caption>
             <para>
@@ -172,13 +162,15 @@
           </caption>
         </mediaobject>
       </figure>
-      <para><emphasis>How to tell:</emphasis>
+      <para>
+        <emphasis>How to tell:</emphasis>
         The Layers dialog gives you ability to toggle the visibility of
         each layer on or off. Look at the Layers dialog, and see if
         the layer you are trying to act on is active (i.e., darkened) and
         has an eye symbol to the left of it. If not, this is your problem.
       </para>
-      <para><emphasis>How to fix:</emphasis>
+      <para>
+        <emphasis>How to fix:</emphasis>
         If your intended target layer is not active, click on it in the Layers
         dialog to activate it. (If none of the layers are active, the
         active drawable might be a channel -- you can look at the Channels tab
@@ -192,16 +184,13 @@
     </sect3>
 
     <sect3>
-      <title>
-        <phrase>The active drawable is transparent</phrase>
-      </title>
+      <title>The active drawable is transparent</title>
       <figure>
-        <title>
-          <phrase>Unstuck layer transparency</phrase>
-        </title>
+        <title>Unstuck layer transparency</title>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="images/using/unstuck-layers-dialog-transparentlayer.png" format="PNG"/>
+            <imagedata format="PNG"
+              fileref="images/using/unstuck-layers-dialog-transparentlayer.png"/>
           </imageobject>
           <caption>
             <para>
@@ -211,14 +200,19 @@
         </mediaobject>
       </figure>
       <para>
+        <emphasis>How to tell:</emphasis>
+        When the opacity is set 0 on the layer, you cannot see anything which
+        you draw on it. Look the <guilabel>Opacity</guilabel> slider,
+        and see which side the slider placed at.  If it is at the leftmost side,
+        that is your problem.
+      </para>
+      <para>
         <emphasis>How to fix:</emphasis> Move the slider.
       </para>
     </sect3>
 
     <sect3>
-      <title>
-        <phrase>You are trying to act outside the layer</phrase>
-      </title>
+      <title>You are trying to act outside the layer</title>
       <para>
         <emphasis>How to tell:</emphasis>
         In <acronym>GIMP</acronym>, layers don't need to have the same
@@ -239,9 +233,7 @@
     </sect3>
 
     <sect3>
-      <title>
-        <phrase>The image is in indexed color mode.</phrase>
-      </title>
+      <title>The image is in indexed color mode.</title>
       <para>
         <emphasis>How to tell:</emphasis><acronym>GIMP</acronym> can handle
         three different color modes:
diff --git a/src/using/photography.xml b/src/using/photography.xml
old mode 100755
new mode 100644
diff --git a/src/using/web.xml b/src/using/web.xml
old mode 100755
new mode 100644



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