SF.net SVN: geany:[3963] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Jul 14 11:25:08 UTC 2009


Revision: 3963
          http://geany.svn.sourceforge.net/geany/?rev=3963&view=rev
Author:   ntrel
Date:     2009-07-14 11:25:07 +0000 (Tue, 14 Jul 2009)

Log Message:
-----------
Use hyphen for auto-feature terms.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt
    trunk/geany.glade
    trunk/src/interface.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-07-14 11:11:50 UTC (rev 3962)
+++ trunk/ChangeLog	2009-07-14 11:25:07 UTC (rev 3963)
@@ -8,6 +8,8 @@
    Don't autocomplete in Perl q() strings.
  * data/filetypes.common:
    Make Mark highlighting brighter.
+ * src/interface.c, doc/geany.txt, doc/geany.html, geany.glade:
+   Use hyphen for auto-feature terms.
 
 
 2009-07-13  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-07-14 11:11:50 UTC (rev 3962)
+++ trunk/doc/geany.html	2009-07-14 11:25:07 UTC (rev 3963)
@@ -726,7 +726,7 @@
 <td>Specify explicitly the path including filename or only
 the filename to the VTE library, e.g.
 <tt class="docutils literal"><span class="pre">/usr/lib/libvte.so</span></tt> or <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. This option is
-only needed when the auto detection does not work. Only
+only needed when the auto-detection does not work. Only
 available if Geany was compiled with support for VTE.</td>
 </tr>
 <tr><td>-v</td>
@@ -915,7 +915,7 @@
 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
+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>
@@ -1790,7 +1790,7 @@
 <dt>Suppress status messages in the status bar</dt>
 <dd>Remove all messages from the status bar. The messages are still displayed
 in the status messages window.</dd>
-<dt>Auto focus widgets (focus follows mouse)</dt>
+<dt>Auto-focus widgets (focus follows mouse)</dt>
 <dd>Give the focus automatically to widgets below the mouse cursor.
 This works for the main editor widget, the scribble, the toolbar search field
 goto line fields and the VTE.</dd>
@@ -4983,7 +4983,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2009-07-09 11:51 UTC.
+Generated on: 2009-07-14 11:22 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2009-07-14 11:11:50 UTC (rev 3962)
+++ trunk/doc/geany.txt	2009-07-14 11:25:07 UTC (rev 3963)
@@ -323,7 +323,7 @@
 *none*        --vte-lib                Specify explicitly the path including filename or only
                                        the filename to the VTE library, e.g.
                                        ``/usr/lib/libvte.so`` or ``libvte.so``. This option is
-                                       only needed when the auto detection does not work. Only
+                                       only needed when the auto-detection does not work. Only
                                        available if Geany was compiled with support for VTE.
 
 -v            --verbose                Be verbose (print useful status messages).
@@ -529,7 +529,7 @@
 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
+has its problems. Auto-detecting the encoding of a file is not easy
 and sometimes an encoding might be detected not correctly.
 
 There are different ways to use different encodings in Geany:
@@ -1500,7 +1500,7 @@
     Remove all messages from the status bar. The messages are still displayed
     in the status messages window.
 
-Auto focus widgets (focus follows mouse)
+Auto-focus widgets (focus follows mouse)
     Give the focus automatically to widgets below the mouse cursor.
     This works for the main editor widget, the scribble, the toolbar search field
     goto line fields and the VTE.

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2009-07-14 11:11:50 UTC (rev 3962)
+++ trunk/geany.glade	2009-07-14 11:25:07 UTC (rev 3963)
@@ -3451,7 +3451,7 @@
 				  <property name="visible">True</property>
 				  <property name="tooltip" translatable="yes">Gives the focus automatically to widgets below the mouse cursor. Works for the main editor widget, the scribble, the toolbar search and goto line fields and the VTE.</property>
 				  <property name="can_focus">True</property>
-				  <property name="label" translatable="yes">Auto focus widgets (focus follows mouse)</property>
+				  <property name="label" translatable="yes">Auto-focus widgets (focus follows mouse)</property>
 				  <property name="use_underline">True</property>
 				  <property name="relief">GTK_RELIEF_NORMAL</property>
 				  <property name="focus_on_click">True</property>

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2009-07-14 11:11:50 UTC (rev 3962)
+++ trunk/src/interface.c	2009-07-14 11:25:07 UTC (rev 3963)
@@ -2880,7 +2880,7 @@
   gtk_box_pack_start (GTK_BOX (vbox21), check_suppress_status_msgs, FALSE, FALSE, 0);
   gtk_tooltips_set_tip (tooltips, check_suppress_status_msgs, _("Removes all messages from the status bar. The messages are still displayed in the status messages window."), NULL);
 
-  check_auto_focus = gtk_check_button_new_with_mnemonic (_("Auto focus widgets (focus follows mouse)"));
+  check_auto_focus = gtk_check_button_new_with_mnemonic (_("Auto-focus widgets (focus follows mouse)"));
   gtk_widget_show (check_auto_focus);
   gtk_box_pack_start (GTK_BOX (vbox21), check_auto_focus, FALSE, FALSE, 0);
   gtk_tooltips_set_tip (tooltips, check_auto_focus, _("Gives the focus automatically to widgets below the mouse cursor. Works for the main editor widget, the scribble, the toolbar search and goto line fields and the VTE."), NULL);


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