]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Do not run bibtex when not necessary
[lyx.git] / src / ChangeLog
1 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
4         whether to run bibtex.
5
6 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
7
8         * Makefile.am (lyx_SOURCES): Remove BackStack.h
9
10 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11
12         * Makefile.am (lyx_SOURCES): removed bibforms.h
13
14         * vspace.h: doxygen
15
16         * text.C (GetVisibleRow): make several local vars const
17
18         * tabular.C: small cleanup.
19
20         * lyxserver.C (callback): use compare instead of strncmp
21
22         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
23         inlines to after class or to paragraph.C
24
25         * lyxfont.h: remove friend operator!=
26
27         * converter.h: move friend bool operator< to non friend and after
28         class def.
29
30         * combox.h: small cleanup
31
32         * buffer.h: doxygen, remove unused constructor, move inclas inlies
33         to inlines after class def.
34
35         * buffer.C (pop_tag): use string operations instead of strcmp
36
37         * bmtable.c: doxygen, small cleanup
38
39         * LaTeX.h: remove friend operator==
40
41 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
42
43         * screen.C: 
44         * lyxrc.[Ch]:
45         * lyxfunc.C: 
46         * lyxfont.[Ch]: 
47         * lyx_cb.C: 
48         * intl.[Ch]: 
49         * commandtags.h: 
50         * buffer.C: 
51         * WorkArea.[Ch]: 
52         * LyXAction.C: 
53         * BufferView_pimpl.C:
54         * BufferView.[Ch]: remove cruft
55
56 2001-02-14  Juergen Vigna  <jug@sad.it>
57
58         * lyxfunc.C: removed #if 0 unused code
59
60         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
61
62         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
63
64         * text2.C (SetSelection): added a BufferView * parameter
65
66 2001-02-13  Juergen Vigna  <jug@sad.it>
67
68         * lyxfunc.C (Dispatch): fixed protected blank problem.
69         * BufferView2.C (protectedBlank): added LyxText * parameter.
70
71         * tabular.C (AppendRow): forgot to set row_info of newly added row.
72         (AppendColumn): same as above for column_info.
73
74         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
75         (moveCursorUpdate): use a LyXText param for support of InsetText.
76
77         * BufferView_pimpl.C (doubleClick): added support for InsetText.
78         (tripleClick): ditto
79
80         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
81
82         * BufferView_pimpl.C (update): added LyXText param to honor insets.
83
84         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
85
86         * text2.C (SetSelection): set correct update status if inset_owner
87         (ToggleFree): ditto
88
89 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
90
91         * tabular.C: remove some commented code.
92
93 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
94
95         * BufferView_pimpl.C: call hideSplash()
96
97         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
98
99         * include_form.h:
100         * bibforms.h: remove
101
102         * lyxfunc.C:
103         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
104           add LFUN_CHILD_CREATE
105
106         * counters.h: fix tiny typo
107         
108         * lyx_cb.C:
109         * lyx.h:
110         * lyx_gui.C:
111         * lyx.C: move splash to frontends/xforms/
112
113         * lyx_gui_misc.C: move Include and Bibform to frontends
114
115         * lyxvc.h: clarify comment
116
117         * vspace.C: tiny housekeeping
118
119 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
120
121         * text.C (PrepareToPrint): RTL Fix.
122
123         * paragraph.C (GetUChar): New method.
124         (String):  Use GetUChar.
125
126         * buffer.C (asciiParagraph): Use GetUChar.
127
128 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
129
130         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
131
132 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
133
134         * buffer.h:
135         * buffer.C: rename to getLogName(), handle
136           build log / latex log nicely
137
138 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
139
140         * MenuBackend.C: 
141         * MenuBackend.h: remove support for reference menuitem type.
142
143 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
144
145         * BufferView_pimpl.C: housekeeping
146         * BufferView_pimpl.h:
147         * LyXView.h:
148         * Makefile.am:
149         * Timeout.C:
150         * Timeout.h:
151         * minibuffer.h: move Timeout GUI-I
152                           
153 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
154
155         * lyxrc.C (read): Update converters data-structures.
156
157 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
158
159         * LaTeX.h (operator!=): add operator != for Aux_Info 
160
161 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
162
163         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
164
165         * LaTeXLog.C: deleted, useful code moved to Buffer
166
167         * buffer.h:
168         * buffer.C: new function getLatexLogName()
169
170         * lyx_gui_misc.C:
171         * lyx_gui.C:
172         * lyxvc.C:
173         * lyxvc.h:
174         * lyxfunc.C: use frontends for LaTeX and VC logs
175
176 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
177
178         * LaTeX.h: yet another std:: that Allan forgot.
179
180         * Variables.C (set): renamed from isset(), because this clashes
181         with some HP-UX macros (grr).
182
183 2001-02-06  Allan Rae  <rae@lyx.org>
184
185         * LaTeX.h: Another bug fix.  Missing std:: this time.
186
187 2001-02-04  Allan Rae  <rae@lyx.org>
188
189         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
190         floats problem. I've left it commented out because it's not quite
191         correct.  It should also test that the current object is a table or
192         figure inset.  But I haven't gotten around to figuring out how to do
193         that.  I *think* it'll be something like: "table" == inset.type()
194
195         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
196         bool.
197
198 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
199
200         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
201         all the citation/databases/styles in the auxilary file. 
202         (run): Rerun latex if there was a babel language error.
203
204 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * text.C (Backspace): Preserve the font when changing newline char
207         with a space.
208         (BreakParagraph): If the cursor is before a space, delete the space.
209
210         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
211
212 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
213
214         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
215         new argument (code).
216         (ChangeCitationsIfUnique): New method.
217
218         * paragraph.C (GetPositionOfInset): Handle bibkey.
219
220 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
221
222         * BufferView_pimpl.h: change type of Position::par_pos to
223         LyXParagraph::size_type. 
224
225 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
226
227         * BufferView_pimpl.C (savePosition, restorePosition): Write
228         messages to minibuffer.
229
230 2001-01-28  José Matos  <jamatos@fep.up.pt>
231
232         * buffer.C (makeDocBookFile): adds support for document language.
233         A silly restriction on the name of LatexCommand types where removed.
234         Added support for CDATA sections, allows to chars unescaped, used
235         among others in code, to avoid escape < and >.
236         
237 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
238
239         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
240         saved positions instrad of a stack. Furthermore, a position is
241         stored using paragraph id/paragraph position.
242
243         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
244         Remove LFUN_REF_BACK.
245
246 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
247
248         * converter.C (dvipdfm_options): New method.
249
250 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
251
252         * vspace.C (isValidLength): Fix for empty input string.
253
254 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
255
256         * LyXAction.C (init): change description of LFUN_FIGURE to
257         "Insert Graphics"
258
259 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
260
261         * LaTeX.C: add using directive
262
263 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
264
265         * MenuBackend.C (expand): Fix the sorting of the formats.
266
267 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
268
269         * lyx_main.C: tiny error message fix
270
271 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
272
273         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
274         calling fl_initialize(). This fixes the problem with ',' as
275         decimal separator in text files.
276
277 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
278
279         * trans.C (process): Fix the keymap bug.
280
281 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
282
283         * LaTeX.C (scanAuxFiles): New method. Provides support for
284         multiple bibliographies (when using the bibtopic/bibunits pacakges).
285         (scanLogFile) Scan for "run BibTeX" messages.
286
287         * buffer.C (makeLaTeXFile): Do not load the ae package when using
288         OT1 font encoding. Also, load the aecompl package if the ae
289         package is loaded.
290
291         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
292
293 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
294
295         * texrow.C (increasePos): turn two error messages into debug
296         messages. 
297
298 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
299
300         * LaTeX.C (scanAux): Handle the \@input macro.
301         (runBibTeX): Use scanAux().
302
303         * language.C (latex_options_): New field.
304
305         * LaTeXFeatures.C (getMacros): Add language macros.
306
307         * buffer.C (makeLaTeXFile): Small fix.
308
309 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
310
311         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
312
313         * text2.C: add a using directive.
314
315 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
316
317         * BufferView2.C:
318         * lyx_gui_misc.h:
319         * lyxfr1.C:
320         * lyxfunc.C: kill LyXBell.
321
322 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
323
324         * text.C (IsBoundary): Remove the error message
325         
326         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
327
328         * lyxrc.C (setDefaults): Correct initialization value for
329         font_norm_type.
330
331 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
332
333         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
334         gotoError().
335
336         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
337         and GotoNextNote().
338
339         * src/LyXAction.C: Added reference-next.
340
341         * text.C (InsertChar): Use contains instead of strchr.
342
343         * lyx_cb.C (MenuInsertLabel): Enable default value code.
344
345 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
346
347         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
348         alignment commands (when needed).
349
350         * text.C (InsertChar): Add ':' to number separator chars.