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