SF.net SVN: geany: [1338] branches/geany-0.10.2

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Feb 25 18:55:24 UTC 2007


Revision: 1338
          http://svn.sourceforge.net/geany/?rev=1338&view=rev
Author:   eht16
Date:     2007-02-25 10:55:24 -0800 (Sun, 25 Feb 2007)

Log Message:
-----------
Fixed serious crash of complete X session when using the Stop command when Geany is run from the program menu (closes #1668017).
Created new release: Geany 0.10.2

Modified Paths:
--------------
    branches/geany-0.10.2/ChangeLog
    branches/geany-0.10.2/NEWS
    branches/geany-0.10.2/configure.in
    branches/geany-0.10.2/doc/geany.1.in
    branches/geany-0.10.2/doc/geany.docbook
    branches/geany-0.10.2/doc/geany.txt
    branches/geany-0.10.2/doc/html/apa.html
    branches/geany-0.10.2/doc/html/apb.html
    branches/geany-0.10.2/doc/html/apbs02.html
    branches/geany-0.10.2/doc/html/apbs03.html
    branches/geany-0.10.2/doc/html/apc.html
    branches/geany-0.10.2/doc/html/ch01.html
    branches/geany-0.10.2/doc/html/ch01s02.html
    branches/geany-0.10.2/doc/html/ch01s03.html
    branches/geany-0.10.2/doc/html/ch01s04.html
    branches/geany-0.10.2/doc/html/ch02.html
    branches/geany-0.10.2/doc/html/ch02s02.html
    branches/geany-0.10.2/doc/html/ch02s03.html
    branches/geany-0.10.2/doc/html/ch03.html
    branches/geany-0.10.2/doc/html/ch03s02.html
    branches/geany-0.10.2/doc/html/ch03s03.html
    branches/geany-0.10.2/doc/html/ch03s04.html
    branches/geany-0.10.2/doc/html/ch03s05.html
    branches/geany-0.10.2/doc/html/ch03s06.html
    branches/geany-0.10.2/doc/html/ch03s07.html
    branches/geany-0.10.2/doc/html/ch03s08.html
    branches/geany-0.10.2/doc/html/ch03s09.html
    branches/geany-0.10.2/doc/html/ch04.html
    branches/geany-0.10.2/doc/html/ch04s02.html
    branches/geany-0.10.2/doc/html/ch04s03.html
    branches/geany-0.10.2/doc/html/index.html
    branches/geany-0.10.2/src/build.c

Modified: branches/geany-0.10.2/ChangeLog
===================================================================
--- branches/geany-0.10.2/ChangeLog	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/ChangeLog	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-***	NOTE: This ChangeLog was not updated for the 0.10.1 release.
+***	NOTE: This ChangeLog was not updated for the 0.10.1 and 0.10.2 release.
 	Instead see the NEWS file for a list of changes.
 
 

Modified: branches/geany-0.10.2/NEWS
===================================================================
--- branches/geany-0.10.2/NEWS	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/NEWS	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,3 +1,10 @@
+Geany 0.10.2 (February 25, 2007)
+
+    Bugs fixed:
+    * Fixed serious crash of complete X session when using the Stop
+      command when Geany is run from the program menu (closes #1668017).
+
+
 Geany 0.10.1 (February 23, 2007)
 
     Bugs fixed:

Modified: branches/geany-0.10.2/configure.in
===================================================================
--- branches/geany-0.10.2/configure.in	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/configure.in	2007-02-25 18:55:24 UTC (rev 1338)
@@ -2,7 +2,7 @@
 dnl $Id$
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geany, 0.10.1)
+AM_INIT_AUTOMAKE(geany, 0.10.2)
 
 
 AM_CONFIG_HEADER(config.h)

Modified: branches/geany-0.10.2/doc/geany.1.in
===================================================================
--- branches/geany-0.10.2/doc/geany.1.in	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/geany.1.in	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-.TH "GEANY" "1" "February 23, 2007" "@PACKAGE@ @VERSION@" ""
+.TH "GEANY" "1" "February 25, 2007" "@PACKAGE@ @VERSION@" ""
 .SH "NAME"
 Geany \(em a small and lightweight IDE
 .SH "SYNOPSIS"

Modified: branches/geany-0.10.2/doc/geany.docbook
===================================================================
--- branches/geany-0.10.2/doc/geany.docbook	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/geany.docbook	2007-02-25 18:55:24 UTC (rev 1338)
@@ -2,10 +2,10 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
         "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 <!ENTITY app_small "geany">
-<!ENTITY appversion "0.10.1">
+<!ENTITY appversion "0.10.2">
 <!ENTITY appurl "http://geany.uvena.de">
 <!ENTITY author_mail "enrico.troeger at uvena.de">
-<!ENTITY date "February 23, 2007">
+<!ENTITY date "February 25, 2007">
 <!ENTITY legal SYSTEM "geany_gpl.docbook">
 <!ENTITY scikeybinding SYSTEM "scikeybinding.docbook">
 ]>

Modified: branches/geany-0.10.2/doc/geany.txt
===================================================================
--- branches/geany-0.10.2/doc/geany.txt	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/geany.txt	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-Geany 0.10.1
+Geany 0.10.2
 
 Enrico Tröger
 
@@ -1549,7 +1549,7 @@
 ├──────────────┼───────────────────────────────────────┼──────────────────────┤
 │              │                                       │ filetypes, file      │
 │ geanyversion │ The actual Geany version, e.g. "Geany │ header, function     │
-│              │ 0.10.1"                               │ description,         │
+│              │ 0.10.2"                               │ description,         │
 │              │                                       │ ChangeLog entry      │
 ├──────────────┼───────────────────────────────────────┼──────────────────────┤
 │ datetime     │ The current date and time in the      │ file header,         │

Modified: branches/geany-0.10.2/doc/html/apa.html
===================================================================
--- branches/geany-0.10.2/doc/html/apa.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/apa.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix A. Scintilla keyboard commands</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="index.html" title="Geany 0.10.1"><link rel="prev" href="ch04s03.html" title="Templates"><link rel="next" href="apb.html" title="Appendix B. GNU General Public License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix A. Scintilla keyboard commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="apb.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="scikeybinding"></a>Scintilla keyboard commands</h1></div><div><p class="copyright">Copyright © 1998, 2006 Neil Hodgson <neilh at scintilla.org></p></div><div><div class="legalnotice"><a name="id2800817"></a><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix A. Scintilla keyboard commands</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="index.html" title="Geany 0.10.2"><link rel="prev" href="ch04s03.html" title="Templates"><link rel="next" href="apb.html" title="Appendix B. GNU General Public License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix A. Scintilla keyboard commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="apb.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="scikeybinding"></a>Scintilla keyboard commands</h1></div><div><p class="copyright">Copyright © 1998, 2006 Neil Hodgson <neilh at scintilla.org></p></div><div><div class="legalnotice"><a name="id2798631"></a><p>
 				This appendix is distributed under the terms of the License for
 				Scintilla and SciTE.
 				A copy of this license can be found in the file scintilla/License.txt
@@ -6,9 +6,9 @@
 				program and in the
 				appendix of this document.
 				See <a href="apc.html" title="Appendix C. License for Scintilla and SciTE">Appendix C, <i>License for Scintilla and SciTE</i></a>.
-			</p></div></div><div><p class="pubdate">20 June 2006</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="apa.html#id2800843">
+			</p></div></div><div><p class="pubdate">20 June 2006</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="apa.html#id2798657">
        Keyboard commands
-    </a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2800843"></a>
+    </a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2798657"></a>
        Keyboard commands
     </h2></div></div></div><p>
        
@@ -21,5 +21,5 @@
        Keyboard equivalents of menu commands are listed in the menus.
        Some less common commands with no menu equivalent are:
     </p><p>
-	</p><div class="table"><a name="id2801478"></a><p class="title"><b>Table A.1. Scintilla keyboard commands</b></p><div class="table-contents"><table summary="Scintilla keyboard commands" cellspacing="0" cellpadding="4" border="1"><colgroup><col><col></colgroup><thead><tr><th>Action</th><th>Shortcut key</th></tr></thead><tbody><tr><td>Magnify text size.</td><td>Ctrl+Keypad+</td></tr><tr><td>Reduce text size.</td><td>Ctrl+Keypad-</td></tr><tr><td>Restore text size to normal.</td><td>Ctrl+Keypad/</td></tr><tr><td>Indent block.</td><td>Tab</td></tr><tr><td>Dedent block.</td><td>Shift+Tab</td></tr><tr><td>Delete to start of word.</td><td>Ctrl+BackSpace</td></tr><tr><td>Delete to end of word.</td><td>Ctrl+Delete</td></tr><tr><td>Delete to start of line.</td><td>Ctrl+Shift+BackSpace</td></tr><tr><td>Delete to end of line.</td><td>Ctrl+Shift+Delete</td></tr><tr><td>Go to start of document.</td><td>Ctrl+Home</td></tr><tr><td>Extend selection to start of document.</td><td>Ctrl+Shift+Home</td></tr><tr><td>Go to start of display line.</td><td>Alt+Home</td></tr><tr><td>Extend selection to start of display line.</td><td>Alt+Shift+Home</td></tr><tr><td>Go to end of document.</td><td>Ctrl+End</td></tr><tr><td>Extend selection to end of document.</td><td>Ctrl+Shift+End</td></tr><tr><td>Go to end of display line.</td><td>Alt+End</td></tr><tr><td>Extend selection to end of display line.</td><td>Alt+Shift+End</td></tr><tr><td>Scroll up.</td><td>Ctrl+Up</td></tr><tr><td>Scroll down.</td><td>Ctrl+Down</td></tr><tr><td>Line cut.</td><td>Ctrl+L</td></tr><tr><td>Line copy.</td><td>Ctrl+Shift+T</td></tr><tr><td>Line delete.</td><td>Ctrl+Shift+L</td></tr><tr><td>Line transpose with previous.</td><td>Ctrl+T</td></tr><tr><td>Selection duplicate.</td><td>Ctrl+D</td></tr><tr><td>Previous paragraph. Shift extends selection.</td><td>Ctrl+[</td></tr><tr><td>Next paragraph. Shift extends selection.</td><td>Ctrl+]</td></tr><tr><td>Previous word. Shift extends selection.</td><td>Ctrl+Left</td></tr><tr><td>Next word. Shift extends selection.</td><td>Ctrl+Right</td></tr><tr><td>Previous word part. Shift extends selection</td><td>Ctrl+/</td></tr><tr><td>Next word part. Shift extends selection.</td><td>Ctrl+\</td></tr></tbody></table></div></div><p><br class="table-break">
+	</p><div class="table"><a name="id2799292"></a><p class="title"><b>Table A.1. Scintilla keyboard commands</b></p><div class="table-contents"><table summary="Scintilla keyboard commands" cellspacing="0" cellpadding="4" border="1"><colgroup><col><col></colgroup><thead><tr><th>Action</th><th>Shortcut key</th></tr></thead><tbody><tr><td>Magnify text size.</td><td>Ctrl+Keypad+</td></tr><tr><td>Reduce text size.</td><td>Ctrl+Keypad-</td></tr><tr><td>Restore text size to normal.</td><td>Ctrl+Keypad/</td></tr><tr><td>Indent block.</td><td>Tab</td></tr><tr><td>Dedent block.</td><td>Shift+Tab</td></tr><tr><td>Delete to start of word.</td><td>Ctrl+BackSpace</td></tr><tr><td>Delete to end of word.</td><td>Ctrl+Delete</td></tr><tr><td>Delete to start of line.</td><td>Ctrl+Shift+BackSpace</td></tr><tr><td>Delete to end of line.</td><td>Ctrl+Shift+Delete</td></tr><tr><td>Go to start of document.</td><td>Ctrl+Home</td></tr><tr><td>Extend selection to start of document.</td><td>Ctrl+Shift+Home</td></tr><tr><td>Go to start of display line.</td><td>Alt+Home</td></tr><tr><td>Extend selection to start of display line.</td><td>Alt+Shift+Home</td></tr><tr><td>Go to end of document.</td><td>Ctrl+End</td></tr><tr><td>Extend selection to end of document.</td><td>Ctrl+Shift+End</td></tr><tr><td>Go to end of display line.</td><td>Alt+End</td></tr><tr><td>Extend selection to end of display line.</td><td>Alt+Shift+End</td></tr><tr><td>Scroll up.</td><td>Ctrl+Up</td></tr><tr><td>Scroll down.</td><td>Ctrl+Down</td></tr><tr><td>Line cut.</td><td>Ctrl+L</td></tr><tr><td>Line copy.</td><td>Ctrl+Shift+T</td></tr><tr><td>Line delete.</td><td>Ctrl+Shift+L</td></tr><tr><td>Line transpose with previous.</td><td>Ctrl+T</td></tr><tr><td>Selection duplicate.</td><td>Ctrl+D</td></tr><tr><td>Previous paragraph. Shift extends selection.</td><td>Ctrl+[</td></tr><tr><td>Next paragraph. Shift extends selection.</td><td>Ctrl+]</td></tr><tr><td>Previous word. Shift extends selection.</td><td>Ctrl+Left</td></tr><tr><td>Next word. Shift extends selection.</td><td>Ctrl+Right</td></tr><tr><td>Previous word part. Shift extends selection</td><td>Ctrl+/</td></tr><tr><td>Next word part. Shift extends selection.</td><td>Ctrl+\</td></tr></tbody></table></div></div><p><br class="table-break">
     </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="apb.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Templates </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix B. GNU General Public License</td></tr></table></div></body></html>

Modified: branches/geany-0.10.2/doc/html/apb.html
===================================================================
--- branches/geany-0.10.2/doc/html/apb.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/apb.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix B. GNU General Public License</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="index.html" title="Geany 0.10.1"><link rel="prev" href="apa.html" title="Appendix A. Scintilla keyboard commands"><link rel="next" href="apbs02.html" title="TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. GNU General Public License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apa.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="apbs02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="geany-gpl"></a>GNU General Public License</h1></div><div><p class="releaseinfo">      Version 2, June 1991</p></div><div><p class="copyright">Copyright © 1989, 1991 Free Software Foundation, Inc.</p></div><div><div class="legalnotice"><a name="id2801183"></a><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix B. GNU General Public License</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="index.html" title="Geany 0.10.2"><link rel="prev" href="apa.html" title="Appendix A. Scintilla keyboard commands"><link rel="next" href="apbs02.html" title="TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. GNU General Public License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apa.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="apbs02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="geany-gpl"></a>GNU General Public License</h1></div><div><p class="releaseinfo">      Version 2, June 1991</p></div><div><p class="copyright">Copyright © 1989, 1991 Free Software Foundation, Inc.</p></div><div><div class="legalnotice"><a name="id2798997"></a><p>
 	</p><div class="address"><p>Free Software Foundation, Inc.<br>
 	  <span class="street">59 Temple Place, Suite 330</span>,<br>
 	  <span class="city">Boston</span>,<br>
@@ -7,18 +7,18 @@
 	  <span class="country">USA</span><br>
 	</p></div><p>.
       </p><p>	Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
-      </p></div></div><div><p class="pubdate">Version 2, June 1991</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="apb.html#id2801272">Preamble</a></span></dt><dt><span class="sect1"><a href="apbs02.html">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</a></span></dt><dd><dl><dt><span class="sect2"><a href="apbs02.html#id2802502">Section 0</a></span></dt><dt><span class="sect2"><a href="apbs02.html#sect1">Section 1</a></span></dt><dt><span class="sect2"><a href="apbs02.html#sect2">Section 2</a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802689">Section 3
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802789">Section 4
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802807">Section 5
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802826">Section 6
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802843">Section 7
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802893">Section 8
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802911">Section 9
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802944">Section 10
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802963">Section 11 NO WARRANTY
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2802983">Section 12
+      </p></div></div><div><p class="pubdate">Version 2, June 1991</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="apb.html#id2799087">Preamble</a></span></dt><dt><span class="sect1"><a href="apbs02.html">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</a></span></dt><dd><dl><dt><span class="sect2"><a href="apbs02.html#id2800317">Section 0</a></span></dt><dt><span class="sect2"><a href="apbs02.html#sect1">Section 1</a></span></dt><dt><span class="sect2"><a href="apbs02.html#sect2">Section 2</a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800503">Section 3
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800604">Section 4
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800621">Section 5
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800640">Section 6
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800657">Section 7
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800707">Section 8
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800725">Section 9
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800758">Section 10
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800777">Section 11 NO WARRANTY
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800797">Section 12
       </a></span></dt></dl></dd><dt><span class="sect1"><a href="apbs03.html">How to Apply These Terms to Your New Programs
-    </a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2801272"></a>Preamble</h2></div></div></div><p>      The licenses for most software are designed to take away your
+    </a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2799087"></a>Preamble</h2></div></div></div><p>      The licenses for most software are designed to take away your
       freedom to share and change it. By contrast, the GNU General Public License is
       intended to guarantee your freedom to share and change
       free software - to make sure the software is free for all its users.

Modified: branches/geany-0.10.2/doc/html/apbs02.html
===================================================================
--- branches/geany-0.10.2/doc/html/apbs02.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/apbs02.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="apb.html" title="Appendix B. GNU General Public License"><link rel="prev" href="apb.html" title="Appendix B. GNU General Public License"><link rel="next" href="apbs03.html" title="How to Apply These Terms to Your New Programs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apb.html">Prev</a> </td><th width="60%" align="center">Appendix B. GNU General Public License</th><td width="20%" align="right"> <a accesskey="n" href="apbs03.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2802496"></a>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802502"></a>Section 0</h3></div></div></div><p>	This License applies to any program or other work which contains a notice
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="apb.html" title="Appendix B. GNU General Public License"><link rel="prev" href="apb.html" title="Appendix B. GNU General Public License"><link rel="next" href="apbs03.html" title="How to Apply These Terms to Your New Programs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apb.html">Prev</a> </td><th width="60%" align="center">Appendix B. GNU General Public License</th><td width="20%" align="right"> <a accesskey="n" href="apbs03.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2800310"></a>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800317"></a>Section 0</h3></div></div></div><p>	This License applies to any program or other work which contains a notice
 	placed by the copyright holder saying it may be distributed under the terms
 	of this General Public License. The "Program", below, refers to any such
 	program or work, and a
@@ -61,7 +61,7 @@
       </p><p>	In addition, mere aggregation of another work not based on the Program with the Program
 	(or with a work based on the Program) on a volume of a storage or distribution medium
 	does not bring the other work under the scope of this License.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802689"></a>Section 3
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800503"></a>Section 3
       </h3></div></div></div><p>	You may copy and distribute the Program (or a work based on it, under
 	<a href="apbs02.html#sect2" title="Section 2">Section 2</a> in object code or executable form under the terms of
 	<a href="apbs02.html#sect1" title="Section 1">Sections 1</a> and
@@ -90,26 +90,26 @@
 	designated place, then offering equivalent access to copy the source code from the same place
 	counts as distribution of the source code, even though third parties are not compelled to
 	copy the source along with the object code.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802789"></a>Section 4
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800604"></a>Section 4
       </h3></div></div></div><p>	You may not copy, modify, sublicense, or distribute the Program except as expressly provided
 	under this License. Any attempt otherwise to copy, modify, sublicense or distribute the
 	Program is void, and will automatically terminate your rights under this License. However,
 	parties who have received copies, or rights, from you under this License will not have their
 	licenses terminated so long as such parties remain in full compliance.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802807"></a>Section 5
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800621"></a>Section 5
       </h3></div></div></div><p>	You are not required to accept this License, since you have not signed it. However, nothing
 	else grants you permission to modify or distribute the Program or its derivative works.
 	These actions are prohibited by law if you do not accept this License. Therefore, by modifying
 	or distributing the Program (or any work based on the Program), you indicate your acceptance
 	of this License to do so, and all its terms and conditions for copying, distributing or
 	modifying the Program or works based on it.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802826"></a>Section 6
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800640"></a>Section 6
       </h3></div></div></div><p>	Each time you redistribute the Program (or any work based on the Program), the recipient
 	automatically receives a license from the original licensor to copy, distribute or modify
 	the Program subject to these terms and conditions. You may not impose any further restrictions
 	on the recipients' exercise of the rights granted herein. You are not responsible for enforcing
 	compliance by third parties to this License.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802843"></a>Section 7
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800657"></a>Section 7
       </h3></div></div></div><p>	If, as a consequence of a court judgment or allegation of patent infringement or for any other
 	reason (not limited to patent issues), conditions are imposed on you (whether by court order,
 	agreement or otherwise) that contradict the conditions of this License, they do not excuse you
@@ -131,13 +131,13 @@
 	system and a licensee cannot impose that choice.
       </p><p>	This section is intended to make thoroughly clear what is believed to be a consequence of the
 	rest of this License.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802893"></a>Section 8
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800707"></a>Section 8
       </h3></div></div></div><p>	If the distribution and/or use of the Program is restricted in certain countries either by patents
 	or by copyrighted interfaces, the original copyright holder who places the Program under this License
 	may add an explicit geographical distribution limitation excluding those countries, so that
 	distribution is permitted only in or among countries not thus excluded. In such case, this License
 	incorporates the limitation as if written in the body of this License.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802911"></a>Section 9
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800725"></a>Section 9
       </h3></div></div></div><p>	The Free Software Foundation may publish revised and/or new versions of the General Public License
 	from time to time. Such new versions will be similar in spirit to the present version, but may differ
 	in detail to address new problems or concerns.
@@ -146,20 +146,20 @@
 	and conditions either of that version or of any later version published by the Free Software
 	Foundation. If the Program does not specify a version number of this License, you may choose any
 	version ever published by the Free Software Foundation.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802944"></a>Section 10
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800758"></a>Section 10
       </h3></div></div></div><p>	If you wish to incorporate parts of the Program into other free programs whose distribution
 	conditions are different, write to the author to ask for permission. For software which is copyrighted
 	by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions
 	for this. Our decision will be guided by the two goals of preserving the free status of all
 	derivatives of our free software and of promoting the sharing and reuse of software generally.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802963"></a>Section 11 NO WARRANTY
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800777"></a>Section 11 NO WARRANTY
       </h3></div></div></div><p>	BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT
 	PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
 	OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
 	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 	PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
 	PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2802983"></a>Section 12
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800797"></a>Section 12
       </h3></div></div></div><p>	IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR
 	ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
 	FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE

Modified: branches/geany-0.10.2/doc/html/apbs03.html
===================================================================
--- branches/geany-0.10.2/doc/html/apbs03.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/apbs03.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,5 +1,5 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>How to Apply These Terms to Your New Programs</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="apb.html" title="Appendix B. GNU General Public License"><link rel="prev" href="apbs02.html" title="TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION"><link rel="next" href="apc.html" title="Appendix C. License for Scintilla and SciTE"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">How to Apply These Terms to Your New Programs
-    </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs02.html">Prev</a> </td><th width="60%" align="center">Appendix B. GNU General Public License</th><td width="20%" align="right"> <a accesskey="n" href="apc.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2803009"></a>How to Apply These Terms to Your New Programs
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>How to Apply These Terms to Your New Programs</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="apb.html" title="Appendix B. GNU General Public License"><link rel="prev" href="apbs02.html" title="TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION"><link rel="next" href="apc.html" title="Appendix C. License for Scintilla and SciTE"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">How to Apply These Terms to Your New Programs
+    </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs02.html">Prev</a> </td><th width="60%" align="center">Appendix B. GNU General Public License</th><td width="20%" align="right"> <a accesskey="n" href="apc.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2800823"></a>How to Apply These Terms to Your New Programs
     </h2></div></div></div><p>
       If you develop a new program, and you want it to be of the greatest
       possible use to the public, the best way to achieve this is to make it

Modified: branches/geany-0.10.2/doc/html/apc.html
===================================================================
--- branches/geany-0.10.2/doc/html/apc.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/apc.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix C. License for Scintilla and SciTE</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="index.html" title="Geany 0.10.1"><link rel="prev" href="apbs03.html" title="How to Apply These Terms to Your New Programs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix C. License for Scintilla and SciTE</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="scintilla-license"></a>Appendix C. License for Scintilla and SciTE</h2></div></div></div><p>Copyright 1998-2003 by Neil Hodgson <neilh at scintilla.org></p><p>All Rights Reserved</p><p>Permission to use, copy, modify, and distribute this software and its
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix C. License for Scintilla and SciTE</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="index.html" title="Geany 0.10.2"><link rel="prev" href="apbs03.html" title="How to Apply These Terms to Your New Programs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix C. License for Scintilla and SciTE</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="scintilla-license"></a>Appendix C. License for Scintilla and SciTE</h2></div></div></div><p>Copyright 1998-2003 by Neil Hodgson <neilh at scintilla.org></p><p>All Rights Reserved</p><p>Permission to use, copy, modify, and distribute this software and its
 			  documentation for any purpose and without fee is hereby granted, provided that
 			  the above copyright notice appear in all copies and that both that copyright
 			  notice and this permission notice appear in supporting documentation.

Modified: branches/geany-0.10.2/doc/html/ch01.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch01.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch01.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,8 +1,8 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 1.  Introduction</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="index.html" title="Geany 0.10.1"><link rel="prev" href="index.html" title="Geany 0.10.1"><link rel="next" href="ch01s02.html" title="About this document"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 1.  Introduction</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="index.html" title="Geany 0.10.2"><link rel="prev" href="index.html" title="Geany 0.10.2"><link rel="next" href="ch01s02.html" title="About this document"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. 
 			Introduction
 		</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="intro"></a>Chapter 1. 
 			Introduction
-		</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#id2787099">About Geany</a></span></dt><dt><span class="section"><a href="ch01s02.html">About this document</a></span></dt><dt><span class="section"><a href="ch01s03.html">Where to get it</a></span></dt><dt><span class="section"><a href="ch01s04.html">License</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2787099"></a>About Geany</h2></div></div></div><p>
+		</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#id2746564">About Geany</a></span></dt><dt><span class="section"><a href="ch01s02.html">About this document</a></span></dt><dt><span class="section"><a href="ch01s03.html">Where to get it</a></span></dt><dt><span class="section"><a href="ch01s04.html">License</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746564"></a>About Geany</h2></div></div></div><p>
 				<span class="application">Geany</span> is a small and lightweight Integrated Development Environment.
 				It was developed to provide a small and fast IDE, which has only a few dependencies from other
 				packages. Another goal was to be as independent as possible from a special Desktop Environment
@@ -12,5 +12,5 @@
 				The basic features of <span class="application">Geany</span> are:
 				</p><div class="itemizedlist"><ul type="disc"><li><p>Syntax highlighting</p></li><li><p>Code completion</p></li><li><p>Auto completion of often used constructs like if, for and while</p></li><li><p>Auto completion of XML and HTML tags</p></li><li><p>Call tips</p></li><li><p>Many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal</p></li><li><p>Tag/Symbol lists</p></li></ul></div><p>
 			</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">
-			Geany 0.10.1
+			Geany 0.10.2
 		 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> About this document</td></tr></table></div></body></html>

Modified: branches/geany-0.10.2/doc/html/ch01s02.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch01s02.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch01s02.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,6 +1,6 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>About this document</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01.html" title="Chapter 1.  Introduction"><link rel="next" href="ch01s03.html" title="Where to get it"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">About this document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>About this document</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01.html" title="Chapter 1.  Introduction"><link rel="next" href="ch01s03.html" title="Where to get it"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">About this document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 
 			Introduction
-		</th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746592"></a>About this document</h2></div></div></div><p>
+		</th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746811"></a>About this document</h2></div></div></div><p>
 				This documentation is available in various formats like HTML, text and PDF. The latest version is
 				always available at <a href="http://geany.uvena.de" target="_top">http://geany.uvena.de</a>.
 			</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. 

Modified: branches/geany-0.10.2/doc/html/ch01s03.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch01s03.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch01s03.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,6 +1,6 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Where to get it</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01s02.html" title="About this document"><link rel="next" href="ch01s04.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Where to get it</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Where to get it</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01s02.html" title="About this document"><link rel="next" href="ch01s04.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Where to get it</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 
 			Introduction
-		</th><td width="20%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746609"></a>Where to get it</h2></div></div></div><p>
+		</th><td width="20%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746829"></a>Where to get it</h2></div></div></div><p>
 				You can obtain <span class="application">Geany</span> from <a href="http://geany.uvena.de" target="_top">http://geany.uvena.de</a>
 				or perhaps from your distributor.
 			</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">About this document </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> License</td></tr></table></div></body></html>

Modified: branches/geany-0.10.2/doc/html/ch01s04.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch01s04.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch01s04.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,6 +1,6 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>License</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01s03.html" title="Where to get it"><link rel="next" href="ch02.html" title="Chapter 2.  Installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>License</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch01.html" title="Chapter 1.  Introduction"><link rel="prev" href="ch01s03.html" title="Where to get it"><link rel="next" href="ch02.html" title="Chapter 2.  Installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 
 			Introduction
-		</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746634"></a>License</h2></div></div></div><p>
+		</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746854"></a>License</h2></div></div></div><p>
 				<span class="application">Geany</span> is distributed under the terms of the GNU General Public License as published
 				by the Free	Software Foundation; either version 2 of the License, or (at your option) any later version.
 				A copy of this license can be found in the file COPYING included with the source code of this

Modified: branches/geany-0.10.2/doc/html/ch02.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch02.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch02.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,8 +1,8 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 2.  Installation</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="index.html" title="Geany 0.10.1"><link rel="prev" href="ch01s04.html" title="License"><link rel="next" href="ch02s02.html" title="Source compilation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 2.  Installation</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="index.html" title="Geany 0.10.2"><link rel="prev" href="ch01s04.html" title="License"><link rel="next" href="ch02s02.html" title="Source compilation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. 
 			Installation
 		</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>Chapter 2. 
 			Installation
-		</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02.html#id2746692">Requirements</a></span></dt><dt><span class="section"><a href="ch02s02.html">Source compilation</a></span></dt><dt><span class="section"><a href="ch02s03.html">Binary packages</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#id2750788">Fedora</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2750815">Debian</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2750841">SuSE</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2750852">Gentoo</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2746692"></a>Requirements</h2></div></div></div><p>
+		</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02.html#id2747048">Requirements</a></span></dt><dt><span class="section"><a href="ch02s02.html">Source compilation</a></span></dt><dt><span class="section"><a href="ch02s03.html">Binary packages</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#id2747323">Fedora</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2747350">Debian</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2747376">SuSE</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2747387">Gentoo</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2747048"></a>Requirements</h2></div></div></div><p>
 				For compiling <span class="application">Geany</span> yourself, you will need the GTK (>= 2.6.0)
 				libraries and header files. You will also need the Pango, Glib and ATK libraries and header files.
 				All these files are available at <a href="http://www.gtk.org" target="_top">http://www.gtk.org</a>.

Modified: branches/geany-0.10.2/doc/html/ch02s02.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch02s02.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch02s02.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Source compilation</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch02.html" title="Chapter 2.  Installation"><link rel="prev" href="ch02.html" title="Chapter 2.  Installation"><link rel="next" href="ch02s03.html" title="Binary packages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Source compilation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Source compilation</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch02.html" title="Chapter 2.  Installation"><link rel="prev" href="ch02.html" title="Chapter 2.  Installation"><link rel="next" href="ch02s03.html" title="Binary packages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Source compilation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. 
 			Installation
 		</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="source_compilation"></a>Source compilation</h2></div></div></div><p>
 				Compiling <span class="application">Geany</span> is quite easy. The following should do it:

Modified: branches/geany-0.10.2/doc/html/ch02s03.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch02s03.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch02s03.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,17 +1,17 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Binary packages</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch02.html" title="Chapter 2.  Installation"><link rel="prev" href="ch02s02.html" title="Source compilation"><link rel="next" href="ch03.html" title="Chapter 3. Usage"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Binary packages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. 
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Binary packages</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch02.html" title="Chapter 2.  Installation"><link rel="prev" href="ch02s02.html" title="Source compilation"><link rel="next" href="ch03.html" title="Chapter 3. Usage"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Binary packages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. 
 			Installation
-		</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="binary_packages"></a>Binary packages</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2750788"></a>Fedora</h3></div></div></div><p>
+		</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="binary_packages"></a>Binary packages</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2747323"></a>Fedora</h3></div></div></div><p>
 					You can use the Fedora Core 4 repository from
 					<a href="http://naturidentisch.de/packages/fc4/" target="_top">http://naturidentisch.de/packages/fc4/</a>.
 				</p><p>
 					You can also use the Fedora Core 5 repository from
 					<a href="http://naturidentisch.de/packages/fc5/" target="_top">http://naturidentisch.de/packages/fc5/</a>.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2750815"></a>Debian</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2747350"></a>Debian</h3></div></div></div><p>
 					<span class="application">Geany</span> is available through the official Debian archives.
 				</p><p>
 					<span><strong class="command">apt-get install geany</strong></span>
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2750841"></a>SuSE</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2747376"></a>SuSE</h3></div></div></div><p>
 					Packages for SuSE are not yet available.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2750852"></a>Gentoo</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2747387"></a>Gentoo</h3></div></div></div><p>
 					An ebuild for Gentoo can be found on <a href="https://bugs.gentoo.org/show_bug.cgi?id=114815" target="_top">http://bugs.gentoo.de</a>.
 				</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Source compilation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. Usage</td></tr></table></div></body></html>

Modified: branches/geany-0.10.2/doc/html/ch03.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch03.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch03.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. Usage</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="index.html" title="Geany 0.10.1"><link rel="prev" href="ch02s03.html" title="Binary packages"><link rel="next" href="ch03s02.html" title="Command line options"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Usage</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="usage"></a>Chapter 3. Usage</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03.html#getting_started">Getting started</a></span></dt><dt><span class="section"><a href="ch03s02.html">Command line options</a></span></dt><dt><span class="section"><a href="ch03s03.html">General</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s03.html#general_startup">Startup</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_instance">Opening files from the command-line in a running instance</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_vte">Virtual terminal emulator widget (VTE)</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s04.html">Character sets and Unicode Byte-Order-Mark (BOM)</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s04.html#id2796807">Using character sets</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2796938">Special encoding "None"</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2796956">Unicode Byte-Order-Mark (BOM)</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s05.html">Search, replace and go to</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s05.html#id2797071">Find</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797107">Find usage</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797123">Find in files</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797154">Replace</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797197">Go to tag definition</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797221">Go to tag declaration</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797233">Go to line</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2797244">Regular expressions</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s06.html">Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s06.html#cto">Compile time options</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s07.html">Build system</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s07.html#id2798170">Compile</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2798195">Build</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2798214">Make all</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2798232">Make custom target</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2798246">Make object</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2798260">Execute</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2798283">Stopping running processes</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745916">Set Includes and Arguments</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745957">Indicators</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745977">File type configuration settings</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s08.html">Printing support</a></span></dt><dt><span class="section"><a href="ch03s09.html">Keybindings</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="getting_started"></a>Getting started</h2></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. Usage</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="index.html" title="Geany 0.10.2"><link rel="prev" href="ch02s03.html" title="Binary packages"><link rel="next" href="ch03s02.html" title="Command line options"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Usage</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="usage"></a>Chapter 3. Usage</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03.html#getting_started">Getting started</a></span></dt><dt><span class="section"><a href="ch03s02.html">Command line options</a></span></dt><dt><span class="section"><a href="ch03s03.html">General</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s03.html#general_startup">Startup</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_instance">Opening files from the command-line in a running instance</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_vte">Virtual terminal emulator widget (VTE)</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s04.html">Character sets and Unicode Byte-Order-Mark (BOM)</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s04.html#id2794621">Using character sets</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2794752">Special encoding "None"</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2794770">Unicode Byte-Order-Mark (BOM)</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s05.html">Search, replace and go to</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s05.html#id2794885">Find</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794921">Find usage</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794937">Find in files</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794968">Replace</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2795011">Go to tag definition</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2795035">Go to tag declaration</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2795048">Go to line</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2795059">Regular expressions</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s06.html">Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s06.html#cto">Compile time options</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s07.html">Build system</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s07.html#id2795984">Compile</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2796009">Build</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2796028">Make all</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2796047">Make custom target</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2796060">Make object</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2796074">Execute</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2796097">Stopping running processes</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745909">Set Includes and Arguments</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745950">Indicators</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745969">File type configuration settings</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s08.html">Printing support</a></span></dt><dt><span class="section"><a href="ch03s09.html">Keybindings</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="getting_started"></a>Getting started</h2></div></div></div><p>
 				You can start <span class="application">Geany</span> in the following ways:
 				</p><div class="itemizedlist"><ul type="disc"><li><p>
 							From the Desktop Environment menu

Modified: branches/geany-0.10.2/doc/html/ch03s02.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch03s02.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch03s02.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,5 +1,5 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Command line options</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03.html" title="Chapter 3. Usage"><link rel="next" href="ch03s03.html" title="General"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Command line options</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="clo"></a>Command line options</h2></div></div></div><p>
-				</p><div class="table"><a name="id2746875"></a><p class="title"><b>Table 3.1. Command line Options</b></p><div class="table-contents"><table summary="Command line Options" cellspacing="0" cellpadding="4" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Short option</th><th>Long option</th><th>Function</th></tr></thead><tbody><tr><td>-c dir_name</td><td>--config=directory_name</td><td>Use an alternate configuration directory. Default
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Command line options</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03.html" title="Chapter 3. Usage"><link rel="next" href="ch03s03.html" title="General"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Command line options</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="clo"></a>Command line options</h2></div></div></div><p>
+				</p><div class="table"><a name="id2747524"></a><p class="title"><b>Table 3.1. Command line Options</b></p><div class="table-contents"><table summary="Command line Options" cellspacing="0" cellpadding="4" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Short option</th><th>Long option</th><th>Function</th></tr></thead><tbody><tr><td>-c dir_name</td><td>--config=directory_name</td><td>Use an alternate configuration directory. Default
 									   configuration directory is <code class="filename">~/.geany/</code>
 									   and there resides <code class="filename">geany.conf</code> and
 									   other configuration files.

Modified: branches/geany-0.10.2/doc/html/ch03s03.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch03s03.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch03s03.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>General</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s02.html" title="Command line options"><link rel="next" href="ch03s04.html" title="Character sets and Unicode Byte-Order-Mark (BOM)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">General</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="general"></a>General</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="general_startup"></a>Startup</h3></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>General</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s02.html" title="Command line options"><link rel="next" href="ch03s04.html" title="Character sets and Unicode Byte-Order-Mark (BOM)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">General</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="general"></a>General</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="general_startup"></a>Startup</h3></div></div></div><p>
 					At startup, <span class="application">Geany</span> loads all files from the last time
 					<span class="application">Geany</span> was launched. You can disable this feature in the
 					preferences dialog(see <a href="ch03s06.html#confdialog_gen" title="Figure 3.4. General tab in preferences dialog">Figure 3.4, “General tab in preferences dialog”</a>). If you specify some files on

Modified: branches/geany-0.10.2/doc/html/ch03s04.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch03s04.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch03s04.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Character sets and Unicode Byte-Order-Mark (BOM)</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s03.html" title="General"><link rel="next" href="ch03s05.html" title="Search, replace and go to"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Character sets and Unicode Byte-Order-Mark (BOM)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="charset"></a>Character sets and Unicode Byte-Order-Mark (BOM)</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2796807"></a>Using character sets</h3></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Character sets and Unicode Byte-Order-Mark (BOM)</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s03.html" title="General"><link rel="next" href="ch03s05.html" title="Search, replace and go to"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Character sets and Unicode Byte-Order-Mark (BOM)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="charset"></a>Character sets and Unicode Byte-Order-Mark (BOM)</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794621"></a>Using character sets</h3></div></div></div><p>
 					<span class="application">Geany</span> provides support for detecting and converting
 					character sets. So you can open and save files in different character sets and
 					even can convert a file from a character set to another one.
@@ -33,14 +33,14 @@
 							</p></li><li><p>Using the "Set encoding" menu item</p><p>In contrary to the above two options, this will not change or
 								  reload the current file unless you save it. It is useful when
 								  you want to change the encoding of the file.</p></li></ol></div><p>
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2796938"></a>Special encoding "None"</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794752"></a>Special encoding "None"</h3></div></div></div><p>
 					There is a special encoding "None" which is actually no real encoding. It is
 					useful when you know that Geany cannot auto detect the encoding of a file and
 					it is not displayed correctly. Especially when the file contains NUL-bytes this
 					can be useful to skip auto detection and open the file properly at least until
 					the occurrence of the first NUL-byte. Using this encoding opens the file as it
 					is without any character conversion.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2796956"></a>Unicode Byte-Order-Mark (BOM)</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794770"></a>Unicode Byte-Order-Mark (BOM)</h3></div></div></div><p>
 					Furthermore, <span class="application">Geany</span> detects an Unicode Byte Order Mark
 					(see <a href="http://en.wikipedia.org/wiki/Byte_Order_Mark" target="_top">
 					<em class="citetitle">http://en.wikipedia.org/wiki/Byte_Order_Mark</em>

Modified: branches/geany-0.10.2/doc/html/ch03s05.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch03s05.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch03s05.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Search, replace and go to</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s04.html" title="Character sets and Unicode Byte-Order-Mark (BOM)"><link rel="next" href="ch03s06.html" title="Preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Search, replace and go to</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s04.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="search_replace"></a>Search, replace and go to</h2></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Search, replace and go to</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s04.html" title="Character sets and Unicode Byte-Order-Mark (BOM)"><link rel="next" href="ch03s06.html" title="Preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Search, replace and go to</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s04.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="search_replace"></a>Search, replace and go to</h2></div></div></div><p>
 				This section describes search-related commands from the Search menu and
 				the editor window's popup menu:
 			</p><p>
@@ -6,48 +6,48 @@
 			</p><p>
 				* These items are available from the editor window's popup menu, or by
 				using a keyboard shortcut (see <a href="ch03s09.html" title="Keybindings">the section called “Keybindings”</a>).
-			</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797071"></a>Find</h3></div></div></div><p>
+			</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794885"></a>Find</h3></div></div></div><p>
 					The Find dialog is used for finding text within the current document.
 					The syntax for the "Use regular expressions" option is shown in
 					<a href="ch03s05.html#regexp" title="Table 3.2. Regular expressions">Table 3.2, “Regular expressions”</a>.
 				</p><p>
-					</p><div class="figure"><a name="id2797091"></a><p class="title"><b>Figure 3.1. Find dialog</b></p><div class="figure-contents"><div><img src="images/find_dialog.png" alt="Find dialog"></div></div></div><p><br class="figure-break">
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797107"></a>Find usage</h3></div></div></div><p>
+					</p><div class="figure"><a name="id2794905"></a><p class="title"><b>Figure 3.1. Find dialog</b></p><div class="figure-contents"><div><img src="images/find_dialog.png" alt="Find dialog"></div></div></div><p><br class="figure-break">
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794921"></a>Find usage</h3></div></div></div><p>
 					Find usage searches all open files. If there is a selection, then it is used
 					as the search text; otherwise the current word is used.
 					The current word is either taken from the word nearest the edit cursor, or
 					the word underneath the popup menu click position when the popup menu is
 					used.
 					The search results are shown in the Messages window.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797123"></a>Find in files</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794937"></a>Find in files</h3></div></div></div><p>
 					Find in files is a more powerful version of Find usage that searches all files
 					in a certain directory using the Grep tool. The Grep tool must be correctly set
 					in Preferences to the path of the system's Grep utility.
 				</p><p>
-					</p><div class="figure"><a name="id2797138"></a><p class="title"><b>Figure 3.2. Find in files dialog</b></p><div class="figure-contents"><div><img src="images/find_in_files_dialog.png" alt="Find in files dialog"></div></div></div><p><br class="figure-break">
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797154"></a>Replace</h3></div></div></div><p>
+					</p><div class="figure"><a name="id2794952"></a><p class="title"><b>Figure 3.2. Find in files dialog</b></p><div class="figure-contents"><div><img src="images/find_in_files_dialog.png" alt="Find in files dialog"></div></div></div><p><br class="figure-break">
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2794968"></a>Replace</h3></div></div></div><p>
 					The Replace dialog has the same options for finding text as the Find
 					dialog. There is also a "Replace in all files" option, which is used with the
 					Replace All button to perform the replacement for all open files.
 				</p><p>
-					</p><div class="figure"><a name="id2797169"></a><p class="title"><b>Figure 3.3. Replace dialog</b></p><div class="figure-contents"><div><img src="images/replace_dialog.png" alt="Replace dialog"></div></div></div><p><br class="figure-break">
+					</p><div class="figure"><a name="id2794983"></a><p class="title"><b>Figure 3.3. Replace dialog</b></p><div class="figure-contents"><div><img src="images/replace_dialog.png" alt="Replace dialog"></div></div></div><p><br class="figure-break">
 				</p><p>
 					The "Use regular expressions" option applies both to the search string and
 					to the replacement text; for the latter back references can be used -
 					see the entry for '\n' in <a href="ch03s05.html#regexp" title="Table 3.2. Regular expressions">Table 3.2, “Regular expressions”</a>.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797197"></a>Go to tag definition</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2795011"></a>Go to tag definition</h3></div></div></div><p>
 					If the current word is the name of a function and the file containing the
 					function definition (a.k.a. function body) is open, Go to tag definition will
 					switch to that file and go to the corresponding line number.
 					The current word is either taken from the word nearest the edit cursor, or
 					the word underneath the popup menu click position when the popup menu is
 					used.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797221"></a>Go to tag declaration</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2795035"></a>Go to tag declaration</h3></div></div></div><p>
 					Like Go to tag definition, but for a forward function declaration (a.k.a.
 					function prototype) instead of a function definition.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797233"></a>Go to line</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2795048"></a>Go to line</h3></div></div></div><p>
 					Go to a particular line number in the current file.
-				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2797244"></a>Regular expressions</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2795059"></a>Regular expressions</h3></div></div></div><p>
 					You can use regular expressions in the Find and Replace dialogs by
 					selecting the "Use regular expressions" check box.
 					The syntax is POSIX-like, as described below in <a href="ch03s05.html#regexp" title="Table 3.2. Regular expressions">Table 3.2, “Regular expressions”</a>.

Modified: branches/geany-0.10.2/doc/html/ch03s06.html
===================================================================
--- branches/geany-0.10.2/doc/html/ch03s06.html	2007-02-25 18:29:18 UTC (rev 1337)
+++ branches/geany-0.10.2/doc/html/ch03s06.html	2007-02-25 18:55:24 UTC (rev 1338)
@@ -1,12 +1,12 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Preferences</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.1"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s05.html" title="Search, replace and go to"><link rel="next" href="ch03s07.html" title="Build system"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Preferences</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="confdialog"></a>Preferences</h2></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Preferences</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Geany 0.10.2"><link rel="up" href="ch03.html" title="Chapter 3. Usage"><link rel="prev" href="ch03s05.html" title="Search, replace and go to"><link rel="next" href="ch03s07.html" title="Build system"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Preferences</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="ch03s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="confdialog"></a>Preferences</h2></div></div></div><p>
 				should be written
 				
 				</p><div class="figure"><a name="confdialog_gen"></a><p class="title"><b>Figure 3.4. General tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_gen.png" alt="General tab in preferences dialog"></div></div></div><p><br class="figure-break">
-				</p><div class="figure"><a name="id2797532"></a><p class="title"><b>Figure 3.5. Interface tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_interface.png" alt="Interface tab in preferences dialog"></div></div></div><p><br class="figure-break">
-				</p><div class="figure"><a name="id2797546"></a><p class="title"><b>Figure 3.6. Toolbar tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_toolbar.png" alt="Toolbar tab in preferences dialog"></div></div></div><p><br class="figure-break">
-				</p><div class="figure"><a name="id2797560"></a><p class="title"><b>Figure 3.7. Files tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_files.png" alt="Files tab in preferences dialog"></div></div></div><p><br class="figure-break">
-				</p><div class="figure"><a name="id2797574"></a><p class="title"><b>Figure 3.8. Editor tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_edit.png" alt="Editor tab in preferences dialog"></div></div></div><p><br class="figure-break">
-				</p><div class="figure"><a name="id2797588"></a><p class="title"><b>Figure 3.9. Tools tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_tools.png" alt="Tools tab in preferences dialog"></div></div></div><p><br class="figure-break">
+				</p><div class="figure"><a name="id2795346"></a><p class="title"><b>Figure 3.5. Interface tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_interface.png" alt="Interface tab in preferences dialog"></div></div></div><p><br class="figure-break">
+				</p><div class="figure"><a name="id2795360"></a><p class="title"><b>Figure 3.6. Toolbar tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_toolbar.png" alt="Toolbar tab in preferences dialog"></div></div></div><p><br class="figure-break">
+				</p><div class="figure"><a name="id2795374"></a><p class="title"><b>Figure 3.7. Files tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_files.png" alt="Files tab in preferences dialog"></div></div></div><p><br class="figure-break">
+				</p><div class="figure"><a name="id2795389"></a><p class="title"><b>Figure 3.8. Editor tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_edit.png" alt="Editor tab in preferences dialog"></div></div></div><p><br class="figure-break">
+				</p><div class="figure"><a name="id2795403"></a><p class="title"><b>Figure 3.9. Tools tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_tools.png" alt="Tools tab in preferences dialog"></div></div></div><p><br class="figure-break">
 				</p><div class="figure"><a name="confdialog_templ"></a><p class="title"><b>Figure 3.10. Template tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_templ.png" alt="Template tab in preferences dialog"></div></div></div><p><br class="figure-break">
 				</p><div class="figure"><a name="confdialog_keys"></a><p class="title"><b>Figure 3.11. Keybinding tab in preferences dialog</b></p><div class="figure-contents"><div><img src="images/pref_dialog_keys.png" alt="Keybinding tab in preferences dialog"></div></div></div><p><br class="figure-break">
 			   </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>For more information see <a href="ch03s09.html" title="Keybindings">the section called “Keybindings”</a>.</p></div><p>
@@ -16,7 +16,7 @@
 					options, edit the file <code class="filename">src/geany.h</code>.
 					Look for a block of lines starting with “<span class="quote">#define GEANY_*</span>”.
 					Any definitions which are not listed here should not be changed.

@@ Diff output truncated at 100000 characters. @@

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