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