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