It was pointed out on the users list that the aligned environment is not available in the math menu. This patch fixes that. OK to apply?
Georg
diff -p -r -U 3 -X excl.tmp lyx-1.4-clean/lib/ChangeLog lyx-1.4-cvs/lib/ChangeLog --- lyx-1.4-clean/lib/ChangeLog 2005-04-10 18:21:20.000000000 +0200 +++ lyx-1.4-cvs/lib/ChangeLog 2005-04-17 12:46:02.000000000 +0200 @@ -1,3 +1,8 @@ +2005-04-17 Georg Baum <[EMAIL PROTECTED]> + + * ui/stdmenus.ui: Add aligned, alignedat, gathered and split + environment to the math_insert menu + 2005-04-09 Angus Leeming <[EMAIL PROTECTED]> * Makefile.am (dist_scripts_DATA): add scripts/fig_copy.sh and diff -p -r -U 3 -X excl.tmp lyx-1.4-clean/lib/ui/stdmenus.ui lyx-1.4-cvs/lib/ui/stdmenus.ui --- lyx-1.4-clean/lib/ui/stdmenus.ui 2005-03-30 20:40:51.000000000 +0200 +++ lyx-1.4-cvs/lib/ui/stdmenus.ui 2005-04-13 10:07:38.000000000 +0200 @@ -294,6 +297,10 @@ Menuset Separator Item "Array Environment|y" "math-matrix 2 2" Item "Cases Environment|C" "math-insert \cases" + Item "Aligned Environment" "command-sequence math-insert \aligned; tabular-feature append-column" + Item "AlignedAt Environment" "command-sequence math-insert \alignedat; tabular-feature append-column" + Item "Gathered Environment" "math-insert \gathered" + Item "Split Environment" "command-sequence math-insert \split; tabular-feature append-column" Separator Submenu "Font Change|o" "insert_math_font" Item "Math Panel|P" "dialog-show mathpanel"