SF.net SVN: geany:[4355] trunk

elextr at users.sourceforge.net elextr at xxxxx
Thu Oct 22 21:38:37 UTC 2009


Revision: 4355
          http://geany.svn.sourceforge.net/geany/?rev=4355&view=rev
Author:   elextr
Date:     2009-10-22 21:38:37 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
Add missing underscores to links.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-10-22 11:28:59 UTC (rev 4354)
+++ trunk/ChangeLog	2009-10-22 21:38:37 UTC (rev 4355)
@@ -1,3 +1,9 @@
+2009-10-23  Lex Trotman  <elextr.at.gmail.dot.com>
+
+ * doc/geany.txt
+   Add missing underscores to links.
+
+
 2009-10-22  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/keybindings.c, src/keybindings.h, doc/geany.txt, doc/geany.html:

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-10-22 11:28:59 UTC (rev 4354)
+++ trunk/doc/geany.html	2009-10-22 21:38:37 UTC (rev 4355)
@@ -2530,7 +2530,7 @@
 in the <em>Project</em> group of the <a class="reference" href="#preferences">Preferences</a> dialog.</p>
 <p>As long as a project is open, the Build menu will use
 the items defined in project's settings, instead of the defaults.
-See <cite>Build Menu Configuration</cite> for information on configuring the menu.</p>
+See <a class="reference" href="#build-menu-configuration">Build Menu Configuration</a> for information on configuring the menu.</p>
 <p>The current project's settings are saved when it is closed, or when
 Geany is shutdown. When restarting Geany, the previously opened project
 file that was in use at the end of the last session will be reopened.</p>
@@ -2603,7 +2603,7 @@
 <p class="first admonition-title">Tip</p>
 <p class="last">If Geany's default error message parsing does not parse errors for
 the tool you're using, you can set a custom regex in the Build Commands
-Dialog, see <cite>Build Menu Configuration</cite></p>
+Dialog, see <a class="reference" href="#build-menu-configuration">Build Menu Configuration</a></p>
 </div>
 <div class="section">
 <h3><a class="toc-backref" href="#id131" id="indicators" name="indicators">Indicators</a></h3>
@@ -2747,7 +2747,7 @@
 commands dialog</li>
 </ul>
 <p>The maximum numbers of items in each of the configurable groups can be
-configured when Geany starts using hidden settings(see <cite>Preferences File Format</cite>).
+configured when Geany starts using hidden settings(see <a class="reference" href="#preferences-file-format">Preferences File Format</a>).
 Even though the maximum number of items may have been increased, only
 those menu items that have values configured are shown in the menu.</p>
 <p>The groups of menu items obtain their configuration from four potential
@@ -2872,7 +2872,7 @@
 define filetype dependent default menu items.</li>
 <li>(Execute, Project File) and (Execute, Preferences) - the project filetype based execute
 configuration and preferences non-filetype based execute can only be set by hand editing the
-appropriate file, see <cite>Preferences File Format</cite> and <cite>Project File Format</cite>.</li>
+appropriate file, see <a class="reference" href="#preferences-file-format">Preferences File Format</a> and <a class="reference" href="#project-file-format">Project File Format</a>.</li>
 </ul>
 </div>
 <div class="section">
@@ -4598,7 +4598,7 @@
 <p>The [build-menu] section contains the configuration of the build menu.
 This section can occur in filetype, preferences and project files and
 always has the format described here.  Different menu items are loaded
-from different files, see the table in the <cite>Build Menu Configuration</cite>
+from different files, see the table in the <a class="reference" href="#build-menu-configuration">Build Menu Configuration</a>
 section for details.  All the settings can be configured from the dialogs
 except the execute command in filetype files and filetype definitions in
 the project file, so these are the only ones which need hand editing.</p>
@@ -4638,7 +4638,7 @@
 <p>The <tt class="docutils literal"><span class="pre">filetypes</span></tt> entry is a list of the filetypes which exist in the
 project file.</p>
 <p>For each filetype the entries for that filetype have the format defined in
-<cite>[build-menu] Section</cite> but the key is prefixed by the name of the filetype
+<a class="reference" href="#build-menu-section">[build-menu] Section</a> but the key is prefixed by the name of the filetype
 as it appears in the <tt class="docutils literal"><span class="pre">filetypes</span></tt> entry, eg the entry for the label of
 filetype menu item 0 for the C filetype would be</p>
 <blockquote>
@@ -5802,7 +5802,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2009-10-22 11:20 UTC.
+Generated on: 2009-10-22 21:35 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2009-10-22 11:28:59 UTC (rev 4354)
+++ trunk/doc/geany.txt	2009-10-22 21:38:37 UTC (rev 4355)
@@ -2276,7 +2276,7 @@
 
 As long as a project is open, the Build menu will use
 the items defined in project's settings, instead of the defaults.
-See `Build Menu Configuration` for information on configuring the menu.
+See `Build Menu Configuration`_ for information on configuring the menu.
 
 The current project's settings are saved when it is closed, or when
 Geany is shutdown. When restarting Geany, the previously opened project
@@ -2367,7 +2367,7 @@
 .. tip::
     If Geany's default error message parsing does not parse errors for
     the tool you're using, you can set a custom regex in the Build Commands
-    Dialog, see `Build Menu Configuration`
+    Dialog, see `Build Menu Configuration`_
 
 Indicators
 ^^^^^^^^^^
@@ -2542,7 +2542,7 @@
   commands dialog
 
 The maximum numbers of items in each of the configurable groups can be
-configured when Geany starts using hidden settings(see `Preferences File Format`).
+configured when Geany starts using hidden settings(see `Preferences File Format`_).
 Even though the maximum number of items may have been increased, only
 those menu items that have values configured are shown in the menu.
 
@@ -2611,7 +2611,7 @@
 
 * (Execute, Project File) and (Execute, Preferences) - the project filetype based execute
   configuration and preferences non-filetype based execute can only be set by hand editing the
-  appropriate file, see `Preferences File Format` and `Project File Format`.
+  appropriate file, see `Preferences File Format`_ and `Project File Format`_.
 
 Build Menu Commands Dialog
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -3951,7 +3951,7 @@
 The [build-menu] section contains the configuration of the build menu.
 This section can occur in filetype, preferences and project files and
 always has the format described here.  Different menu items are loaded
-from different files, see the table in the `Build Menu Configuration`
+from different files, see the table in the `Build Menu Configuration`_
 section for details.  All the settings can be configured from the dialogs
 except the execute command in filetype files and filetype definitions in
 the project file, so these are the only ones which need hand editing.
@@ -3998,7 +3998,7 @@
 project file.
 
 For each filetype the entries for that filetype have the format defined in
-`[build-menu] Section` but the key is prefixed by the name of the filetype
+`[build-menu] Section`_ but the key is prefixed by the name of the filetype
 as it appears in the ``filetypes`` entry, eg the entry for the label of
 filetype menu item 0 for the C filetype would be
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list