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