]> git.lyx.org Git - features.git/commitdiff
Clean up around character styles
authorMartin Vermeer <martin.vermeer@hut.fi>
Mon, 18 Apr 2005 18:09:57 +0000 (18:09 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Mon, 18 Apr 2005 18:09:57 +0000 (18:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9827 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/stdclass.inc
lib/ui/stdmenus.ui
lib/ui/stdtoolbars.ui

index 3db753d3246b3fb00ecada2eb380d9a17521234a..241b08acad39fdb65641b2c5e28c91f0550997f5 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-18  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ui/stdtoolbars.ui:
+       * ui/stdmenus.ui:
+       * layouts/stdclass.inc: clean up around character styles
+
 2005-04-15  Angus Leeming  <leeming@lyx.org>
 
        * scripts/convertDefault.sh: post error messages to STDERR. 
@@ -42,6 +48,7 @@
        * reLyX/syntax.default: update natbib/jurabib commands, add
        \DescribeMacro, \let, \subfigure and bibunit commands
 
+>>>>>>> 1.685
 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * layouts/stdlayouts.inc: change labelstring to "Senseless!"
index 784274041f1ab9bb4157791236a607d36684a5ab..937a7e1ecffa4c3d08cf614b9f9bfcf0dfbb3172 100644 (file)
@@ -35,21 +35,6 @@ Style Standard
        LabelType             No_Label
 End
 
-CharStyle Noun
-       LatexType             Command
-       LatexName             noun
-       Font
-         Shape               SmallCaps
-       EndFont
-       LabelFont
-         Shape               SmallCaps
-         Color               blue
-       EndFont
-       Preamble
-         \newcommand{\noun}[1]{\textsc{#1}}
-       EndPreamble
-End
-
 
 Input stdlists.inc
 Input stdsections.inc
index 7cc13bca42ba3d88e3b3c69b2618b86bc204d03e..522fce649b7e763be33bd829188ab376e5599e31 100644 (file)
@@ -237,8 +237,8 @@ Menuset
                Submenu "Float|a" "insert_float"
 # YUCK
                Submenu "Note|N" "insert_note"
-               Submenu "Branch|B" "branches"
-               Submenu "Character Style|y" "charstyle"
+               OptSubmenu "Branch|B" "branches"
+               OptSubmenu "Character Style|y" "charstyle"
                Submenu "File|e" "insert_file"
                Item "Box" "box-insert Frameless"
                Separator
index 31fab8bb32fdc8a453652929dc9824ee98e17962..8884f1ffbe8e6a946e25ff773e5133434816b791 100644 (file)
@@ -50,9 +50,9 @@ Toolbar "standard" "Standard"
        Item "Paste" "paste"
        Item "Find and replace" "dialog-show findreplace"
        Separator
-       Item "Toggle emphasis style" "font-emph"
-       Item "Toggle noun style" "font-noun"
-       Item "Toggle user style" "font-free-apply"
+       Item "Toggle emphasis" "font-emph"
+       Item "Toggle noun" "font-noun"
+       Item "Apply last" "font-free-apply"
        Separator
        Item "Insert math" "math-mode"
        Item "Insert graphics" "dialog-show-new-inset graphics"