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