]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
remove cruft
[lyx.git] / src / insets / ChangeLog
1 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * insettext.C:
4         * insetinfo.C: remove cruft
5
6 2001-02-14  Juergen Vigna  <jug@sad.it>
7
8         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
9
10 2001-02-13  Juergen Vigna  <jug@sad.it>
11
12         * insettext.C (InsertInset): don't move left (is this right?)
13
14         * insettabular.C (LocalDispatch): use of the no_draw variable
15
16         * insettabular.h: new no_draw variable to stop redraw
17
18         * insettabular.C (TabularFeatures): fixed update for alignment change
19
20 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
21
22         * insetinclude.C:
23         * insetbib.h:
24         * insetbib.C: move dialogs to frontends/
25
26 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
27
28         * insettext.C (LocalDispatch): Restore the language if the inset
29         becomes empty.
30
31 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
32
33         * insettext.C (moveRightIntern): Update the selection cursor.
34         (moveLeftIntern): Ditto.
35
36 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
37
38         * Makefile.am: remove BoundingBox.h
39
40         * BoundingBox.h: removed
41
42 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
43         
44         * insettext.C (LocalDispatch): Update selection cursor when moving 
45         cursor to the right.
46         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
47         (moveLeftIntern): Ditto.
48
49 2001-02-05  Baruch Even  <baruch.even@writeme.com>
50
51         * insetgraphics.C: Updated automatic image conversion, it now goes into
52         temporary directory instead of with the image itself.
53
54 2001-01-21  Baruch Even  <baruch@ev-en.org>
55
56         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
57         to EPS or PNG when needed (support bitmap graphics).
58
59 2000-11-02  Baruch Even  <baruch@ev-en.org>
60
61         * insetgraphics.C:
62         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
63         and removal of commented out code.
64
65 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
66
67         * insetbib.C (callback): Update citations if the key has changed.
68
69 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
70
71         * insetbib.C (InsetBibKey): Better computation of default key.
72         (getScreenLabel) Show both the key and the label.
73         (getBibLabel): New method.
74         (callback): Force a redraw if the inset have been changed.
75
76 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
77
78         * insetref.C (getType, getName): Move methods from 
79         src/frontends/xforms/FormRef.C.
80
81 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
82
83         * insettabular.C: Various improvements (use only one dummy position).
84
85 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
86
87         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
88         par->bibkey->width. This fixes the crashes when running without
89         gui or when having included documents.
90
91 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
92
93         * insetcommand.C (getAsString, setFromString): Cleanup.
94
95 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
96
97         * insetref.C: Add the array InsetRef::types that contains
98         information about all supported reference types.
99
100 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
101
102         * lyxinset.h: remove trailing comma in enum.
103
104 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
105
106         * insettext.C: kill LyXBell.