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