]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Fixed crash in undo_cursor putting and better saving of the undo_cursor in
[lyx.git] / src / insets / ChangeLog
1 2001-12-20  Juergen Vigna  <jug@sad.it>
2
3         * inset.C (cursor): return the owners cursor if available instead of
4         always only the bv->text->cursor.
5
6         * insettabular.C (checkLongtableSpecial): works now.
7
8 2001-12-19  Juergen Vigna  <jug@sad.it>
9
10         * insettabular.C (tabularFeatures): fix the row setting of ltt as
11         this has to be always row + 1 as 0 means not selected!
12         (checkLongtableSpecial): added
13         (tabularFeatures): better longtable options support
14
15         * insettext.C (resizeLyXText): reinit the text always also on a
16         empty insettext!
17
18 2001-12-18  Juergen Vigna  <jug@sad.it>
19
20         * insettext.C (updateInsetInInset): look if we have to autocollapse
21         paragraps and return if the update is requested for ourself.
22
23         * insetert.C (status): update the insettext not myself as that is what
24         we need.
25
26         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
27         function only return if the update was requested with myself.
28
29         * insettext.C (insetButtonPress): fixed stupid bug.
30         (various functions): pay attention that lt is cleared BEFORE calling
31         updateLocal() and try to use it in the right manner (don't use it
32         if it's not really neccessary!)
33         (collapseParagraphs): insert a blank between collapsing paragraphs
34         if neccessary (not already there!).
35
36 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
37
38         * insettabular.C: move includes around a bit, add a couple of
39         consts.
40
41         * insettext.[Ch]: move includes around a bit, other ws changes and
42         small stuff.
43         
44 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
45
46         * insettext.C (insetButtonRelease): fix compile problem
47
48 2001-12-17  Juergen Vigna  <jug@sad.it>
49
50         * insettext.C (insetButtonPress): set the selection cursor!
51         (insetButtonPress): clear the selection (and set with that the
52         selection.cursor) if we only hit an inset!
53
54         * insetert.C (read): removed piece of compatibility code only needed
55         for 1.2.0.
56
57         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
58         can be opened.
59
60         * insetcollapsable.C (insetButtonRelease): changed so that it can
61         open eventual existing popup dialogs on mousebutton==3.
62
63         * insetfloat.C (insetButtonRelease): removed not needed anymore!
64
65         * insetminipage.C (insetButtonRelease): removed not needed anymore!
66
67         * inset.C (insetButtonRelease): return a bool for telling the outer
68         world that we opened a dialog.
69
70 2001-12-07  Juergen Vigna  <jug@sad.it>
71
72         * insettext.C (paragraph): remove the deleteing of paragraphs as
73         it was a WRONG move!
74
75 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
76
77         * insettabular.h:
78         * insettabular.C: use new setSelection(). Allow
79           selection of single cells.
80
81 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
82
83         * insetquotes.C (latex): fix to use the local language setting at
84         the point where the inset is inserted (different macros for
85         different french packages)
86
87 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
88
89         * inset.h: add par_owner_ member variable and parOwner
90         setter/accessor. 
91
92 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
93
94         * insettabular.C (everywhere): adapt because widths are now real
95         widths and not strings
96
97         * insettext.C (draw): re-introduce the calls to width(), ascent()
98         and descent() to initialize the caching variables.
99
100 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
101
102         * insettext.C (draw): 
103         (drawFrame): use insetWidth instead of last_width
104
105         * insettext.h: remove variable last_width (insetWidth is exactly
106         the same) and last_height (computed but never used!)
107
108 2001-12-10  Allan Rae  <rae@lyx.org>
109
110         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
111
112 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
113
114         * insettext.C (insetAllowed): add comment
115  
116 2001-12-05  Juergen Vigna  <jug@sad.it>
117
118         * insettext.C (insetAllowed): fixed for the case that we directly
119         ask the insettext from its LyXText.
120         (paragraph): fixed the crash when assigning the par->next() from
121         the EmptyParagraphMechanism!
122
123 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
124
125         * insetbib.C:
126         * insettabular.C:
127         * insettext.C: change "while(" to "while ("
128
129 2001-12-04  Juergen Vigna  <jug@sad.it>
130
131         * insetert.C (edit): handle Inlined status.
132
133         * insettext.C (insertInset): trying John's fix for the trailing cursor
134
135         * insetert.C (insetButtonPress): added to handle inlined status
136         (insetMotionNotify): ditto.
137
138         * insettext.C (clearInset): changed Painter & in BufferView * param,
139         to be able to call ascent,descent methods.
140
141 2001-12-03  Juergen Vigna  <jug@sad.it>
142
143         * insettext.C (updateInsetInInset): use lt variable to forbid
144         changes of LyXText in an update call.
145         (updateInsetInInset): fixed updating of non locked insets!
146
147 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
148
149         * insettabular.C: capture some more functions to prevent
150         selection drawing problems. Bug #451274
151
152 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
153
154         * insetgraphics.C:
155         * insetgraphicsParams.C: fix inverted sense of float_equal
156
157 2001-11-30  Juergen Vigna  <jug@sad.it>
158
159         * insettabular.C (InsetTabular): use the save_id flag to create also
160         the tabular with the same id's.
161
162         * insettext.C (setParagraphData): added a same_id function for undo
163         to set the same paragraph id's as of the paragraph we are setting.
164
165 2001-11-30  José Matos <jamatos@fep.up.pt>
166
167         * inseturl.[Ch]:
168         * insettoc.[Ch]: DocBook -> docbook.
169
170 2001-11-29  André Pönitz <poenitz@gmx.net>
171         
172         * inseterror.C:
173         * insettext.C: further reduction of header dependencies by using
174         lyx::layout_type and lyx::textclass_type from support/types.h
175
176 2001-11-29  Juergen Vigna  <jug@sad.it>
177
178         * insettext.C: inserted a reinitLyXText function everywhere I delete
179         the paragraphs! This should fixe the crashes we had.
180         Also use the new function firstRow() instead of getRowNearY(dummy_y)
181         (paragraph): set the InsetOwner() of the new paragraphs!
182
183 2001-11-28  André Pönitz <poenitz@gmx.net>
184
185         * insetnote.C: add pos initialization that I removed without
186           knowing what I did.
187
188 2001-11-28  Juergen Vigna  <jug@sad.it>
189
190         * insettabular.C (resetPos): hack to not crash with infinite paints.
191
192         * insettabular.h: insert missing function allowSpellcheck()!
193
194         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
195
196 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
197
198         * insetfloatlist.h:
199         * insetfloatlist.C: derive from InsetCommand so gui can use it
200           easily
201  
202 2001-11-26  André Pönitz <poenitz@gmx.net>
203         
204         * insettext.[Ch]:
205         * insetert.C:
206         * insetnote.C: reduce header dependencies, introduce type for
207         positions 
208
209 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
210
211         * various: update for Alert.h
212  
213 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
214
215         * inset.h: fix comment
216  
217         * insettext.C: use par->isInset()
218
219 2001-11-22  Allan Rae  <rae@lyx.org>
220
221         * insetcollapsable.h: 
222         * inset.h: Changes to checkInsertChar() behaviour.
223         Now return value indicates whether chars can be inserted.
224
225 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
226
227         * various:  updated to use the new LaTeXFeatures
228
229 2001-11-14  José Matos  <jamatos@fep.up.pt>
230
231         * insetspecialchar.C (linuxdoc): 
232         (docbook): don't give a name to a unused variable.
233
234         * insettext.C (docbook): removed unused variable.
235
236 2001-11-13  Herbert Voss  <voss@perce.de>
237
238         * insetgraphic.C: fix scale bug
239         
240 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
241
242         * inset.h (isSpace): 
243         (isLetter): new virtual methods.
244
245         * insetspecialchar.C (isSpace): 
246         (isLetter): implement here.
247
248 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
249
250         * inset.h: new inline helpers
251
252         * insettext.C: use new helpers
253
254 2001-11-07  José Matos  <jamatos@fep.up.pt>
255
256         * insettext.C (docbook): full support for paragraphs inside insettext.
257
258 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
259
260         * insetindex.C: added header file for std::ostream.
261
262 2001-11-03  José Matos  <jamatos@fep.up.pt>
263
264         * insetindex.C: added using std::ostream that I forgot yesterday.
265
266 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
267
268         * insetindex.h (docbook):
269         * insetindex.C (docbook): added support for docbook export.
270
271 2001-11-02  José Matos  <jamatos@fep.up.pt>
272
273         * insetcaption.C(docbook): added support for docbook export.
274
275 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
276
277         * insetexternal.C (updateExternal): Do not run update command if
278         result file exists and is up to date.
279
280         * ExternalTemplate.C (readFormat): Support the updateresult token.
281
282 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
283
284         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
285         external_templates) to use the buffer->fileName() but only if
286         previewing. Generating a TeX file should make FPath return
287         "".
288
289 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
290
291         * insetert.h:
292         * insetert.C: fix some problems
293  
294 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
295
296         * insetexternal.C (doSubstitution): Added $$FPath token
297         to list of usable substitutions in external inset templates.
298
299 2001-10-24  Juergen Vigna  <jug@sad.it>
300
301         * insettabular.C: use new ltType struct for setting longtable
302         header and footers also new UNSET enums.
303
304 2001-10-24  José Matos  <jamatos@fep.up.pt>
305
306         * insettabular.C (linuxdoc): Now exports the ascii's table version.
307         (docbook): If the table is not inside a float then wrap it inside
308         <informaltable>...</informaltable>.
309
310 2001-10-23  José Matos  <jamatos@fep.up.pt>
311
312         * insetref.C (docbook): removed / terminator to conform SGML.
313
314         * insetspecialchar.C (linuxdoc):
315         (docbook): Added support for special chars, more than ascii export.
316
317 2001-10-22  Juergen Vigna  <jug@sad.it>
318
319         * insettext.C (checkInsertChar): added for REALLY checking the
320         font of the inserted char in the right inset!
321
322 2001-10-19  Juergen Vigna  <jug@sad.it>
323
324         * inset.h: added method allowSpellcheck() so that insets who do
325         not have anything to spellcheck can tell and so they are over-jumped.
326         Implemented for InsetText and co.
327
328 2001-10-18  Juergen Vigna  <jug@sad.it>
329
330         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
331
332 2001-10-15  José Matos  <jamatos@fep.up.pt>
333
334         * insetert.C: allow export for docbook and linuxdoc
335
336 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
337
338         * insetquotes.C (dispString): handles latin3 and latin4 quotes
339
340 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
341
342         * insetquotes.C (dispString): fix handling of latin9 quotes
343
344 2001-10-03  Juergen Vigna  <jug@sad.it>
345
346         * insetert.C: ditto
347
348         * insetcollapsable.C: change updateInset calls to not tell BV that
349         we have changed status.
350
351 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
352
353         * insettabular.C (deletable): make const
354
355 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
356
357         * insetert.C (latex): Fix the returned value
358
359 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
360
361         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
362         Returns string(), so nothing in an ERT inset is spellchecked.
363
364         * insetgraphics.C (draw): print the filename if not displaying the
365         image.
366         (width): make sure that the width and draw methods are consistent.
367         (updateInset): don't even load the image into cache if not displaying
368         it.
369
370 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
371
372         * various files (selectNextWord): renamed as
373         selectNextWordToSpellcheck.
374
375         * insetgraphics.C (draw): remove the previous change. Right place
376         is in imageLoaderXPM.C.
377         (draw): don't display the image if params.display == NONE.
378
379 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
380
381         * figinset.C (runqueue):
382         * insetgraphics.C (draw): set background colour of inset from
383         background to the user-configurable graphicsbg.
384
385 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
386
387         * insetquotes.C (InsetQuotes): when trying to decide the side of
388         the quote, choose `left' only after a space or '('
389
390 2001-09-04  José Matos  <jamatos@fep.up.pt>
391         * figinset.C
392         * figinset.h
393         * insetcaption.C
394         * insetcaption.h
395         * insetcollapsable.h
396         * insetcommand.C
397         * insetcommand.h
398         * inseterror.h
399         * insetert.C
400         * insetert.h
401         * insetexternal.C
402         * insetexternal.h
403         * insetfloat.C
404         * insetfloat.h
405         * insetfloatlist.h
406         * insetgraphics.C
407         * insetgraphics.h
408         * inset.h
409         * insetinclude.C
410         * insetinclude.h
411         * insetlabel.C
412         * insetlabel.h
413         * insetlatexaccent.C
414         * insetlatexaccent.h
415         * insetquotes.C
416         * insetquotes.h
417         * insetref.C
418         * insetref.h
419         * insetspecialchar.C
420         * insetspecialchar.h
421         * insettabular.C
422         * insettabular.h
423         * insettext.C
424         * insettext.C (docbook): rename docBook method to docbook.
425
426 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
427
428         * inset.h (getFirstParagraph): New virtual method.
429
430 2001-08-20  Herbert Voss  <voss@perce.de>
431         * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
432         in the the bibtex-database-gui for inserting a line
433         \addcontentsline... 
434
435         If no style is given than there is no tex-output.
436         
437 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
438
439         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
440         files as a vector.
441         (getKeys): use it.
442
443 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
444
445         * insetert.C (latex): Fix output for multiple paragraphs.
446         (write): New code for writing paragraph data.
447         (read): Set font after reading the inset.
448         (localDispatch): Call set_latex_font() for more cases.
449
450         * insetnote.h: Add empty validate method.
451         * insetert.h: Ditto
452
453         * insetnote.C (InsetNote): Set language to the language of the 
454         document.
455
456 2001-08-16  Juergen Vigna  <jug@sad.it>
457
458         * insettext.C: implemented the new FINISHED states.
459
460         * insettabular.C: ditto 
461
462         * inset.h: added more FINISHED states for cursor right,up,down
463
464 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
465
466         * insetfloatlist.C: use "FloatName List" 
467  
468 2001-08-14  Juergen Vigna  <jug@sad.it>
469
470         * insetert.C (edit): forgot to set status_ in edit calls!
471
472 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
473
474         * insettext.C: Compilation fix
475
476 2001-08-13  Juergen Vigna  <jug@sad.it>
477
478         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
479
480         * insetcollapsable.C (edit): don't recollapse an already open inset.
481
482         * insettext.C: fixed problem when reinitializing LyXText by not doing
483         it while lt is in use and post this to the next possible time in
484         getLyXText().
485         (searchForward): fixed not unlocking of inset if nothing found.
486         (edit): set cursor behind right (was set -1 pos).
487
488         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
489
490         * insettabular.C (tabularFeatures): fixed fix where deleting the
491         last row didn't get the right actcell!
492
493 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
494
495         * insettext.C (localDispatch): Change language only when the inset 
496         becomes empty.
497
498 2001-08-10  Juergen Vigna  <jug@sad.it>
499
500         * insettabular.C (selectNextWordInt): use the front using edit call.
501
502         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
503         the parameter overwrite class variable inset.
504
505         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
506
507         * insettext.C (saveLyXTextState): check for invalid cursor-par.
508         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
509
510         * insettabular.C (calculate_dimensions_of_cells): let's try to call
511         update only for fixed with cells.
512         (resetPos): try to fix the lockup on spellchecking or s&r.
513
514         * insettext.C (update): comment this out as it seems first wrong
515         and second not needed anymore!
516         (some functions): call reinitLyXText() only in update() in all other
517         positions set only need_update = INIT.
518
519 2001-08-08  Juergen Vigna  <jug@sad.it>
520
521         * insettabular.C (setPos): fixed wrong actrow < rows() check.
522
523         * insettext.C (insetUnlock): remove double-space on inset unlock.
524
525         * insetcollapsable.C (draw): fix returned x when label > inset-width.
526
527         * insettabular.C (update): fixed cursor positon after an insert.
528         (insetAllowed): do not allow to insert insets when not inside the
529         inset!
530         (draw): clear below an inset too as it could have changed height.
531
532         * inset.C (getMaxWidth): fixed width for inset in inset.
533
534         * insettext.C (update): small fix.
535
536         * insettabular.C (tabularFeatures): added selection support to
537         DELETE_ROW/DELETE_COLUMN.
538
539 2001-08-07  Juergen Vigna  <jug@sad.it>
540
541         * inset.C (getMaxWidth): recoded and all it's implementations!
542
543         * insettext.C (init,setParagraph+constructors): cleanups
544         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
545         are new and I want do a save/restore of the cursor position which is
546         not possible anymore.
547
548         * insetcollapsable.C (searchBackward): recollapse inset if not found.
549         (searchBackward): ditto
550         (selectNextWord): ditto
551
552 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
553
554         * insetlatexaccent.C (checkContents): Add some debug messages
555
556 2001-08-07  Juergen Vigna  <jug@sad.it>
557
558         * insetert.C (read): don't use InsetCollapsable::read as we don't
559         write the collapsed status anymore only the status.
560         (write): ditto.
561
562 2001-08-06  Juergen Vigna  <jug@sad.it>
563
564         * insetert.C (set_latex_font): use LyXText's setFont directly.
565
566         * insettext.C (drawFrame): fixed one time more the right position
567         and size of the frame!
568
569         * insetert.C (~InsetERT): hide the dialog.
570         (showInsetDialog): added implementation
571         (open): ditto
572         (close): ditto
573         (status): new function for the status of the ERT inset (3-state).
574         (write): output also the status of the inset for readback!
575         (read): readback the status if available otherwise use collapsed_.
576
577         * insettext.C (edit): small fix of setting the position, which could
578         have gone < 0.
579
580         * insetert.C (width): implement this function for inlined viewing.
581         Added minimum width of 10 pixels!
582
583         * insetminipage.C (InsetMinipage): just change the colors a bit so
584         that border/background is a bit more visible. We will remove this
585         anyway for 1.2.0!
586
587         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
588         function for getting the important widths for drawing in various
589         functions and in LyXText.
590         (draw): fixed up a bit (frame drawing/clearing)
591
592 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
593
594         * inset.C (convertFont): delete method. not used. 
595
596 2001-08-03  Juergen Vigna  <jug@sad.it>
597
598         * insettext.C (setFont): don't call for a draw update if we're just
599         changing the cursor font!
600
601 2001-08-02  Juergen Vigna  <jug@sad.it>
602
603         * insettext.C (draw): clear the background with the right color if
604         needed. Update myself if x&max-width changed and return without doing
605         anything. Let the update code handle the right stuff.
606
607         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
608         inside another inset.
609
610 2001-08-01  Juergen Vigna  <jug@sad.it>
611
612         * insetcollapsable.C (update): added an in_update bool so we avoid
613         reentering.
614
615         * insettabular.C (update): added an in_update bool so we avoid
616         reentering.
617
618         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
619         selection problem.
620         (update): added an in_update bool so we avoid reentering.
621
622         * insettabular.C (localDispatch): clear col/row selection when doing
623         something else inside an inset.
624
625         * insettext.C (getLyXText): fixed bug when requesting a recursive
626         insettext!
627
628 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
629
630         * insetcite.C (latex): Paranoia check. Make sure that there is no
631         whitespace between the citation keys.
632
633 2001-07-31  Juergen Vigna  <jug@sad.it>
634
635         * inset.h (nodraw): make the set function also const so that this
636         can be called from inside other const functions.
637
638         * insetcollapsable.h: removed inline variable and moved it over
639         to the only user InsetERT.
640
641         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
642         inset opening immediately therein lying insets dialogs!
643
644         * insetert.C (localDispatch): set the font also if we don't have any
645         chars in this paragraph, otherwise if we delete all of em and start
646         writing we have the wrong font.
647         (inlined): added
648         (draw): implemented for inline support
649         (insetButtonRelease): ditto.
650
651 2001-07-30  Juergen Vigna  <jug@sad.it>
652
653         * insettext.C (reinitLyXText): new function to reinit the insets
654         text after lot's of paragraph changes. Use this instead of the
655         cache.clear() which is VERY dangerous.
656
657         * insetfloat.C (insetButtonRelease): we should only show the dialog
658         if we press on the label otherwise we have problems to open mouse
659         button 3 dialogs inside this float (f.ex. of a tabular!)
660
661 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
662
663         * insetert.C: change back to "ERT"
664
665         * insetfloat.C: handliign of RMB on label added.
666
667 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
668
669         * insetgraphicsParams.C: #include LOstream.h here.
670
671         * insetfoot.h: remove InsetFoot:: qualifier.
672
673 2001-07-29  Baruch Even  <baruch@lyx.org>
674
675         * ChangeLog: Hiding time travel evidence.
676
677         * insetgraphicsParams.h:
678         * insetgraphicsParams.C: 
679         * insetgraphics.C: Added horizontal scale option, it actually scales both
680         directions since it keeps image proportions.
681
682         * insetgraphics.C: Fixed EPS detection to be non-hacky.
683
684 2001-07-29  Baruch Even  <baruch@lyx.org>
685
686         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
687         convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
688
689         HACKY! Will need to add an EPS detection routine like old InsetFig does!
690
691 2001-07-29  Baruch Even  <baruch@lyx.org>
692
693         * insetgraphics.C: Added EPSI to be an alias of EPS.
694
695 2001-07-29  Baruch Even  <baruch@lyx.org>
696
697         * insetgraphics.C: Change GRAPHICS to Graphics.
698         Changed image conversion rules (documented at the beginning of file).
699
700 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
701
702         * insetert.C (get_new_label): int -> Paragraph::size_type to get
703         std::min working.
704
705         * insetgraphics.C: added a using std::endl directive.
706
707         * insetcommand.h (getScreenLabel): removed pure virtual function,
708         as it duplicates that in InsetButton.
709
710         * insetbib.[Ch] (getScreenLabel):
711         * insetbutton.[Ch] (getScreenLabel):
712         * insetcite.[Ch] (getScreenLabel):
713         * insetert.[Ch] (getScreenLabel):
714         * insetexternal.[Ch] (getScreenLabel):
715         * insetfloatlist.[Ch] (getScreenLabel):
716         * insetinclude.[Ch] (getScreenLabel):
717         * insetindex.[Ch] (getScreenLabel):
718         * insetlabel.h (getScreenLabel):
719         * insetparent.[Ch] (getScreenLabel):
720         * insetref.[Ch] (getScreenLabel):
721         * insettoc.[Ch] (getScreenLabel):
722         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
723
724         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
725         the label.
726         (validate): remove check on "cite" when using natbib.
727
728 2001-07-26  Baruch Even  <baruch@lyx.org>
729
730         * insetgraphics.C (draw): changed casting to be in one place rather than 
731         all over the function.
732
733         * insetgraphics.h:
734         * insetgraphics.C (read): Added compatibility reads of InsetFig.
735         
736         * insetgraphicsParams.h:
737         * insetgraphicsParams.C: 
738         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
739
740 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
741
742         * insetfoot.C (validate): Added method to ensure that the
743         right bit of LaTeX is emitted.
744
745         * insetfoot.h: Added validate method to set the correct
746         LaTeXFeatures bit for the special footnote code.
747
748 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
749
750         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
751         quotes
752
753 2001-07-27  Juergen Vigna  <jug@sad.it>
754
755         * inset.h: remove not used font variable in parameter.
756         removed checkInsertChar in UpdatableInset as it was equal to
757         the one in Inset and so not needed.
758
759         * insetert.C (checkInsertChar): implementation of function
760         checkInsertChar.
761
762         * inset.h: added new function checkInsertChar.
763
764         * various files: added c-tor and clone() function.
765         
766         * insetcollapsable.h: removed clone function here as this should
767         be only realized in REAL insets and added it to all collapsable
768         insets! (with the copy-constructor).
769
770 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
771
772         * insetminipage.C (read): handle missing parameters more gracefully
773
774         * insetcollapsable.C (read): handel missing collapsed more gracefully
775
776 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
777
778         * insetfloat.C (read): handle missing parameters.
779
780         * insettext.C (read): handle old latex end_inset
781
782         * insetert.C (setButtonLabel): new method
783         (init): use it, to set the dynamic label correctly
784         (read): use it
785
786         * Makefile.am (EXTRA_DIST): add files that is not part or the
787         binary here.
788
789         * insetcollapsable.h: remove autocollapsable (no users), remove
790         draw_label, change_label_with_text and companion code. Remove args
791         from some methods.
792         * insetert.[Ch]: move here instead (only user)
793
794         * inset.h: rename private variable name to name_, make
795         selectNextWord return a const string. make getInsetName return a
796         string const &. Remove bool from open, add close.
797
798         * Makefile.am: don't compile insetlist, insetsection
799         and insettheorem
800
801 2001-07-24  Juergen Vigna  <jug@sad.it>
802
803         * insetert.C (InsetERT): put init after the paragraph initialization,
804         as otherwise we don't set the draw_label right.
805
806         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
807         insets with the mouse without having strange selections.
808         (edit): if the inset was collapsed and we open it here then put the
809         cursor always at the beginning of the inset.
810         (get_new_label): 15 instead of 10 max chars in the label.
811
812         * insetert.C (localDispatch): added and handle various stuff we
813         need to handle here (font setting on paragraph break, not permitted
814         layout setting, etc.).
815
816         * inset.h: added default copy-consturctor and implemented this in
817         various insets with the change to use this in the clone function!
818
819 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
820
821         * insetminipage.C (InsetMinipage): set background color to red :)
822
823 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
824
825         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
826         draw frame mode is LOCKED.
827
828         * insetcollapsable.C (edit): 
829         (insetButtonRelease): set update status to full when
830         opening inset.
831
832         * insettext.C (clearInset): 
833         * insettabular.C (draw): 
834         * insetlatexaccent.C (draw): honor background color.
835
836         * inset.h: new member background_color_, initialized to
837         LColor::inherit.
838
839         * inset.C (backgroundColor): new method.
840         (setBackgroundColor): new method.
841
842         * insetert.C (init): new method, called by the ctors.
843         (InsetERT): when inserting contents, make sure the font is
844         ALL_INHERIT.
845
846         * insetnote.C (InsetNote): when inserting content, remove trailing
847         newline
848         (init): set background color to LColor::note
849
850 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
851
852         * insetcollapsable.C: adjust
853
854         * insetbutton.C: adjust
855
856 2001-07-23  Juergen Vigna  <jug@sad.it>
857
858         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
859         parameter on the _collapsed function (was not needed) and call
860         always width_collapsed().
861
862         * insetert.C (InsetERT): use setLabel with "true" flag.
863
864         * insetcollapsable.C: modified various functions to set the draw_label
865         string right in any condition.
866         (setLabel): added a bool parameter to set change_label_with_text.
867
868         * insetcollapsable.h: added draw_label string which is set to the
869         actual drawn label-string, while label is the original static label
870         of this collapsable inset. Added bool change_label_with_text to set
871         if we want that the label changes to the start of the InsetText's
872         text when collabpsed. You can set this flag with the setLabel funciton.
873         Added bool inlined for inlined collapsable insets, but not handled
874         yet.
875
876         * insetcollapsable.C (get_new_label): added should get a new label
877         from the InsetText beginning (for now 10 chars).
878
879 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
880
881         * insetquotes.C (latex): fix the handling of french double quotes
882         when not using the french pachage.
883
884 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
885
886         * insetcollapsable.h: make WidthCollapsed mutable.
887
888         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
889         InsetPrintIndex returns INDEX_PRINT_CODE.
890
891         * inset.h: add INDEX_PRINT_CODE
892
893         * insetcollapsable.C (draw): init widthCollapsed if necessary
894         (width): ditto.
895
896         * insetquotes.C (width): use the local language, not the document
897         language.
898         (draw): ditto.
899         (dispString): add additional spacing for all french languages,
900         like fr_CA.
901         (validate): make it work when there is no default language
902
903         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
904
905         * insetnote.C (init): new method, called by the constructors
906         (InsetNote): new constructor with contents passed as a string
907
908 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
909
910         * insetfootlike.C (insetAllowed): disallow float in footlike.
911
912         * insetert.C (InsetERT): add collapsed argument to the constrctor
913         with contents.
914
915 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
916
917         * insetindex.h: shut off warning
918
919 2001-07-20  Juergen Vigna  <jug@sad.it>
920
921         * insetcollapsable.C (update): recoded hopefully works now!
922
923 2001-07-19  Juergen Vigna  <jug@sad.it>
924
925         * most files: implemented the below new introduced function.
926         
927         * inset.h: added new edit(BufferView *, bool front) method to be able
928         to enter an inset from the front/back without knowing x/y positions
929         and baselines inside the inset. So I just can tell the inset activate
930         me and set the cursor on the front/back of yourself.
931
932 2001-07-18  Juergen Vigna  <jug@sad.it>
933
934         * insetcollapsable.C (edit): fixed hopefully the y parameter which
935         is given to the InsetText.
936         (insetButtonPress): ditto
937         (insetButtonRelease): ditto
938         (insetMotionNotify): ditto
939
940 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
941
942         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
943         LIGATURE_BREAK, since the name is so stupid.
944
945 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
946
947         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
948         the default InsetCollapsable methods. I.e., it can insert anything.
949         (write) output the name of the inset, not some silly hack for
950         compatability with the old InsetInfo.
951         
952         * insetinfo.[Ch]: removed.
953         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
954         now collapsable, but functionality is otherwise identical to InsetInfo.
955
956         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
957
958 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
959
960         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
961         reformatting
962
963         * insetquotes.C: general cleanup
964         (dispString): add spaces inside french double quotes.
965         (latex): ditto. Moreover, treat first the case where the frenchb
966         or french options have been given.
967
968 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
969
970         * insetcite.[Ch] (latex, validate): new methods, required for natbib
971         support.
972
973 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
974
975         * figinset.C (RegisterFigure): Print debug message only when
976         current_view is available.
977
978 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
979
980         * many files: update to match the change below
981
982         * inset.h (insetAllowed): renamed from insertInsetAllowed;
983         implement the version which takes an inset here.
984
985         * insetcollapsable.[Ch]: implement open and isOpen
986
987         * inset.h: remove insertInsetAllowed from Inset
988         (open): new method, to open or close an inset
989         (isOpen): returns the status of an inset
990         (isCollapsable, colapse): removed
991
992 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
993
994         * insetquotes.C (dispString): display french guillemets when using
995         ISO8859-15.
996
997 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
998
999         * insetcollapsable.h: remove bogus return statements
1000
1001 2001-07-18  Juergen Vigna  <jug@sad.it>
1002
1003         * insettabular.C (selectNextWord): fixed spellchecking for the
1004         first cell of a tabular (wasn't entered!)
1005         (getLyXText): changed to enter automatically insettext and return
1006         it's LyXText if we're locked.
1007
1008 2001-07-17  Juergen Vigna  <jug@sad.it>
1009
1010         * various files: implemented the below functions.
1011         
1012         * inset.h: added functions
1013         - virtual string selectNextWord(BufferView *, float & value) const;
1014         - virtual void selectSelectedWord(BufferView *) { return; }
1015         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
1016         needed for spellchecking correctly!
1017
1018 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1019
1020         * insetert.C (latex): write out all paragraphs.
1021
1022 2001-07-17  Baruch Even  <baruch@lyx.org>
1023
1024         * insetgraphics.C (draw): Removed unneeded casts.
1025
1026 2001-07-16  Juergen Vigna  <jug@sad.it>
1027
1028         * insettext.C (update): fixed small oversight (reset lt to 0).
1029
1030 2001-07-14  Baruch Even  <baruch@lyx.org>
1031
1032         * insetgraphics.h:
1033         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
1034
1035 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1036
1037         Consistent use of Lsstream.h:
1038         * figinset.C: removed using std::ostringstream directive.
1039
1040         * insetgraphics.C (createLatexOptions):
1041         * insetinclude.C (unique_id):
1042         std::ostringstream -> ostringstream.
1043         * insettext.C (localDispatch): std::istringstream -> istringstream.
1044
1045 2001-07-13  Juergen Vigna  <jug@sad.it>
1046
1047         * insetfloat.C (insertInsetAllowed): added missing const_cast.
1048
1049         * insetcollapsable.C (getLockingInset): ditto.
1050
1051 2001-07-12  Juergen Vigna  <jug@sad.it>
1052
1053         * insetcollapsable.h: added implementation of new function for
1054         collapsable status.
1055
1056         * various files: added implementation of new insertInsetAllowed-func
1057         and redone the function a bit more.
1058         
1059         * inset.h: added isCollapsable(), bool collapsed(),
1060         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
1061
1062         * insetfloat.C (insertInsetAllowed): make a bit more checks.
1063
1064         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
1065         LyXText which is marked for removal while we're using it!
1066
1067         * insettext.h: added private LyXText * lt to use it to assure we are
1068         not deleting our LyXText while we're using it!
1069
1070 2001-07-11  Juergen Vigna  <jug@sad.it>
1071
1072         * insettext.C (insertInset): check if we are before the inset after
1073         inserting it! This check IS needed. Remove the Undo-Call as it is
1074         called in LyXText::insertInset!
1075
1076         * insettext.h: added struct InnerCache.
1077
1078         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
1079         that we ONLY delete the LyXText in the getLyXText() routine. So we
1080         are sure we don't delete LyXText while someone is working with it!
1081
1082 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1083
1084         * insetexternal.C: (*it). -> it->
1085         * insettext.C: ditto
1086
1087 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1088
1089         * insetcollapsable.C (edit): always open collapsed insets (even if
1090         they are not autocollapsable)
1091
1092         * insetcommand.C (operator=): simplify.
1093
1094 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1095
1096         * insetert.C (latex): handle META_NEWLINE
1097
1098 2001-07-09  Juergen Vigna  <jug@sad.it>
1099
1100         * insetert.h: a normal InsetText can insert insets, but we won't.
1101
1102         * inset.h: return default "false" on insertInsetAllowed and implement
1103         this function where a returnvalue != "false" is needed.
1104
1105 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1106
1107         * insetert.C (InsetERT): new contructor
1108
1109 2001-07-06  Juergen Vigna  <jug@sad.it>
1110
1111         * a lot of files: added implementation of the below new functions
1112         and the change to clone(). Also the call of the new undo-functions
1113         where needed.
1114         
1115         * inset.h: added an inset_id, added functions getParFromID,
1116         getInsetFromID, firstParagraph, cursor and id functions, added
1117         bool same_ids to clone function.
1118
1119 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1120
1121         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
1122         of BufferView * and shared_ptr<LyXText>
1123
1124 2001-07-05  Juergen Vigna  <jug@sad.it>
1125
1126         * insettext.C (clear): deleted also the cache not only LyXText.
1127         (setParagraphData): ditto.
1128
1129 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1130
1131         * insetfloat.C (latex): let the specific placement take presedence
1132         if set, otherwise choose document placement if set, otherwise just
1133         use float default placement.
1134
1135 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1136
1137         * insettext.C (localDispatch): call CutAndPaste::'s static method
1138         directly. 
1139
1140 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1141
1142         * insetbib.C: no meed to include forms.h here.
1143
1144 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
1145
1146         * insettext.C: added using std::make_pair directive.
1147
1148 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1149
1150         * insettext.C (getLyXText): avoid multiple lookups, and simplify
1151         slightly
1152         (deleteLyXText): ditto
1153         (resizeLyXText): ditto
1154
1155 2001-07-02  Juergen Vigna  <jug@sad.it>
1156
1157         * insettext.C (getLyXText): introduce a cache in getLyXText so that
1158         following calls are only returned the right pointer without the over
1159         head to search in the map.
1160         (various funcs): reset the cached_bview variable as this signs that
1161         the cache is not valid anymore.
1162
1163 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1164
1165         * insettabular.C (clone): do not copy the LyXTabular twice
1166
1167 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1168
1169         * insettext.h (TEXT): delete method
1170
1171 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1172
1173         * insetmarginal.C (latex): 
1174         * insetfoot.C (latex): fix spacing of notes in LaTeX
1175
1176         * insettext.C (localDispatch): use .c_str() on istringstream
1177         constructor argument.
1178
1179 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1180
1181         * insettoc.h:
1182         * insettoc.C:
1183         * inseturl.h:
1184         * inseturl.C: fix method names in these to begin
1185           with small char too, so they inherit
1186  
1187 2001-06-28  Juergen Vigna  <jug@sad.it>
1188
1189         * insettext.C (setFont): fixed font settings using toggleFree()
1190         instead of setFont().
1191
1192 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1193
1194         * Change a lot of method names to begin with a small char.
1195         Changes to a lot of files because of this.
1196
1197 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1198
1199         * insetfloatlist.C (Write): std:: qualify ostream
1200         (Latex): ditto
1201
1202 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1203
1204         * figinset.C:
1205         * inset.C:
1206         * insetgraphics.C: send debug output to Debug::INFO instead of
1207         Debug::ANY.
1208
1209 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1210
1211         * insettabular.h:
1212         * insettabular.C (getStatus): update to use func_status
1213
1214 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
1215
1216         * insetref.C (DocBook): added support for cross-references without
1217         a name.
1218
1219 2001-06-26  The LyX Project  <jug@sad.it>
1220
1221         * insetref.C:
1222         * insetref.h:
1223         * insetlabel.C:
1224         * insetlabel.h: removed escape method and moved it to
1225         support/lstrings.h.
1226
1227 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1228
1229         * insettabular.C (getMaxWidth): do the speedup in a different way,
1230         remove dead code
1231
1232 2001-06-24  The LyX Project  <Asger>
1233
1234         * insettabular.C (getMaxWidth): We cache a mapping from
1235         inset to cell in order to speed this method up.
1236
1237 2001-06-24  The LyX Project  <Asger>
1238
1239         * insettext.C: Optimized InsetText::draw or something.
1240
1241 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
1242
1243         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
1244
1245 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1246
1247         * inset.h: name change from lyxinset.h
1248
1249 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
1250
1251         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
1252
1253 2001-06-14  Juergen Vigna  <jug@sad.it>
1254
1255         * insettext.C (draw): removed warnings.
1256
1257 2001-06-13  Juergen Vigna  <jug@sad.it>
1258
1259         * insettabular.C (nodraw): only go down the tree if we don't have
1260         that flag set otherwise it's obvious that we don't want to draw.
1261         (LocalDispatch): do also an update if we have an undispached result.
1262
1263 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1264
1265         * insetcite.C:
1266         * insetgraphicsParams.C:
1267         * insettext.C: removed // -*- C++ -*- as first line.
1268
1269 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1270
1271         * lyxinset.h (resizeLyXText): shut off warning about unused
1272         parameter "force" 
1273
1274 2001-06-07  Juergen Vigna  <jug@sad.it>
1275
1276         * insettext.C (resizeLyXText): honor the new force flag.
1277
1278         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
1279
1280         * insettabular.C (deleteLyXText): new function
1281
1282 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1283
1284         * insettheorem.C:
1285         * insetminipage.C:
1286         * insetlist.C:
1287         * insetfootlike.C:
1288         * insetfloat.C:
1289         * insetert.C:
1290         * insetcollapsable.C:
1291         * insetcaption.C: LColor tidy
1292          
1293 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1294
1295         * figinset.C: fix typo
1296
1297 2001-06-01  Juergen Vigna  <jug@sad.it>
1298
1299         * insettabular.C (resetPos): small hack so that scroll is not set to
1300         0 when we are in the last column of a tabular. This is a problem we
1301         have because of constats 20 offset on both directions, so this can
1302         cause on the limit an endless loop.
1303
1304         * insettext.C (SetFont): forgot that we can have locking insets ;)
1305
1306 2001-05-31  Juergen Vigna  <jug@sad.it>
1307
1308         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
1309
1310 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1311
1312         * figinset.C: add using std:: directive for the C functions which
1313         need that.
1314
1315 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1316
1317         * insetfloat.C (Write): write out wide info
1318         (Read): read the wide info
1319         (Latex): use the wide info when creating latex.
1320
1321         * insettext.C: adjust
1322
1323         * insetgraphics.[Ch] (statusMessage): change to return string
1324         (width): adjust
1325         (draw): adjust
1326
1327         * figinset.C (runqueue): add std::
1328         (Recompute): ditto
1329
1330 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1331
1332         * insetcite.C (Ascii): add std:: qualifier
1333
1334 2001-05-28  Juergen Vigna  <jug@sad.it>
1335
1336         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
1337         a endless-width inset (maxWidth < 0).
1338         (Edit): change language only if not equal.
1339
1340         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
1341
1342         * insettext.C (draw): fixed draw/clear of InsetText-Frame
1343
1344 2001-05-16  Juergen Vigna  <jug@sad.it>
1345
1346         * insettext.C (selectAll): added
1347         (clearSelection): added
1348
1349         * insettabular.C (SetFont): now we may set a font on a whole selection!
1350         (getSelection): added helper function.
1351
1352 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1353
1354         * insetcite.C (Ascii): Add method.
1355
1356 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1357
1358         * figinset.C:
1359         * insetbib.C: fix path for OS/2 & Win32
1360
1361 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1362
1363         * insetfoot.C (Latex): don't use % after footnote.
1364
1365 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1366
1367         * insettext.C (Read): use clear
1368         (SetParagraphData): use LyXParagraph copy constructor instead of clone
1369
1370 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1371
1372         * insetfloatlist.h: add a bunch of std:: qualifiers.
1373
1374 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1375
1376         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
1377         FLOAT_LIST_CODE, renumber code list.
1378
1379         * insettoc.C (getScreenLabel): remove support for float lists
1380         (LyxCode): ditto
1381         (Ascii): ditto
1382
1383         * insetfloatlist.[Ch]: new files
1384
1385         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
1386
1387 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
1388
1389         * insettabular.C (LocalDispatch):
1390         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
1391         method 
1392
1393 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1394
1395         * insettext.C: remvoe !NEW_INSETS cruft
1396
1397         * insettabular.C: remove !NEW_INSETS cruft
1398
1399         * insetcollapsable.h: remove !NEW_INSETS cruft
1400
1401         * insetbib.C: remove !NEW_INSETS cruft
1402
1403 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1404
1405         * insettoc.C: hack to make listof algorithm work
1406
1407 2001-04-20  Juergen Vigna  <jug@sad.it>
1408
1409         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
1410
1411 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1412
1413         * insetquotes.C (Latex): improve the guard against
1414         unwanted !` and ?` ligatures. This should really be done in
1415         another place (to catch all this ligatures at low-level).
1416
1417 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1418
1419         * insettext.C (init): remvoe leftovers from cursor_visible change
1420         (draw): use c++ cast
1421         (LocalDispatch): dispatch LFUN_MESSAGE
1422
1423         * insettabular.C (InsetTabular): remove leftovers from
1424         cursor_visible, and scoped_ptr changes
1425         (draw): use c++ cast
1426
1427         * insetcollapsable.C (draw): use c++ cast
1428
1429         * ExternalTemplate.h: inherit privaely from noncopyable
1430         * insetcommand.h: ditto
1431         * insetinclude.h: ditto
1432
1433 2001-04-16  Allan Rae  <rae@lyx.org>
1434
1435         * insettoc.C (Ascii): 
1436         * insettext.C (draw): 
1437         * insettabular.C (setPos): 
1438         * insetminipage.C (Read): 
1439         * insetfloat.C (placement): 
1440         * insetcaption.C (Ascii, DocBook): 
1441         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
1442         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1443
1444 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1445
1446         * insetexternal.h:
1447         * insetexternal.C: set view on Clone. Add _ to private members.
1448
1449 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1450
1451         * insettext.C (InsetText): fix new
1452         (InsetText): reindent some, simplify deletion of par list 
1453         (clear): simplify deletion of par list, fix new
1454         (SetParagraphData): simplify deletion of par list
1455
1456         * insettabular.[Ch] (getLabelList): implement new method
1457
1458 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1459
1460         * lyxinset.h: do not include gettext.h...
1461
1462         * inset.C:
1463         * insetcaption.C:
1464         * insetexternal.C:
1465         * insetgraphics.C:
1466         * insetindex.C:
1467         * insetlabel.C:
1468         * insetlatexaccent.C:
1469         * insetminipage.C:
1470         * insetquotes.C:
1471         * insettabular.C:
1472         * inseturl.C: ... and do it here instead
1473
1474 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1475
1476         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
1477
1478         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
1479
1480         * insetcollapsable.[Ch] (getLabelList): implement
1481
1482         * insettext.[Ch] (getLabelList): implement
1483
1484         * insettext.h: reindent
1485
1486         * insettabular.h: make tabular a scoped_ptr
1487
1488         * insettext.C (init): adjust for cursor_visible
1489         (ToggleInsetCursor): constify asc and desc, font, adjust for
1490         cursor_visible
1491         (ShowInsetCursor): constify asc and desc, font, adjust for
1492         cursor_visible
1493         (HideInsetCursor): adjust for cursor_visible
1494
1495         * insettabular.C: reindent some
1496         (InsetTabular): adjust for scoped_ptr and cursor_visible
1497         (InsetTabular): ditto
1498         (~InsetTabular): delete delete
1499         (Clone): adjust for scoped_ptr
1500         (Read): constify old_format, adjust for scoped_ptr, move init of
1501         token
1502         (draw): constify tx, localize loop vars.
1503         some other localization of variables, remove double initilizatons.
1504         
1505         * insetfoot.C: remove using std::ostream, add ostream where needed
1506
1507 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1508
1509         * lyxinset.h: some reindentaion, use initializer list for
1510         constructro.
1511         UpdatableInset: make cursor_visible a private var add
1512         public isCursorVisible(), add protected toggleCursorVisible() and
1513         proctected setCursorVisible(bool), make scroll call the Inset::scroll
1514
1515         * insettoc.C: remvoe using decl
1516         (getScreenLabel): make cmdname donst
1517         (LyxCode): ditto
1518         (Ascii): ditto
1519         (Ascii): don't use endl
1520
1521         * insetfootlike.C: remove using decl at file scope and add std::
1522         where needed
1523         * insetmarginal.C: ditto
1524
1525         * insetfoot.C: some reformatting
1526
1527         * insetfloat.C (InsetButtonRelease): adjust the hit area
1528
1529         * insetert.C (SetFont): some reformatting
1530
1531         * insetcollapsable.C: some reformatting and constification
1532         (Clone): comment out.
1533         * insetcollapsable.h: some reformatting
1534         (Clone): comment out.
1535         
1536         * inset.C: reindent
1537         (scroll): simplify
1538
1539 2001-03-30  Juergen Vigna  <jug@sad.it>
1540
1541         * insetcollapsable.h: changen *inset to be a InsetText inset.
1542         
1543         * some files: changed to reflect the above change.
1544
1545 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1546
1547         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
1548         InsetExternal::Params.
1549         Added operator==() and operator!=() for the Params struct.
1550
1551 2001-03-29  Juergen Vigna  <jug@sad.it>
1552
1553         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
1554         BufferView *.
1555
1556         * insetminipage.C: removed widthp_ and all it's functions and changed
1557         to use new %-lengths of LyXLength.
1558
1559 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1560
1561         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
1562
1563 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1564
1565         * insetgraphicsParams.C (operator!=): new function, needed by the
1566         ControlGraphics class.
1567
1568 2001-03-28  Juergen Vigna  <jug@sad.it>
1569
1570         * insettext.C (InsetButtonPress): only enter !inset if button == 2
1571         (checkAndActivateInset): don't use the values returned from
1572         call to bv->checkInsetHit.
1573
1574         * insetminipage.C (Clone): set special minipage values.
1575
1576         * insetcollapsable.C (draw): changed to draw the button in the
1577         upper left corner outside the textinset.
1578         (ascent): changed because of different drawing 
1579         (descent): ditto
1580         (width): ditto
1581         (Edit): ditto
1582         (InsetButtonPress): ditto
1583         (InsetButtonRelease): ditto
1584         (InsetMotionNotify): ditto
1585
1586 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
1587
1588         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
1589         contain a suffix.
1590         (Clone): ditto
1591
1592 2001-03-26  Juergen Vigna  <jug@sad.it>
1593
1594         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
1595
1596         * insettext.C (ShowInsetDialog): implemented above function.
1597
1598         * insettabular.C (ShowInsetDialog): ditto
1599
1600         * insetminipage.C (ShowInsetDialog): ditto
1601
1602 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1603
1604         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
1605         InsetInclude::Params. Don't store a buffer * in Params. Store the
1606         master file name instead.
1607
1608 2001-03-23  Juergen Vigna  <jug@sad.it>
1609
1610         * insetcollapsable.C (InsetMotionNotify):
1611         (InsetButtonRelease): 
1612         (InsetButtonPress): fixed y-offset (minipages).
1613
1614         * insettext.C (draw): force a FULL update if cleared == true.
1615
1616         * insetcollapsable.C (draw): Lars forgotten entry for changing this
1617         routine to draw the minipages on its position-flag.
1618         (InsetInInsetY): give back the right y position, because of minipage
1619         position-flag.
1620
1621 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1622
1623         * insetfloat.h
1624         * insetfloat.C (DocBook): docbook export code.
1625
1626 2001-03-22  Juergen Vigna  <jug@sad.it>
1627
1628         * insetminipage.C (getMaxWidth): added function to set the drawing
1629         width!
1630         (Read): should work now!
1631
1632         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
1633         if we create a new inset.
1634
1635 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1636
1637         * figinset.C (fl_set_preemptive_callback): moved definition outside
1638         of namespace anon.
1639
1640 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1641
1642         * insetminipage.C (Read): prepare for reading of minipage arguments.
1643
1644 2001-03-18  Baruch Even  <baruch@lyx.org>
1645
1646         * insetgraphics.C: Minor cleanups of the comments and code.
1647
1648 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1649
1650         * insetminipage.C (InsetMinipage): default to not collapsed
1651
1652 2001-03-16  Juergen Vigna  <jug@sad.it>
1653
1654         * insetminipage.C (width): modified with to be a string
1655         (widthp): added widthp (for % width) support functions.
1656         (InsetButtonRelease): added to open the options dialog on button==3.
1657         (~InsetMinipage): added to hide the dialog.
1658
1659         * insetminipage.h: added hideDialog signal
1660
1661 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1662
1663         * insetminipage.h: change the order or Position to match
1664         LyXParagraph::MINIPAGE_ALIGNMENT
1665
1666         * several files: remvoe CXX_WORKING_NAMESPACES
1667
1668         * ExternalTemplate.h: noncopyable is in namespace boost
1669         * insetinclude.h: ditto
1670         * insetcommand.h: ditto
1671
1672 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1673
1674         * insettext.C (Edit): #else# -> #else.
1675         * insettoc.C: added using directive.
1676
1677 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1678
1679         * insetminipage.h: add pos, inner_pos, width and height. + getters
1680         and setters for all of them.
1681
1682 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1683
1684         * insetinclude.C (Latex): Do not exit when the textclass of the
1685         included file differ from the textclass of the parent file.
1686
1687 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1688
1689         * ExternalTemplate.C (read): the reading of external insets now checks
1690         for \end_inset and removes it form the input stream.
1691
1692 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1693
1694         * ExternalTemplate.h:
1695         * ExternalTemplate.C:
1696         * insetexternal.h:
1697         * insetexternal.C: move form to GUII
1698
1699 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1700
1701         * insetinclude.h:
1702         * insetinclude.C: add InsetIncludeParams, use
1703         composition rather than derivation of InsetCommand
1704
1705 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1706
1707         * insettoc.C (Ascii): use the Buffer typedefs
1708
1709 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1710
1711         * insettoc.C (Ascii): implement for dynamic number of lists
1712
1713         * insetcaption.[Ch]: update from new_insets branch
1714         * insetfloat.[Ch]: ditto
1715         
1716 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1717
1718         * insetexternal.C:
1719         * figinset.C: use new File Dialog
1720
1721 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1722
1723         * insettext.C: changes becuase of ParagraphParameters.
1724
1725 2001-02-28  Baruch Even  <baruch@ev-en.org>
1726
1727         * insetgraphics.C (updateInset): Changed due to the change in
1728         GraphicsCache.
1729
1730 2001-02-26  Juergen Vigna  <jug@sad.it>
1731
1732         * insettext.C (SetFont): Set Undo only if we have selection (as it is
1733         handled in LyXText).
1734
1735 2001-02-23  Juergen Vigna  <jug@sad.it>
1736
1737         * insettext.C (draw): some small repainting fixes.
1738         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
1739
1740         * inset.C (LocalDispatch): changed action to be a kb_action (as it
1741         should be) and not an int.
1742         
1743         * insettabular.C (LocalDispatch): ditto
1744
1745         * insettext.C (LocalDispatch): ditto
1746
1747         * insetcollapsable.C (LocalDispatch): ditto
1748
1749 2001-02-22  Juergen Vigna  <jug@sad.it>
1750
1751         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
1752         DISPATCH it and we don't have a locking_inset.
1753
1754 2001-02-21  Baruch Even  <baruch@ev-en.org>
1755
1756         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
1757         instead of GraphicsCacheItem *.
1758
1759 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1760
1761         * insetcollapsable.C (getLyXText): add const qualifier to second
1762         parameter. 
1763
1764 2001-02-22  Juergen Vigna  <jug@sad.it>
1765
1766         * insettext.C (getLyXText): honor the recursive parameter.
1767         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
1768
1769         * inset.C (getLyXText): added bool recursive parameter.
1770
1771         * insettext.C (SetUpdateStatus): or the update codes.
1772         (draw): check need_update with &.
1773         (InsetButtonPress): set no_selection to not put a selection when
1774         entering an inset and it is redraws in another spot.
1775
1776         * insettext.h: made need_update an int.
1777
1778 2001-02-20  Baruch Even  <baruch@ev-en.org>
1779
1780         * insetgraphics.h:
1781         * insetgraphisc.C: Changed to use better semantics when loading images
1782         for inline view. Now it doesn't keep the pixmap itself but it's holder.
1783
1784 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1785
1786         * insetcommand.h:
1787         * inseterror.h:
1788         * insetgraphics.C: change name of "hide" signal to "hideDialog",
1789         consistent with InsetTabular.
1790         
1791 2001-02-19  Juergen Vigna  <jug@sad.it>
1792
1793         * insettabular.C (LocalDispatch): implement PAGE up/down.
1794
1795         * insettext.C (draw): clear all of it on need_update==INIT too!
1796
1797         * insettabular.C (InsetUnlock): always clear the selection.
1798
1799         * inset.C (scroll): normally we only want to scroll the inset until
1800         it is fully visible so if top_x + offset > 20 then just set scx to 0.
1801
1802 2001-02-14  Juergen Vigna  <jug@sad.it>
1803
1804         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
1805         (resetPos): fixed scroll behaviour.
1806         (LocalDispatch): do an update if moving cursor inside a table cell
1807         requests a scroll of the tabular.
1808
1809 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1810
1811         * insettext.C (textWidth): constify local var
1812
1813         * insettabular.C: small cleanup.
1814
1815         * insetfoot.C (Latex): constify local var
1816
1817         * insetcollapsable.C: small cleanup.
1818
1819         * figinset.C (runqueue): use compare instead of strcmp
1820
1821 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1822
1823         * insettext.C:
1824         * insetinfo.C: remove cruft
1825
1826 2001-02-14  Juergen Vigna  <jug@sad.it>
1827
1828         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
1829
1830 2001-02-13  Juergen Vigna  <jug@sad.it>
1831
1832         * insettext.C (InsertInset): don't move left (is this right?)
1833
1834         * insettabular.C (LocalDispatch): use of the no_draw variable
1835
1836         * insettabular.h: new no_draw variable to stop redraw
1837
1838         * insettabular.C (TabularFeatures): fixed update for alignment change
1839
1840 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1841
1842         * insetinclude.C:
1843         * insetbib.h:
1844         * insetbib.C: move dialogs to frontends/
1845
1846 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1847
1848         * insettext.C (LocalDispatch): Restore the language if the inset
1849         becomes empty.
1850
1851 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1852
1853         * insettext.C (moveRightIntern): Update the selection cursor.
1854         (moveLeftIntern): Ditto.
1855
1856 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1857
1858         * Makefile.am: remove BoundingBox.h
1859
1860         * BoundingBox.h: removed
1861
1862 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
1863         
1864         * insettext.C (LocalDispatch): Update selection cursor when moving 
1865         cursor to the right.
1866         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
1867         (moveLeftIntern): Ditto.
1868
1869 2001-02-05  Baruch Even  <baruch.even@writeme.com>
1870
1871         * insetgraphics.C: Updated automatic image conversion, it now goes into
1872         temporary directory instead of with the image itself.
1873
1874 2001-01-21  Baruch Even  <baruch@ev-en.org>
1875
1876         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
1877         to EPS or PNG when needed (support bitmap graphics).
1878
1879 2000-11-02  Baruch Even  <baruch@ev-en.org>
1880
1881         * insetgraphics.C:
1882         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
1883         and removal of commented out code.
1884
1885 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1886
1887         * insetbib.C (callback): Update citations if the key has changed.
1888
1889 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1890
1891         * insetbib.C (InsetBibKey): Better computation of default key.
1892         (getScreenLabel) Show both the key and the label.
1893         (getBibLabel): New method.
1894         (callback): Force a redraw if the inset have been changed.
1895
1896 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1897
1898         * insetref.C (getType, getName): Move methods from 
1899         src/frontends/xforms/FormRef.C.
1900
1901 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1902
1903         * insettabular.C: Various improvements (use only one dummy position).
1904
1905 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
1906
1907         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
1908         par->bibkey->width. This fixes the crashes when running without
1909         gui or when having included documents.
1910
1911 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
1912
1913         * insetcommand.C (getAsString, setFromString): Cleanup.
1914
1915 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
1916
1917         * insetref.C: Add the array InsetRef::types that contains
1918         information about all supported reference types.
1919
1920 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1921
1922         * lyxinset.h: remove trailing comma in enum.
1923
1924 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
1925
1926         * insettext.C: kill LyXBell.