]> git.lyx.org Git - features.git/commitdiff
Herbert's 'gather' patch
authorAndré Pönitz <poenitz@gmx.net>
Thu, 8 Aug 2002 13:01:08 +0000 (13:01 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 8 Aug 2002 13:01:08 +0000 (13:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4901 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/ui/default.ui

index bfa336ae47f4fc5590c097d20e394167814d95e7..abe1c12f45812734e9f6001e58a69d7a2cd8d5cd 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-08  Herbert Voss  <voss@perce.de>
+
+       * ui/default.ui: put gather into math menu
+               
 2002-08-07  John Levon  <levon@movementarian.org>
 
        * images/layout_LaTeX.xpm: remove - obsolete
index f617e79b0c09d23ebfa742ed8115f38eaa084f52..79250ade8c8778da7d888832e43d2ad415d9ef9c 100644 (file)
@@ -162,6 +162,7 @@ Menuset
        Item "AlignAt environment" "math-mutate alignat"
        Item "XAlignAt environment" "math-mutate xalignat"
        Item "XXAlignAt environment" "math-mutate xxalignat"
+       Item "Gather environment" "math-mutate gather"
        Item "Multline environment" "math-mutate multline"
     End
 
@@ -215,6 +216,7 @@ Menuset
        Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
        Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
        Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
+       Item "AMS gather environment" "command-sequence math-mode; math-mutate gather;"
        Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;"
   Separator
        Item "Array environment|y" "math-insert matrix 2 2"