]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
4a9e426728383cb719915b9e71dafd83e532067c
[lyx.git] / src / mathed / ChangeLog
1
2 2001-02-12  André Pönitz  <poenitz@htwm.de>
3         * array.[hC]: replace private variable maxsize_ with call 
4         to bf_.size() 
5
6 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7
8         * array.h: made all variables private, removed friend, added new
9         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
10         non const operator[] added setter for last and getter for maxsize.
11         changed name from LyxArrayBase to MathedArray.
12         changed name of some methods to start with lowerchar.
13         moved inline methods to array.C
14         
15         * math_iter.C + several file: changes because of the above.
16
17         * array.C: new file with the prev inline methods.
18         
19 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
20
21         * Many files: add support for the align environment from amsmath.
22
23 2001-02-09  André Pönitz  <poenitz@htwm.de>
24
25         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
26         * several files: subsequent changes         
27         * math_iter.h: remove unused prototype
28         * array.h: ditto.
29
30 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
31
32         * math_macro.C (draw): add .c_str() to .str() (useful when
33         compiling with lyxstring, but STL sstream).
34         (Metrics): ditto.
35
36 2001-02-08  André Pönitz  <poenitz@htwm.de>
37
38         * several files: get rid of reinterpret_cast.
39
40 2001-02-04  Allan Rae  <rae@lyx.org>
41
42         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
43         just casting the variable.
44
45 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
46
47         * Many files: Add support for multline and alignat environments from 
48         amsmath.
49
50 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
51
52         * math_symbols.C (math_insert_greek): Move cursor right when
53         unlocking the math inset.
54
55 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
56
57         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
58
59         * formula.C (LocalDispatch): Before inserting a label in an
60         eqnarray, move the cursor to the top level.
61
62         * math_iter.C (getLabel): Test if crow == 0.
63
64 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
65
66         * math_draw.C (Metrics): Use the correct GetString.
67