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