]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
aa81690a58a8b3d2a16503ed7e6c5c4cdc25f268
[lyx.git] / src / mathed / ChangeLog
1 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * math_macro.C (draw): add .c_str() to .str() (useful when
4         compiling with lyxstring, but STL sstream).
5         (Metrics): ditto.
6
7 2001-02-08  Andre Poenitz  <poenitz@HTWM.De>
8
9         * several files: get rid of reinterpret_cast.
10
11 2001-02-04  Allan Rae  <rae@lyx.org>
12
13         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
14         just casting the variable.
15
16 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17
18         * Many files: Add support for multline and alignat environments from 
19         amsmath.
20
21 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
22
23         * math_symbols.C (math_insert_greek): Move cursor right when
24         unlocking the math inset.
25
26 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
27
28         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
29
30         * formula.C (LocalDispatch): Before inserting a label in an
31         eqnarray, move the cursor to the top level.
32
33         * math_iter.C (getLabel): Test if crow == 0.
34
35 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
36
37         * math_draw.C (Metrics): Use the correct GetString.
38