SF.net SVN: geany: [2564] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri May 9 14:19:16 UTC 2008


Revision: 2564
          http://geany.svn.sourceforge.net/geany/?rev=2564&view=rev
Author:   ntrel
Date:     2008-05-09 07:19:01 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Rename old uses of line breaking -> line wrapping. This includes the
keyfile pref, so any users with this enabled will have to reset it.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.glade

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-09 14:17:25 UTC (rev 2563)
+++ trunk/ChangeLog	2008-05-09 14:19:01 UTC (rev 2564)
@@ -8,6 +8,10 @@
    only works when typing characters past the line breaking column
    number.
    Add 'Line breaking column' editor pref.
+ * src/callbacks.c, src/callbacks.h, src/interface.c, src/keyfile.c,
+   src/main.c, src/ui_utils.c, geany.glade:
+   Rename old uses of line breaking -> line wrapping. This includes the
+   keyfile pref, so any users with this enabled will have to reset it.
 
 
 2008-05-08  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2008-05-09 14:17:25 UTC (rev 2563)
+++ trunk/geany.glade	2008-05-09 14:19:01 UTC (rev 2564)
@@ -1008,13 +1008,13 @@
 		<widget class="GtkMenu" id="menu_document1_menu">
 
 		  <child>
-		    <widget class="GtkCheckMenuItem" id="menu_line_breaking1">
+		    <widget class="GtkCheckMenuItem" id="menu_line_wrapping1">
 		      <property name="visible">True</property>
 		      <property name="tooltip" translatable="yes">Wrap the line at the window border and continue it on the next line. Note: line wrapping has a high performance cost for large documents so should be disabled on slow machines.</property>
 		      <property name="label" translatable="yes">_Line Wrapping</property>
 		      <property name="use_underline">True</property>
 		      <property name="active">True</property>
-		      <signal name="toggled" handler="on_line_breaking1_toggled" last_modification_time="Sun, 04 Sep 2005 11:12:08 GMT"/>
+		      <signal name="toggled" handler="on_line_wrapping1_toggled" last_modification_time="Sun, 04 Sep 2005 11:12:08 GMT"/>
 		    </widget>
 		  </child>
 


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