SF.net SVN: geany: [1135] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Dec 21 13:54:30 UTC 2006


Revision: 1135
          http://svn.sourceforge.net/geany/?rev=1135&view=rev
Author:   eht16
Date:     2006-12-21 05:54:29 -0800 (Thu, 21 Dec 2006)

Log Message:
-----------
Fixed encoding of generated PDF file.
Deleted all jpg images and replaced them by png images.
Updated date in documentation and manpage.

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

Added Paths:
-----------
    trunk/doc/images/find_dialog.png
    trunk/doc/images/find_in_files_dialog.png
    trunk/doc/images/pref_dialog_edit.png
    trunk/doc/images/pref_dialog_files.png
    trunk/doc/images/pref_dialog_gen.png
    trunk/doc/images/pref_dialog_interface.png
    trunk/doc/images/pref_dialog_keys.png
    trunk/doc/images/pref_dialog_templ.png
    trunk/doc/images/pref_dialog_toolbar.png
    trunk/doc/images/pref_dialog_tools.png
    trunk/doc/images/pref_dialog_vte.png
    trunk/doc/images/replace_dialog.png

Removed Paths:
-------------
    trunk/doc/images/find_dialog.jpg
    trunk/doc/images/pref_dialog_edit.jpg
    trunk/doc/images/pref_dialog_gen.jpg
    trunk/doc/images/pref_dialog_interface.jpg
    trunk/doc/images/pref_dialog_keys.jpg
    trunk/doc/images/pref_dialog_templ.jpg
    trunk/doc/images/pref_dialog_toolbar.jpg
    trunk/doc/images/pref_dialog_tools.jpg
    trunk/doc/images/pref_dialog_vte.jpg

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/ChangeLog	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,3 +1,12 @@
+2006-12-21  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * doc/geany.1.in, doc/Makefile.am, doc/geany.docbook, doc/images/*,
+   doc/html/*:
+   Fixed encoding of generated PDF file.
+   Deleted all jpg images and replaced them by png images.
+   Updated date in documentation and manpage.
+
+
 2006-12-20  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/keyfile.c: Changed default values:

Modified: trunk/doc/geany.1.in
===================================================================
--- trunk/doc/geany.1.in	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/geany.1.in	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,4 +1,4 @@
-.TH "GEANY" "1" "October 03, 2006" "@PACKAGE@ @VERSION@" ""
+.TH "GEANY" "1" "December 21, 2006" "@PACKAGE@ @VERSION@" ""
 .SH "NAME"
 Geany \(em a small and lightweight IDE
 .SH "SYNOPSIS"

Modified: trunk/doc/geany.docbook
===================================================================
--- trunk/doc/geany.docbook	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/geany.docbook	2006-12-21 13:54:29 UTC (rev 1135)
@@ -5,7 +5,7 @@
 <!ENTITY appversion "0.10">
 <!ENTITY appurl "http://geany.uvena.de">
 <!ENTITY author_mail "enrico.troeger at uvena.de">
-<!ENTITY date "November 11, 2006">
+<!ENTITY date "December 21, 2006">
 <!ENTITY legal SYSTEM "geany_gpl.docbook">
 <!ENTITY scikeybinding SYSTEM "scikeybinding.docbook">
 ]>
@@ -528,7 +528,7 @@
 				<para>
 					<figure>
 					   <title>Find dialog</title>
-					   <graphic fileref="images/find_dialog.jpg"></graphic>
+					   <graphic fileref="images/find_dialog.png"></graphic>
 					</figure>
 				</para>
 			</section>
@@ -550,6 +550,12 @@
 					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.
 				</para>
+				<para>
+					<figure>
+					   <title>Find in files dialog</title>
+					   <graphic fileref="images/find_in_files_dialog.png"></graphic>
+					</figure>
+				</para>
 			</section>
 			<section>
 				<title>Replace</title>
@@ -559,6 +565,12 @@
 					Replace All button to perform the replacement for all open files.
 				</para>
 				<para>
+					<figure>
+					   <title>Replace dialog</title>
+					   <graphic fileref="images/replace_dialog.png"></graphic>
+					</figure>
+				</para>
+				<para>
 					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 <xref linkend="regexp"/>.
@@ -699,38 +711,42 @@
 				<!-- I know that <mediaobject> is better than <graphic> but <mediaobject> does not work with PDF -->
 				<figure id="confdialog_gen">
 				   <title>General tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_gen.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_gen.png"></graphic>
 				</figure>
 				<figure>
 				   <title>Interface tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_interface.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_interface.png"></graphic>
 				</figure>
 				<figure>
 				   <title>Toolbar tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_toolbar.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_toolbar.png"></graphic>
 				</figure>
 				<figure>
+				   <title>Files tab in preferences dialog</title>
+				   <graphic fileref="images/pref_dialog_files.png"></graphic>
+				</figure>
+				<figure>
 				   <title>Editor tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_edit.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_edit.png"></graphic>
 				</figure>
 				<figure>
 				   <title>Tools tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_tools.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_tools.png"></graphic>
 				</figure>
 				<figure id="confdialog_templ">
 				   <title>Template tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_templ.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_templ.png"></graphic>
 				</figure>
 				<figure id="confdialog_keys">
 				   <title>Keybinding tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_keys.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_keys.png"></graphic>
 				</figure>
 			   <note>
 					<para>For more information see <xref linkend="keybindings"/>.</para>
 			   </note>
 				<figure id="confdialog_vte">
 				   <title>VTE tab in preferences dialog</title>
-				   <graphic fileref="images/pref_dialog_vte.jpg"></graphic>
+				   <graphic fileref="images/pref_dialog_vte.png"></graphic>
 				</figure>
 			</para>
 			<section id="cto">

Modified: trunk/doc/html/apa.html
===================================================================
--- trunk/doc/html/apa.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/apa.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,8 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="index.html" title="
-			Geany 0.9
-		"><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="id2755963"></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"><link rel="up" href="index.html" title="Geany 0.10"><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="id2798015"></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
@@ -10,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#id2755989">
+			</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#id2798042">
        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="id2755989"></a>
+    </a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2798042"></a>
        Keyboard commands
     </h2></div></div></div><p>
        
@@ -25,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="id2756623"></a><p class="title"><b>Table A.1. Scintilla keyboard commands</b></p><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><p>
+	</p><div class="table"><a name="id2798676"></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: trunk/doc/html/apb.html
===================================================================
--- trunk/doc/html/apb.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/apb.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,8 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="index.html" title="
-			Geany 0.9
-		"><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="id2756330"></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"><link rel="up" href="index.html" title="Geany 0.10"><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="id2798382"></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>
@@ -11,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#id2756420">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#id2757648">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#id2757836">Section 3
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2757936">Section 4
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2757954">Section 5
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2757972">Section 6
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2757990">Section 7
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2758040">Section 8
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2758058">Section 9
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2758091">Section 10
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2758109">Section 11 NO WARRANTY
-      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2758130">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#id2798471">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#id2799701">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#id2799887">Section 3
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2799987">Section 4
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800005">Section 5
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800023">Section 6
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800040">Section 7
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800091">Section 8
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800109">Section 9
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800142">Section 10
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800160">Section 11 NO WARRANTY
+      </a></span></dt><dt><span class="sect2"><a href="apbs02.html#id2800181">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="id2756420"></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="id2798471"></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: trunk/doc/html/apbs02.html
===================================================================
--- trunk/doc/html/apbs02.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/apbs02.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,7 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><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="id2757642"></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="id2757648"></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"><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="id2799694"></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="id2799701"></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
@@ -64,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="id2757836"></a>Section 3
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2799887"></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
@@ -93,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="id2757936"></a>Section 4
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2799987"></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="id2757954"></a>Section 5
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800005"></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="id2757972"></a>Section 6
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800023"></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="id2757990"></a>Section 7
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800040"></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
@@ -134,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="id2758040"></a>Section 8
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800091"></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="id2758058"></a>Section 9
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800109"></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.
@@ -149,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="id2758091"></a>Section 10
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800142"></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="id2758109"></a>Section 11 NO WARRANTY
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800160"></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="id2758130"></a>Section 12
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2800181"></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: trunk/doc/html/apbs03.html
===================================================================
--- trunk/doc/html/apbs03.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/apbs03.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,8 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><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="id2758155"></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"><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="id2800206"></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: trunk/doc/html/apc.html
===================================================================
--- trunk/doc/html/apc.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/apc.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,9 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="index.html" title="
-			Geany 0.9
-		"><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"><link rel="up" href="index.html" title="Geany 0.10"><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: trunk/doc/html/ch01.html
===================================================================
--- trunk/doc/html/ch01.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch01.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,16 +1,8 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>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"><link rel="up" href="index.html" title="Geany 0.10"><link rel="prev" href="index.html" title="Geany 0.10"><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
-		</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="index.html" title="
-			Geany 0.9
-		"><link rel="prev" href="index.html" title="
-			Geany 0.9
-		"><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#id2739599">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="id2739599"></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#id2784276">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="id2784276"></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
@@ -20,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.9
+			Geany 0.10
 		 </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: trunk/doc/html/ch01s02.html
===================================================================
--- trunk/doc/html/ch01s02.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch01s02.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,12 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="ch01.html" title="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"><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
-		"><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="id2691301"></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="id2746203"></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: trunk/doc/html/ch01s03.html
===================================================================
--- trunk/doc/html/ch01s03.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch01s03.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,10 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="ch01.html" title="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"><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
-		"><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="id2691319"></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="id2746221"></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: trunk/doc/html/ch01s04.html
===================================================================
--- trunk/doc/html/ch01s04.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch01s04.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,12 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="ch01.html" title="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"><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
-		"><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="id2691521"></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="id2746245"></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: trunk/doc/html/ch02.html
===================================================================
--- trunk/doc/html/ch02.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch02.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,14 +1,8 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>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"><link rel="up" href="index.html" title="Geany 0.10"><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
-		</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="index.html" title="
-			Geany 0.9
-		"><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#id2691368">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#id2690311">Fedora</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2690337">Debian</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2690357">SuSE</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2690368">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="id2691368"></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#id2746438">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#id2746702">Fedora</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2746730">Debian</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2746756">SuSE</a></span></dt><dt><span class="section"><a href="ch02s03.html#id2746767">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="id2746438"></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: trunk/doc/html/ch02s02.html
===================================================================
--- trunk/doc/html/ch02s02.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch02s02.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,11 +1,5 @@
-<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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="ch02.html" title="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"><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
-		"><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:
 				</p><pre class="screen">
@@ -16,15 +10,16 @@
 				The configure script supports several common options, for a detailed list, type
 				</p><pre class="screen">
 					<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">./configure</strong></span> --help</code></strong></pre><p>
+				There also some compile time options which can be found in <code class="filename">src/geany.h</code>.
+				Please see <a href="ch03s06.html#cto" title="Compile time options">the section called “Compile time options”</a> for more information.
 			</p><p>
 				In the case that your system lacks dynamic linking loader support, you probably want
 				to pass the option --disable-vte to the configure script. This prevents compiling
-				Geany with dynamic linking loader support to automatically load
+				<span class="application">Geany</span> with dynamic linking loader support to automatically load
 				<code class="filename">libvte.so.4</code> if available.
-			</p><p>Geany has been successfully compiled and tested under Debian 3.1 Sarge, Debian 3.2 Etch,
-				  Fedora Core 4, LinuxFromScratch and FreeBSD 6.0. It also compiles under
-				  <span class="trademark">Microsoft Windows</span>™, but there are lots of changes
-				  to the makefiles necessary.
+			</p><p><span class="application">Geany</span> has been successfully compiled and tested under Debian 3.1 Sarge, Debian 4.0 Etch,
+				  Fedora Core 3/4/5, LinuxFromScratch and FreeBSD 6.0. It also compiles under
+				  <span class="trademark">Microsoft Windows</span>™.
 			</p><p>
 				If there are any errors during compilation, check your build environment and try to find the error,
 				otherwise contact the author at <code class="email"><<a href="mailto:enrico.troeger at uvena.de">enrico.troeger at uvena.de</a>></code>.

Modified: trunk/doc/html/ch02s03.html
===================================================================
--- trunk/doc/html/ch02s03.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch02s03.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,21 +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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="ch02.html" title="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"><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
-		"><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="id2690311"></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="id2746702"></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="id2690337"></a>Debian</h3></div></div></div><p>
-					Geany is available through the official Debian archives.
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2746730"></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="id2690357"></a>SuSE</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2746756"></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="id2690368"></a>Gentoo</h3></div></div></div><p>
+				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2746767"></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: trunk/doc/html/ch03.html
===================================================================
--- trunk/doc/html/ch03.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch03.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,14 +1,10 @@
-<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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><link rel="up" href="index.html" title="
-			Geany 0.9
-		"><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><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#id2752448">Find</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2752484">Find usage</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2752500">Find in files</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2752514">Replace</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2752540">Go to tag definition</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2689791">Go to tag declaration</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2689804">Go to line</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2689815">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#id2753605">Compile</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753630">Build</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753649">Make all</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753668">Make custom target</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753681">Make object</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753695">Execute</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753717">Set Includes and Arguments</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753758">Indicators</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2753778">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"><link rel="up" href="index.html" title="Geany 0.10"><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#id2794005">Using character sets</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2794136">Special encoding "None"</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2794154">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#id2794269">Find</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794305">Find usage</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794321">Find in files</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794352">Replace</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794395">Go to tag definition</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794419">Go to tag declaration</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794432">Go to line</a></span></dt><dt><span class="section"><a href="ch03s05.html#id2794443">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#id2795368">Compile</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2795393">Build</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2795412">Make all</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2795431">Make custom target</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2795444">Make object</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2795458">Execute</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2795481">Stopping running processes</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745299">Set Includes and Arguments</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745340">Indicators</a></span></dt><dt><span class="section"><a href="ch03s07.html#id2745360">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
 						</p><p>
 							Choose in your application menu of your used Desktop Environment:
-							<span class="guisubmenu">Development</span>-><span class="guimenuitem">Geany</span>.
+							<span class="guisubmenu">Development</span> → <span class="guimenuitem">Geany</span>.
 						</p></li><li><p>
 							From the command line
 						</p><p>

Modified: trunk/doc/html/ch03s02.html
===================================================================
--- trunk/doc/html/ch03s02.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch03s02.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,28 +1,34 @@
-<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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><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="id2690506"></a><p class="title"><b>Table 3.1. Command line Options</b></p><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>-s</td><td>--no-session</td><td>Don't load the previous session's files.
+<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"><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="id2746904"></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.
+								</td></tr><tr><td>-d</td><td>--debug</td><td>Run <span class="application">Geany</span> in debug mode, which
+									   means being verbose and printing lots of information.
+								</td></tr><tr><td>-i</td><td>--new-instance</td><td>Do not open files in a running instance, force opening a
+									   new instance. Only available if <span class="application">Geany</span>
+									   was compiled with support for Sockets.
+								</td></tr><tr><td>-l</td><td>--line</td><td>Set initial line number for the first opened file.
+								</td></tr><tr><td>-m</td><td>--no-msgwin</td><td>Do not show the message window. Use this option if you do not
+									   need compiler messages or VTE support.
 								</td></tr><tr><td>-n</td><td>--no-ctags</td><td>Do not load auto completion and call tip data.
 									   Use this option if you do not want to use them.
-								</td></tr><tr><td>-m</td><td>--no-msgwin</td><td>Do not show the message window. Use this option if you do not
-									   need compiler messages or VTE support.
-								</td></tr><tr><td>-i</td><td>--new-instance</td><td>Do not open files in a running instance, force opening a new instance.
+								</td></tr><tr><td>-s</td><td>--no-session</td><td>Don't load the previous session's files.
 								</td></tr><tr><td>-t</td><td>--no-terminal</td><td>Do not load terminal support. Use this option if you do not
 									   want to load the virtual terminal emulator widget at startup.
 									   If you do not have <code class="filename">libvte.so.4</code> installed,
-									   then terminal-support is automatically disabled.
-								</td></tr><tr><td>-l</td><td>--vte-lib</td><td>Specify explicitly the path including filename or only the filename
+									   then terminal-support is automatically disabled. Only available
+									   if <span class="application">Geany</span> was compiled with support
+									   for VTE.
+								</td></tr><tr><td> </td><td>--vte-lib</td><td>Specify explicitly the path including filename or only the filename
 									   to the VTE library, e.g. <code class="filename">/usr/lib/libvte.so</code> or
 									   <code class="filename">libvte.so</code>. This option is only needed when the
-									   autodetection does not work.
-								</td></tr><tr><td>-c directory_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.
-								</td></tr><tr><td>-d</td><td>--debug</td><td>Run Geany in debug mode, which means being verbose
-									   and printing lots of information.
-								</td></tr><tr><td>-?</td><td>--help</td><td>Show help information and exit.</td></tr><tr><td>-v</td><td>--version</td><td>Show version information and exit.</td></tr><tr><td> </td><td>[files ...]</td><td>Open all given files at startup. This option causes Geany to
-									   ignore loading stored files from the last session (if enabled).
-								</td></tr></tbody></table></div><p>
-				Geany supports all generic GTK options, a list is available on the help screen.
+									   autodetection does not work. Only available if
+									   <span class="application">Geany</span> was compiled with support for VTE.
+								</td></tr><tr><td>-v</td><td>--version</td><td>Show version information and exit.</td></tr><tr><td>-?</td><td>--help</td><td>Show help information and exit.</td></tr><tr><td> </td><td>[files ...]</td><td>Open all given files at startup. This option causes
+									   <span class="application">Geany</span> to ignore loading stored
+									   files from the last session (if enabled).
+								</td></tr></tbody></table></div></div><p><br class="table-break">
+				<span class="application">Geany</span> supports all generic GTK options, a list is
+				available on the help screen.
 			</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 3. Usage </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> General</td></tr></table></div></body></html>

Modified: trunk/doc/html/ch03s03.html
===================================================================
--- trunk/doc/html/ch03s03.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch03s03.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,26 +1,24 @@
-<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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><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, Geany loads the first 15 files from the last time
+<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"><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.2. General tab in preferences dialog">Figure 3.2, “General tab in preferences dialog”</a>). If you specify some files on
+					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
 					the command line, only these files will be opened, but you can find the files from the
-					last session in the file menu under the "Recent files" item. This contains the last
-					15 recently opened files. It may be that Geany loads not exactly 15 session files, this depends
-					on the compile time option GEANY_SESSION_FILES; the default is 15. For details see
-					<a href="ch03s06.html#cto" title="Compile time options">the section called “Compile time options”</a>.
+					last session in the file menu under the "Recent files" item. By default this contains
+					the last 10 recently opened files. You can change the amount of recently opened
+					files in the preferences dialog.
 				</p><p>
-					You can start several instances of Geany, but only the first will load files
-					from the last session. To run a second instance of Geany, do not specify any
-					filenames on the command-line, or disable opening files in a running instance
-					using the appropriate command line option.
+					You can start several instances of <span class="application">Geany</span>, but only
+					the first will load files from the last session. To run a second instance of
+					<span class="application">Geany</span>, do not specify any filenames on the
+					command-line, or disable opening files in a running instance using the
+					appropriate command line option.
 				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="general_instance"></a>Opening files from the command-line in a running instance</h3></div></div></div><p>
-					Geany detects an already running instance of itself and opens files from the
-					command-line in the already running instance.
-					So, Geany can be used to view and edit files by opening them from other
-					programs such as a file manager. If you do not like this for some reason,
-					you can disable using the first instance by using the appropriate command line
-					option - see <a href="ch03s02.html" title="Command line options">the section called “Command line options”</a>.
+					<span class="application">Geany</span> detects an already running instance of itself
+					and opens files from the command-line in the already running instance.
+					So, <span class="application">Geany</span> can be used to view and edit files by
+					opening them from other programs such as a file manager. If you do not like
+					this for some reason, you can disable using the first instance by using the
+					appropriate command line option - see <a href="ch03s02.html" title="Command line options">the section called “Command line options”</a>.
 				</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="general_vte"></a>Virtual terminal emulator widget (VTE)</h3></div></div></div><p>
 					If you have installed <code class="filename">libvte.so</code> in your system, it is loaded
 					automatically by <span class="application">Geany</span>, and you will have a terminal widget
@@ -41,9 +39,10 @@
 					 On systems running the X Window System you can paste the last selected text by
 					 pressing the middle mouse button in the VTE (on 2-button mice,
 					 the middle button can often be simulated by pressing both mouse buttons together).
-				</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>Geany tries to load <code class="filename">libvte.so</code>. If this fails, it tries to
-						  load <code class="filename">libvte.so.4</code>. If this fails too, you should check whether
-						  you installed libvte correctly. Again, Geany also runs without this library.
+				</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p><span class="application">Geany</span> tries to load <code class="filename">libvte.so</code>.
+						  If this fails, it tries to load <code class="filename">libvte.so.4</code>. If this
+						  fails too, you should check whether you installed libvte correctly. Again,
+						  <span class="application">Geany</span> also runs without this library.
 					</p><p>
 						  It could be, that the library is called something else than
 						  <code class="filename">libvte.so.4</code> (e.g. on FreeBSD 6.0 it is called

Modified: trunk/doc/html/ch03s04.html
===================================================================
--- trunk/doc/html/ch03s04.html	2006-12-21 13:51:41 UTC (rev 1134)
+++ trunk/doc/html/ch03s04.html	2006-12-21 13:54:29 UTC (rev 1135)
@@ -1,26 +1,60 @@
-<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.68.1"><link rel="start" href="index.html" title="
-			Geany 0.9
-		"><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><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.
-				To do this, <span class="application">Geany</span> uses the character conversion
-				capabilities of the GLib.
-			</p><p>
-				Furthermore, Geany 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>
-				</a> for details). Of course, this feature is only available if the opened file
-				is in an unicode encoding. The Byte Order Mark helps to detect the encoding of a
-				file, e.g. whether it is UTF-16LE or UTF-16BE and so on. On Unix-like systems using
-				a Byte Order Mark could cause some problems, e.g. the gcc stops with stray errors,
-				PHP does not parse a script containing a BOM and script files starting with a
-				she-bang maybe cannot be started.
-				In the status bar you can easily see whether the file starts with a BOM or not.
-				If you want to set a BOM for a file or if you want to remove it from a file, just
-				use the document menu and toggle the checkbox.
-				</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
-						If you are unsure what a BOM is or if you do not understand where to use it,
-						then it is not important for you and you can safely ignore it.
-					</p></div><p>
-			</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">General </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Search, replace and go to</td></tr></table></div></body></html>
+<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"><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="id2794005"></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.
+					To do this, <span class="application">Geany</span> uses the character conversion
+					capabilities of the GLib.
+				</p><p>
+					Only text files are supported, i.e. opening files which contain NUL-bytes may
+					fail. <span class="application">Geany</span> will try to open the file anyway but it
+					is likely that the file will be truncated because it can only opened up to the
+					first occurrence of the first NUL-byte. All characters after this position are
+					lost and are not written when you save the file.
+				</p><p>
+					<span class="application">Geany</span> tries to detect the encoding of a file while
+					opening it. It might be that the encoding of a file cannot be detected correctly
+					so you have to set manually the encoding of the file in order to display it
+					correctly. You can this in the file open dialog by selecting an encoding in the
+					drop down box or by reloading the file with the file menu item "Reload as".
+					The auto detection works well for most encodings but there are also some encodings
+					known where auto detection has its problems. Auto detecting the encoding of a file
+					is not easy and sometimes an encoding might be detected not correctly.
+				</p><p>
+					There are different ways to use different encodings in <span class="application">Geany</span>:
+					</p><div class="orderedlist"><ol type="1"><li><p>Using the file open dialog</p><p>This opens the file with the encoding specified in the encoding
+								  drop down box. If the encoding is set to "Detect from file"
+								  auto detection will be used. If the encoding is set to
+								  "Without encoding (None)" the file will be opened without any
+								  character conversion and <span class="application">Geany</span> will
+								  not try to auto detect the encoding(see below for more information).
+							</p></li><li><p>Using the "Reload as" menu item</p><p>This item reloads the current file with the specified encoding.
+								  It can help if you opened a file and found out that a wrong
+								  encoding was used.
+							</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="id2794136"></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="id2794154"></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>
+					</a> for details). Of course, this feature is only available if the opened file
+					is in an unicode encoding. The Byte Order Mark helps to detect the encoding of a
+					file, e.g. whether it is UTF-16LE or UTF-16BE and so on. On Unix-like systems using
+					a Byte Order Mark could cause some problems, e.g. the gcc stops with stray errors,
+					PHP does not parse a script containing a BOM and script files starting with a
+					she-bang maybe cannot be started.
+					In the status bar you can easily see whether the file starts with a BOM or not.
+					If you want to set a BOM for a file or if you want to remove it from a file, just
+					use the document menu and toggle the checkbox.
+					</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
+							If you are unsure what a BOM is or if you do not understand where to use it,
+							then it is not important for you and you can safely ignore it.
+						</p></div><p>

@@ 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