]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
370cd030795cab79195109dd645d5c12f9b3ffbc
[lyx.git] / src / insets / ChangeLog
1 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * insetcite.C (latex): Paranoia check. Make sure that there is no
4         whitespace between the citation keys.
5
6 2001-07-31  Juergen Vigna  <jug@sad.it>
7
8         * insetcollapsable.h: removed inline variable and moved it over
9         to the only user InsetERT.
10
11         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
12         inset opening immediately therein lying insets dialogs!
13
14         * insetert.C (localDispatch): set the font also if we don't have any
15         chars in this paragraph, otherwise if we delete all of em and start
16         writing we have the wrong font.
17         (inlined): added
18         (draw): implemented for inline support
19         (insetButtonRelease): ditto.
20
21 2001-07-30  Juergen Vigna  <jug@sad.it>
22
23         * insettext.C (reinitLyXText): new function to reinit the insets
24         text after lot's of paragraph changes. Use this instead of the
25         cache.clear() which is VERY dangerous.
26
27         * insetfloat.C (insetButtonRelease): we should only show the dialog
28         if we press on the label otherwise we have problems to open mouse
29         button 3 dialogs inside this float (f.ex. of a tabular!)
30
31 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32
33         * insetert.C: change back to "ERT"
34
35         * insetfloat.C: handliign of RMB on label added.
36
37 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
38
39         * insetgraphicsParams.C: #include LOstream.h here.
40
41         * insetfoot.h: remove InsetFoot:: qualifier.
42
43 2001-07-29  Baruch Even  <baruch@lyx.org>
44
45         * ChangeLog: Hiding time travel evidence.
46
47         * insetgraphicsParams.h:
48         * insetgraphicsParams.C: 
49         * insetgraphics.C: Added horizontal scale option, it actually scales both
50         directions since it keeps image proportions.
51
52         * insetgraphics.C: Fixed EPS detection to be non-hacky.
53
54 2001-07-29  Baruch Even  <baruch@lyx.org>
55
56         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
57         convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
58
59         HACKY! Will need to add an EPS detection routine like old InsetFig does!
60
61 2001-07-29  Baruch Even  <baruch@lyx.org>
62
63         * insetgraphics.C: Added EPSI to be an alias of EPS.
64
65 2001-07-29  Baruch Even  <baruch@lyx.org>
66
67         * insetgraphics.C: Change GRAPHICS to Graphics.
68         Changed image conversion rules (documented at the beginning of file).
69
70 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
71
72         * insetert.C (get_new_label): int -> Paragraph::size_type to get
73         std::min working.
74
75         * insetgraphics.C: added a using std::endl directive.
76
77         * insetcommand.h (getScreenLabel): removed pure virtual function,
78         as it duplicates that in InsetButton.
79
80         * insetbib.[Ch] (getScreenLabel):
81         * insetbutton.[Ch] (getScreenLabel):
82         * insetcite.[Ch] (getScreenLabel):
83         * insetert.[Ch] (getScreenLabel):
84         * insetexternal.[Ch] (getScreenLabel):
85         * insetfloatlist.[Ch] (getScreenLabel):
86         * insetinclude.[Ch] (getScreenLabel):
87         * insetindex.[Ch] (getScreenLabel):
88         * insetlabel.h (getScreenLabel):
89         * insetparent.[Ch] (getScreenLabel):
90         * insetref.[Ch] (getScreenLabel):
91         * insettoc.[Ch] (getScreenLabel):
92         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
93
94         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
95         the label.
96         (validate): remove check on "cite" when using natbib.
97
98 2001-07-26  Baruch Even  <baruch@lyx.org>
99
100         * insetgraphics.C (draw): changed casting to be in one place rather than 
101         all over the function.
102
103         * insetgraphics.h:
104         * insetgraphics.C (read): Added compatibility reads of InsetFig.
105         
106         * insetgraphicsParams.h:
107         * insetgraphicsParams.C: 
108         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
109
110 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
111
112         * insetfoot.C (validate): Added method to ensure that the
113         right bit of LaTeX is emitted.
114
115         * insetfoot.h: Added validate method to set the correct
116         LaTeXFeatures bit for the special footnote code.
117
118 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
119
120         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
121         quotes
122
123 2001-07-27  Juergen Vigna  <jug@sad.it>
124
125         * inset.h: remove not used font variable in parameter.
126         removed checkInsertChar in UpdatableInset as it was equal to
127         the one in Inset and so not needed.
128
129         * insetert.C (checkInsertChar): implementation of function
130         checkInsertChar.
131
132         * inset.h: added new function checkInsertChar.
133
134         * various files: added c-tor and clone() function.
135         
136         * insetcollapsable.h: removed clone function here as this should
137         be only realized in REAL insets and added it to all collapsable
138         insets! (with the copy-constructor).
139
140 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
141
142         * insetminipage.C (read): handle missing parameters more gracefully
143
144         * insetcollapsable.C (read): handel missing collapsed more gracefully
145
146 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
147
148         * insetfloat.C (read): handle missing parameters.
149
150         * insettext.C (read): handle old latex end_inset
151
152         * insetert.C (setButtonLabel): new method
153         (init): use it, to set the dynamic label correctly
154         (read): use it
155
156         * Makefile.am (EXTRA_DIST): add files that is not part or the
157         binary here.
158
159         * insetcollapsable.h: remove autocollapsable (no users), remove
160         draw_label, change_label_with_text and companion code. Remove args
161         from some methods.
162         * insetert.[Ch]: move here instead (only user)
163
164         * inset.h: rename private variable name to name_, make
165         selectNextWord return a const string. make getInsetName return a
166         string const &. Remove bool from open, add close.
167
168         * Makefile.am: don't compile insetlist, insetsection
169         and insettheorem
170
171 2001-07-24  Juergen Vigna  <jug@sad.it>
172
173         * insetert.C (InsetERT): put init after the paragraph initialization,
174         as otherwise we don't set the draw_label right.
175
176         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
177         insets with the mouse without having strange selections.
178         (edit): if the inset was collapsed and we open it here then put the
179         cursor always at the beginning of the inset.
180         (get_new_label): 15 instead of 10 max chars in the label.
181
182         * insetert.C (localDispatch): added and handle various stuff we
183         need to handle here (font setting on paragraph break, not permitted
184         layout setting, etc.).
185
186         * inset.h: added default copy-consturctor and implemented this in
187         various insets with the change to use this in the clone function!
188
189 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
190
191         * insetminipage.C (InsetMinipage): set background color to red :)
192
193 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
194
195         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
196         draw frame mode is LOCKED.
197
198         * insetcollapsable.C (edit): 
199         (insetButtonRelease): set update status to full when
200         opening inset.
201
202         * insettext.C (clearInset): 
203         * insettabular.C (draw): 
204         * insetlatexaccent.C (draw): honor background color.
205
206         * inset.h: new member background_color_, initialized to
207         LColor::inherit.
208
209         * inset.C (backgroundColor): new method.
210         (setBackgroundColor): new method.
211
212         * insetert.C (init): new method, called by the ctors.
213         (InsetERT): when inserting contents, make sure the font is
214         ALL_INHERIT.
215
216         * insetnote.C (InsetNote): when inserting content, remove trailing
217         newline
218         (init): set background color to LColor::note
219
220 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
221
222         * insetcollapsable.C: adjust
223
224         * insetbutton.C: adjust
225
226 2001-07-23  Juergen Vigna  <jug@sad.it>
227
228         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
229         parameter on the _collapsed function (was not needed) and call
230         always width_collapsed().
231
232         * insetert.C (InsetERT): use setLabel with "true" flag.
233
234         * insetcollapsable.C: modified various functions to set the draw_label
235         string right in any condition.
236         (setLabel): added a bool parameter to set change_label_with_text.
237
238         * insetcollapsable.h: added draw_label string which is set to the
239         actual drawn label-string, while label is the original static label
240         of this collapsable inset. Added bool change_label_with_text to set
241         if we want that the label changes to the start of the InsetText's
242         text when collabpsed. You can set this flag with the setLabel funciton.
243         Added bool inlined for inlined collapsable insets, but not handled
244         yet.
245
246         * insetcollapsable.C (get_new_label): added should get a new label
247         from the InsetText beginning (for now 10 chars).
248
249 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
250
251         * insetquotes.C (latex): fix the handling of french double quotes
252         when not using the french pachage.
253
254 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
255
256         * insetcollapsable.h: make WidthCollapsed mutable.
257
258         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
259         InsetPrintIndex returns INDEX_PRINT_CODE.
260
261         * inset.h: add INDEX_PRINT_CODE
262
263         * insetcollapsable.C (draw): init widthCollapsed if necessary
264         (width): ditto.
265
266         * insetquotes.C (width): use the local language, not the document
267         language.
268         (draw): ditto.
269         (dispString): add additional spacing for all french languages,
270         like fr_CA.
271         (validate): make it work when there is no default language
272
273         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
274
275         * insetnote.C (init): new method, called by the constructors
276         (InsetNote): new constructor with contents passed as a string
277
278 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
279
280         * insetfootlike.C (insetAllowed): disallow float in footlike.
281
282         * insetert.C (InsetERT): add collapsed argument to the constrctor
283         with contents.
284
285 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
286
287         * insetindex.h: shut off warning
288
289 2001-07-20  Juergen Vigna  <jug@sad.it>
290
291         * insetcollapsable.C (update): recoded hopefully works now!
292
293 2001-07-19  Juergen Vigna  <jug@sad.it>
294
295         * most files: implemented the below new introduced function.
296         
297         * inset.h: added new edit(BufferView *, bool front) method to be able
298         to enter an inset from the front/back without knowing x/y positions
299         and baselines inside the inset. So I just can tell the inset activate
300         me and set the cursor on the front/back of yourself.
301
302 2001-07-18  Juergen Vigna  <jug@sad.it>
303
304         * insetcollapsable.C (edit): fixed hopefully the y parameter which
305         is givven to the InsetText.
306         (insetButtonPress): ditto
307         (insetButtonRelease): ditto
308         (insetMotionNotify): ditto
309
310 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
311
312         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
313         LIGATURE_BREAK, since the name is so stupid.
314
315 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
316
317         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
318         the default InsetCollapsable methods. I.e., it can insert anything.
319         (write) output the name of the inset, not some silly hack for
320         compatability with the old InsetInfo.
321         
322         * insetinfo.[Ch]: removed.
323         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
324         now collapsable, but functionality is otherwise identical to InsetInfo.
325
326         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
327
328 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
329
330         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
331         reformatting
332
333         * insetquotes.C: general cleanup
334         (dispString): add spaces inside french double quotes.
335         (latex): ditto. Moreover, treat first the case where the frenchb
336         or french options have been given.
337
338 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
339
340         * insetcite.[Ch] (latex, validate): new methods, required for natbib
341         support.
342
343 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
344
345         * figinset.C (RegisterFigure): Print debug message only when
346         current_view is available.
347
348 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
349
350         * many files: update to match the change below
351
352         * inset.h (insetAllowed): renamed from insertInsetAllowed;
353         implement the version which takes an inset here.
354
355         * insetcollapsable.[Ch]: implement open and isOpen
356
357         * inset.h: remove insertInsetAllowed from Inset
358         (open): new method, to open or close an inset
359         (isOpen): returns the status of an inset
360         (isCollapsable, colapse): removed
361
362 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
363
364         * insetquotes.C (dispString): display french guillemets when using
365         ISO8859-15.
366
367 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
368
369         * insetcollapsable.h: remove bogus return statements
370
371 2001-07-18  Juergen Vigna  <jug@sad.it>
372
373         * insettabular.C (selectNextWord): fixed spellchecking for the
374         first cell of a tabular (wasn't entered!)
375         (getLyXText): changed to enter automatically insettext and return
376         it's LyXText if we're locked.
377
378 2001-07-17  Juergen Vigna  <jug@sad.it>
379
380         * various files: implemented the below functions.
381         
382         * inset.h: added functions
383         - virtual string selectNextWord(BufferView *, float & value) const;
384         - virtual void selectSelectedWord(BufferView *) { return; }
385         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
386         needed for spellchecking correctly!
387
388 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
389
390         * insetert.C (latex): write out all paragraphs.
391
392 2001-07-17  Baruch Even  <baruch@lyx.org>
393
394         * insetgraphics.C (draw): Removed unneeded casts.
395
396 2001-07-16  Juergen Vigna  <jug@sad.it>
397
398         * insettext.C (update): fixed small oversight (reset lt to 0).
399
400 2001-07-14  Baruch Even  <baruch@lyx.org>
401
402         * insetgraphics.h:
403         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
404
405 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
406
407         Consistent use of Lsstream.h:
408         * figinset.C: removed using std::ostringstream directive.
409
410         * insetgraphics.C (createLatexOptions):
411         * insetinclude.C (unique_id):
412         std::ostringstream -> ostringstream.
413         * insettext.C (localDispatch): std::istringstream -> istringstream.
414
415 2001-07-13  Juergen Vigna  <jug@sad.it>
416
417         * insetfloat.C (insertInsetAllowed): added missing const_cast.
418
419         * insetcollapsable.C (getLockingInset): ditto.
420
421 2001-07-12  Juergen Vigna  <jug@sad.it>
422
423         * insetcollapsable.h: added implementation of new function for
424         collapsable status.
425
426         * various files: added implementation of new insertInsetAllowed-func
427         and redone the function a bit more.
428         
429         * inset.h: added isCollapsable(), bool collapsed(),
430         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
431
432         * insetfloat.C (insertInsetAllowed): make a bit more checks.
433
434         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
435         LyXText which is marked for removal while we're using it!
436
437         * insettext.h: added private LyXText * lt to use it to assure we are
438         not deleting our LyXText while we're using it!
439
440 2001-07-11  Juergen Vigna  <jug@sad.it>
441
442         * insettext.C (insertInset): check if we are before the inset after
443         inserting it! This check IS needed. Remove the Undo-Call as it is
444         called in LyXText::insertInset!
445
446         * insettext.h: added struct InnerCache.
447
448         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
449         that we ONLY delete the LyXText in the getLyXText() routine. So we
450         are sure we don't delete LyXText while someone is working with it!
451
452 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
453
454         * insetexternal.C: (*it). -> it->
455         * insettext.C: ditto
456
457 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
458
459         * insetcollapsable.C (edit): always open collapsed insets (even if
460         they are not autocollapsable)
461
462         * insetcommand.C (operator=): simplify.
463
464 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
465
466         * insetert.C (latex): handle META_NEWLINE
467
468 2001-07-09  Juergen Vigna  <jug@sad.it>
469
470         * insetert.h: a normal InsetText can insert insets, but we won't.
471
472         * inset.h: return default "false" on insertInsetAllowed and implement
473         this function where a returnvalue != "false" is needed.
474
475 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
476
477         * insetert.C (InsetERT): new contructor
478
479 2001-07-06  Juergen Vigna  <jug@sad.it>
480
481         * a lot of files: added implementation of the below new functions
482         and the change to clone(). Also the call of the new undo-functions
483         where needed.
484         
485         * inset.h: added an inset_id, added functions getParFromID,
486         getInsetFromID, firstParagraph, cursor and id functions, added
487         bool same_ids to clone function.
488
489 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
490
491         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
492         of BufferView * and shared_ptr<LyXText>
493
494 2001-07-05  Juergen Vigna  <jug@sad.it>
495
496         * insettext.C (clear): deleted also the cache not only LyXText.
497         (setParagraphData): ditto.
498
499 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
500
501         * insetfloat.C (latex): let the specific placement take presedence
502         if set, otherwise choose document placement if set, otherwise just
503         use float default placement.
504
505 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
506
507         * insettext.C (localDispatch): call CutAndPaste::'s static method
508         directly. 
509
510 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
511
512         * insetbib.C: no meed to include forms.h here.
513
514 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
515
516         * insettext.C: added using std::make_pair directive.
517
518 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
519
520         * insettext.C (getLyXText): avoid multiple lookups, and simplify
521         slightly
522         (deleteLyXText): ditto
523         (resizeLyXText): ditto
524
525 2001-07-02  Juergen Vigna  <jug@sad.it>
526
527         * insettext.C (getLyXText): introduce a cache in getLyXText so that
528         following calls are only returned the right pointer without the over
529         head to search in the map.
530         (various funcs): reset the cached_bview variable as this signs that
531         the cache is not valid anymore.
532
533 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
534
535         * insettabular.C (clone): do not copy the LyXTabular twice
536
537 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
538
539         * insettext.h (TEXT): delete method
540
541 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
542
543         * insetmarginal.C (latex): 
544         * insetfoot.C (latex): fix spacing of notes in LaTeX
545
546         * insettext.C (localDispatch): use .c_str() on istringstream
547         constructor argument.
548
549 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
550
551         * insettoc.h:
552         * insettoc.C:
553         * inseturl.h:
554         * inseturl.C: fix method names in these to begin
555           with small char too, so they inherit
556  
557 2001-06-28  Juergen Vigna  <jug@sad.it>
558
559         * insettext.C (setFont): fixed font settings using toggleFree()
560         instead of setFont().
561
562 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
563
564         * Change a lot of method names to begin with a small char.
565         Changes to a lot of files because of this.
566
567 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
568
569         * insetfloatlist.C (Write): std:: qualify ostream
570         (Latex): ditto
571
572 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
573
574         * figinset.C:
575         * inset.C:
576         * insetgraphics.C: send debug output to Debug::INFO instead of
577         Debug::ANY.
578
579 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
580
581         * insettabular.h:
582         * insettabular.C (getStatus): update to use func_status
583
584 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
585
586         * insetref.C (DocBook): added support for cross-references without
587         a name.
588
589 2001-06-26  The LyX Project  <jug@sad.it>
590
591         * insetref.C:
592         * insetref.h:
593         * insetlabel.C:
594         * insetlabel.h: removed escape method and moved it to
595         support/lstrings.h.
596
597 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
598
599         * insettabular.C (getMaxWidth): do the speedup in a different way,
600         remove dead code
601
602 2001-06-24  The LyX Project  <Asger>
603
604         * insettabular.C (getMaxWidth): We cache a mapping from
605         inset to cell in order to speed this method up.
606
607 2001-06-24  The LyX Project  <Asger>
608
609         * insettext.C: Optimized InsetText::draw or something.
610
611 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
612
613         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
614
615 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
616
617         * inset.h: name change from lyxinset.h
618
619 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
620
621         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
622
623 2001-06-14  Juergen Vigna  <jug@sad.it>
624
625         * insettext.C (draw): removed warnings.
626
627 2001-06-13  Juergen Vigna  <jug@sad.it>
628
629         * insettabular.C (nodraw): only go down the tree if we don't have
630         that flag set otherwise it's obvious that we don't want to draw.
631         (LocalDispatch): do also an update if we have an undispached result.
632
633 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
634
635         * insetcite.C:
636         * insetgraphicsParams.C:
637         * insettext.C: removed // -*- C++ -*- as first line.
638
639 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
640
641         * lyxinset.h (resizeLyXText): shut off warning about unused
642         parameter "force" 
643
644 2001-06-07  Juergen Vigna  <jug@sad.it>
645
646         * insettext.C (resizeLyXText): honor the new force flag.
647
648         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
649
650         * insettabular.C (deleteLyXText): new function
651
652 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
653
654         * insettheorem.C:
655         * insetminipage.C:
656         * insetlist.C:
657         * insetfootlike.C:
658         * insetfloat.C:
659         * insetert.C:
660         * insetcollapsable.C:
661         * insetcaption.C: LColor tidy
662          
663 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
664
665         * figinset.C: fix typo
666
667 2001-06-01  Juergen Vigna  <jug@sad.it>
668
669         * insettabular.C (resetPos): small hack so that scroll is not set to
670         0 when we are in the last column of a tabular. This is a problem we
671         have because of constats 20 offset on both directions, so this can
672         cause on the limit an endless loop.
673
674         * insettext.C (SetFont): forgot that we can have locking insets ;)
675
676 2001-05-31  Juergen Vigna  <jug@sad.it>
677
678         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
679
680 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
681
682         * figinset.C: add using std:: directive for the C functions which
683         need that.
684
685 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
686
687         * insetfloat.C (Write): write out wide info
688         (Read): read the wide info
689         (Latex): use the wide info when creating latex.
690
691         * insettext.C: adjust
692
693         * insetgraphics.[Ch] (statusMessage): change to return string
694         (width): adjust
695         (draw): adjust
696
697         * figinset.C (runqueue): add std::
698         (Recompute): ditto
699
700 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
701
702         * insetcite.C (Ascii): add std:: qualifier
703
704 2001-05-28  Juergen Vigna  <jug@sad.it>
705
706         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
707         a endless-width inset (maxWidth < 0).
708         (Edit): change language only if not equal.
709
710         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
711
712         * insettext.C (draw): fixed draw/clear of InsetText-Frame
713
714 2001-05-16  Juergen Vigna  <jug@sad.it>
715
716         * insettext.C (selectAll): added
717         (clearSelection): added
718
719         * insettabular.C (SetFont): now we may set a font on a whole selection!
720         (getSelection): added helper function.
721
722 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
723
724         * insetcite.C (Ascii): Add method.
725
726 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
727
728         * figinset.C:
729         * insetbib.C: fix path for OS/2 & Win32
730
731 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
732
733         * insetfoot.C (Latex): don't use % after footnote.
734
735 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
736
737         * insettext.C (Read): use clear
738         (SetParagraphData): use LyXParagraph copy constructor instead of clone
739
740 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
741
742         * insetfloatlist.h: add a bunch of std:: qualifiers.
743
744 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
745
746         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
747         FLOAT_LIST_CODE, renumber code list.
748
749         * insettoc.C (getScreenLabel): remove support for float lists
750         (LyxCode): ditto
751         (Ascii): ditto
752
753         * insetfloatlist.[Ch]: new files
754
755         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
756
757 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
758
759         * insettabular.C (LocalDispatch):
760         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
761         method 
762
763 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
764
765         * insettext.C: remvoe !NEW_INSETS cruft
766
767         * insettabular.C: remove !NEW_INSETS cruft
768
769         * insetcollapsable.h: remove !NEW_INSETS cruft
770
771         * insetbib.C: remove !NEW_INSETS cruft
772
773 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
774
775         * insettoc.C: hack to make listof algorithm work
776
777 2001-04-20  Juergen Vigna  <jug@sad.it>
778
779         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
780
781 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
782
783         * insetquotes.C (Latex): improve the guard against
784         unwanted !` and ?` ligatures. This should really be done in
785         another place (to catch all this ligatures at low-level).
786
787 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
788
789         * insettext.C (init): remvoe leftovers from cursor_visible change
790         (draw): use c++ cast
791         (LocalDispatch): dispatch LFUN_MESSAGE
792
793         * insettabular.C (InsetTabular): remove leftovers from
794         cursor_visible, and scoped_ptr changes
795         (draw): use c++ cast
796
797         * insetcollapsable.C (draw): use c++ cast
798
799         * ExternalTemplate.h: inherit privaely from noncopyable
800         * insetcommand.h: ditto
801         * insetinclude.h: ditto
802
803 2001-04-16  Allan Rae  <rae@lyx.org>
804
805         * insettoc.C (Ascii): 
806         * insettext.C (draw): 
807         * insettabular.C (setPos): 
808         * insetminipage.C (Read): 
809         * insetfloat.C (placement): 
810         * insetcaption.C (Ascii, DocBook): 
811         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
812         an unrecognised preprocessor directive.  So ensure they're wrapped. 
813
814 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
815
816         * insetexternal.h:
817         * insetexternal.C: set view on Clone. Add _ to private members.
818
819 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
820
821         * insettext.C (InsetText): fix new
822         (InsetText): reindent some, simplify deletion of par list 
823         (clear): simplify deletion of par list, fix new
824         (SetParagraphData): simplify deletion of par list
825
826         * insettabular.[Ch] (getLabelList): implement new method
827
828 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
829
830         * lyxinset.h: do not include gettext.h...
831
832         * inset.C:
833         * insetcaption.C:
834         * insetexternal.C:
835         * insetgraphics.C:
836         * insetindex.C:
837         * insetlabel.C:
838         * insetlatexaccent.C:
839         * insetminipage.C:
840         * insetquotes.C:
841         * insettabular.C:
842         * inseturl.C: ... and do it here instead
843
844 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
845
846         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
847
848         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
849
850         * insetcollapsable.[Ch] (getLabelList): implement
851
852         * insettext.[Ch] (getLabelList): implement
853
854         * insettext.h: reindent
855
856         * insettabular.h: make tabular a scoped_ptr
857
858         * insettext.C (init): adjust for cursor_visible
859         (ToggleInsetCursor): constify asc and desc, font, adjust for
860         cursor_visible
861         (ShowInsetCursor): constify asc and desc, font, adjust for
862         cursor_visible
863         (HideInsetCursor): adjust for cursor_visible
864
865         * insettabular.C: reindent some
866         (InsetTabular): adjust for scoped_ptr and cursor_visible
867         (InsetTabular): ditto
868         (~InsetTabular): delete delete
869         (Clone): adjust for scoped_ptr
870         (Read): constify old_format, adjust for scoped_ptr, move init of
871         token
872         (draw): constify tx, localize loop vars.
873         some other localization of variables, remove double initilizatons.
874         
875         * insetfoot.C: remove using std::ostream, add ostream where needed
876
877 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
878
879         * lyxinset.h: some reindentaion, use initializer list for
880         constructro.
881         UpdatableInset: make cursor_visible a private var add
882         public isCursorVisible(), add protected toggleCursorVisible() and
883         proctected setCursorVisible(bool), make scroll call the Inset::scroll
884
885         * insettoc.C: remvoe using decl
886         (getScreenLabel): make cmdname donst
887         (LyxCode): ditto
888         (Ascii): ditto
889         (Ascii): don't use endl
890
891         * insetfootlike.C: remove using decl at file scope and add std::
892         where needed
893         * insetmarginal.C: ditto
894
895         * insetfoot.C: some reformatting
896
897         * insetfloat.C (InsetButtonRelease): adjust the hit area
898
899         * insetert.C (SetFont): some reformatting
900
901         * insetcollapsable.C: some reformatting and constification
902         (Clone): comment out.
903         * insetcollapsable.h: some reformatting
904         (Clone): comment out.
905         
906         * inset.C: reindent
907         (scroll): simplify
908
909 2001-03-30  Juergen Vigna  <jug@sad.it>
910
911         * insetcollapsable.h: changen *inset to be a InsetText inset.
912         
913         * some files: changed to reflect the above change.
914
915 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
916
917         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
918         InsetExternal::Params.
919         Added operator==() and operator!=() for the Params struct.
920
921 2001-03-29  Juergen Vigna  <jug@sad.it>
922
923         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
924         BufferView *.
925
926         * insetminipage.C: removed widthp_ and all it's functions and changed
927         to use new %-lengths of LyXLength.
928
929 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
930
931         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
932
933 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
934
935         * insetgraphicsParams.C (operator!=): new function, needed by the
936         ControlGraphics class.
937
938 2001-03-28  Juergen Vigna  <jug@sad.it>
939
940         * insettext.C (InsetButtonPress): only enter !inset if button == 2
941         (checkAndActivateInset): don't use the values returned from
942         call to bv->checkInsetHit.
943
944         * insetminipage.C (Clone): set special minipage values.
945
946         * insetcollapsable.C (draw): changed to draw the button in the
947         upper left corner outside the textinset.
948         (ascent): changed because of different drawing 
949         (descent): ditto
950         (width): ditto
951         (Edit): ditto
952         (InsetButtonPress): ditto
953         (InsetButtonRelease): ditto
954         (InsetMotionNotify): ditto
955
956 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
957
958         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
959         contain a suffix.
960         (Clone): ditto
961
962 2001-03-26  Juergen Vigna  <jug@sad.it>
963
964         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
965
966         * insettext.C (ShowInsetDialog): implemented above function.
967
968         * insettabular.C (ShowInsetDialog): ditto
969
970         * insetminipage.C (ShowInsetDialog): ditto
971
972 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
973
974         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
975         InsetInclude::Params. Don't store a buffer * in Params. Store the
976         master file name instead.
977
978 2001-03-23  Juergen Vigna  <jug@sad.it>
979
980         * insetcollapsable.C (InsetMotionNotify):
981         (InsetButtonRelease): 
982         (InsetButtonPress): fixed y-offset (minipages).
983
984         * insettext.C (draw): force a FULL update if cleared == true.
985
986         * insetcollapsable.C (draw): Lars forgotten entry for changing this
987         routine to draw the minipages on its position-flag.
988         (InsetInInsetY): give back the right y position, because of minipage
989         position-flag.
990
991 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
992
993         * insetfloat.h
994         * insetfloat.C (DocBook): docbook export code.
995
996 2001-03-22  Juergen Vigna  <jug@sad.it>
997
998         * insetminipage.C (getMaxWidth): added function to set the drawing
999         width!
1000         (Read): should work now!
1001
1002         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
1003         if we create a new inset.
1004
1005 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1006
1007         * figinset.C (fl_set_preemptive_callback): moved definition outside
1008         of namespace anon.
1009
1010 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1011
1012         * insetminipage.C (Read): prepare for reading of minipage arguments.
1013
1014 2001-03-18  Baruch Even  <baruch@lyx.org>
1015
1016         * insetgraphics.C: Minor cleanups of the comments and code.
1017
1018 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1019
1020         * insetminipage.C (InsetMinipage): default to not collapsed
1021
1022 2001-03-16  Juergen Vigna  <jug@sad.it>
1023
1024         * insetminipage.C (width): modified with to be a string
1025         (widthp): added widthp (for % width) support functions.
1026         (InsetButtonRelease): added to open the options dialog on button==3.
1027         (~InsetMinipage): added to hide the dialog.
1028
1029         * insetminipage.h: added hideDialog signal
1030
1031 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1032
1033         * insetminipage.h: change the order or Position to match
1034         LyXParagraph::MINIPAGE_ALIGNMENT
1035
1036         * several files: remvoe CXX_WORKING_NAMESPACES
1037
1038         * ExternalTemplate.h: noncopyable is in namespace boost
1039         * insetinclude.h: ditto
1040         * insetcommand.h: ditto
1041
1042 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1043
1044         * insettext.C (Edit): #else# -> #else.
1045         * insettoc.C: added using directive.
1046
1047 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1048
1049         * insetminipage.h: add pos, inner_pos, width and height. + getters
1050         and setters for all of them.
1051
1052 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1053
1054         * insetinclude.C (Latex): Do not exit when the textclass of the
1055         included file differ from the textclass of the parent file.
1056
1057 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1058
1059         * ExternalTemplate.C (read): the reading of external insets now checks
1060         for \end_inset and removes it form the input stream.
1061
1062 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1063
1064         * ExternalTemplate.h:
1065         * ExternalTemplate.C:
1066         * insetexternal.h:
1067         * insetexternal.C: move form to GUII
1068
1069 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1070
1071         * insetinclude.h:
1072         * insetinclude.C: add InsetIncludeParams, use
1073         composition rather than derivation of InsetCommand
1074
1075 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1076
1077         * insettoc.C (Ascii): use the Buffer typedefs
1078
1079 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1080
1081         * insettoc.C (Ascii): implement for dynamic number of lists
1082
1083         * insetcaption.[Ch]: update from new_insets branch
1084         * insetfloat.[Ch]: ditto
1085         
1086 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1087
1088         * insetexternal.C:
1089         * figinset.C: use new File Dialog
1090
1091 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1092
1093         * insettext.C: changes becuase of ParagraphParameters.
1094
1095 2001-02-28  Baruch Even  <baruch@ev-en.org>
1096
1097         * insetgraphics.C (updateInset): Changed due to the change in
1098         GraphicsCache.
1099
1100 2001-02-26  Juergen Vigna  <jug@sad.it>
1101
1102         * insettext.C (SetFont): Set Undo only if we have selection (as it is
1103         handled in LyXText).
1104
1105 2001-02-23  Juergen Vigna  <jug@sad.it>
1106
1107         * insettext.C (draw): some small repainting fixes.
1108         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
1109
1110         * inset.C (LocalDispatch): changed action to be a kb_action (as it
1111         should be) and not an int.
1112         
1113         * insettabular.C (LocalDispatch): ditto
1114
1115         * insettext.C (LocalDispatch): ditto
1116
1117         * insetcollapsable.C (LocalDispatch): ditto
1118
1119 2001-02-22  Juergen Vigna  <jug@sad.it>
1120
1121         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
1122         DISPATCH it and we don't have a locking_inset.
1123
1124 2001-02-21  Baruch Even  <baruch@ev-en.org>
1125
1126         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
1127         instead of GraphicsCacheItem *.
1128
1129 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1130
1131         * insetcollapsable.C (getLyXText): add const qualifier to second
1132         parameter. 
1133
1134 2001-02-22  Juergen Vigna  <jug@sad.it>
1135
1136         * insettext.C (getLyXText): honor the recursive parameter.
1137         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
1138
1139         * inset.C (getLyXText): added bool recursive parameter.
1140
1141         * insettext.C (SetUpdateStatus): or the update codes.
1142         (draw): check need_update with &.
1143         (InsetButtonPress): set no_selection to not put a selection when
1144         entering an inset and it is redraws in another spot.
1145
1146         * insettext.h: made need_update an int.
1147
1148 2001-02-20  Baruch Even  <baruch@ev-en.org>
1149
1150         * insetgraphics.h:
1151         * insetgraphisc.C: Changed to use better semantics when loading images
1152         for inline view. Now it doesn't keep the pixmap itself but it's holder.
1153
1154 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1155
1156         * insetcommand.h:
1157         * inseterror.h:
1158         * insetgraphics.C: change name of "hide" signal to "hideDialog",
1159         consistent with InsetTabular.
1160         
1161 2001-02-19  Juergen Vigna  <jug@sad.it>
1162
1163         * insettabular.C (LocalDispatch): implement PAGE up/down.
1164
1165         * insettext.C (draw): clear all of it on need_update==INIT too!
1166
1167         * insettabular.C (InsetUnlock): always clear the selection.
1168
1169         * inset.C (scroll): normally we only want to scroll the inset until
1170         it is fully visible so if top_x + offset > 20 then just set scx to 0.
1171
1172 2001-02-14  Juergen Vigna  <jug@sad.it>
1173
1174         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
1175         (resetPos): fixed scroll behaviour.
1176         (LocalDispatch): do an update if moving cursor inside a table cell
1177         requests a scroll of the tabular.
1178
1179 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1180
1181         * insettext.C (textWidth): constify local var
1182
1183         * insettabular.C: small cleanup.
1184
1185         * insetfoot.C (Latex): constify local var
1186
1187         * insetcollapsable.C: small cleanup.
1188
1189         * figinset.C (runqueue): use compare instead of strcmp
1190
1191 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1192
1193         * insettext.C:
1194         * insetinfo.C: remove cruft
1195
1196 2001-02-14  Juergen Vigna  <jug@sad.it>
1197
1198         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
1199
1200 2001-02-13  Juergen Vigna  <jug@sad.it>
1201
1202         * insettext.C (InsertInset): don't move left (is this right?)
1203
1204         * insettabular.C (LocalDispatch): use of the no_draw variable
1205
1206         * insettabular.h: new no_draw variable to stop redraw
1207
1208         * insettabular.C (TabularFeatures): fixed update for alignment change
1209
1210 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1211
1212         * insetinclude.C:
1213         * insetbib.h:
1214         * insetbib.C: move dialogs to frontends/
1215
1216 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1217
1218         * insettext.C (LocalDispatch): Restore the language if the inset
1219         becomes empty.
1220
1221 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1222
1223         * insettext.C (moveRightIntern): Update the selection cursor.
1224         (moveLeftIntern): Ditto.
1225
1226 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1227
1228         * Makefile.am: remove BoundingBox.h
1229
1230         * BoundingBox.h: removed
1231
1232 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
1233         
1234         * insettext.C (LocalDispatch): Update selection cursor when moving 
1235         cursor to the right.
1236         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
1237         (moveLeftIntern): Ditto.
1238
1239 2001-02-05  Baruch Even  <baruch.even@writeme.com>
1240
1241         * insetgraphics.C: Updated automatic image conversion, it now goes into
1242         temporary directory instead of with the image itself.
1243
1244 2001-01-21  Baruch Even  <baruch@ev-en.org>
1245
1246         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
1247         to EPS or PNG when needed (support bitmap graphics).
1248
1249 2000-11-02  Baruch Even  <baruch@ev-en.org>
1250
1251         * insetgraphics.C:
1252         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
1253         and removal of commented out code.
1254
1255 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1256
1257         * insetbib.C (callback): Update citations if the key has changed.
1258
1259 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1260
1261         * insetbib.C (InsetBibKey): Better computation of default key.
1262         (getScreenLabel) Show both the key and the label.
1263         (getBibLabel): New method.
1264         (callback): Force a redraw if the inset have been changed.
1265
1266 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1267
1268         * insetref.C (getType, getName): Move methods from 
1269         src/frontends/xforms/FormRef.C.
1270
1271 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1272
1273         * insettabular.C: Various improvements (use only one dummy position).
1274
1275 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
1276
1277         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
1278         par->bibkey->width. This fixes the crashes when running without
1279         gui or when having included documents.
1280
1281 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
1282
1283         * insetcommand.C (getAsString, setFromString): Cleanup.
1284
1285 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
1286
1287         * insetref.C: Add the array InsetRef::types that contains
1288         information about all supported reference types.
1289
1290 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1291
1292         * lyxinset.h: remove trailing comma in enum.
1293
1294 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
1295
1296         * insettext.C: kill LyXBell.