]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
remove unused file
[lyx.git] / src / insets / ChangeLog
1 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * Makefile.am: remove BoundingBox.h
4
5         * BoundingBox.h: removed
6
7 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
8         
9         * insettext.C (LocalDispatch): Update selection cursor when moving 
10         cursor to the right.
11         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
12         (moveLeftIntern): Ditto.
13
14 2001-02-05  Baruch Even  <baruch.even@writeme.com>
15
16         * insetgraphics.C: Updated automatic image conversion, it now goes into
17         temporary directory instead of with the image itself.
18
19 2001-01-21  Baruch Even  <baruch@ev-en.org>
20
21         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
22         to EPS or PNG when needed (support bitmap graphics).
23
24 2000-11-02  Baruch Even  <baruch@ev-en.org>
25
26         * insetgraphics.C:
27         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
28         and removal of commented out code.
29
30 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
31
32         * insetbib.C (callback): Update citations if the key has changed.
33
34 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
35
36         * insetbib.C (InsetBibKey): Better computation of default key.
37         (getScreenLabel) Show both the key and the label.
38         (getBibLabel): New method.
39         (callback): Force a redraw if the inset have been changed.
40
41 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
42
43         * insetref.C (getType, getName): Move methods from 
44         src/frontends/xforms/FormRef.C.
45
46 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
47
48         * insettabular.C: Various improvements (use only one dummy position).
49
50 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
51
52         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
53         par->bibkey->width. This fixes the crashes when running without
54         gui or when having included documents.
55
56 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
57
58         * insetcommand.C (getAsString, setFromString): Cleanup.
59
60 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
61
62         * insetref.C: Add the array InsetRef::types that contains
63         information about all supported reference types.
64
65 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
66
67         * lyxinset.h: remove trailing comma in enum.
68
69 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
70
71         * insettext.C: kill LyXBell.