SF.net SVN: geany:[5842] trunk

colombanw at users.sourceforge.net colombanw at xxxxx
Mon Jun 13 20:42:55 UTC 2011


Revision: 5842
          http://geany.svn.sourceforge.net/geany/?rev=5842&view=rev
Author:   colombanw
Date:     2011-06-13 20:42:55 +0000 (Mon, 13 Jun 2011)

Log Message:
-----------
Stop talking about pre-GTK 2.12 tricks in the manual

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-06-13 20:42:31 UTC (rev 5841)
+++ trunk/ChangeLog	2011-06-13 20:42:55 UTC (rev 5842)
@@ -12,6 +12,8 @@
    src/keyfile.c, src/main.c, src/prefs.c, src/printing.c,
    src/printing.h:
    Enable GTK printing support unconditionally.
+ * doc/geany.html, doc/geany.txt:
+   Stop talking about pre-GTK 2.12 tricks.
 
 
 2011-06-11  Colomban Wendling  <colomban(at)geany(dot)org>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2011-06-13 20:42:31 UTC (rev 5841)
+++ trunk/doc/geany.html	2011-06-13 20:42:55 UTC (rev 5842)
@@ -1537,21 +1537,17 @@
 </div>
 <div class="section" id="inserting-unicode-characters">
 <h3><a class="toc-backref" href="#id57">Inserting Unicode characters</a></h3>
-<p>With GTK 2.10 and above, you can insert Unicode code points by hitting
-Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing
-the code point for the character you want and hit Enter or Return (still
-holding Ctrl-Shift). If you release Ctrl-Shift before hitting Enter or Return
-(or any other character), the code insertion is completed, but the typed
-character is also entered.  In the case of Enter/Return, it is a newline, as
-you might expect.</p>
+<p>You can insert Unicode code points by hitting Ctrl-Shift-u, then still holding
+Ctrl-Shift, type some hex digits representing the code point for the character
+you want and hit Enter or Return (still holding Ctrl-Shift). If you release
+Ctrl-Shift before hitting Enter or Return (or any other character), the code
+insertion is completed, but the typed character is also entered.  In the case
+of Enter/Return, it is a newline, as you might expect.</p>
 <p>In some earlier versions of Geany, you might need to first unbind Ctrl-Shift-u
 in the <a class="reference internal" href="#keybinding-preferences">keybinding preferences</a>, then select <em>Tools->Reload Configuration</em>
 or restart Geany. Note that it works slightly differently from other GTK
 applications, in that you'll need to continue to hold down the Ctrl and Shift
 keys while typing the code point hex digits (and the Enter or Return to finish the code point).</p>
-<p>For GTK < 2.10, it is also possible, but typing the first Ctrl-Shift-u
-is not necessary. One problem is that you may find the alphabetic
-keys conflict with other Geany keybindings.</p>
 </div>
 </div>
 <div class="section" id="search-replace-and-go-to">
@@ -6577,7 +6573,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2011-06-13 20:12 UTC.
+Generated on: 2011-06-13 20:17 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2011-06-13 20:42:31 UTC (rev 5841)
+++ trunk/doc/geany.txt	2011-06-13 20:42:55 UTC (rev 5842)
@@ -1115,13 +1115,12 @@
 Inserting Unicode characters
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-With GTK 2.10 and above, you can insert Unicode code points by hitting
-Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing
-the code point for the character you want and hit Enter or Return (still
-holding Ctrl-Shift). If you release Ctrl-Shift before hitting Enter or Return
-(or any other character), the code insertion is completed, but the typed
-character is also entered.  In the case of Enter/Return, it is a newline, as
-you might expect.
+You can insert Unicode code points by hitting Ctrl-Shift-u, then still holding
+Ctrl-Shift, type some hex digits representing the code point for the character
+you want and hit Enter or Return (still holding Ctrl-Shift). If you release
+Ctrl-Shift before hitting Enter or Return (or any other character), the code
+insertion is completed, but the typed character is also entered.  In the case
+of Enter/Return, it is a newline, as you might expect.
 
 
 In some earlier versions of Geany, you might need to first unbind Ctrl-Shift-u
@@ -1130,12 +1129,7 @@
 applications, in that you'll need to continue to hold down the Ctrl and Shift
 keys while typing the code point hex digits (and the Enter or Return to finish the code point).
 
-For GTK < 2.10, it is also possible, but typing the first Ctrl-Shift-u
-is not necessary. One problem is that you may find the alphabetic
-keys conflict with other Geany keybindings.
 
-
-
 Search, replace and go to
 -------------------------
 


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