]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Small fix and remove some warinings.
[lyx.git] / src / insets / ChangeLog
1 2001-06-14  Juergen Vigna  <jug@sad.it>
2
3         * insettext.C (draw): removed warinings.
4
5 2001-06-13  Juergen Vigna  <jug@sad.it>
6
7         * insettabular.C (nodraw): only go down the tree if we don't have
8         that flag set otherwise it's obvious that we don't want to draw.
9         (LocalDispatch): do also an update if we have an undispached result.
10
11 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
12
13         * insetcite.C:
14         * insetgraphicsParams.C:
15         * insettext.C: removed // -*- C++ -*- as first line.
16
17 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18
19         * lyxinset.h (resizeLyXText): shut off warning about unused
20         parameter "force" 
21
22 2001-06-07  Juergen Vigna  <jug@sad.it>
23
24         * insettext.C (resizeLyXText): honor the new force flag.
25
26         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
27
28         * insettabular.C (deleteLyXText): new function
29
30 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
31
32         * insettheorem.C:
33         * insetminipage.C:
34         * insetlist.C:
35         * insetfootlike.C:
36         * insetfloat.C:
37         * insetert.C:
38         * insetcollapsable.C:
39         * insetcaption.C: LColor tidy
40          
41 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
42
43         * figinset.C: fix typo
44
45 2001-06-01  Juergen Vigna  <jug@sad.it>
46
47         * insettabular.C (resetPos): small hack so that scroll is not set to
48         0 when we are in the last column of a tabular. This is a problem we
49         have because of constats 20 offset on both directions, so this can
50         cause on the limit an endless loop.
51
52         * insettext.C (SetFont): forgot that we can have locking insets ;)
53
54 2001-05-31  Juergen Vigna  <jug@sad.it>
55
56         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
57
58 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
59
60         * figinset.C: add using std:: directive for the C functions which
61         need that.
62
63 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
64
65         * insetfloat.C (Write): write out wide info
66         (Read): read the wide info
67         (Latex): use the wide info when creating latex.
68
69         * insettext.C: adjust
70
71         * insetgraphics.[Ch] (statusMessage): change to return string
72         (width): adjust
73         (draw): adjust
74
75         * figinset.C (runqueue): add std::
76         (Recompute): ditto
77
78 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
79
80         * insetcite.C (Ascii): add std:: qualifier
81
82 2001-05-28  Juergen Vigna  <jug@sad.it>
83
84         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
85         a endless-width inset (maxWidth < 0).
86         (Edit): change language only if not equal.
87
88         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
89
90         * insettext.C (draw): fixed draw/clear of InsetText-Frame
91
92 2001-05-16  Juergen Vigna  <jug@sad.it>
93
94         * insettext.C (selectAll): added
95         (clearSelection): added
96
97         * insettabular.C (SetFont): now we may set a font on a whole selection!
98         (getSelection): added helper function.
99
100 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
101
102         * insetcite.C (Ascii): Add method.
103
104 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
105
106         * figinset.C:
107         * insetbib.C: fix path for OS/2 & Win32
108
109 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
110
111         * insetfoot.C (Latex): don't use % after footnote.
112
113 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
114
115         * insettext.C (Read): use clear
116         (SetParagraphData): use LyXParagraph copy constructor instead of clone
117
118 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
119
120         * insetfloatlist.h: add a bunch of std:: qualifiers.
121
122 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
123
124         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
125         FLOAT_LIST_CODE, renumber code list.
126
127         * insettoc.C (getScreenLabel): remove support for float lists
128         (LyxCode): ditto
129         (Ascii): ditto
130
131         * insetfloatlist.[Ch]: new files
132
133         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
134
135 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
136
137         * insettabular.C (LocalDispatch):
138         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
139         method 
140
141 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
142
143         * insettext.C: remvoe !NEW_INSETS cruft
144
145         * insettabular.C: remove !NEW_INSETS cruft
146
147         * insetcollapsable.h: remove !NEW_INSETS cruft
148
149         * insetbib.C: remove !NEW_INSETS cruft
150
151 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * insettoc.C: hack to make listof algorithm work
154
155 2001-04-20  Juergen Vigna  <jug@sad.it>
156
157         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
158
159 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
160
161         * insetquotes.C (Latex): improve the guard against
162         unwanted !` and ?` ligatures. This should really be done in
163         another place (to catch all this ligatures at low-level).
164
165 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
166
167         * insettext.C (init): remvoe leftovers from cursor_visible change
168         (draw): use c++ cast
169         (LocalDispatch): dispatch LFUN_MESSAGE
170
171         * insettabular.C (InsetTabular): remove leftovers from
172         cursor_visible, and scoped_ptr changes
173         (draw): use c++ cast
174
175         * insetcollapsable.C (draw): use c++ cast
176
177         * ExternalTemplate.h: inherit privaely from noncopyable
178         * insetcommand.h: ditto
179         * insetinclude.h: ditto
180
181 2001-04-16  Allan Rae  <rae@lyx.org>
182
183         * insettoc.C (Ascii): 
184         * insettext.C (draw): 
185         * insettabular.C (setPos): 
186         * insetminipage.C (Read): 
187         * insetfloat.C (placement): 
188         * insetcaption.C (Ascii, DocBook): 
189         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
190         an unrecognised preprocessor directive.  So ensure they're wrapped. 
191
192 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
193
194         * insetexternal.h:
195         * insetexternal.C: set view on Clone. Add _ to private members.
196
197 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
198
199         * insettext.C (InsetText): fix new
200         (InsetText): reindent some, simplify deletion of par list 
201         (clear): simplify deletion of par list, fix new
202         (SetParagraphData): simplify deletion of par list
203
204         * insettabular.[Ch] (getLabelList): implement new method
205
206 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
207
208         * lyxinset.h: do not include gettext.h...
209
210         * inset.C:
211         * insetcaption.C:
212         * insetexternal.C:
213         * insetgraphics.C:
214         * insetindex.C:
215         * insetlabel.C:
216         * insetlatexaccent.C:
217         * insetminipage.C:
218         * insetquotes.C:
219         * insettabular.C:
220         * inseturl.C: ... and do it here instead
221
222 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
223
224         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
225
226         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
227
228         * insetcollapsable.[Ch] (getLabelList): implement
229
230         * insettext.[Ch] (getLabelList): implement
231
232         * insettext.h: reindent
233
234         * insettabular.h: make tabular a scoped_ptr
235
236         * insettext.C (init): adjust for cursor_visible
237         (ToggleInsetCursor): constify asc and desc, font, adjust for
238         cursor_visible
239         (ShowInsetCursor): constify asc and desc, font, adjust for
240         cursor_visible
241         (HideInsetCursor): adjust for cursor_visible
242
243         * insettabular.C: reindent some
244         (InsetTabular): adjust for scoped_ptr and cursor_visible
245         (InsetTabular): ditto
246         (~InsetTabular): delete delete
247         (Clone): adjust for scoped_ptr
248         (Read): constify old_format, adjust for scoped_ptr, move init of
249         token
250         (draw): constify tx, localize loop vars.
251         some other localization of variables, remove double initilizatons.
252         
253         * insetfoot.C: remove using std::ostream, add ostream where needed
254
255 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
256
257         * lyxinset.h: some reindentaion, use initializer list for
258         constructro.
259         UpdatableInset: make cursor_visible a private var add
260         public isCursorVisible(), add protected toggleCursorVisible() and
261         proctected setCursorVisible(bool), make scroll call the Inset::scroll
262
263         * insettoc.C: remvoe using decl
264         (getScreenLabel): make cmdname donst
265         (LyxCode): ditto
266         (Ascii): ditto
267         (Ascii): don't use endl
268
269         * insetfootlike.C: remove using decl at file scope and add std::
270         where needed
271         * insetmarginal.C: ditto
272
273         * insetfoot.C: some reformatting
274
275         * insetfloat.C (InsetButtonRelease): adjust the hit area
276
277         * insetert.C (SetFont): some reformatting
278
279         * insetcollapsable.C: some reformatting and constification
280         (Clone): comment out.
281         * insetcollapsable.h: some reformatting
282         (Clone): comment out.
283         
284         * inset.C: reindent
285         (scroll): simplify
286
287 2001-03-30  Juergen Vigna  <jug@sad.it>
288
289         * insetcollapsable.h: changen *inset to be a InsetText inset.
290         
291         * some files: changed to reflect the above change.
292
293 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
294
295         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
296         InsetExternal::Params.
297         Added operator==() and operator!=() for the Params struct.
298
299 2001-03-29  Juergen Vigna  <jug@sad.it>
300
301         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
302         BufferView *.
303
304         * insetminipage.C: removed widthp_ and all it's functions and changed
305         to use new %-lengths of LyXLength.
306
307 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
308
309         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
310
311 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
312
313         * insetgraphicsParams.C (operator!=): new function, needed by the
314         ControlGraphics class.
315
316 2001-03-28  Juergen Vigna  <jug@sad.it>
317
318         * insettext.C (InsetButtonPress): only enter !inset if button == 2
319         (checkAndActivateInset): don't use the values returned from
320         call to bv->checkInsetHit.
321
322         * insetminipage.C (Clone): set special minipage values.
323
324         * insetcollapsable.C (draw): changed to draw the button in the
325         upper left corner outside the textinset.
326         (ascent): changed because of different drawing 
327         (descent): ditto
328         (width): ditto
329         (Edit): ditto
330         (InsetButtonPress): ditto
331         (InsetButtonRelease): ditto
332         (InsetMotionNotify): ditto
333
334 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
335
336         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
337         contain a suffix.
338         (Clone): ditto
339
340 2001-03-26  Juergen Vigna  <jug@sad.it>
341
342         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
343
344         * insettext.C (ShowInsetDialog): implemented above function.
345
346         * insettabular.C (ShowInsetDialog): ditto
347
348         * insetminipage.C (ShowInsetDialog): ditto
349
350 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
351
352         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
353         InsetInclude::Params. Don't store a buffer * in Params. Store the
354         master file name instead.
355
356 2001-03-23  Juergen Vigna  <jug@sad.it>
357
358         * insetcollapsable.C (InsetMotionNotify):
359         (InsetButtonRelease): 
360         (InsetButtonPress): fixed y-offset (minipages).
361
362         * insettext.C (draw): force a FULL update if cleared == true.
363
364         * insetcollapsable.C (draw): Lars forgotten entry for changing this
365         routine to draw the minipages on its position-flag.
366         (InsetInInsetY): give back the right y position, because of minipage
367         position-flag.
368
369 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
370
371         * insetfloat.h
372         * insetfloat.C (DocBook): docbook export code.
373
374 2001-03-22  Juergen Vigna  <jug@sad.it>
375
376         * insetminipage.C (getMaxWidth): added function to set the drawing
377         width!
378         (Read): should work now!
379
380         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
381         if we create a new inset.
382
383 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
384
385         * figinset.C (fl_set_preemptive_callback): moved definition outside
386         of namespace anon.
387
388 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
389
390         * insetminipage.C (Read): prepare for reading of minipage arguments.
391
392 2001-03-18  Baruch Even  <baruch@lyx.org>
393
394         * insetgraphics.C: Minor cleanups of the comments and code.
395
396 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
397
398         * insetminipage.C (InsetMinipage): default to not collapsed
399
400 2001-03-16  Juergen Vigna  <jug@sad.it>
401
402         * insetminipage.C (width): modified with to be a string
403         (widthp): added widthp (for % width) support functions.
404         (InsetButtonRelease): added to open the options dialog on button==3.
405         (~InsetMinipage): added to hide the dialog.
406
407         * insetminipage.h: added hideDialog signal
408
409 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
410
411         * insetminipage.h: change the order or Position to match
412         LyXParagraph::MINIPAGE_ALIGNMENT
413
414         * several files: remvoe CXX_WORKING_NAMESPACES
415
416         * ExternalTemplate.h: noncopyable is in namespace boost
417         * insetinclude.h: ditto
418         * insetcommand.h: ditto
419
420 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
421
422         * insettext.C (Edit): #else# -> #else.
423         * insettoc.C: added using directive.
424
425 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
426
427         * insetminipage.h: add pos, inner_pos, width and height. + getters
428         and setters for all of them.
429
430 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
431
432         * insetinclude.C (Latex): Do not exit when the textclass of the
433         included file differ from the textclass of the parent file.
434
435 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
436
437         * ExternalTemplate.C (read): the reading of external insets now checks
438         for \end_inset and removes it form the input stream.
439
440 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
441
442         * ExternalTemplate.h:
443         * ExternalTemplate.C:
444         * insetexternal.h:
445         * insetexternal.C: move form to GUII
446
447 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
448
449         * insetinclude.h:
450         * insetinclude.C: add InsetIncludeParams, use
451         composition rather than derivation of InsetCommand
452
453 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
454
455         * insettoc.C (Ascii): use the Buffer typedefs
456
457 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
458
459         * insettoc.C (Ascii): implement for dynamic number of lists
460
461         * insetcaption.[Ch]: update from new_insets branch
462         * insetfloat.[Ch]: ditto
463         
464 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
465
466         * insetexternal.C:
467         * figinset.C: use new File Dialog
468
469 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
470
471         * insettext.C: changes becuase of ParagraphParameters.
472
473 2001-02-28  Baruch Even  <baruch@ev-en.org>
474
475         * insetgraphics.C (updateInset): Changed due to the change in
476         GraphicsCache.
477
478 2001-02-26  Juergen Vigna  <jug@sad.it>
479
480         * insettext.C (SetFont): Set Undo only if we have selection (as it is
481         handled in LyXText).
482
483 2001-02-23  Juergen Vigna  <jug@sad.it>
484
485         * insettext.C (draw): some small repainting fixes.
486         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
487
488         * inset.C (LocalDispatch): changed action to be a kb_action (as it
489         should be) and not an int.
490         
491         * insettabular.C (LocalDispatch): ditto
492
493         * insettext.C (LocalDispatch): ditto
494
495         * insetcollapsable.C (LocalDispatch): ditto
496
497 2001-02-22  Juergen Vigna  <jug@sad.it>
498
499         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
500         DISPATCH it and we don't have a locking_inset.
501
502 2001-02-21  Baruch Even  <baruch@ev-en.org>
503
504         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
505         instead of GraphicsCacheItem *.
506
507 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
508
509         * insetcollapsable.C (getLyXText): add const qualifier to second
510         parameter. 
511
512 2001-02-22  Juergen Vigna  <jug@sad.it>
513
514         * insettext.C (getLyXText): honor the recursive parameter.
515         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
516
517         * inset.C (getLyXText): added bool recursive parameter.
518
519         * insettext.C (SetUpdateStatus): or the update codes.
520         (draw): check need_update with &.
521         (InsetButtonPress): set no_selection to not put a selection when
522         entering an inset and it is redraws in another spot.
523
524         * insettext.h: made need_update an int.
525
526 2001-02-20  Baruch Even  <baruch@ev-en.org>
527
528         * insetgraphics.h:
529         * insetgraphisc.C: Changed to use better semantics when loading images
530         for inline view. Now it doesn't keep the pixmap itself but it's holder.
531
532 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
533
534         * insetcommand.h:
535         * inseterror.h:
536         * insetgraphics.C: change name of "hide" signal to "hideDialog",
537         consistent with InsetTabular.
538         
539 2001-02-19  Juergen Vigna  <jug@sad.it>
540
541         * insettabular.C (LocalDispatch): implement PAGE up/down.
542
543         * insettext.C (draw): clear all of it on need_update==INIT too!
544
545         * insettabular.C (InsetUnlock): always clear the selection.
546
547         * inset.C (scroll): normally we only want to scroll the inset until
548         it is fully visible so if top_x + offset > 20 then just set scx to 0.
549
550 2001-02-14  Juergen Vigna  <jug@sad.it>
551
552         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
553         (resetPos): fixed scroll behaviour.
554         (LocalDispatch): do an update if moving cursor inside a table cell
555         requests a scroll of the tabular.
556
557 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
558
559         * insettext.C (textWidth): constify local var
560
561         * insettabular.C: small cleanup.
562
563         * insetfoot.C (Latex): constify local var
564
565         * insetcollapsable.C: small cleanup.
566
567         * figinset.C (runqueue): use compare instead of strcmp
568
569 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
570
571         * insettext.C:
572         * insetinfo.C: remove cruft
573
574 2001-02-14  Juergen Vigna  <jug@sad.it>
575
576         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
577
578 2001-02-13  Juergen Vigna  <jug@sad.it>
579
580         * insettext.C (InsertInset): don't move left (is this right?)
581
582         * insettabular.C (LocalDispatch): use of the no_draw variable
583
584         * insettabular.h: new no_draw variable to stop redraw
585
586         * insettabular.C (TabularFeatures): fixed update for alignment change
587
588 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
589
590         * insetinclude.C:
591         * insetbib.h:
592         * insetbib.C: move dialogs to frontends/
593
594 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
595
596         * insettext.C (LocalDispatch): Restore the language if the inset
597         becomes empty.
598
599 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
600
601         * insettext.C (moveRightIntern): Update the selection cursor.
602         (moveLeftIntern): Ditto.
603
604 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
605
606         * Makefile.am: remove BoundingBox.h
607
608         * BoundingBox.h: removed
609
610 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
611         
612         * insettext.C (LocalDispatch): Update selection cursor when moving 
613         cursor to the right.
614         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
615         (moveLeftIntern): Ditto.
616
617 2001-02-05  Baruch Even  <baruch.even@writeme.com>
618
619         * insetgraphics.C: Updated automatic image conversion, it now goes into
620         temporary directory instead of with the image itself.
621
622 2001-01-21  Baruch Even  <baruch@ev-en.org>
623
624         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
625         to EPS or PNG when needed (support bitmap graphics).
626
627 2000-11-02  Baruch Even  <baruch@ev-en.org>
628
629         * insetgraphics.C:
630         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
631         and removal of commented out code.
632
633 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
634
635         * insetbib.C (callback): Update citations if the key has changed.
636
637 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
638
639         * insetbib.C (InsetBibKey): Better computation of default key.
640         (getScreenLabel) Show both the key and the label.
641         (getBibLabel): New method.
642         (callback): Force a redraw if the inset have been changed.
643
644 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
645
646         * insetref.C (getType, getName): Move methods from 
647         src/frontends/xforms/FormRef.C.
648
649 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
650
651         * insettabular.C: Various improvements (use only one dummy position).
652
653 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
654
655         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
656         par->bibkey->width. This fixes the crashes when running without
657         gui or when having included documents.
658
659 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
660
661         * insetcommand.C (getAsString, setFromString): Cleanup.
662
663 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
664
665         * insetref.C: Add the array InsetRef::types that contains
666         information about all supported reference types.
667
668 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
669
670         * lyxinset.h: remove trailing comma in enum.
671
672 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
673
674         * insettext.C: kill LyXBell.