From 88808494130681da6bf912d660b5bbd7e5dec87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 8 Aug 2002 13:01:08 +0000 Subject: [PATCH] Herbert's 'gather' patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4901 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/ui/default.ui | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index bfa336ae47..abe1c12f45 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-08-08 Herbert Voss + + * ui/default.ui: put gather into math menu + 2002-08-07 John Levon * images/layout_LaTeX.xpm: remove - obsolete diff --git a/lib/ui/default.ui b/lib/ui/default.ui index f617e79b0c..79250ade8c 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -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"