SF.net SVN: geany:[4174] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Sep 10 16:59:20 UTC 2009


Revision: 4174
          http://geany.svn.sourceforge.net/geany/?rev=4174&view=rev
Author:   ntrel
Date:     2009-09-10 16:59:20 +0000 (Thu, 10 Sep 2009)

Log Message:
-----------
Switch int/gint.
Regenerate docs, fix section level.

Modified Paths:
--------------
    trunk/doc/geany.html
    trunk/doc/geany.txt
    trunk/src/document.c

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-09-10 16:37:21 UTC (rev 4173)
+++ trunk/doc/geany.html	2009-09-10 16:59:20 UTC (rev 4174)
@@ -6,7 +6,7 @@
 <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
 <title>Geany</title>
 <meta name="authors" content="Enrico Tröger  Nick Treleaven  Frank Lanitz" />
-<meta name="date" content="2009-08-19" />
+<meta name="date" content="2009-08-25" />
 <style type="text/css">
 
 /*
@@ -23,7 +23,7 @@
 		background-color: #f2f2f2;
 		color: #404040;
 		margin-left: 0.4em;
-		width: 60em;
+		max-width: 60em;
 		font-size: 90%;
 	}
 
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2009-08-19</td></tr>
+<td>2009-08-25</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.19</td></tr>
 </tbody>
@@ -261,9 +261,7 @@
 </li>
 <li><a class="reference" href="#general-miscellaneous-tab-in-preferences-dialog" id="id84" name="id84">General Miscellaneous tab in preferences dialog</a><ul>
 <li><a class="reference" href="#miscellaneous" id="id85" name="id85">Miscellaneous</a></li>
-</ul>
-</li>
-<li><a class="reference" href="#search" id="id86" name="id86">Search</a><ul>
+<li><a class="reference" href="#search" id="id86" name="id86">Search</a></li>
 <li><a class="reference" href="#projects" id="id87" name="id87">Projects</a></li>
 </ul>
 </li>
@@ -1861,9 +1859,8 @@
 goto line fields and the VTE.</dd>
 </dl>
 </div>
-</div>
 <div class="section">
-<h3><a class="toc-backref" href="#id86" id="search" name="search">Search</a></h3>
+<h4><a class="toc-backref" href="#id86" id="search" name="search">Search</a></h4>
 <dl class="docutils">
 <dt>Always wrap search and hide the Find dialog</dt>
 <dd>Always wrap search around the document and hide the Find dialog after clicking
@@ -1877,6 +1874,7 @@
 active file. When this option is disabled, the directory of the last use of the Find in Files
 dialog is used.</dd>
 </dl>
+</div>
 <div class="section">
 <h4><a class="toc-backref" href="#id87" id="projects" name="projects">Projects</a></h4>
 <dl class="docutils">
@@ -5415,7 +5413,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2009-08-24 12:28 UTC.
+Generated on: 2009-09-10 16:55 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-09-10 16:37:21 UTC (rev 4173)
+++ trunk/doc/geany.txt	2009-09-10 16:59:20 UTC (rev 4174)
@@ -1556,7 +1556,7 @@
     goto line fields and the VTE.
 
 Search
-^^^^^^
+``````
 
 Always wrap search and hide the Find dialog
     Always wrap search around the document and hide the Find dialog after clicking

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2009-09-10 16:37:21 UTC (rev 4173)
+++ trunk/src/document.c	2009-09-10 16:59:20 UTC (rev 4174)
@@ -1021,7 +1021,7 @@
  * if cl_options.goto_column is set.
  *
  * returns the new position which may have changed */
-static int set_cursor_position(GeanyEditor *editor, gint pos)
+static gint set_cursor_position(GeanyEditor *editor, gint pos)
 {
 	if (cl_options.goto_line >= 0)
 	{	/* goto line which was specified on command line and then undefine the line */


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