]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
f10e3d7c8ae02edb7073b0931a57f36ad4a7245e
[lyx.git] / src / insets / ChangeLog
1 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
4         $\backslash$ and pass a "string const &" to the function.
5         (prepareFile, latex): use Path rather than MakeAbsPath.
6
7 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
8
9         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
10         proper fix to the graphics cache.
11         (latex): "really" nice output if the file is not found ;-)
12
13 2002-03-26  Juergen Vigna  <jug@sad.it>
14
15         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
16         (collapseParagraphs): fixed inserting of separator ' '
17
18         * insettabular.C (insertAsciiString): only check for buffer lenght
19         not if we have \t or \n inside the buffer as if we don't have we only
20         have 1 cell and that's it!
21
22         * insetert.C (close): don't collapse if inlined.
23
24 2002-03-25  Herbert Voss  <voss@lyx.org>
25
26         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
27         graphics file does not exist.
28
29 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
30
31         * insetgraphics.C (prepareFile): ensure that the file has an absolute
32         path when preparing export.
33
34         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
35         no longer MakeRelPath.
36
37 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
38
39         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
40         Used to determine the absolute path to the graphics file in the
41         graphics cache and only in the graphics cache.
42         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
43         make graphics file name absolute if it is stored as a relative path.
44
45         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
46         make graphics file name absolute if it is stored as a relative path.
47
48         * insettext.C (edit): emit an updateParagraph signal on entering a text
49         inset. Needs to be emitted when leaving the inset also.
50
51 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
52
53         * all files: ws cleanup
54
55         * Makefile.am: remove ld -r stuff
56
57 2002-03-21  Juergen Vigna  <jug@sad.it>
58
59         * insettext.C (appendParagraphs): new function added to append
60         the paragraphs to this insets paragraphs.
61
62 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
63
64         * Makefile.am: special rules if partial linking
65
66 2002-03-19  Juergen Vigna  <jug@sad.it>
67
68         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
69
70 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
71
72         * insetgraphics.C: Clean up Baruch's comments a little.
73         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
74
75 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
76
77         * insettabular.C:
78         * insettheorem.C: wrap warnings
79
80         * insetgraphics.C: improve messages, move cached_status_
81           setting to safer place
82
83 2002-03-18  Juergen Vigna  <jug@sad.it>
84
85         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
86         calls.
87         (localDispatch): ditto
88
89         * insettext.C (edit): removed unneeded showCursor calls.
90         (localDispatch): ditto.
91
92 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
93
94         * insetgraphics.h: remove display() method.
95
96 2002-03-11  Juergen Vigna  <jug@sad.it>
97
98         * insetgraphics.C (draw): hack to fix the redrawing bug.
99         (draw): seems this fixes #268 (force redraw of row if we changed).
100
101         * insettext.C (updateInsetInInset): fixed for updates in insets inside
102         this inset text (don't know why I missed this earlier).
103
104 2002-03-08  Juergen Vigna  <jug@sad.it>
105
106         * insettabular.C (updateLocal): do a FULL update if we're not locked
107         and only a CELL update is asked.
108
109         * insettext.C (updateInsetInInset): update insets inside inset also
110         if it isn't inside the_locking_inset.
111
112         * insettabular.C (updateInsetInInset): ditto.
113
114 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
115
116         * insetexternal.C (doSubstitution): check whether we are using a
117         temp dir for defining $$FPath
118
119 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
120
121         * insettabular.C:
122         * insettext.C: remove #include "WorkArea.h".
123
124 2002-03-06  Juergen Vigna  <jug@sad.it>
125
126         * insettext.C (draw): fixed frame redrawing.
127         (clear): forgot to set the inset_owner of the paragraph.
128
129         * insetert.C (status): pay attention the bv can be 0 here!
130         (getMaxWidth): add the default leftMargin
131
132 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
133
134         * insetert.C (getMaxWidth): make w unsigned int.
135
136 2002-03-05  Juergen Vigna  <jug@sad.it>
137
138         * insetert.C (status): change behaviour of Inlined.
139         (getMaxWidth): added for new inlined behaviour.
140
141 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
142
143         * insetnote.h (linuxdoc, docbook): add empty methods.
144         * insetinclude.C (validate): fix a case where buffer->niceFile was used
145         before being initialized.
146
147 2002-03-05  Juergen Vigna  <jug@sad.it>
148
149         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
150         only that one in the inset. Should be enough.
151         (updateLocal): set the selection cursor always if we don't have a
152         selection to be sure it's set!
153
154         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
155
156 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
157
158         * insettext.C (clear): a gross hack to set layout on a newly
159         created paragraph.
160
161 2002-03-04  Juergen Vigna  <jug@sad.it>
162
163         * insettabular.C (localDispatch): inserted handling of
164         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
165         (insertAsciiString): new helper function.
166
167 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
168
169         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
170         argument.
171
172 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
173
174         * insettext.C (InsetText): initalize newly created par with
175         default layout. add bufferparams parameter
176         first -> first_y
177
178         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
179         * insetcollapsable.[Ch] (InsetCollapsable): ditto
180         * insetert.[Ch] (InsetERT): ditto
181         * insetfloat.[Ch] (InsetFloat): ditto
182         * insetfoot.[Ch] (InsetFoot): ditto
183         * insetfootlike.[Ch] (InsetFootLike): ditto
184         * insetmarginal.[Ch] (InsetMarginal): ditto
185         * insetminipage.[Ch] (InsetMinipage): ditto
186         * insetnote.[Ch] (InsetNote): ditto
187         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
188
189 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
190
191         * insettext.C: layout as string
192
193         * insetinclude.C: layout as string
194
195         * insetert.C: layout as string
196
197         * insetbib.C: layout as string
198
199 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
200
201         * insetert.C:
202         * insettabular.C: remove #include "lyx_gui_misc.h".
203
204 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
205
206         * Makefile.am:
207         * figinset.h:
208         * figinset.C:
209         * inset.h: remove figinset, yahoo !
210
211 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
212
213         * insetgraphics.C (c-tors): initialise parent classes explicitly in
214         copy c-tor and initialise member variables in the correct order.
215
216 2002-02-28  Juergen Vigna  <jug@sad.it>
217
218         * insettabular.C (localDispatch): clear selection on PgUp/Down.
219
220 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
221
222         * inset.h: ... and add a better one here.
223
224         * insetcommand.C (insetButtonRelease): remove that one which was a
225         bit broken...
226
227 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
228
229         * insetcommand.C (insetButtonRelease): ... and move it here.
230
231         * inseturl.h: remove insetButtonRelease from there...
232
233 2002-02-26  Juergen Vigna  <jug@sad.it>
234
235         * inseturl.h: Added a insetButtonRelease call returning true as
236         prove of concept.
237
238         * insetlabel.C (edit): Fixed wrong update handling after change I
239         leave in the wrong code for the one who wrote it to remove and have
240         a look what he did wrong.
241
242         * insettabular.C (localDispatch): force a SELECTION update if we
243         had a selection and we passed the event down to the inset (fix #213)
244         (localDispatch): handle font changing stuff when we have a cell
245         selection so that the selection is not rewoked. I don't really like
246         this fix, but it's the only way I see to do it right now.
247
248 2002-02-22  Juergen Vigna  <jug@sad.it>
249
250         * insettext.C (insetUnlock): set the cursor to the second paragraph
251         if available and if the first one is empty (fix #191).
252
253 2002-02-20  Juergen Vigna  <jug@sad.it>
254
255         * insettext.C (getDrawFont): implemented this function to call the
256         one of the owner if present as the owner normally knows what to do
257         with us.
258
259         * insetert.C: implement getDrawFont() function and comment out all
260         the crap for setting a special latex font inside this inset.
261         (InsetERT): added a Lanugage parameter to this constructor.
262
263         * inset.h: added function getDrawFont(LyXFont & font) to be able to
264         change the font for being drawn on screen (used only in InsetERT for
265         now).
266
267         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
268         and also above (was missing).
269         (updateLocal): don't remove the cell selection if we have one this
270         should be done where we really want to remove it.
271
272 2002-02-20  José Matos  <jamatos@fep.up.pt>
273
274         * insetinclude.h: include_label made string const.
275
276         * insetinclude.C (InsetInclude): moved include_label initialization.
277         (linuxdoc):
278         (docbook):
279         (validate): fix support for temporary directory, for docbook and
280         linuxdoc.
281
282         * insetgraphics.h : new private member, graphic_label, that holds
283         the entity name that defines the graphics location (SGML).
284
285         * insetgraphics.C (unique_id): new function to give a unique label
286         for graphic.
287         (docbook):
288         (validate): the file locatation is given by an entity reference.
289
290 2002-02-18  Herbert Voss  <voss@lyx.org>
291
292         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
293
294 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
295
296         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
297         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
298
299 2002-02-18  José Matos  <jamatos@fep.up.pt>
300
301         * insetinclude.C (validate): some code only applies to latex buffers,
302         it was made conditional.
303
304 2002-02-12  Herbert Voss  <voss@lyx.org>
305
306         * insetgraphics.C: (prepareFile) do not check at this time
307         if the file is present.
308
309 2002-02-12  Herbert Voss  <voss@lyx.org>
310
311         * insetgraphics.C: latex(), return the correct newlines
312
313 2002-02-13  José Matos  <jamatos@fep.up.pt>
314
315         * inseturl.C (docbook): escape & in url.
316
317 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
318
319         * insetspecialchar.C (isLineSeparator): line breaking is allowed
320         after HYPHENATION and MENU_SEPARATOR
321
322         * inset.h (isLineSeparator): new method, returns false by default.
323
324 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
325
326         * insetert.C (status): do not update the text inset, but the ERT
327         inset.
328
329 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
330
331         * insetnote.C: use notebg for background
332
333 2002-02-08  Herbert Voss  <voss@lyx.org>
334
335         * insetgraphic.C:
336         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
337         prevent LyX from unzipping when this should be handled
338         by latex vis the graphic.cfg.
339         clean up the code
340
341 2002-02-08  Herbert Voss  <voss@lyx.org>
342
343         * insetgraphic.C: prepareFile(): fix bug when file doesn't
344         exists, than return filename with extension
345
346 2002-02-06  Herbert Voss  <voss@lyx.org>
347
348         * insetgraphic.C: prepareFile(): don't convert the file, when
349         it's not viewed in LyX. Saves a lot of time when opening a
350         document!
351
352 2002-02-05  Herbert Voss  <voss@lyx.org>
353
354         * insetgraphic.C:
355         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
356         and adding a rotate bool similiar to subcaption
357
358 2002-02-04  Herbert Voss  <voss@lyx.org>
359
360         * insetgraphic.C:
361         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
362         similiar view to the LaTeX one. Get zipped files work.
363
364 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
365
366         * insetgraphicsParams.C (init): set display to DEFAULT.
367         No longer #include "lyxrc.h".
368
369 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
370
371         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
372         for now (so that the code compiles).
373
374 2002-02-02  Herbert Voss  <voss@lyx.org>
375
376         * insetgraphic.C: delete inVariant() and some minor changes
377         * insetgraphicsParams.[C]:
378
379 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
380
381         * insetgraphics.C (updateInset): if params.display == DEFAULT,
382         interogate lyxrc.display_graphics before diaplaying the graphic.
383
384         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
385         InsetGraphicsParams::DisplayType.
386
387 2002-01-31  Herbert Voss  <voss@lyx.org>
388
389         * insetgraphic.C: (readfigInset) set display to pref-default
390
391 2002-01-30  Herbert Voss  <voss@lyx.org>
392
393         * insetgraphic.C: get the filetyp from it's contents
394         * insetgraphicparams.C: add token scale and lyxrc.display when
395         creating a new inset
396
397 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
398
399         * figinset.C: added using std::ios directive.
400
401 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
402
403         * figinset.C (runqueue): open translation file in binary mode (for
404         cygwin).
405
406 2002-01-27  Herbert Voss  <voss@lyx.org>
407
408         * insetgraphic.[Ch]: mostly newritten to support graphicx with
409         all options and to be sure that the old figinsets are correct
410         converted.
411         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
412         structure and to support all lengths as LyXLength. The Parameter
413         structure changed again, but reading of "old" 1.2 graphic insets
414         is no problem.
415
416 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
417
418         * insetert.h (forceDefaultParagraphs): Added
419
420 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
421
422         * insettabular.C (getMaxWidth):
423         (forceDefaultParagraphs): use Tabular::GetCellFromInset
424
425 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
426
427         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
428         of LyXLength::inPixels
429
430         * inset.C (latexTextWidth):
431         * insetminipage.C (latexTextWidth): new method, which implements
432         the equivalent of the LaTeX macro \textwidth
433
434         * insetminipage.C (getMaxWidth): use latexTextWidth
435
436 2002-01-18  Juergen Vigna  <jug@sad.it>
437
438         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
439
440 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
441
442         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
443
444         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
445         instead of string
446
447 2002-01-17  Juergen Vigna  <jug@sad.it>
448
449         * insettabular.C (lockInsetInInset): same change as in insettext.
450
451         * insettext.C (draw): width() function was called without setting
452         the right top_x which could lead to wrong insetWidth setting!
453         (lockInsetInInset): call edit instead of calling lockInset if we
454         have to lock an inset inside!
455         (edit): we have to also tell the inset that we have to redraw the
456         frame on an edit call if this inset draws a frame only if locked.
457
458 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
459
460         * insetbib.C (getFiles): uncomment Path variable.
461
462 2002-01-16  Juergen Vigna  <jug@sad.it>
463
464         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
465         of wrong cell.
466
467 2002-01-16  Allan Rae  <rae@lyx.org>
468
469         * insetinclude.C (docbook): someone forgot a ";"
470
471 2002-01-16  José Matos  <jamatos@fep.up.pt>
472
473         * figinset.C (docbook): removed a old place holder "@".
474         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
475         * insetinclude.C (linuxdoc): if include is verbatim, then export the
476         ascii text version, clearly guarded inside a CDATA section.
477         (docbook): in docbook 4, inlinegraphics is empty.
478         * insettabular.C (linuxdoc): export the ascii version of the table
479         inside a CDATA section.
480
481 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
482
483         * insetparent.C (InsetParent):
484         * insetgraphicsParams.C (Write):
485         (Read):
486         * insetgraphics.C (prepareFile):
487         (readFigInset):
488         (docbook):
489         * insetexternal.C (executeCommand):
490         (doSubstitution): use Buffer::filePath
491
492         * insetbib.C (getFiles): add a #warning for Angus
493
494         * insetgraphics.C: Add a remark about how filenames should be
495         considered to be relative to buffer (but absolute is still allowed)
496         (draw): do not try to get status if lyxrc.use_gui is false
497
498 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
499
500         * inset.[Ch]:
501         * insetcollapsable.[Ch]:
502         * insettabular.[Ch] (searchForward, searchBackward): change the
503         bool const & params to bool.
504
505         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
506         to avoid the name clash with InsetCollapsable's methods of the same
507         names but different functionality.
508
509 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
510
511         * insettext.C (ascii): use lyx::count rather than countChar.
512
513 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
514
515         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
516
517 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
518
519         * insetgraphics.C (updateInset): do not try to render image if
520         lyxrc.use_gui is false (bug #104)
521
522         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
523         if file does not exist
524
525         * figinset.C (browseFile): add shortcuts to directory buttons
526
527         * insettext.C (updateLocal): update menubar and toolbar here too.
528
529 2002-01-13  Allan Rae  <rae@lyx.org>
530
531         * insettabular.C (InsetTabular): Both constructors now initialise
532         all class variables.
533
534 2002-01-11  Juergen Vigna  <jug@sad.it>
535
536         * insettext.C (insetButtonPress): set the_locking_inset to 0.
537
538 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
539
540         * insettabular.C (getStatus): add forgotten brace around multiline
541         if statement.
542
543 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
544
545         * insetfloat.C (validate): require "float" instead of "floats".
546
547 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
548
549         * insettabular.C (getStatus): use FuncStatus
550
551 2002-01-08  Juergen Vigna  <jug@sad.it>
552
553         * insettabular.C (insetButtonRelease): now this should work too
554         correctly.
555
556         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
557         if the width is a percentage.
558
559         * inset.h: added isChar() function and implemented this for
560         insetspecialchar insetquotes and insetlatexaccent.
561         added forceDefaultParagraphs() and implemented it for insettabular.
562
563 2002-01-07  Juergen Vigna  <jug@sad.it>
564
565         * insettext.C (getLyXText): Fixed this function. An insert into the
566         map is only done if we REALLY have a new BufferView.
567
568 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
569
570         * insettext.C: fix bug illustrated by attachment #37 of bug #59
571
572 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
573
574         * insetinclude.C: fix use of FileInfo
575
576 2002-01-07  Juergen Vigna  <jug@sad.it>
577
578         * insettabular.C (draw): fixed clearing of cell around inset.
579
580 2002-01-05  Juergen Vigna  <jug@sad.it>
581
582         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
583         variables are updated.
584
585         * insettabular.C (resetPos): set always the inset_y as it may be
586         needed in another function.
587         (searchBackward): don't draw while searching.
588
589 2002-01-04  Juergen Vigna  <jug@sad.it>
590
591         * insettext.C (lockInsetInInset): forgot to set a cursor.
592
593 2002-01-02  Juergen Vigna  <jug@sad.it>
594
595         * insettext.C (insertInset): make the correct undo informations on
596         inserting new insets.
597
598 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
599
600         * insettabular.C: correct single-cell select vertically
601
602 2001-12-27  Juergen Vigna  <jug@sad.it>
603
604         * insettabular.C (ascii): export as tab-separated-values if the
605         function was not called from export (f.ex.: clipboard).
606
607         * insetcollapsable.h: added default support for ascii, linuxdoc and
608         docbook export (the insettext is exported by default!)
609
610         * insettabular.C (copySelection): suff the clipboard with the tabular
611         data in a tab separated format, seems more naturals then with all the
612         formating.
613
614 2001-12-24  Juergen Vigna  <jug@sad.it>
615
616         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
617         to check for REAL mouseMotion.
618
619 2001-12-20  Juergen Vigna  <jug@sad.it>
620
621         * inset.C (cursor): return the owners cursor if available instead of
622         always only the bv->text->cursor.
623
624         * insettabular.C (checkLongtableSpecial): works now.
625
626 2001-12-19  Juergen Vigna  <jug@sad.it>
627
628         * insettabular.C (tabularFeatures): fix the row setting of ltt as
629         this has to be always row + 1 as 0 means not selected!
630         (checkLongtableSpecial): added
631         (tabularFeatures): better longtable options support
632
633         * insettext.C (resizeLyXText): reinit the text always also on a
634         empty insettext!
635
636 2001-12-18  Juergen Vigna  <jug@sad.it>
637
638         * insettext.C (updateInsetInInset): look if we have to autocollapse
639         paragraps and return if the update is requested for ourself.
640
641         * insetert.C (status): update the insettext not myself as that is what
642         we need.
643
644         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
645         function only return if the update was requested with myself.
646
647         * insettext.C (insetButtonPress): fixed stupid bug.
648         (various functions): pay attention that lt is cleared BEFORE calling
649         updateLocal() and try to use it in the right manner (don't use it
650         if it's not really neccessary!)
651         (collapseParagraphs): insert a blank between collapsing paragraphs
652         if neccessary (not already there!).
653
654 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
655
656         * insettabular.C: move includes around a bit, add a couple of
657         consts.
658
659         * insettext.[Ch]: move includes around a bit, other ws changes and
660         small stuff.
661
662 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
663
664         * insettext.C (insetButtonRelease): fix compile problem
665
666 2001-12-17  Juergen Vigna  <jug@sad.it>
667
668         * insettext.C (insetButtonPress): set the selection cursor!
669         (insetButtonPress): clear the selection (and set with that the
670         selection.cursor) if we only hit an inset!
671
672         * insetert.C (read): removed piece of compatibility code only needed
673         for 1.2.0.
674
675         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
676         can be opened.
677
678         * insetcollapsable.C (insetButtonRelease): changed so that it can
679         open eventual existing popup dialogs on mousebutton==3.
680
681         * insetfloat.C (insetButtonRelease): removed not needed anymore!
682
683         * insetminipage.C (insetButtonRelease): removed not needed anymore!
684
685         * inset.C (insetButtonRelease): return a bool for telling the outer
686         world that we opened a dialog.
687
688 2001-12-07  Juergen Vigna  <jug@sad.it>
689
690         * insettext.C (paragraph): remove the deleteing of paragraphs as
691         it was a WRONG move!
692
693 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
694
695         * insettabular.h:
696         * insettabular.C: use new setSelection(). Allow
697           selection of single cells.
698
699 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
700
701         * insetquotes.C (latex): fix to use the local language setting at
702         the point where the inset is inserted (different macros for
703         different french packages)
704
705 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
706
707         * inset.h: add par_owner_ member variable and parOwner
708         setter/accessor.
709
710 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
711
712         * insettabular.C (everywhere): adapt because widths are now real
713         widths and not strings
714
715         * insettext.C (draw): re-introduce the calls to width(), ascent()
716         and descent() to initialize the caching variables.
717
718 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
719
720         * insettext.C (draw):
721         (drawFrame): use insetWidth instead of last_width
722
723         * insettext.h: remove variable last_width (insetWidth is exactly
724         the same) and last_height (computed but never used!)
725
726 2001-12-10  Allan Rae  <rae@lyx.org>
727
728         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
729
730 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
731
732         * insettext.C (insetAllowed): add comment
733
734 2001-12-05  Juergen Vigna  <jug@sad.it>
735
736         * insettext.C (insetAllowed): fixed for the case that we directly
737         ask the insettext from its LyXText.
738         (paragraph): fixed the crash when assigning the par->next() from
739         the EmptyParagraphMechanism!
740
741 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
742
743         * insetbib.C:
744         * insettabular.C:
745         * insettext.C: change "while(" to "while ("
746
747 2001-12-04  Juergen Vigna  <jug@sad.it>
748
749         * insetert.C (edit): handle Inlined status.
750
751         * insettext.C (insertInset): trying John's fix for the trailing cursor
752
753         * insetert.C (insetButtonPress): added to handle inlined status
754         (insetMotionNotify): ditto.
755
756         * insettext.C (clearInset): changed Painter & in BufferView * param,
757         to be able to call ascent,descent methods.
758
759 2001-12-03  Juergen Vigna  <jug@sad.it>
760
761         * insettext.C (updateInsetInInset): use lt variable to forbid
762         changes of LyXText in an update call.
763         (updateInsetInInset): fixed updating of non locked insets!
764
765 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
766
767         * insettabular.C: capture some more functions to prevent
768         selection drawing problems. Bug #451274
769
770 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
771
772         * insetgraphics.C:
773         * insetgraphicsParams.C: fix inverted sense of float_equal
774
775 2001-11-30  Juergen Vigna  <jug@sad.it>
776
777         * insettabular.C (InsetTabular): use the save_id flag to create also
778         the tabular with the same id's.
779
780         * insettext.C (setParagraphData): added a same_id function for undo
781         to set the same paragraph id's as of the paragraph we are setting.
782
783 2001-11-30  José Matos <jamatos@fep.up.pt>
784
785         * inseturl.[Ch]:
786         * insettoc.[Ch]: DocBook -> docbook.
787
788 2001-11-29  André Pönitz <poenitz@gmx.net>
789
790         * inseterror.C:
791         * insettext.C: further reduction of header dependencies by using
792         lyx::layout_type and lyx::textclass_type from support/types.h
793
794 2001-11-29  Juergen Vigna  <jug@sad.it>
795
796         * insettext.C: inserted a reinitLyXText function everywhere I delete
797         the paragraphs! This should fixe the crashes we had.
798         Also use the new function firstRow() instead of getRowNearY(dummy_y)
799         (paragraph): set the InsetOwner() of the new paragraphs!
800
801 2001-11-28  André Pönitz <poenitz@gmx.net>
802
803         * insetnote.C: add pos initialization that I removed without
804           knowing what I did.
805
806 2001-11-28  Juergen Vigna  <jug@sad.it>
807
808         * insettabular.C (resetPos): hack to not crash with infinite paints.
809
810         * insettabular.h: insert missing function allowSpellcheck()!
811
812         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
813
814 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
815
816         * insetfloatlist.h:
817         * insetfloatlist.C: derive from InsetCommand so gui can use it
818           easily
819
820 2001-11-26  André Pönitz <poenitz@gmx.net>
821
822         * insettext.[Ch]:
823         * insetert.C:
824         * insetnote.C: reduce header dependencies, introduce type for
825         positions
826
827 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
828
829         * various: update for Alert.h
830
831 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
832
833         * inset.h: fix comment
834
835         * insettext.C: use par->isInset()
836
837 2001-11-22  Allan Rae  <rae@lyx.org>
838
839         * insetcollapsable.h:
840         * inset.h: Changes to checkInsertChar() behaviour.
841         Now return value indicates whether chars can be inserted.
842
843 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
844
845         * various:  updated to use the new LaTeXFeatures
846
847 2001-11-14  José Matos  <jamatos@fep.up.pt>
848
849         * insetspecialchar.C (linuxdoc):
850         (docbook): don't give a name to a unused variable.
851
852         * insettext.C (docbook): removed unused variable.
853
854 2001-11-13  Herbert Voss  <voss@perce.de>
855
856         * insetgraphic.C: fix scale bug
857
858 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
859
860         * inset.h (isSpace):
861         (isLetter): new virtual methods.
862
863         * insetspecialchar.C (isSpace):
864         (isLetter): implement here.
865
866 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
867
868         * inset.h: new inline helpers
869
870         * insettext.C: use new helpers
871
872 2001-11-07  José Matos  <jamatos@fep.up.pt>
873
874         * insettext.C (docbook): full support for paragraphs inside insettext.
875
876 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
877
878         * insetindex.C: added header file for std::ostream.
879
880 2001-11-03  José Matos  <jamatos@fep.up.pt>
881
882         * insetindex.C: added using std::ostream that I forgot yesterday.
883
884 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
885
886         * insetindex.h (docbook):
887         * insetindex.C (docbook): added support for docbook export.
888
889 2001-11-02  José Matos  <jamatos@fep.up.pt>
890
891         * insetcaption.C(docbook): added support for docbook export.
892
893 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
894
895         * insetexternal.C (updateExternal): Do not run update command if
896         result file exists and is up to date.
897
898         * ExternalTemplate.C (readFormat): Support the updateresult token.
899
900 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
901
902         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
903         external_templates) to use the buffer->fileName() but only if
904         previewing. Generating a TeX file should make FPath return
905         "".
906
907 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
908
909         * insetert.h:
910         * insetert.C: fix some problems
911
912 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
913
914         * insetexternal.C (doSubstitution): Added $$FPath token
915         to list of usable substitutions in external inset templates.
916
917 2001-10-24  Juergen Vigna  <jug@sad.it>
918
919         * insettabular.C: use new ltType struct for setting longtable
920         header and footers also new UNSET enums.
921
922 2001-10-24  José Matos  <jamatos@fep.up.pt>
923
924         * insettabular.C (linuxdoc): Now exports the ascii's table version.
925         (docbook): If the table is not inside a float then wrap it inside
926         <informaltable>...</informaltable>.
927
928 2001-10-23  José Matos  <jamatos@fep.up.pt>
929
930         * insetref.C (docbook): removed / terminator to conform SGML.
931
932         * insetspecialchar.C (linuxdoc):
933         (docbook): Added support for special chars, more than ascii export.
934
935 2001-10-22  Juergen Vigna  <jug@sad.it>
936
937         * insettext.C (checkInsertChar): added for REALLY checking the
938         font of the inserted char in the right inset!
939
940 2001-10-19  Juergen Vigna  <jug@sad.it>
941
942         * inset.h: added method allowSpellcheck() so that insets who do
943         not have anything to spellcheck can tell and so they are over-jumped.
944         Implemented for InsetText and co.
945
946 2001-10-18  Juergen Vigna  <jug@sad.it>
947
948         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
949
950 2001-10-15  José Matos  <jamatos@fep.up.pt>
951
952         * insetert.C: allow export for docbook and linuxdoc
953
954 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
955
956         * insetquotes.C (dispString): handles latin3 and latin4 quotes
957
958 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
959
960         * insetquotes.C (dispString): fix handling of latin9 quotes
961
962 2001-10-03  Juergen Vigna  <jug@sad.it>
963
964         * insetert.C: ditto
965
966         * insetcollapsable.C: change updateInset calls to not tell BV that
967         we have changed status.
968
969 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
970
971         * insettabular.C (deletable): make const
972
973 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
974
975         * insetert.C (latex): Fix the returned value
976
977 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
978
979         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
980         Returns string(), so nothing in an ERT inset is spellchecked.
981
982         * insetgraphics.C (draw): print the filename if not displaying the
983         image.
984         (width): make sure that the width and draw methods are consistent.
985         (updateInset): don't even load the image into cache if not displaying
986         it.
987
988 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
989
990         * various files (selectNextWord): renamed as
991         selectNextWordToSpellcheck.
992
993         * insetgraphics.C (draw): remove the previous change. Right place
994         is in imageLoaderXPM.C.
995         (draw): don't display the image if params.display == NONE.
996
997 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
998
999         * figinset.C (runqueue):
1000         * insetgraphics.C (draw): set background colour of inset from
1001         background to the user-configurable graphicsbg.
1002
1003 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1004
1005         * insetquotes.C (InsetQuotes): when trying to decide the side of
1006         the quote, choose `left' only after a space or '('
1007
1008 2001-09-04  José Matos  <jamatos@fep.up.pt>
1009         * figinset.C
1010         * figinset.h
1011         * insetcaption.C
1012         * insetcaption.h
1013         * insetcollapsable.h
1014         * insetcommand.C
1015         * insetcommand.h
1016         * inseterror.h
1017         * insetert.C
1018         * insetert.h
1019         * insetexternal.C
1020         * insetexternal.h
1021         * insetfloat.C
1022         * insetfloat.h
1023         * insetfloatlist.h
1024         * insetgraphics.C
1025         * insetgraphics.h
1026         * inset.h
1027         * insetinclude.C
1028         * insetinclude.h
1029         * insetlabel.C
1030         * insetlabel.h
1031         * insetlatexaccent.C
1032         * insetlatexaccent.h
1033         * insetquotes.C
1034         * insetquotes.h
1035         * insetref.C
1036         * insetref.h
1037         * insetspecialchar.C
1038         * insetspecialchar.h
1039         * insettabular.C
1040         * insettabular.h
1041         * insettext.C
1042         * insettext.C (docbook): rename docBook method to docbook.
1043
1044 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
1045
1046         * inset.h (getFirstParagraph): New virtual method.
1047
1048 2001-08-20  Herbert Voss  <voss@perce.de>
1049         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
1050         in the the bibtex-database-gui for inserting a line
1051         \addcontentsline...
1052
1053         If no style is given than there is no tex-output.
1054
1055 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
1056
1057         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
1058         files as a vector.
1059         (getKeys): use it.
1060
1061 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
1062
1063         * insetert.C (latex): Fix output for multiple paragraphs.
1064         (write): New code for writing paragraph data.
1065         (read): Set font after reading the inset.
1066         (localDispatch): Call set_latex_font() for more cases.
1067
1068         * insetnote.h: Add empty validate method.
1069         * insetert.h: Ditto
1070
1071         * insetnote.C (InsetNote): Set language to the language of the
1072         document.
1073
1074 2001-08-16  Juergen Vigna  <jug@sad.it>
1075
1076         * insettext.C: implemented the new FINISHED states.
1077
1078         * insettabular.C: ditto
1079
1080         * inset.h: added more FINISHED states for cursor right,up,down
1081
1082 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1083
1084         * insetfloatlist.C: use "FloatName List"
1085
1086 2001-08-14  Juergen Vigna  <jug@sad.it>
1087
1088         * insetert.C (edit): forgot to set status_ in edit calls!
1089
1090 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
1091
1092         * insettext.C: Compilation fix
1093
1094 2001-08-13  Juergen Vigna  <jug@sad.it>
1095
1096         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
1097
1098         * insetcollapsable.C (edit): don't recollapse an already open inset.
1099
1100         * insettext.C: fixed problem when reinitializing LyXText by not doing
1101         it while lt is in use and post this to the next possible time in
1102         getLyXText().
1103         (searchForward): fixed not unlocking of inset if nothing found.
1104         (edit): set cursor behind right (was set -1 pos).
1105
1106         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
1107
1108         * insettabular.C (tabularFeatures): fixed fix where deleting the
1109         last row didn't get the right actcell!
1110
1111 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
1112
1113         * insettext.C (localDispatch): Change language only when the inset
1114         becomes empty.
1115
1116 2001-08-10  Juergen Vigna  <jug@sad.it>
1117
1118         * insettabular.C (selectNextWordInt): use the front using edit call.
1119
1120         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
1121         the parameter overwrite class variable inset.
1122
1123         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
1124
1125         * insettext.C (saveLyXTextState): check for invalid cursor-par.
1126         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
1127
1128         * insettabular.C (calculate_dimensions_of_cells): let's try to call
1129         update only for fixed with cells.
1130         (resetPos): try to fix the lockup on spellchecking or s&r.
1131
1132         * insettext.C (update): comment this out as it seems first wrong
1133         and second not needed anymore!
1134         (some functions): call reinitLyXText() only in update() in all other
1135         positions set only need_update = INIT.
1136
1137 2001-08-08  Juergen Vigna  <jug@sad.it>
1138
1139         * insettabular.C (setPos): fixed wrong actrow < rows() check.
1140
1141         * insettext.C (insetUnlock): remove double-space on inset unlock.
1142
1143         * insetcollapsable.C (draw): fix returned x when label > inset-width.
1144
1145         * insettabular.C (update): fixed cursor positon after an insert.
1146         (insetAllowed): do not allow to insert insets when not inside the
1147         inset!
1148         (draw): clear below an inset too as it could have changed height.
1149
1150         * inset.C (getMaxWidth): fixed width for inset in inset.
1151
1152         * insettext.C (update): small fix.
1153
1154         * insettabular.C (tabularFeatures): added selection support to
1155         DELETE_ROW/DELETE_COLUMN.
1156
1157 2001-08-07  Juergen Vigna  <jug@sad.it>
1158
1159         * inset.C (getMaxWidth): recoded and all it's implementations!
1160
1161         * insettext.C (init,setParagraph+constructors): cleanups
1162         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
1163         are new and I want do a save/restore of the cursor position which is
1164         not possible anymore.
1165
1166         * insetcollapsable.C (searchBackward): recollapse inset if not found.
1167         (searchBackward): ditto
1168         (selectNextWord): ditto
1169
1170 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
1171
1172         * insetlatexaccent.C (checkContents): Add some debug messages
1173
1174 2001-08-07  Juergen Vigna  <jug@sad.it>
1175
1176         * insetert.C (read): don't use InsetCollapsable::read as we don't
1177         write the collapsed status anymore only the status.
1178         (write): ditto.
1179
1180 2001-08-06  Juergen Vigna  <jug@sad.it>
1181
1182         * insetert.C (set_latex_font): use LyXText's setFont directly.
1183
1184         * insettext.C (drawFrame): fixed one time more the right position
1185         and size of the frame!
1186
1187         * insetert.C (~InsetERT): hide the dialog.
1188         (showInsetDialog): added implementation
1189         (open): ditto
1190         (close): ditto
1191         (status): new function for the status of the ERT inset (3-state).
1192         (write): output also the status of the inset for readback!
1193         (read): readback the status if available otherwise use collapsed_.
1194
1195         * insettext.C (edit): small fix of setting the position, which could
1196         have gone < 0.
1197
1198         * insetert.C (width): implement this function for inlined viewing.
1199         Added minimum width of 10 pixels!
1200
1201         * insetminipage.C (InsetMinipage): just change the colors a bit so
1202         that border/background is a bit more visible. We will remove this
1203         anyway for 1.2.0!
1204
1205         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
1206         function for getting the important widths for drawing in various
1207         functions and in LyXText.
1208         (draw): fixed up a bit (frame drawing/clearing)
1209
1210 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1211
1212         * inset.C (convertFont): delete method. not used.
1213
1214 2001-08-03  Juergen Vigna  <jug@sad.it>
1215
1216         * insettext.C (setFont): don't call for a draw update if we're just
1217         changing the cursor font!
1218
1219 2001-08-02  Juergen Vigna  <jug@sad.it>
1220
1221         * insettext.C (draw): clear the background with the right color if
1222         needed. Update myself if x&max-width changed and return without doing
1223         anything. Let the update code handle the right stuff.
1224
1225         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
1226         inside another inset.
1227
1228 2001-08-01  Juergen Vigna  <jug@sad.it>
1229
1230         * insetcollapsable.C (update): added an in_update bool so we avoid
1231         reentering.
1232
1233         * insettabular.C (update): added an in_update bool so we avoid
1234         reentering.
1235
1236         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
1237         selection problem.
1238         (update): added an in_update bool so we avoid reentering.
1239
1240         * insettabular.C (localDispatch): clear col/row selection when doing
1241         something else inside an inset.
1242
1243         * insettext.C (getLyXText): fixed bug when requesting a recursive
1244         insettext!
1245
1246 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1247
1248         * insetcite.C (latex): Paranoia check. Make sure that there is no
1249         whitespace between the citation keys.
1250
1251 2001-07-31  Juergen Vigna  <jug@sad.it>
1252
1253         * inset.h (nodraw): make the set function also const so that this
1254         can be called from inside other const functions.
1255
1256         * insetcollapsable.h: removed inline variable and moved it over
1257         to the only user InsetERT.
1258
1259         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
1260         inset opening immediately therein lying insets dialogs!
1261
1262         * insetert.C (localDispatch): set the font also if we don't have any
1263         chars in this paragraph, otherwise if we delete all of em and start
1264         writing we have the wrong font.
1265         (inlined): added
1266         (draw): implemented for inline support
1267         (insetButtonRelease): ditto.
1268
1269 2001-07-30  Juergen Vigna  <jug@sad.it>
1270
1271         * insettext.C (reinitLyXText): new function to reinit the insets
1272         text after lot's of paragraph changes. Use this instead of the
1273         cache.clear() which is VERY dangerous.
1274
1275         * insetfloat.C (insetButtonRelease): we should only show the dialog
1276         if we press on the label otherwise we have problems to open mouse
1277         button 3 dialogs inside this float (f.ex. of a tabular!)
1278
1279 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1280
1281         * insetert.C: change back to "ERT"
1282
1283         * insetfloat.C: handliign of RMB on label added.
1284
1285 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1286
1287         * insetgraphicsParams.C: #include LOstream.h here.
1288
1289         * insetfoot.h: remove InsetFoot:: qualifier.
1290
1291 2001-07-29  Baruch Even  <baruch@lyx.org>
1292
1293         * ChangeLog: Hiding time travel evidence.
1294
1295         * insetgraphicsParams.h:
1296         * insetgraphicsParams.C:
1297         * insetgraphics.C: Added horizontal scale option, it actually scales both
1298         directions since it keeps image proportions.
1299
1300         * insetgraphics.C: Fixed EPS detection to be non-hacky.
1301
1302 2001-07-29  Baruch Even  <baruch@lyx.org>
1303
1304         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
1305         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
1306
1307         HACKY! Will need to add an EPS detection routine like old InsetFig does!
1308
1309 2001-07-29  Baruch Even  <baruch@lyx.org>
1310
1311         * insetgraphics.C: Added EPSI to be an alias of EPS.
1312
1313 2001-07-29  Baruch Even  <baruch@lyx.org>
1314
1315         * insetgraphics.C: Change GRAPHICS to Graphics.
1316         Changed image conversion rules (documented at the beginning of file).
1317
1318 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
1319
1320         * insetert.C (get_new_label): int -> Paragraph::size_type to get
1321         std::min working.
1322
1323         * insetgraphics.C: added a using std::endl directive.
1324
1325         * insetcommand.h (getScreenLabel): removed pure virtual function,
1326         as it duplicates that in InsetButton.
1327
1328         * insetbib.[Ch] (getScreenLabel):
1329         * insetbutton.[Ch] (getScreenLabel):
1330         * insetcite.[Ch] (getScreenLabel):
1331         * insetert.[Ch] (getScreenLabel):
1332         * insetexternal.[Ch] (getScreenLabel):
1333         * insetfloatlist.[Ch] (getScreenLabel):
1334         * insetinclude.[Ch] (getScreenLabel):
1335         * insetindex.[Ch] (getScreenLabel):
1336         * insetlabel.h (getScreenLabel):
1337         * insetparent.[Ch] (getScreenLabel):
1338         * insetref.[Ch] (getScreenLabel):
1339         * insettoc.[Ch] (getScreenLabel):
1340         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
1341
1342         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
1343         the label.
1344         (validate): remove check on "cite" when using natbib.
1345
1346 2001-07-26  Baruch Even  <baruch@lyx.org>
1347
1348         * insetgraphics.C (draw): changed casting to be in one place rather than
1349         all over the function.
1350
1351         * insetgraphics.h:
1352         * insetgraphics.C (read): Added compatibility reads of InsetFig.
1353
1354         * insetgraphicsParams.h:
1355         * insetgraphicsParams.C:
1356         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
1357
1358 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1359
1360         * insetfoot.C (validate): Added method to ensure that the
1361         right bit of LaTeX is emitted.
1362
1363         * insetfoot.h: Added validate method to set the correct
1364         LaTeXFeatures bit for the special footnote code.
1365
1366 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1367
1368         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
1369         quotes
1370
1371 2001-07-27  Juergen Vigna  <jug@sad.it>
1372
1373         * inset.h: remove not used font variable in parameter.
1374         removed checkInsertChar in UpdatableInset as it was equal to
1375         the one in Inset and so not needed.
1376
1377         * insetert.C (checkInsertChar): implementation of function
1378         checkInsertChar.
1379
1380         * inset.h: added new function checkInsertChar.
1381
1382         * various files: added c-tor and clone() function.
1383
1384         * insetcollapsable.h: removed clone function here as this should
1385         be only realized in REAL insets and added it to all collapsable
1386         insets! (with the copy-constructor).
1387
1388 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1389
1390         * insetminipage.C (read): handle missing parameters more gracefully
1391
1392         * insetcollapsable.C (read): handel missing collapsed more gracefully
1393
1394 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1395
1396         * insetfloat.C (read): handle missing parameters.
1397
1398         * insettext.C (read): handle old latex end_inset
1399
1400         * insetert.C (setButtonLabel): new method
1401         (init): use it, to set the dynamic label correctly
1402         (read): use it
1403
1404         * Makefile.am (EXTRA_DIST): add files that is not part or the
1405         binary here.
1406
1407         * insetcollapsable.h: remove autocollapsable (no users), remove
1408         draw_label, change_label_with_text and companion code. Remove args
1409         from some methods.
1410         * insetert.[Ch]: move here instead (only user)
1411
1412         * inset.h: rename private variable name to name_, make
1413         selectNextWord return a const string. make getInsetName return a
1414         string const &. Remove bool from open, add close.
1415
1416         * Makefile.am: don't compile insetlist, insetsection
1417         and insettheorem
1418
1419 2001-07-24  Juergen Vigna  <jug@sad.it>
1420
1421         * insetert.C (InsetERT): put init after the paragraph initialization,
1422         as otherwise we don't set the draw_label right.
1423
1424         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
1425         insets with the mouse without having strange selections.
1426         (edit): if the inset was collapsed and we open it here then put the
1427         cursor always at the beginning of the inset.
1428         (get_new_label): 15 instead of 10 max chars in the label.
1429
1430         * insetert.C (localDispatch): added and handle various stuff we
1431         need to handle here (font setting on paragraph break, not permitted
1432         layout setting, etc.).
1433
1434         * inset.h: added default copy-consturctor and implemented this in
1435         various insets with the change to use this in the clone function!
1436
1437 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1438
1439         * insetminipage.C (InsetMinipage): set background color to red :)
1440
1441 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1442
1443         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
1444         draw frame mode is LOCKED.
1445
1446         * insetcollapsable.C (edit):
1447         (insetButtonRelease): set update status to full when
1448         opening inset.
1449
1450         * insettext.C (clearInset):
1451         * insettabular.C (draw):
1452         * insetlatexaccent.C (draw): honor background color.
1453
1454         * inset.h: new member background_color_, initialized to
1455         LColor::inherit.
1456
1457         * inset.C (backgroundColor): new method.
1458         (setBackgroundColor): new method.
1459
1460         * insetert.C (init): new method, called by the ctors.
1461         (InsetERT): when inserting contents, make sure the font is
1462         ALL_INHERIT.
1463
1464         * insetnote.C (InsetNote): when inserting content, remove trailing
1465         newline
1466         (init): set background color to LColor::note
1467
1468 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1469
1470         * insetcollapsable.C: adjust
1471
1472         * insetbutton.C: adjust
1473
1474 2001-07-23  Juergen Vigna  <jug@sad.it>
1475
1476         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
1477         parameter on the _collapsed function (was not needed) and call
1478         always width_collapsed().
1479
1480         * insetert.C (InsetERT): use setLabel with "true" flag.
1481
1482         * insetcollapsable.C: modified various functions to set the draw_label
1483         string right in any condition.
1484         (setLabel): added a bool parameter to set change_label_with_text.
1485
1486         * insetcollapsable.h: added draw_label string which is set to the
1487         actual drawn label-string, while label is the original static label
1488         of this collapsable inset. Added bool change_label_with_text to set
1489         if we want that the label changes to the start of the InsetText's
1490         text when collabpsed. You can set this flag with the setLabel funciton.
1491         Added bool inlined for inlined collapsable insets, but not handled
1492         yet.
1493
1494         * insetcollapsable.C (get_new_label): added should get a new label
1495         from the InsetText beginning (for now 10 chars).
1496
1497 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1498
1499         * insetquotes.C (latex): fix the handling of french double quotes
1500         when not using the french pachage.
1501
1502 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1503
1504         * insetcollapsable.h: make WidthCollapsed mutable.
1505
1506         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
1507         InsetPrintIndex returns INDEX_PRINT_CODE.
1508
1509         * inset.h: add INDEX_PRINT_CODE
1510
1511         * insetcollapsable.C (draw): init widthCollapsed if necessary
1512         (width): ditto.
1513
1514         * insetquotes.C (width): use the local language, not the document
1515         language.
1516         (draw): ditto.
1517         (dispString): add additional spacing for all french languages,
1518         like fr_CA.
1519         (validate): make it work when there is no default language
1520
1521         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
1522
1523         * insetnote.C (init): new method, called by the constructors
1524         (InsetNote): new constructor with contents passed as a string
1525
1526 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1527
1528         * insetfootlike.C (insetAllowed): disallow float in footlike.
1529
1530         * insetert.C (InsetERT): add collapsed argument to the constrctor
1531         with contents.
1532
1533 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1534
1535         * insetindex.h: shut off warning
1536
1537 2001-07-20  Juergen Vigna  <jug@sad.it>
1538
1539         * insetcollapsable.C (update): recoded hopefully works now!
1540
1541 2001-07-19  Juergen Vigna  <jug@sad.it>
1542
1543         * most files: implemented the below new introduced function.
1544
1545         * inset.h: added new edit(BufferView *, bool front) method to be able
1546         to enter an inset from the front/back without knowing x/y positions
1547         and baselines inside the inset. So I just can tell the inset activate
1548         me and set the cursor on the front/back of yourself.
1549
1550 2001-07-18  Juergen Vigna  <jug@sad.it>
1551
1552         * insetcollapsable.C (edit): fixed hopefully the y parameter which
1553         is given to the InsetText.
1554         (insetButtonPress): ditto
1555         (insetButtonRelease): ditto
1556         (insetMotionNotify): ditto
1557
1558 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1559
1560         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
1561         LIGATURE_BREAK, since the name is so stupid.
1562
1563 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1564
1565         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
1566         the default InsetCollapsable methods. I.e., it can insert anything.
1567         (write) output the name of the inset, not some silly hack for
1568         compatability with the old InsetInfo.
1569
1570         * insetinfo.[Ch]: removed.
1571         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
1572         now collapsable, but functionality is otherwise identical to InsetInfo.
1573
1574         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
1575
1576 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1577
1578         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
1579         reformatting
1580
1581         * insetquotes.C: general cleanup
1582         (dispString): add spaces inside french double quotes.
1583         (latex): ditto. Moreover, treat first the case where the frenchb
1584         or french options have been given.
1585
1586 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1587
1588         * insetcite.[Ch] (latex, validate): new methods, required for natbib
1589         support.
1590
1591 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
1592
1593         * figinset.C (RegisterFigure): Print debug message only when
1594         current_view is available.
1595
1596 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1597
1598         * many files: update to match the change below
1599
1600         * inset.h (insetAllowed): renamed from insertInsetAllowed;
1601         implement the version which takes an inset here.
1602
1603         * insetcollapsable.[Ch]: implement open and isOpen
1604
1605         * inset.h: remove insertInsetAllowed from Inset
1606         (open): new method, to open or close an inset
1607         (isOpen): returns the status of an inset
1608         (isCollapsable, colapse): removed
1609
1610 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1611
1612         * insetquotes.C (dispString): display french guillemets when using
1613         ISO8859-15.
1614
1615 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1616
1617         * insetcollapsable.h: remove bogus return statements
1618
1619 2001-07-18  Juergen Vigna  <jug@sad.it>
1620
1621         * insettabular.C (selectNextWord): fixed spellchecking for the
1622         first cell of a tabular (wasn't entered!)
1623         (getLyXText): changed to enter automatically insettext and return
1624         it's LyXText if we're locked.
1625
1626 2001-07-17  Juergen Vigna  <jug@sad.it>
1627
1628         * various files: implemented the below functions.
1629
1630         * inset.h: added functions
1631         - virtual string selectNextWord(BufferView *, float & value) const;
1632         - virtual void selectSelectedWord(BufferView *) { return; }
1633         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
1634         needed for spellchecking correctly!
1635
1636 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1637
1638         * insetert.C (latex): write out all paragraphs.
1639
1640 2001-07-17  Baruch Even  <baruch@lyx.org>
1641
1642         * insetgraphics.C (draw): Removed unneeded casts.
1643
1644 2001-07-16  Juergen Vigna  <jug@sad.it>
1645
1646         * insettext.C (update): fixed small oversight (reset lt to 0).
1647
1648 2001-07-14  Baruch Even  <baruch@lyx.org>
1649
1650         * insetgraphics.h:
1651         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
1652
1653 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1654
1655         Consistent use of Lsstream.h:
1656         * figinset.C: removed using std::ostringstream directive.
1657
1658         * insetgraphics.C (createLatexOptions):
1659         * insetinclude.C (unique_id):
1660         std::ostringstream -> ostringstream.
1661         * insettext.C (localDispatch): std::istringstream -> istringstream.
1662
1663 2001-07-13  Juergen Vigna  <jug@sad.it>
1664
1665         * insetfloat.C (insertInsetAllowed): added missing const_cast.
1666
1667         * insetcollapsable.C (getLockingInset): ditto.
1668
1669 2001-07-12  Juergen Vigna  <jug@sad.it>
1670
1671         * insetcollapsable.h: added implementation of new function for
1672         collapsable status.
1673
1674         * various files: added implementation of new insertInsetAllowed-func
1675         and redone the function a bit more.
1676
1677         * inset.h: added isCollapsable(), bool collapsed(),
1678         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
1679
1680         * insetfloat.C (insertInsetAllowed): make a bit more checks.
1681
1682         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
1683         LyXText which is marked for removal while we're using it!
1684
1685         * insettext.h: added private LyXText * lt to use it to assure we are
1686         not deleting our LyXText while we're using it!
1687
1688 2001-07-11  Juergen Vigna  <jug@sad.it>
1689
1690         * insettext.C (insertInset): check if we are before the inset after
1691         inserting it! This check IS needed. Remove the Undo-Call as it is
1692         called in LyXText::insertInset!
1693
1694         * insettext.h: added struct InnerCache.
1695
1696         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
1697         that we ONLY delete the LyXText in the getLyXText() routine. So we
1698         are sure we don't delete LyXText while someone is working with it!
1699
1700 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1701
1702         * insetexternal.C: (*it). -> it->
1703         * insettext.C: ditto
1704
1705 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1706
1707         * insetcollapsable.C (edit): always open collapsed insets (even if
1708         they are not autocollapsable)
1709
1710         * insetcommand.C (operator=): simplify.
1711
1712 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1713
1714         * insetert.C (latex): handle META_NEWLINE
1715
1716 2001-07-09  Juergen Vigna  <jug@sad.it>
1717
1718         * insetert.h: a normal InsetText can insert insets, but we won't.
1719
1720         * inset.h: return default "false" on insertInsetAllowed and implement
1721         this function where a returnvalue != "false" is needed.
1722
1723 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1724
1725         * insetert.C (InsetERT): new contructor
1726
1727 2001-07-06  Juergen Vigna  <jug@sad.it>
1728
1729         * a lot of files: added implementation of the below new functions
1730         and the change to clone(). Also the call of the new undo-functions
1731         where needed.
1732
1733         * inset.h: added an inset_id, added functions getParFromID,
1734         getInsetFromID, firstParagraph, cursor and id functions, added
1735         bool same_ids to clone function.
1736
1737 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1738
1739         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
1740         of BufferView * and shared_ptr<LyXText>
1741
1742 2001-07-05  Juergen Vigna  <jug@sad.it>
1743
1744         * insettext.C (clear): deleted also the cache not only LyXText.
1745         (setParagraphData): ditto.
1746
1747 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1748
1749         * insetfloat.C (latex): let the specific placement take presedence
1750         if set, otherwise choose document placement if set, otherwise just
1751         use float default placement.
1752
1753 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1754
1755         * insettext.C (localDispatch): call CutAndPaste::'s static method
1756         directly.
1757
1758 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1759
1760         * insetbib.C: no meed to include forms.h here.
1761
1762 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
1763
1764         * insettext.C: added using std::make_pair directive.
1765
1766 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1767
1768         * insettext.C (getLyXText): avoid multiple lookups, and simplify
1769         slightly
1770         (deleteLyXText): ditto
1771         (resizeLyXText): ditto
1772
1773 2001-07-02  Juergen Vigna  <jug@sad.it>
1774
1775         * insettext.C (getLyXText): introduce a cache in getLyXText so that
1776         following calls are only returned the right pointer without the over
1777         head to search in the map.
1778         (various funcs): reset the cached_bview variable as this signs that
1779         the cache is not valid anymore.
1780
1781 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1782
1783         * insettabular.C (clone): do not copy the LyXTabular twice
1784
1785 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1786
1787         * insettext.h (TEXT): delete method
1788
1789 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1790
1791         * insetmarginal.C (latex):
1792         * insetfoot.C (latex): fix spacing of notes in LaTeX
1793
1794         * insettext.C (localDispatch): use .c_str() on istringstream
1795         constructor argument.
1796
1797 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1798
1799         * insettoc.h:
1800         * insettoc.C:
1801         * inseturl.h:
1802         * inseturl.C: fix method names in these to begin
1803           with small char too, so they inherit
1804
1805 2001-06-28  Juergen Vigna  <jug@sad.it>
1806
1807         * insettext.C (setFont): fixed font settings using toggleFree()
1808         instead of setFont().
1809
1810 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1811
1812         * Change a lot of method names to begin with a small char.
1813         Changes to a lot of files because of this.
1814
1815 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1816
1817         * insetfloatlist.C (Write): std:: qualify ostream
1818         (Latex): ditto
1819
1820 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1821
1822         * figinset.C:
1823         * inset.C:
1824         * insetgraphics.C: send debug output to Debug::INFO instead of
1825         Debug::ANY.
1826
1827 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1828
1829         * insettabular.h:
1830         * insettabular.C (getStatus): update to use func_status
1831
1832 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
1833
1834         * insetref.C (DocBook): added support for cross-references without
1835         a name.
1836
1837 2001-06-26  The LyX Project  <jug@sad.it>
1838
1839         * insetref.C:
1840         * insetref.h:
1841         * insetlabel.C:
1842         * insetlabel.h: removed escape method and moved it to
1843         support/lstrings.h.
1844
1845 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1846
1847         * insettabular.C (getMaxWidth): do the speedup in a different way,
1848         remove dead code
1849
1850 2001-06-24  The LyX Project  <Asger>
1851
1852         * insettabular.C (getMaxWidth): We cache a mapping from
1853         inset to cell in order to speed this method up.
1854
1855 2001-06-24  The LyX Project  <Asger>
1856
1857         * insettext.C: Optimized InsetText::draw or something.
1858
1859 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
1860
1861         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
1862
1863 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1864
1865         * inset.h: name change from lyxinset.h
1866
1867 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
1868
1869         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
1870
1871 2001-06-14  Juergen Vigna  <jug@sad.it>
1872
1873         * insettext.C (draw): removed warnings.
1874
1875 2001-06-13  Juergen Vigna  <jug@sad.it>
1876
1877         * insettabular.C (nodraw): only go down the tree if we don't have
1878         that flag set otherwise it's obvious that we don't want to draw.
1879         (LocalDispatch): do also an update if we have an undispached result.
1880
1881 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1882
1883         * insetcite.C:
1884         * insetgraphicsParams.C:
1885         * insettext.C: removed // -*- C++ -*- as first line.
1886
1887 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1888
1889         * lyxinset.h (resizeLyXText): shut off warning about unused
1890         parameter "force"
1891
1892 2001-06-07  Juergen Vigna  <jug@sad.it>
1893
1894         * insettext.C (resizeLyXText): honor the new force flag.
1895
1896         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
1897
1898         * insettabular.C (deleteLyXText): new function
1899
1900 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1901
1902         * insettheorem.C:
1903         * insetminipage.C:
1904         * insetlist.C:
1905         * insetfootlike.C:
1906         * insetfloat.C:
1907         * insetert.C:
1908         * insetcollapsable.C:
1909         * insetcaption.C: LColor tidy
1910
1911 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1912
1913         * figinset.C: fix typo
1914
1915 2001-06-01  Juergen Vigna  <jug@sad.it>
1916
1917         * insettabular.C (resetPos): small hack so that scroll is not set to
1918         0 when we are in the last column of a tabular. This is a problem we
1919         have because of constats 20 offset on both directions, so this can
1920         cause on the limit an endless loop.
1921
1922         * insettext.C (SetFont): forgot that we can have locking insets ;)
1923
1924 2001-05-31  Juergen Vigna  <jug@sad.it>
1925
1926         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
1927
1928 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1929
1930         * figinset.C: add using std:: directive for the C functions which
1931         need that.
1932
1933 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1934
1935         * insetfloat.C (Write): write out wide info
1936         (Read): read the wide info
1937         (Latex): use the wide info when creating latex.
1938
1939         * insettext.C: adjust
1940
1941         * insetgraphics.[Ch] (statusMessage): change to return string
1942         (width): adjust
1943         (draw): adjust
1944
1945         * figinset.C (runqueue): add std::
1946         (Recompute): ditto
1947
1948 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1949
1950         * insetcite.C (Ascii): add std:: qualifier
1951
1952 2001-05-28  Juergen Vigna  <jug@sad.it>
1953
1954         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
1955         a endless-width inset (maxWidth < 0).
1956         (Edit): change language only if not equal.
1957
1958         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
1959
1960         * insettext.C (draw): fixed draw/clear of InsetText-Frame
1961
1962 2001-05-16  Juergen Vigna  <jug@sad.it>
1963
1964         * insettext.C (selectAll): added
1965         (clearSelection): added
1966
1967         * insettabular.C (SetFont): now we may set a font on a whole selection!
1968         (getSelection): added helper function.
1969
1970 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1971
1972         * insetcite.C (Ascii): Add method.
1973
1974 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1975
1976         * figinset.C:
1977         * insetbib.C: fix path for OS/2 & Win32
1978
1979 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1980
1981         * insetfoot.C (Latex): don't use % after footnote.
1982
1983 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1984
1985         * insettext.C (Read): use clear
1986         (SetParagraphData): use LyXParagraph copy constructor instead of clone
1987
1988 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1989
1990         * insetfloatlist.h: add a bunch of std:: qualifiers.
1991
1992 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1993
1994         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
1995         FLOAT_LIST_CODE, renumber code list.
1996
1997         * insettoc.C (getScreenLabel): remove support for float lists
1998         (LyxCode): ditto
1999         (Ascii): ditto
2000
2001         * insetfloatlist.[Ch]: new files
2002
2003         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
2004
2005 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
2006
2007         * insettabular.C (LocalDispatch):
2008         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
2009         method
2010
2011 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2012
2013         * insettext.C: remvoe !NEW_INSETS cruft
2014
2015         * insettabular.C: remove !NEW_INSETS cruft
2016
2017         * insetcollapsable.h: remove !NEW_INSETS cruft
2018
2019         * insetbib.C: remove !NEW_INSETS cruft
2020
2021 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2022
2023         * insettoc.C: hack to make listof algorithm work
2024
2025 2001-04-20  Juergen Vigna  <jug@sad.it>
2026
2027         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
2028
2029 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2030
2031         * insetquotes.C (Latex): improve the guard against
2032         unwanted !` and ?` ligatures. This should really be done in
2033         another place (to catch all this ligatures at low-level).
2034
2035 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2036
2037         * insettext.C (init): remvoe leftovers from cursor_visible change
2038         (draw): use c++ cast
2039         (LocalDispatch): dispatch LFUN_MESSAGE
2040
2041         * insettabular.C (InsetTabular): remove leftovers from
2042         cursor_visible, and scoped_ptr changes
2043         (draw): use c++ cast
2044
2045         * insetcollapsable.C (draw): use c++ cast
2046
2047         * ExternalTemplate.h: inherit privaely from noncopyable
2048         * insetcommand.h: ditto
2049         * insetinclude.h: ditto
2050
2051 2001-04-16  Allan Rae  <rae@lyx.org>
2052
2053         * insettoc.C (Ascii):
2054         * insettext.C (draw):
2055         * insettabular.C (setPos):
2056         * insetminipage.C (Read):
2057         * insetfloat.C (placement):
2058         * insetcaption.C (Ascii, DocBook):
2059         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
2060         an unrecognised preprocessor directive.  So ensure they're wrapped.
2061
2062 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2063
2064         * insetexternal.h:
2065         * insetexternal.C: set view on Clone. Add _ to private members.
2066
2067 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2068
2069         * insettext.C (InsetText): fix new
2070         (InsetText): reindent some, simplify deletion of par list
2071         (clear): simplify deletion of par list, fix new
2072         (SetParagraphData): simplify deletion of par list
2073
2074         * insettabular.[Ch] (getLabelList): implement new method
2075
2076 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2077
2078         * lyxinset.h: do not include gettext.h...
2079
2080         * inset.C:
2081         * insetcaption.C:
2082         * insetexternal.C:
2083         * insetgraphics.C:
2084         * insetindex.C:
2085         * insetlabel.C:
2086         * insetlatexaccent.C:
2087         * insetminipage.C:
2088         * insetquotes.C:
2089         * insettabular.C:
2090         * inseturl.C: ... and do it here instead
2091
2092 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2093
2094         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
2095
2096         * insettext.[Ch] (getLabelList): add std:: on vector<string>
2097
2098         * insetcollapsable.[Ch] (getLabelList): implement
2099
2100         * insettext.[Ch] (getLabelList): implement
2101
2102         * insettext.h: reindent
2103
2104         * insettabular.h: make tabular a scoped_ptr
2105
2106         * insettext.C (init): adjust for cursor_visible
2107         (ToggleInsetCursor): constify asc and desc, font, adjust for
2108         cursor_visible
2109         (ShowInsetCursor): constify asc and desc, font, adjust for
2110         cursor_visible
2111         (HideInsetCursor): adjust for cursor_visible
2112
2113         * insettabular.C: reindent some
2114         (InsetTabular): adjust for scoped_ptr and cursor_visible
2115         (InsetTabular): ditto
2116         (~InsetTabular): delete delete
2117         (Clone): adjust for scoped_ptr
2118         (Read): constify old_format, adjust for scoped_ptr, move init of
2119         token
2120         (draw): constify tx, localize loop vars.
2121         some other localization of variables, remove double initilizatons.
2122
2123         * insetfoot.C: remove using std::ostream, add ostream where needed
2124
2125 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2126
2127         * lyxinset.h: some reindentaion, use initializer list for
2128         constructro.
2129         UpdatableInset: make cursor_visible a private var add
2130         public isCursorVisible(), add protected toggleCursorVisible() and
2131         proctected setCursorVisible(bool), make scroll call the Inset::scroll
2132
2133         * insettoc.C: remvoe using decl
2134         (getScreenLabel): make cmdname donst
2135         (LyxCode): ditto
2136         (Ascii): ditto
2137         (Ascii): don't use endl
2138
2139         * insetfootlike.C: remove using decl at file scope and add std::
2140         where needed
2141         * insetmarginal.C: ditto
2142
2143         * insetfoot.C: some reformatting
2144
2145         * insetfloat.C (InsetButtonRelease): adjust the hit area
2146
2147         * insetert.C (SetFont): some reformatting
2148
2149         * insetcollapsable.C: some reformatting and constification
2150         (Clone): comment out.
2151         * insetcollapsable.h: some reformatting
2152         (Clone): comment out.
2153
2154         * inset.C: reindent
2155         (scroll): simplify
2156
2157 2001-03-30  Juergen Vigna  <jug@sad.it>
2158
2159         * insetcollapsable.h: changen *inset to be a InsetText inset.
2160
2161         * some files: changed to reflect the above change.
2162
2163 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2164
2165         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
2166         InsetExternal::Params.
2167         Added operator==() and operator!=() for the Params struct.
2168
2169 2001-03-29  Juergen Vigna  <jug@sad.it>
2170
2171         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
2172         BufferView *.
2173
2174         * insetminipage.C: removed widthp_ and all it's functions and changed
2175         to use new %-lengths of LyXLength.
2176
2177 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2178
2179         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
2180
2181 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2182
2183         * insetgraphicsParams.C (operator!=): new function, needed by the
2184         ControlGraphics class.
2185
2186 2001-03-28  Juergen Vigna  <jug@sad.it>
2187
2188         * insettext.C (InsetButtonPress): only enter !inset if button == 2
2189         (checkAndActivateInset): don't use the values returned from
2190         call to bv->checkInsetHit.
2191
2192         * insetminipage.C (Clone): set special minipage values.
2193
2194         * insetcollapsable.C (draw): changed to draw the button in the
2195         upper left corner outside the textinset.
2196         (ascent): changed because of different drawing
2197         (descent): ditto
2198         (width): ditto
2199         (Edit): ditto
2200         (InsetButtonPress): ditto
2201         (InsetButtonRelease): ditto
2202         (InsetMotionNotify): ditto
2203
2204 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
2205
2206         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
2207         contain a suffix.
2208         (Clone): ditto
2209
2210 2001-03-26  Juergen Vigna  <jug@sad.it>
2211
2212         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
2213
2214         * insettext.C (ShowInsetDialog): implemented above function.
2215
2216         * insettabular.C (ShowInsetDialog): ditto
2217
2218         * insetminipage.C (ShowInsetDialog): ditto
2219
2220 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2221
2222         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
2223         InsetInclude::Params. Don't store a buffer * in Params. Store the
2224         master file name instead.
2225
2226 2001-03-23  Juergen Vigna  <jug@sad.it>
2227
2228         * insetcollapsable.C (InsetMotionNotify):
2229         (InsetButtonRelease):
2230         (InsetButtonPress): fixed y-offset (minipages).
2231
2232         * insettext.C (draw): force a FULL update if cleared == true.
2233
2234         * insetcollapsable.C (draw): Lars forgotten entry for changing this
2235         routine to draw the minipages on its position-flag.
2236         (InsetInInsetY): give back the right y position, because of minipage
2237         position-flag.
2238
2239 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
2240
2241         * insetfloat.h
2242         * insetfloat.C (DocBook): docbook export code.
2243
2244 2001-03-22  Juergen Vigna  <jug@sad.it>
2245
2246         * insetminipage.C (getMaxWidth): added function to set the drawing
2247         width!
2248         (Read): should work now!
2249
2250         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
2251         if we create a new inset.
2252
2253 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2254
2255         * figinset.C (fl_set_preemptive_callback): moved definition outside
2256         of namespace anon.
2257
2258 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2259
2260         * insetminipage.C (Read): prepare for reading of minipage arguments.
2261
2262 2001-03-18  Baruch Even  <baruch@lyx.org>
2263
2264         * insetgraphics.C: Minor cleanups of the comments and code.
2265
2266 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2267
2268         * insetminipage.C (InsetMinipage): default to not collapsed
2269
2270 2001-03-16  Juergen Vigna  <jug@sad.it>
2271
2272         * insetminipage.C (width): modified with to be a string
2273         (widthp): added widthp (for % width) support functions.
2274         (InsetButtonRelease): added to open the options dialog on button==3.
2275         (~InsetMinipage): added to hide the dialog.
2276
2277         * insetminipage.h: added hideDialog signal
2278
2279 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2280
2281         * insetminipage.h: change the order or Position to match
2282         LyXParagraph::MINIPAGE_ALIGNMENT
2283
2284         * several files: remvoe CXX_WORKING_NAMESPACES
2285
2286         * ExternalTemplate.h: noncopyable is in namespace boost
2287         * insetinclude.h: ditto
2288         * insetcommand.h: ditto
2289
2290 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2291
2292         * insettext.C (Edit): #else# -> #else.
2293         * insettoc.C: added using directive.
2294
2295 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2296
2297         * insetminipage.h: add pos, inner_pos, width and height. + getters
2298         and setters for all of them.
2299
2300 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2301
2302         * insetinclude.C (Latex): Do not exit when the textclass of the
2303         included file differ from the textclass of the parent file.
2304
2305 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2306
2307         * ExternalTemplate.C (read): the reading of external insets now checks
2308         for \end_inset and removes it form the input stream.
2309
2310 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2311
2312         * ExternalTemplate.h:
2313         * ExternalTemplate.C:
2314         * insetexternal.h:
2315         * insetexternal.C: move form to GUII
2316
2317 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2318
2319         * insetinclude.h:
2320         * insetinclude.C: add InsetIncludeParams, use
2321         composition rather than derivation of InsetCommand
2322
2323 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2324
2325         * insettoc.C (Ascii): use the Buffer typedefs
2326
2327 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2328
2329         * insettoc.C (Ascii): implement for dynamic number of lists
2330
2331         * insetcaption.[Ch]: update from new_insets branch
2332         * insetfloat.[Ch]: ditto
2333
2334 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2335
2336         * insetexternal.C:
2337         * figinset.C: use new File Dialog
2338
2339 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2340
2341         * insettext.C: changes becuase of ParagraphParameters.
2342
2343 2001-02-28  Baruch Even  <baruch@ev-en.org>
2344
2345         * insetgraphics.C (updateInset): Changed due to the change in
2346         GraphicsCache.
2347
2348 2001-02-26  Juergen Vigna  <jug@sad.it>
2349
2350         * insettext.C (SetFont): Set Undo only if we have selection (as it is
2351         handled in LyXText).
2352
2353 2001-02-23  Juergen Vigna  <jug@sad.it>
2354
2355         * insettext.C (draw): some small repainting fixes.
2356         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
2357
2358         * inset.C (LocalDispatch): changed action to be a kb_action (as it
2359         should be) and not an int.
2360
2361         * insettabular.C (LocalDispatch): ditto
2362
2363         * insettext.C (LocalDispatch): ditto
2364
2365         * insetcollapsable.C (LocalDispatch): ditto
2366
2367 2001-02-22  Juergen Vigna  <jug@sad.it>
2368
2369         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
2370         DISPATCH it and we don't have a locking_inset.
2371
2372 2001-02-21  Baruch Even  <baruch@ev-en.org>
2373
2374         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
2375         instead of GraphicsCacheItem *.
2376
2377 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2378
2379         * insetcollapsable.C (getLyXText): add const qualifier to second
2380         parameter.
2381
2382 2001-02-22  Juergen Vigna  <jug@sad.it>
2383
2384         * insettext.C (getLyXText): honor the recursive parameter.
2385         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
2386
2387         * inset.C (getLyXText): added bool recursive parameter.
2388
2389         * insettext.C (SetUpdateStatus): or the update codes.
2390         (draw): check need_update with &.
2391         (InsetButtonPress): set no_selection to not put a selection when
2392         entering an inset and it is redraws in another spot.
2393
2394         * insettext.h: made need_update an int.
2395
2396 2001-02-20  Baruch Even  <baruch@ev-en.org>
2397
2398         * insetgraphics.h:
2399         * insetgraphisc.C: Changed to use better semantics when loading images
2400         for inline view. Now it doesn't keep the pixmap itself but it's holder.
2401
2402 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2403
2404         * insetcommand.h:
2405         * inseterror.h:
2406         * insetgraphics.C: change name of "hide" signal to "hideDialog",
2407         consistent with InsetTabular.
2408
2409 2001-02-19  Juergen Vigna  <jug@sad.it>
2410
2411         * insettabular.C (LocalDispatch): implement PAGE up/down.
2412
2413         * insettext.C (draw): clear all of it on need_update==INIT too!
2414
2415         * insettabular.C (InsetUnlock): always clear the selection.
2416
2417         * inset.C (scroll): normally we only want to scroll the inset until
2418         it is fully visible so if top_x + offset > 20 then just set scx to 0.
2419
2420 2001-02-14  Juergen Vigna  <jug@sad.it>
2421
2422         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
2423         (resetPos): fixed scroll behaviour.
2424         (LocalDispatch): do an update if moving cursor inside a table cell
2425         requests a scroll of the tabular.
2426
2427 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2428
2429         * insettext.C (textWidth): constify local var
2430
2431         * insettabular.C: small cleanup.
2432
2433         * insetfoot.C (Latex): constify local var
2434
2435         * insetcollapsable.C: small cleanup.
2436
2437         * figinset.C (runqueue): use compare instead of strcmp
2438
2439 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2440
2441         * insettext.C:
2442         * insetinfo.C: remove cruft
2443
2444 2001-02-14  Juergen Vigna  <jug@sad.it>
2445
2446         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
2447
2448 2001-02-13  Juergen Vigna  <jug@sad.it>
2449
2450         * insettext.C (InsertInset): don't move left (is this right?)
2451
2452         * insettabular.C (LocalDispatch): use of the no_draw variable
2453
2454         * insettabular.h: new no_draw variable to stop redraw
2455
2456         * insettabular.C (TabularFeatures): fixed update for alignment change
2457
2458 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2459
2460         * insetinclude.C:
2461         * insetbib.h:
2462         * insetbib.C: move dialogs to frontends/
2463
2464 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2465
2466         * insettext.C (LocalDispatch): Restore the language if the inset
2467         becomes empty.
2468
2469 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2470
2471         * insettext.C (moveRightIntern): Update the selection cursor.
2472         (moveLeftIntern): Ditto.
2473
2474 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2475
2476         * Makefile.am: remove BoundingBox.h
2477
2478         * BoundingBox.h: removed
2479
2480 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
2481
2482         * insettext.C (LocalDispatch): Update selection cursor when moving
2483         cursor to the right.
2484         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
2485         (moveLeftIntern): Ditto.
2486
2487 2001-02-05  Baruch Even  <baruch.even@writeme.com>
2488
2489         * insetgraphics.C: Updated automatic image conversion, it now goes into
2490         temporary directory instead of with the image itself.
2491
2492 2001-01-21  Baruch Even  <baruch@ev-en.org>
2493
2494         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
2495         to EPS or PNG when needed (support bitmap graphics).
2496
2497 2000-11-02  Baruch Even  <baruch@ev-en.org>
2498
2499         * insetgraphics.C:
2500         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
2501         and removal of commented out code.
2502
2503 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2504
2505         * insetbib.C (callback): Update citations if the key has changed.
2506
2507 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2508
2509         * insetbib.C (InsetBibKey): Better computation of default key.
2510         (getScreenLabel) Show both the key and the label.
2511         (getBibLabel): New method.
2512         (callback): Force a redraw if the inset have been changed.
2513
2514 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2515
2516         * insetref.C (getType, getName): Move methods from
2517         src/frontends/xforms/FormRef.C.
2518
2519 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2520
2521         * insettabular.C: Various improvements (use only one dummy position).
2522
2523 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
2524
2525         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
2526         par->bibkey->width. This fixes the crashes when running without
2527         gui or when having included documents.
2528
2529 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
2530
2531         * insetcommand.C (getAsString, setFromString): Cleanup.
2532
2533 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
2534
2535         * insetref.C: Add the array InsetRef::types that contains
2536         information about all supported reference types.
2537
2538 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2539
2540         * lyxinset.h: remove trailing comma in enum.
2541
2542 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
2543
2544         * insettext.C: kill LyXBell.