SF.net SVN: geany:[2946] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Sep 15 13:03:06 UTC 2008


Revision: 2946
          http://geany.svn.sourceforge.net/geany/?rev=2946&view=rev
Author:   ntrel
Date:     2008-09-15 13:03:05 +0000 (Mon, 15 Sep 2008)

Log Message:
-----------
s/auto detect/auto-detect.
Minor formatting fixes.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-09-15 12:49:51 UTC (rev 2945)
+++ trunk/ChangeLog	2008-09-15 13:03:05 UTC (rev 2946)
@@ -6,6 +6,9 @@
  * src/editor.c:
    Apply patch from Jason Oster to highlight matching brace indent
    guides (thanks, #2104099).
+ * doc/geany.txt, doc/geany.html:
+   s/auto detect/auto-detect.
+   Minor formatting fixes.
 
 
 2008-09-14 Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2008-09-15 12:49:51 UTC (rev 2945)
+++ trunk/doc/geany.html	2008-09-15 13:03:05 UTC (rev 2946)
@@ -6,7 +6,7 @@
 <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
 <title>Geany</title>
 <meta name="authors" content="Enrico Tröger  Nick Treleaven  Frank Lanitz" />
-<meta name="date" content="$Date$" />
+<meta name="date" content="2008-09-08" />
 <style type="text/css">
 
 /*
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>$Date$</td></tr>
+<td>2008-09-08</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.15</td></tr>
 </tbody>
@@ -785,18 +785,18 @@
 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
+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 Geany:</p>
 <ul>
 <li><p class="first">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
+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 Geany will
-not try to auto detect the encoding(see below for more information).</p>
+not try to auto-detect the encoding (see below for more information).</p>
 </li>
 <li><p class="first">Using the "Reload as" menu item</p>
 <p>This item reloads the current file with the specified encoding. It can
@@ -807,8 +807,8 @@
 the current file unless you save it. It is useful when you want to
 change the encoding of the file.</p>
 </li>
-<li><p class="first">Specifying the encoding in the file itself
-As mentioned above, auto detecting the encoding of a file may fail on
+<li><p class="first">Specifying the encoding in the file itself</p>
+<p>As mentioned above, auto-detecting the encoding of a file may fail on
 some encodings. If you know that Geany doesn't open a certain file,
 you can add a special line to the beginning of the file to force an
 encoding when opening the file (for details see below).</p>
@@ -860,7 +860,7 @@
 <div class="section">
 <h3><a class="toc-backref" href="#id34" id="special-encoding-none" name="special-encoding-none">Special encoding "None"</a></h3>
 <p>There is a special encoding "None" which is actually no real
-encoding. It is useful when you know that Geany cannot auto detect
+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
@@ -4240,7 +4240,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2008-09-07 20:26 UTC.
+Generated on: 2008-09-15 13:05 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2008-09-15 12:49:51 UTC (rev 2945)
+++ trunk/doc/geany.txt	2008-09-15 13:03:05 UTC (rev 2946)
@@ -429,8 +429,8 @@
 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
+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.
 
@@ -439,10 +439,10 @@
 * Using the file open dialog
 
   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
+  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 Geany will
-  not try to auto detect the encoding(see below for more information).
+  not try to auto-detect the encoding (see below for more information).
 
 * Using the "Reload as" menu item
 
@@ -456,7 +456,8 @@
   change the encoding of the file.
 
 * Specifying the encoding in the file itself
-  As mentioned above, auto detecting the encoding of a file may fail on
+
+  As mentioned above, auto-detecting the encoding of a file may fail on
   some encodings. If you know that Geany doesn't open a certain file,
   you can add a special line to the beginning of the file to force an
   encoding when opening the file (for details see below).
@@ -510,7 +511,7 @@
 ^^^^^^^^^^^^^^^^^^^^^^^
 
 There is a special encoding "None" which is actually no real
-encoding. It is useful when you know that Geany cannot auto detect
+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


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