]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
math compile cleanups + add bookmarks bindings for emacs
[lyx.git] / src / mathed / ChangeLog
1 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * Makefile.am (libmathed_la_SOURCES): remove duplicate
4         math_sqrtinset. 
5
6         * support.C: 
7         * math_xiter.C: 
8         * math_parinset.C: add a bunch of "using" directives.
9
10         * math_funcinset.h: 
11         * math_decorationinset.h: 
12         * math_bigopinset.h: 
13         * math_spaceinset.h: remove more couples of inline.
14
15 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
16
17         * math_xiter.h: remove a couple of "inline"
18
19         * array.C (strange_copy): fix bug (hopefully) 
20         * many files: add a lot of new files and move methods to the class
21         files they belong to. Only first attempt at cleanup more will
22         follow.
23         
24 2001-02-12  André Pönitz  <poenitz@htwm.de>
25         
26         * math_macro.[hC]: replace MathMacroArgument[] with
27           std::vector<MathMacroArgument>
28         * math_defs.h:
29           math_inset.C: replace int[] with std::vector<int>
30         * math_panel.h:
31         * math_symbols.C: replace FL_OBJECTP[] with
32         std::vector<FL_OBJECT*>
33         
34 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
35
36         * math_defs.h (struct MathedRowSt): make all private variables end
37         with '_', initialize in initializer list instead of in function
38         body.
39
40 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
41
42         * formula.C (LocalDispatch): Change the default action of
43         break-line to create an align* environment instead of eqnarray*.
44
45         * math_inset.C (Metrics): Correct drawing of the multline
46         environment.
47
48 2001-02-12  André Pönitz  <poenitz@htwm.de>
49         
50         * array.[hC]: replace private variable maxsize_ with call to
51         bf_.size()
52         * math_defs.h: replace int[] by std::vector<int> for
53         MathedRowSt::widths
54
55 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
56
57         * array.h: made all variables private, removed friend, added new
58         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
59         non const operator[] added setter for last and getter for maxsize.
60         changed name from LyxArrayBase to MathedArray.
61         changed name of some methods to start with lowerchar.
62         moved inline methods to array.C
63         
64         * math_iter.C + several file: changes because of the above.
65
66         * array.C: new file with the prev inline methods.
67         
68 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
69
70         * Many files: add support for the align environment from amsmath.
71
72 2001-02-09  André Pönitz  <poenitz@htwm.de>
73
74         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
75         * several files: subsequent changes         
76         * math_iter.h: remove unused prototype
77         * array.h: ditto.
78
79 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
80
81         * math_macro.C (draw): add .c_str() to .str() (useful when
82         compiling with lyxstring, but STL sstream).
83         (Metrics): ditto.
84
85 2001-02-08  André Pönitz  <poenitz@htwm.de>
86
87         * several files: get rid of reinterpret_cast.
88
89 2001-02-04  Allan Rae  <rae@lyx.org>
90
91         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
92         just casting the variable.
93
94 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
95
96         * Many files: Add support for multline and alignat environments from 
97         amsmath.
98
99 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
100
101         * math_symbols.C (math_insert_greek): Move cursor right when
102         unlocking the math inset.
103
104 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
105
106         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
107
108         * formula.C (LocalDispatch): Before inserting a label in an
109         eqnarray, move the cursor to the top level.
110
111         * math_iter.C (getLabel): Test if crow == 0.
112
113 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
114
115         * math_draw.C (Metrics): Use the correct GetString.
116