]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Fix selection drawing for RTL text in tables.
[lyx.git] / src / ChangeLog
1 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
4
5 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6
7         * buffer.h:
8         * buffer.C: rename to getLogName(), handle
9           build log / latex log nicely
10
11 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12
13         * MenuBackend.C: 
14         * MenuBackend.h: remove support for reference menuitem type.
15
16 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17
18         * BufferView_pimpl.C: housekeeping
19         * BufferView_pimpl.h:
20         * LyXView.h:
21         * Makefile.am:
22         * Timeout.C:
23         * Timeout.h:
24         * minibuffer.h: move Timeout GUI-I
25                           
26 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
27
28         * lyxrc.C (read): Update converters data-structures.
29
30 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
31
32         * LaTeX.h (operator!=): add operator != for Aux_Info 
33
34 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
35
36         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
37
38         * LaTeXLog.C: deleted, useful code moved to Buffer
39
40         * buffer.h:
41         * buffer.C: new function getLatexLogName()
42
43         * lyx_gui_misc.C:
44         * lyx_gui.C:
45         * lyxvc.C:
46         * lyxvc.h:
47         * lyxfunc.C: use frontends for LaTeX and VC logs
48
49 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
50
51         * LaTeX.h: yet another std:: that Allan forgot.
52
53         * Variables.C (set): renamed from isset(), because this clashes
54         with some HP-UX macros (grr).
55
56 2001-02-06  Allan Rae  <rae@lyx.org>
57
58         * LaTeX.h: Another bug fix.  Missing std:: this time.
59
60 2001-02-04  Allan Rae  <rae@lyx.org>
61
62         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
63         floats problem. I've left it commented out because it's not quite
64         correct.  It should also test that the current object is a table or
65         figure inset.  But I haven't gotten around to figuring out how to do
66         that.  I *think* it'll be something like: "table" == inset.type()
67
68         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
69         bool.
70
71 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
72
73         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
74         all the citation/databases/styles in the auxilary file. 
75         (run): Rerun latex if there was a babel language error.
76
77 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
78
79         * text.C (Backspace): Preserve the font when changing newline char
80         with a space.
81         (BreakParagraph): If the cursor is before a space, delete the space.
82
83         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
84
85 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
86
87         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
88         new argument (code).
89         (ChangeCitationsIfUnique): New method.
90
91         * paragraph.C (GetPositionOfInset): Handle bibkey.
92
93 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
94
95         * BufferView_pimpl.h: change type of Position::par_pos to
96         LyXParagraph::size_type. 
97
98 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
99
100         * BufferView_pimpl.C (savePosition, restorePosition): Write
101         messages to minibuffer.
102
103 2001-01-28  José Matos  <jamatos@fep.up.pt>
104
105         * buffer.C (makeDocBookFile): adds support for document language.
106         A silly restriction on the name of LatexCommand types where removed.
107         Added support for CDATA sections, allows to chars unescaped, used
108         among others in code, to avoid escape < and >.
109         
110 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
111
112         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
113         saved positions instrad of a stack. Furthermore, a position is
114         stored using paragraph id/paragraph position.
115
116         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
117         Remove LFUN_REF_BACK.
118
119 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
120
121         * converter.C (dvipdfm_options): New method.
122
123 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
124
125         * vspace.C (isValidLength): Fix for empty input string.
126
127 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
128
129         * LyXAction.C (init): change description of LFUN_FIGURE to
130         "Insert Graphics"
131
132 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
133
134         * LaTeX.C: add using directive
135
136 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
137
138         * MenuBackend.C (expand): Fix the sorting of the formats.
139
140 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
141
142         * lyx_main.C: tiny error message fix
143
144 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
145
146         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
147         calling fl_initialize(). This fixes the problem with ',' as
148         decimal separator in text files.
149
150 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
151
152         * trans.C (process): Fix the keymap bug.
153
154 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
155
156         * LaTeX.C (scanAuxFiles): New method. Provides support for
157         multiple bibliographies (when using the bibtopic/bibunits pacakges).
158         (scanLogFile) Scan for "run BibTeX" messages.
159
160         * buffer.C (makeLaTeXFile): Do not load the ae package when using
161         OT1 font encoding. Also, load the aecompl package if the ae
162         package is loaded.
163
164         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
165
166 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
167
168         * texrow.C (increasePos): turn two error messages into debug
169         messages. 
170
171 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
172
173         * LaTeX.C (scanAux): Handle the \@input macro.
174         (runBibTeX): Use scanAux().
175
176         * language.C (latex_options_): New field.
177
178         * LaTeXFeatures.C (getMacros): Add language macros.
179
180         * buffer.C (makeLaTeXFile): Small fix.
181
182 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
183
184         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
185
186         * text2.C: add a using directive.
187
188 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
189
190         * BufferView2.C:
191         * lyx_gui_misc.h:
192         * lyxfr1.C:
193         * lyxfunc.C: kill LyXBell.
194
195 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
196
197         * text.C (IsBoundary): Remove the error message
198         
199         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
200
201         * lyxrc.C (setDefaults): Correct initialization value for
202         font_norm_type.
203
204 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
207         gotoError().
208
209         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
210         and GotoNextNote().
211
212         * src/LyXAction.C: Added reference-next.
213
214         * text.C (InsertChar): Use contains instead of strchr.
215
216         * lyx_cb.C (MenuInsertLabel): Enable default value code.
217
218 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
219
220         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
221         alignment commands (when needed).
222
223         * text.C (InsertChar): Add ':' to number separator chars.