I thought I attached it...

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.257
diff -u -p -r1.257 ChangeLog
--- ChangeLog   24 Jul 2002 10:27:25 -0000      1.257
+++ ChangeLog   30 Jul 2002 15:16:02 -0000
@@ -1,3 +1,11 @@
+
+2002-07-30  André Pönitz <[EMAIL PROTECTED]>
+       
+       * configure.m4:
+       * ui/default.ui: make math-extern a bit more visible in Edit->Math
+
+       * bind/math.bind: remove some strange bindings for Ø and Å
+
 2002-07-24  Adrien Rebollo  <[EMAIL PROTECTED]>
 
        * examples/fr_CV.lyx:               new file
Index: configure.m4
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/configure.m4,v
retrieving revision 1.49
diff -u -p -r1.49 configure.m4
--- configure.m4        19 Jul 2002 21:44:11 -0000      1.49
+++ configure.m4        30 Jul 2002 15:16:03 -0000
@@ -285,6 +285,10 @@ LYXRC_PROG([for ChkTeX], \chktex_command
 # Search for a spellchecker
 LYXRC_PROG([for a spell-checker], \spell_command, ispell)
 
+# Search for computer algebra systems
+SEARCH_PROG([for Octave],OCTAVE,octave)
+SEARCH_PROG([for Maple],MAPLE,maple)
+
 dnl # Search a Fax handling program
 dnl SEARCH_PROG([for a fax driver], FAX, sendfax faxsend fax)
 dnl if test $FAX = sendfax ; then
Index: bind/math.bind
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/math.bind,v
retrieving revision 1.13
diff -u -p -r1.13 math.bind
--- bind/math.bind      24 Jun 2002 15:36:03 -0000      1.13
+++ bind/math.bind      30 Jul 2002 15:16:03 -0000
@@ -31,10 +31,6 @@
 \bind "M-m e"                  "math-superscript"
 \bind "M-m x"                  "math-subscript"
 
-\bind "M-m S-A"                "command-sequence math-mode; font-roman; math-insert 
Å;"
-\bind "M-m S-O"                "command-sequence math-mode; font-roman; math-insert 
Ø;"
-\bind "M-m S-T"                "command-sequence math-mode; math-insert \mathrm; 
math-insert T;"
-
 \bind "M-m u"                  "math-insert \sum"
 \bind "M-m i"                  "math-insert \int"
 \bind "M-m m"                  "math-mode"
@@ -59,11 +55,13 @@
 \bind "M-m o 8"   "self-insert \#8"
 \bind "M-m o 9"   "self-insert \#9"
 
+\bind "M-m t n"   "math-mutate none"
 \bind "M-m t t"   "math-mutate dump"
 \bind "M-m t a"   "math-mutate align"
-\bind "M-m t i"   "math-mutate inline"
-\bind "M-m t d"   "math-mutate display"
+\bind "M-m t i"   "math-mutate simple"
+\bind "M-m t d"   "math-mutate equation"
 \bind "M-m t e"   "math-mutate eqnarray"
+\bind "M-m t m"   "math-mutate multline"
 
 \bind "M-m c i"   "math-column-insert"
 \bind "M-m c d"   "math-column-delete"
Index: ui/default.ui
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/default.ui,v
retrieving revision 1.90
diff -u -p -r1.90 default.ui
--- ui/default.ui       20 Jul 2002 21:50:04 -0000      1.90
+++ ui/default.ui       30 Jul 2002 15:16:03 -0000
@@ -126,13 +126,9 @@ Menuset
        Item "Toggle numbering of line|u" "math-nonumber"
        Item "Toggle limits|l" "math-limits"
        Separator
-       Item "Inline formula|I" "math-mutate simple"
-       Item "Displayed formula|D" "math-mutate equation"
-       Item "Eqnarray environment|q" "math-mutate eqnarray"
-       Item "Align environment|A" "math-mutate align"
-       Item "AlignAt environment" "math-mutate alignat"
-       Item "XAlignAt environment" "math-mutate xalignat"
-       Item "XXAlignAt environment" "math-mutate xxalignat"
+       Submenu "Change formula type...|t" "edit_math_mutate"
+       Separator
+       Submenu "Call external CAS...|t" "edit_math_extern"
        Separator
        Item "Align Left|f" "math-halign left"
        Item "Align Center|C" "math-halign center"
@@ -149,6 +145,26 @@ Menuset
        Item "Delete Column" "math-column-delete"
     End
 
+    Menu "edit_math_extern"
+       Item "Octave" "math-extern octave"
+       Separator
+       Item "Maple, simplify" "math-extern maple simplify"
+       Item "Maple, factor" "math-extern maple factor"
+       Item "Maple, evalm" "math-extern maple evalm"
+       Item "Maple, evalf" "math-extern maple evalf"
+    End
+
+    Menu "edit_math_mutate"
+       Item "Inline formula|I" "math-mutate simple"
+       Item "Displayed formula|D" "math-mutate equation"
+       Item "Eqnarray environment|q" "math-mutate eqnarray"
+       Item "Align environment|A" "math-mutate align"
+       Item "AlignAt environment" "math-mutate alignat"
+       Item "XAlignAt environment" "math-mutate xalignat"
+       Item "XXAlignAt environment" "math-mutate xxalignat"
+       Item "Multline environment" "math-mutate multline"
+    End
+
 #
 # INSERT MENU
 #
@@ -199,6 +215,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 multline environment" "command-sequence math-mode; math-mutate 
+multline;"
   Separator
        Item "Array environment|y" "math-insert matrix 2 2"
        Item "Cases environment|C" "math-insert cases 2"

Reply via email to