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