[gnumeric] Add superscipt and subscript buttons [#583327]



commit 74f7ea6fa92f4425820ee038be74dfbdb74cdc50
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Fri May 29 00:29:05 2009 -0600

    Add superscipt and subscript buttons [#583327]
    
    2009-05-29  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/GNOME_Gnumeric-gtk.xml.in: add super and subscript buttons
    	  to format toolbar. Remove Label button from the object toolbar
    	  since it is functionally equivalent to the rectangle button.
---
 ChangeLog                     |    6 ++++++
 NEWS                          |    1 +
 src/GNOME_Gnumeric-gtk.xml.in |    5 ++++-
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3578bdf..6754410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-29  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/GNOME_Gnumeric-gtk.xml.in: add super and subscript buttons
+	  to format toolbar. Remove Label button from the object toolbar
+	  since it is functionally equivalent to the rectangle button.
+
 2009-05-28  Morten Welinder  <terra gnome org>
 
 	* src/wbc-gtk-actions.c (cb_format_as_currency): Fix.
diff --git a/NEWS b/NEWS
index 560ec99..4bf744d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Andreas:
 	* Export some data formats to ODF
 	* Fix comment export to ODF
 	* Remove distinction between label and filled rectangle
+	* Add superscipt and subscript buttons [#583327]
 
 Morten:
 	* Add search-for-number.
diff --git a/src/GNOME_Gnumeric-gtk.xml.in b/src/GNOME_Gnumeric-gtk.xml.in
index 0d4ca50..4becb02 100644
--- a/src/GNOME_Gnumeric-gtk.xml.in
+++ b/src/GNOME_Gnumeric-gtk.xml.in
@@ -259,6 +259,8 @@
     <toolitem action="FontBold"/>
     <toolitem action="FontItalic"/>
     <toolitem action="FontUnderline"/>
+    <toolitem action="FontSuperscript"/>
+    <toolitem action="FontSubscript"/>
     <separator name="fmt-sep1"/>
     <toolitem action="AlignLeft"/>
     <toolitem action="AlignCenter"/>
@@ -281,7 +283,8 @@
     <toolitem action="ColorFore"/>
   </toolbar>
   <toolbar _name="ObjectToolbar">
-    <toolitem action="CreateLabel"/>
+<!-- Functionally Equivalent to CreateRectangle
+     <toolitem action="CreateLabel"/> -->
     <toolitem action="CreateFrame"/>
 <!-- Not useful until we have scripts
     <toolitem action="CreateButton"/> -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]