]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Use a FileName variable in the external inset too.
[lyx.git] / src / insets / ChangeLog
1 2003-07-23  Angus Leeming  <leeming@lyx.org>
2
3         * insetexternal.[Ch]: store the external file name in a FileName
4         member variable rather than a string + associated changes.
5
6 2003-07-21  Angus Leeming  <leeming@lyx.org>
7
8         * insetgraphicsParams.[Ch]: store the graphics file name in
9         a FileName member variable rather than a string.
10
11         * insetgraphics.[Ch]:
12         * insetgraphicsParams.[Ch]: Associated changes.
13
14 2003-07-21  Angus Leeming  <leeming@lyx.org>
15
16         * insetgraphics.[Ch] (string2params, params2string): passed a
17         buffer_path argument.
18         (view): new method.
19
20 2003-07-21  Angus Leeming  <leeming@lyx.org>
21
22         * insetexternal.C:
23         * insetgraphicsParams.[Ch]:
24         * insetinclude.C:
25         * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
26
27 2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
28
29         * insetnote.C: fixed greyout and conditionals layout foul-ups.
30
31 2003-07-18  André Pönitz  <poenitz@gmx.net>
32
33         * insetert.[Ch]:
34         * insetminipage.[Ch]:
35         * insettabular.[Ch]:
36         * insettext.[Ch]:
37         * insetwrap.[Ch]:
38         * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
39
40 2003-07-18  André Pönitz  <poenitz@gmx.net>
41
42         * inset.[Ch]:
43         * insetbibitem.C:
44         * insetcollapsable.C:
45         * insetcommand.C:
46         * insetert.C:
47         * insetexternal.C:
48         * insetgraphics.[Ch]:
49         * insetlatexaccent.[Ch]:
50         * insetminipage.C:
51         * insetnewline.C:
52         * insetquotes.C:
53         * insetspace.C:
54         * insetspecialchar.C:
55         * insettabular.[Ch]:
56         * insettext.[Ch]:
57         * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
58
59 2003-07-17  André Pönitz  <poenitz@gmx.net>
60
61         * insetcollapsable.C:
62         * insettabular.C:
63         * insettext.C: don't call Inset::update() anymore
64
65         * insettext.[Ch]:
66         * insettabular.[Ch]: remove unneeded in_update_ members
67
68         * insettext.[Ch]: remove unneeded InsetText::old_max_width member 
69
70 2003-07-16  André Pönitz  <poenitz@gmx.net>
71
72         * insettext.C (selectAll): remove
73
74 2003-07-16  John Levon  <levon@movementarian.org>
75
76         * insetnote.h:  
77         * insetnote.C: implement showInsetDialog()
78
79 2003-07-15  André Pönitz  <poenitz@gmx.net>
80
81         * insettabular.C:
82         * insettext.C: refresh_status tristate -> need_update bool
83
84 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
85
86         * insettext.C: adjust call to LyXText::init
87         
88 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
89
90         * insettext.C: use bufferview_funcs->replaceSelection()
91         to delete selections in some cases (bugs 441, 673, 702, 954).
92
93 2003-07-14  André Pönitz  <poenitz@gmx.net>
94
95         * insettext.C (draw): use slimmed down rowpainter interface
96
97 2003-07-14  André Pönitz  <poenitz@gmx.net>
98
99         * insetcollapsable.C:
100         * insetert.C:
101         * insettext.[Ch] (cy, ciy, setUpdateStatus):
102         remove unused BufferView * argument
103
104 2003-07-14  André Pönitz  <poenitz@gmx.net>
105
106         * insettext.[Ch]: used cached metrics a bit more
107
108 2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
109
110         * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
111
112 2003-07-10  André Pönitz  <poenitz@gmx.net>
113
114         * insettabular.C:
115         * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
116
117 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
118
119         * introduce namespace lyx::graphics
120
121 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
122
123         * introduce namespace lyx::support
124
125 2003-06-30  André Pönitz  <poenitz@gmx.net>
126
127         * insetcite.C (localDispatch): fix case of missing return value
128
129         * insetcite.C (ascii): remove unneeded temporary
130
131 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
132
133         * insetspace.h: fix \file
134
135         * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
136         * insetinclude.C (fillWithBibKeys): ditto
137
138         * insetbibitem.C: fix type const order
139
140         * inset.C (getLyXText): add varname for arg
141
142         * ExternalTemplate.h: fix type const order
143
144 2003-06-27  André Pönitz  <poenitz@gmx.net>
145
146         * insettext.C: take care of removed LyXCursor::row_ member
147
148         * insettext.[Ch]: use new TextCursor struct for sstate
149
150 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
151
152         * inseterror.[Ch]: removed
153
154 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
155
156         * insetinclude.C (docbook): use parseError instead of sgmlError
157
158 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
159
160         * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
161         of BufferList::loadLyXFile
162
163 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
164
165         * insettext.C (update): simplify
166         (updateLocal): remove commented code
167         (insetUnlock): simplify
168         (lockInset): simplify
169         (updateInsetInInset): simplify
170         (localDispatch): simplify
171         (setFont): simplify
172         (resizeLyXText): simplify
173         (collapseParagraphs): simplify
174
175         * insetert.C (get_new_label): simplify
176
177 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
178
179         * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
180         pasteSelection with index
181
182 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
183
184         * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
185
186 2003-06-16  André Pönitz  <poenitz@gmx.net>
187
188         * insetbase.h: new virtual base function clone()
189
190         * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
191           Inset * clone()  ->  InsetBase * clone()
192
193 2003-06-13  André Pönitz  <poenitz@gmx.net>
194
195         * insettabular.[Ch]: make tabular a proper member
196
197 2003-06-12  André Pönitz  <poenitz@gmx.net>
198
199         * insettabular.[Ch]: some renaming plus whitespace
200
201 2003-06-11  Angus Leeming  <leeming@lyx.org>
202
203         * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].
204         Add renderers.[Ch].
205
206         * insetbutton.[Ch]: removed.
207         * graphicinset.[Ch]: renamed as renderers.[Ch].
208
209         * renderers.[Ch]: new files. Rename GraphicsInset as GraphicsRenderer.
210         Create a new class ButtonRenderer using the InsetButton::metrics() and
211         draw() functions.
212         Derive both from a common RenderedInset base class.
213
214         * insetcommand.[Ch]:
215         * insetinclude.[Ch]: derive from Inset, not InsetButton.
216         Give it a ButtonRenderer member variable. Use it.
217         Give the classes working copy c-tors.
218         No longer derive from boost::noncopyable.
219
220         * insetexternal.[Ch]: enable the inset to choose dynamically whether to
221         display its contents as a button or as a graphic.
222
223         * insetgraphic.[Ch]: changes due to the change in name GraphicInset ->
224         GraphicRenderer.
225
226 2003-06-11  Angus Leeming  <leeming@lyx.org>
227
228         * insetcite.C (localDispatch): reformat.
229
230         * insetref.C (localDispatch): enable dialog to be lauched.
231
232 2003-06-11  John Levon  <levon@movementarian.org>
233
234         * insettabular.C: correctly mark all cells as erased
235
236 2003-06-11  Angus Leeming  <leeming@lyx.org>
237
238         * insetexternal.[Ch]: InsetExternal::Params no longer stores the
239         ExternalTemplate but its name, templatename. This means that a file
240         containing a reference to an External Template not installed on the
241         current machine will be saved retaining this info rather than inserting
242         the first "valid" template from the list of templates.
243
244         As a by product, the visual statement that the Template is missing is
245         now very clear!
246
247 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
248
249         * insettext.C (appendParagraphs): remove some commented code.
250
251 2003-06-10  Angus Leeming  <leeming@lyx.org>
252
253         * graphicinset.[Ch] (view): removed the publicly accessible function to set
254         the cache.
255
256         * insetexternal.[Ch]: move tempname_ into the Params struct.
257         (Params d-tor): new function, to clean-up this temp file.
258         (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
259         (cache): removed.
260         (editExternal, doSubstitution): move out of class.
261
262 2003-06-10  Angus Leeming  <leeming@lyx.org>
263
264         * graphicinset.[Ch] (params): removed.
265         * graphicinset.h (operator=): declared private but not defined.
266         (statusMessage): made private.
267
268         * insetexternal.[Ch]: graphic_ renamed as renderer_.
269
270 2003-06-07  John Levon  <levon@movementarian.org>
271
272         * insetert.C (latex): make a newline mean just that not
273         a new par
274
275 2003-06-07  José Matos  <jamatos@fep.up.pt>
276
277         * insethfill.[Ch] (linuxdoc, docbook): implement output
278         * insetspace.C (linuxdoc, docbook): remove coments as the code
279         is correct.
280
281 2003-06-06  José Matos  <jamatos@fep.up.pt>
282
283         * insetnewline.C (linuxdoc,docbook): return newline, fix bug 1148.
284
285 2003-06-06  André Pönitz  <poenitz@gmx.net>
286
287         * insetwrap.[Ch]: code compactification
288
289 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
290
291         * mailinset.C (updateDialog): use Dialogs::visible
292
293 2003-06-04  Angus Leeming  <leeming@lyx.org>
294
295         * graphicinset.C (draw): add a comment for the #if 0 block.
296
297         * insetexternal.h: remove Params::parameters variable.
298         * insetexternal.C (read, write): rewrite to output new ExternalInset format
299         and read it back making full use of LyXLex.
300
301 2003-06-04  André Pönitz  <poenitz@gmx.net>
302
303         * inset.[Ch]: change owner_ from Inset * to UpdatableInset *
304
305 2003-06-04  John Levon  <levon@movementarian.org>
306
307         * insettabular.C: back out tall table speed up. It was broken
308
309 2003-06-03  Angus Leeming  <leeming@lyx.org>
310
311         * ExternalTemplate.[Ch]: add inputFormat and UpdateFormat variables.
312         Remove ViewCommand and UpdateCommand.
313
314         * graphicinset.C (update): bug fix. Set the params before calling the
315         loader.
316         * graphicinset.[Ch] (view): new method. A bit of a fudge to set the
317         BufferView cache to enable the InsetExternal::editCommand to be invoked
318         from the frontends. Would not be needed if this were dispatched properly.
319         (old_ascent_): variable removed.
320
321         * insetexternal.[Ch]: large clean-up to use the converter mechanism to
322         do any necessary conversions of external material. Also use the
323         new GraphicsInset to display the inset within LyX.
324
325 2003-06-03  Angus Leeming  <leeming@lyx.org>
326
327         * graphicinset.[Ch]: new files. Clean up the InsetGraphics::Cache
328         and move it somewhere where InsetExternal can use it too.
329
330         * Makefile.am: add the new files.
331
332         * insetgraphics.[Ch]: make use of the new GraphicInset.
333
334 2003-06-03  John Levon  <levon@movementarian.org>
335
336         * inset.h:
337         * insetbibitem.[Ch]:
338         * insetbibtex.h:
339         * insetcite.h:
340         * insetcommand.[Ch]:
341         * insetenv.[Ch]:
342         * inseterror.h:
343         * insetert.[Ch]:
344         * insetexternal.[Ch]:
345         * insetfloat.[Ch]:
346         * insetfloatlist.h:
347         * insetfoot.[Ch]:
348         * insetgraphics.[Ch]:
349         * insethfill.h:
350         * insetinclude.[Ch]:
351         * insetindex.h:
352         * insetlabel.h:
353         * insetlatexaccent.[Ch]:
354         * insetmarginal.[Ch]:
355         * insetminipage.[Ch]:
356         * insetnewline.h:
357         * insetnote.[Ch]:
358         * insetoptarg.[Ch]:
359         * insetquotes.[Ch]:
360         * insetref.[Ch]:
361         * insetspace.[Ch]:
362         * insetspecialchar.[Ch]:
363         * insettabular.[Ch]:
364         * insettext.[Ch]:
365         * insetthereom.[Ch]:
366         * insettoc.h:
367         * inseturl.h:
368         * insetwrap.[Ch]: make clone() not take a Buffer * arg
369
370         * insetgraphics.[Ch]:
371         * insetgraphicsParams.[Ch]: always store an absolute
372         path at runtime
373
374 2003-06-02  André Pönitz  <poenitz@gmx.net>
375
376         * inseterror.C:
377         * insetgraphics.C:
378         * insetlatexaccent.C: remove duplicated call to metrics()
379
380 2003-06-02  John Levon  <levon@movementarian.org>
381
382         * insettabular.C: fix resize of column width
383
384 2003-06-02  John Levon  <levon@movementarian.org>
385
386         * Makefile.am:
387         * inset.h:
388         * insetparent.h:
389         * insetparent.C: remove insetparent
390
391 2003-06-02  André Pönitz  <poenitz@gmx.net>
392
393         * inset.[Ch]:
394         * insetbase.h:
395         * insetbibtex.[Ch]:
396         * insetbutton.[Ch]:
397         * insetcaption.C:
398         * insetcollapsable.[Ch]:
399         * inseterror.[Ch]:
400         * insetert.[Ch]:
401         * insetfootlike.C:
402         * insetgraphics.[Ch]:
403         * insetinclude.[Ch]:
404         * insetlatexaccent.[Ch]:
405         * insetminipage.[Ch]:
406         * insetnewline.[Ch]:
407         * insetquotes.[Ch]:
408         * insetspace.[Ch]:
409         * insetspecialchar.[Ch]:
410         * insettabular.[Ch]:
411         * insettext.[Ch]: unify first drawing phase
412
413         * inset.[Ch]:
414         * insetbase.h: move validate() to the base
415
416 2003-05-31  Angus Leeming  <leeming@lyx.org>
417
418         * Makefile.am: moved insetwrap.[Ch] into alphabetical order.
419
420 2003-05-30  André Pönitz  <poenitz@gmx.net>
421
422         * inset.h:
423         * insetbase.h:
424         * insetbutton.[Ch]:
425         * insetcaption.[Ch]:
426         * insetcollapsable.[Ch]:
427         * inseterror.[Ch]:
428         * insetert.[Ch]:
429         * insetgraphics.[Ch]:
430         * insetinclude.[Ch]:
431         * insetlatexaccent.[Ch]:
432         * insetnewline.[Ch]:
433         * insetquotes.[Ch]:
434         * insetspace.[Ch]:
435         * insetspecialchar.[Ch]:
436         * insettabular.[Ch]:
437         * insettext.[Ch]:
438         * updatableinset.[Ch]: unify second drawing phase
439
440 2003-05-30  John Levon  <levon@movementarian.org>
441
442         * insetgraphics.C: fix a bformat
443
444 2003-05-29  John Levon  <levon@movementarian.org>
445
446         * insettabular.C: remove unused bufferOwner()
447
448 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
449
450         * insettext.C (lockInsetInInset): adjust
451         (getLabelList): use const_iterator, adjust
452         (getInsetFromID): use const_iterator, adjust
453         (addPreview): use const_iterator, adjust
454
455         * insetwrap.C (clone): remove const_cast
456
457         * insetnote.C (clone): remove const_cast
458
459         * insetminipage.C (clone): remove const_cast
460
461         * insetmarginal.C (clone): remove const_cast
462
463         * insetfoot.C (clone): remove const_cast
464
465         * insetfloat.C (clone): remove const_cast
466
467         * insetert.C (clone): remove const_cast
468
469         * delete commented same_id functions from a lot of files.
470
471 2003-05-28  John Levon  <levon@movementarian.org>
472
473         * insetcite.C:
474         * insetinclude.C:
475         * insetindex.C:
476         * insetparent.C:
477         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
478
479         * insetminipage.C: fix metrics (bug 1144)
480
481 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
482
483         * insettext.C (saveLyXTextState): adjust
484         (restoreLyXTextState): adjust
485         (init): adjust
486         (lockInset): adjust
487         (unlockInsetInInset): adjust
488         (localDispatch): adjust
489         (getLyXText): adjust
490
491         * insettabular.C (insertAsciiString): adjust
492
493 2003-05-27  André Pönitz  <poenitz@gmx.net>
494
495         * insetbutton.C:
496         * insetcollapsable.C:
497         * inseterror.C:
498         * insetgraphics.C:
499         * insetlatexaccent.C:
500         * insetminipage.C:
501         * insetnewline.C:
502         * insetquotes.C:
503         * insetspace.C:
504         * insetspecialchar.C:
505         * insettabular.C:
506         * insettext.C: dim.w -> dim.wid
507
508 2003-05-26  John Levon  <levon@movementarian.org>
509
510         * insettabular.C: avoid drawing all of a long table
511         if it's not needed. A big speedup
512
513 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
514
515         * remove same_id from function signatures, adjust
516
517 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
518
519         * insettext.C (InsetText): adjust
520         (clear): adjust
521         (setParagraphData): separate same_id cases, adjust
522         (appendParagraphs): adjust
523         (appendParagraphs): adjust
524
525 2003-05-23  André Pönitz  <poenitz@gmx.net>
526
527         * insetbutton.h: whitespace
528
529         * insettabular.C: more compact code
530
531         * updatableinset.C: remove const_cast
532
533
534 2003-05-23  Angus Leeming  <leeming@lyx.org>
535
536         * insetexternal.C (write): check how many lines are output.
537         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
538         if the template has defined it.
539
540 2003-05-23  Angus Leeming  <leeming@lyx.org>
541
542         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
543
544 2003-05-23  Angus Leeming  <leeming@lyx.org>
545
546         * insetfoot.C (latex):
547         * inseturl.C (latex): rename fragile as moving_arg.
548
549 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
550
551         * inseterror.C (localDispatch): comment out unused var.
552
553 2003-05-22  Angus Leeming  <leeming@lyx.org>
554
555         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
556         passed through the LatexRunParams arg.
557
558 2003-05-22  Angus Leeming  <leeming@lyx.org>
559
560         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
561         through the LatexRunParams arg.
562
563         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
564         arg rather than through a global var.
565
566 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
567
568         * insetspecialchar.C (dimension): use a string.
569
570 2003-05-22  Angus Leeming  <leeming@lyx.org>
571
572         * insetbibtex.C (latex):
573         * insetgraphics.C (latex):
574         * insetinclude.C (latex): extract the buffer's 'nice'ness from
575         runparams rather than from the buffer itself.
576
577 2003-05-22  Angus Leeming  <leeming@lyx.org>
578
579         * inset*.[Ch] (latex):
580         passed a LatexRunParams parameter.
581
582         * insetgraphics.C (latex): actually use it ;-)
583
584 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
585
586         * insetfloat.C (addToToc): trivial compile fix
587
588 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
589
590         * insettext.[Ch] (paragraph): delete unused function
591
592         * insetfloat.C (addToToc): parlist simplfication
593
594 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
595
596         * insetspace.[Ch]: added (new space insets)
597         * Makefile.am:
598         * inset.h: handle new space insets
599
600 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
601
602         * insetfloat.C (addToToc): adjust
603
604 2003-05-21  André Pönitz  <poenitz@gmx.net>
605
606         * insettext.[Ch]: fix drawing bug introduced earlier
607
608 2003-05-19  André Pönitz  <poenitz@gmx.net>
609
610         * insetspecialchar.C: fix bug introduced yesterday
611
612 2003-05-19  André Pönitz  <poenitz@gmx.net>
613
614         * inset.[Ch]:
615         * insetbutton.[Ch]:
616         * insetcollapsable.[Ch]:
617         * inseterror.[Ch]:
618         * insetert.[Ch]:
619         * insetfoot.[Ch]:
620         * insetgraphics.[Ch]:
621         * insetgraphicsParams.[Ch]:
622         * insetlatexaccent.[Ch]:
623         * insetminipage.[Ch]:
624         * insetnewline.[Ch]:
625         * insetquotes.[Ch]:
626         * insetspecialchar.[Ch]:
627         * insettabular.[Ch]:
628         * insettext.[Ch]: dimensions() instead of ascend/descend/width
629
630 2003-05-19  André Pönitz  <poenitz@gmx.net>
631
632         * insetenv.[Ch]:
633         * insettext.C: more insetenv
634
635 2003-05-16  André Pönitz  <poenitz@gmx.net>
636
637         * insetcommand.C:
638         * insetminimpage.[Ch]:
639         * insetcollapsable.[Ch]: fix #832
640
641 2003-05-16  André Pönitz  <poenitz@gmx.net>
642
643         * inset.[Ch]:
644         * insetbibitem.[Ch]:
645         * insetbibtex.[Ch]:
646         * insetbutton.[Ch]:
647         * insetcite.[Ch]:
648         * insetcollapsable.[Ch]:
649         * insetcommand.[Ch]:
650         * inseterror.[Ch]:
651         * insetert.[Ch]:
652         * insetexternal.[Ch]:
653         * insetfloatlist.[Ch]:
654         * insetgraphics.[Ch]:
655         * insetinclude.[Ch]:
656         * insetindex.[Ch]:
657         * insetlabel.[Ch]:
658         * insetlatexaccent.[Ch]:
659         * insetparent.[Ch]:
660         * insetref.[Ch]:
661         * insettabular.[Ch]:
662         * insettext.[Ch]:
663         * insettoc.[Ch]:
664         * inseturl.[Ch]:
665         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
666
667 2003-05-13  André Pönitz <poenitz@gmx.net>
668
669         * insetbibitem.C:
670         * insetcollapsable.C:
671         * insetert.C:
672         * insetfloat.C:
673         * insetinclude.C:
674         * insetwrap.C: tostr from own header
675
676         * insetcommand.C:
677         * insetexternal.C:
678         * insetfloat.C:
679         * insetfloat.h:
680         * insetgraphics.C:
681         * insetinclude.C:
682         * insetminipage.C:
683         * insetparent.C:
684         * insettabular.C:
685         * insettext.C:
686         * insetwrap.C: STRCONV
687
688
689 2003-05-12  André Pönitz <poenitz@gmx.net>
690
691         * insetcaption.C:
692         * insetexternal.C:
693         * insetfloat.C:
694         * insetfloatlist.C:
695         * insetgraphics.C:
696         * insetinclude.C:
697         * insetminipage.C:
698         * insetminipage.C:
699         * insettabular.C:
700         * insettext.C:
701         * insetwwrap.C:  boost::format -> bformat  all over the place
702
703 2003-05-05  André Pönitz <poenitz@gmx.net>
704
705         * insettext.h: add missing #include <map>
706
707 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
708
709         * insettext.C (InsetText): parlist cleanup
710         (clear): ditto
711         (edit): ditto
712         (insetUnlock): ditto
713         (lockInset): ditto
714         (lockInsetInInset): ditto
715         (cx): ditto
716         (cix): ditto
717         (getLyXText): ditto
718         (searchBackward): ditto
719         (collapseParagraphs): ditto
720
721 2003-05-06  John Levon  <levon@movementarian.org>
722
723         * insetcaption.C: don't cast wrap inset to InsetFloat
724
725         * insetfloat.h:
726         * insetfloat.C: remove unneeded type() function
727
728 2003-05-05  André Pönitz <poenitz@gmx.net>
729
730         * inset.h:
731         * insettext.[Ch]:
732         * insettabular.[Ch]:
733         * insetcollapsable.[Ch]: remove unused function firstParagraph()
734         replace getFirstParagraph() by getParagraphs()
735
736 2003-05-03  John Levon  <levon@movementarian.org>
737
738         * insetcollapsable.h:
739         * insetcollapsable.C:
740         * insettabular.h:
741         * insettabular.C:
742         * insettext.h:
743         * insettext.C:
744         * updatableinset.h:
745         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
746         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
747         getCursor(). Remove explicit cursor hides.
748
749 2003-05-02  André Pönitz <poenitz@gmx.net>
750
751         * insettext.C: remove unneeded &*
752
753 2003-04-30  John Levon  <levon@movementarian.org>
754
755         * insettabular.C: fix edit message
756
757 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
758
759         * insettext.C (setFont): do not convert iterator -> pointer
760
761         * insettabular.C (localDispatch): do not convert iterator -> pointer
762         (setFont): ditto
763         (tabularFeatures): ditto
764
765 2003-04-29  André Pönitz <poenitz@gmx.net>
766
767         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
768
769 2003-04-28  André Pönitz <poenitz@gmx.net>
770
771         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
772           Changes
773
774 2003-04-25 André Pönitz <poenitz@gmx.net>
775
776         * insetenv.C: derive from InsetText instead of InsetCollapsable
777
778 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
779
780         * insetexternal.C (string2params): dont do anything if the string
781         is empty.
782         * insetgraphics.C (string2params): ditto
783         * insetcommand.C (string2params): ditto
784         * insetert.C (string2params): ditto
785         * insetfloat.C (string2params): ditto
786         * insetinclude.C (string2params): ditto
787         * insetminipage.C (string2params): ditto
788         * insettabular.C (string2params): ditto
789         * insetwrap.C (string2params): ditto
790
791 2003-04-24  André Pönitz <poenitz@gmx.net>
792
793         * insetref.C: support for eqref
794
795 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
796
797         * insetert.C (read): use ParagraphList::iterator.
798
799 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
800
801         * insetquotes.C (latex): comment some code and add warnings.
802
803 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
804
805         * insetexternal.C (localDispatch): added a missing DISPATCHED
806
807 2003-04-12  John Levon  <levon@movementarian.org>
808
809         * insetwrap.C (addToToc): fix a crash, conversion
810         from while to for loop forgot to remove the explicit
811         increment
812
813 2003-04-10  John Levon  <levon@movementarian.org>
814
815         * insettabular.C (tabularFeature): make sure
816         to update the dialog when we change something
817         (bug 1036).
818
819         (getStatus): don't disable some lfuns (bug 939)
820
821 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
822
823         * insettext.C (saveLyXTextState): adjust
824         (localDispatch): adjust
825         (setFont): adjust
826         (cx): adjust
827         (cix): adjust
828         (cpar): adjust
829
830         * insettabular.C (localDispatch): adjust
831         (setFont): adjust
832         (tabularFeatures): adjust
833
834 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
835
836         * insettabular.C (searchForward,searchBackward): fix bug 782
837
838 2003-04-07  John Levon  <levon@movementarian.org>
839
840         * insettabular.C:
841         * insettext.C: clear status message on inset exit
842
843 2003-04-03  John Levon  <levon@movementarian.org>
844
845         * insetcommand.C: return dispatched on DIALOG_UPDATE
846
847 2003-04-02  John Levon  <levon@movementarian.org>
848
849         * insettabular.C: tab lfuns renamed
850
851 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
852
853         * insettext.C (update): move towards ParagraphList
854         (updateLocal): ditto
855         (edit): ditto
856         (insetUnlock): ditto
857         (lockInset): ditto
858         (lockInsetInInset): ditto
859         (updateInsetInInset): ditto
860         (localDispatch): ditto
861         (docbook): ditto
862         (setFont): ditto
863         (resizeLyXText): ditto
864         (searchBackward): ditto
865         (collapseParagraphs): ditto
866         (addPreview): ditto
867
868         * insetwrap.C (InsetWrap): adjust
869         (addToToc): adjust and rewrite loop
870
871         * insettext.[Ch] (paragraph): delete function
872
873         * insettabular.C (moveNextCell): adjust
874         (movePrevCell): adjust
875         (insertAsciiString): adjust
876
877         * insetfloat.C (InsetFloat): adjust
878         (addToToc): adjust
879
880         * insetert.C (InsetERT): adjust
881         (write): adjust, and rewrite loop
882         (latex): adjust, and rewrite loop
883         (linuxdoc): adjust, and rewrite loop
884         (docbook): adjust, and rewrite loop
885         (localDispatch): adjust
886         (get_new_label): adjust
887
888 2003-04-01  John Levon  <levon@movementarian.org>
889
890         From Alfredo Braunstein
891
892         * insetbutton.h:
893         * insetbutton.C: add localDispatch()
894
895         * insetcommand.C: return DISPATCHED when edit() called
896
897         * insettext.C: fix bug 967
898
899 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
900
901         * insettext.C: adjust
902
903 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
904
905         * insettext.C (draw): adjust
906         (crow): return a RowList::iterator not a Row*
907
908         * insetminipage.C (localDispatch): adjust
909
910         * insetert.C (localDispatch): adjust
911
912 2003-03-31  John Levon  <levon@movementarian.org>
913
914         * insetgraphics.C:
915         * insetgraphicsParams.C: use_gui moved to lyx_gui
916
917 2003-03-31  John Levon  <levon@movementarian.org>
918
919         * insettext.C: Alert fix
920
921 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
922
923         * insettext.C (ascent): adjust for RowList
924         (descent): ditto
925         (draw): ditto
926         (getLyXText): adjust
927         (toggleSelection): adjust
928
929         * insetminipage.C (localDispatch): adjust for RowList
930
931         * insetert.C (localDispatch): adjust for RowList
932         (getMaxWidth): adjust for RowList
933
934 2003-03-29  John Levon  <levon@movementarian.org>
935
936         * insetert.C: Alert cleanup
937
938 2003-03-29  John Levon  <levon@movementarian.org>
939
940         * insettabular.C: Alert fix
941
942 2003-03-28  John Levon  <levon@movementarian.org>
943
944         * insetfloat.C: reset label on INSET_MODIFY
945
946 2003-03-28  John Levon  <levon@movementarian.org>
947
948         * insetgraphicsParams.C: read subcaptionText as a whole line
949         (bug 656)
950
951 2003-03-28  John Levon  <levon@movementarian.org>
952
953         * insettext.C: remove unused prototypes
954
955 2003-03-25  Angus Leeming  <leeming@lyx.org>
956
957         * insetbibitem.C (localDispatch): repaint the view after modifying
958         a bibitem inset in case the maximum InsetBibitem width has changed.
959
960 2003-03-25  John Levon  <levon@movementarian.org>
961
962         * insettext.C:
963         * insettabular.C: LyXText renamings
964
965 2003-03-24  John Levon  <levon@movementarian.org>
966
967         * insettext.C: remove some dead code. Fix bug 972 and
968           related by posting a repaint in updateLocal(), and making
969           the SEL functions set SELECTION.
970
971 2003-03-22  John Levon  <levon@movementarian.org>
972
973         * inset.h:
974         * inset.C: remove no-longer-needed topx_set
975
976         * insetcollapsable.h:
977         * insetcollapsable.C: remove dead code
978
979         * insetminipage.C:
980         * insetert.C: rebreak the rows when a possible
981           change in size is made, and reset the cursor
982           (bug 962, bug 965)
983
984         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
985
986         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
987           topx_set. Fix drawing errors for clearInset(). Remove
988           some unnecessary uses of topx, which should die.
989
990         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
991           is no longer needed. Replace it with an ugly hack.
992
993 2003-03-20  John Levon  <levon@movementarian.org>
994
995         * inset.h:
996         * insetcollapsable.h:
997         * insetcollapsable.C:
998         * insetert.h:
999         * insetert.C:
1000         * insetminipage.C:
1001         * insetminipage.C:
1002         * insettabular.h:
1003         * insettabular.C:
1004         * insettext.h:
1005         * insettext.C: remove spurious font parameter
1006         from update(). Fix drawing of ERT insets inside
1007         insets (bug 966). Remove unused mark_dirty from
1008         tabular's updateLocal()
1009
1010 2003-03-19  John Levon  <levon@movementarian.org>
1011
1012         * insetfloat.h:
1013         * insetfloat.C:
1014         * insetinclude.h:
1015         * insetinclude.C:
1016         * insetminipage.h:
1017         * insetminipage.C:
1018         * insetwrap.h:
1019         * insetwrap.C: remove unused getter/setters
1020
1021 2003-03-19  John Levon  <levon@movementarian.org>
1022
1023         * several files: bv->updateInset() doesn't take
1024         a bool mark_dirty any more
1025
1026 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1027
1028         * adjust for BufferView* arg removal from lyxtext.
1029
1030 2003-03-17  John Levon  <levon@movementarian.org>
1031
1032         * most files: remove the "cleared" parameter
1033         to draw in favour of always clearing. Associated
1034         code removal.
1035
1036 2003-03-16  John Levon  <levon@movementarian.org>
1037
1038         * insettext.C: remove unused s.refresh
1039
1040 2003-03-13  Angus Leeming  <leeming@lyx.org>
1041
1042         * insettext.C (edit): replace Dialogs::updateParagraph with
1043         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
1044
1045 2003-03-13  André Pönitz <poenitz@gmx.net>
1046
1047         * Makefile.am: insert insetenv
1048
1049         * insethenv.[Ch]: new files, currently inactive
1050
1051 2003-03-12  John Levon  <levon@movementarian.org>
1052
1053         * Makefile.am:
1054         * inset.h:
1055         * inset.C:
1056         * insetert.h:
1057         * insetert.C:
1058         * insetnewline.h:
1059         * insetnewline.C:
1060         * insetquotes.C:
1061         * insettext.C: use new insetnewline
1062
1063 2003-03-12  John Levon  <levon@movementarian.org>
1064
1065         * insettext.C: readToken became readParagraph
1066
1067 2003-03-12  John Levon  <levon@movementarian.org>
1068
1069         * insettext.C: use parlist iterator for reading contents
1070
1071 2003-03-12  John Levon  <levon@movementarian.org>
1072
1073         * insettext.C: name change to readToken()
1074
1075 2003-03-11  André Pönitz <poenitz@gmx.net>
1076
1077         * Makefile.am: insert insethfill
1078
1079         * insethfill.[Ch]: new files
1080
1081 2003-03-10  Angus Leeming  <leeming@lyx.org>
1082
1083         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
1084         BufferView * arg.
1085         (hideDialog): calls the new static Dialogs::hide() method.
1086
1087         * insetbibitem.C (edit):
1088         * insetbibtex.C (edit):
1089         * insetcite.C (edit):
1090         * insetcommand.C (localDispatch):
1091         * inseterror.C (d-tor):
1092         * insetert.C (showInsetDialog):
1093         * insetexternal.C (localDispatch, edit):
1094         * insetfloat.C (localDispatch, showInsetDialog):
1095         * insetfloatlist.C (edit):
1096         * insetgraphics.C (localDispatch, edit):
1097         * insetinclude.C (localDispatch, edit):
1098         * insetindex.C (edit):
1099         * insetlabel.C (edit):
1100         * insetminipage.C (localDispatch, showInsetDialog):
1101         * insetref.C (edit):
1102         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
1103         resetPos, showInsetDialog, openLayoutDialog):
1104         * insettoc.C (edit):
1105         * inseturl.C (edit):
1106         * insetwrap.C (localDispatch, showInsetDialog):
1107         changes due to the changed MailInset interface.
1108
1109 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
1110
1111         * insetfloat.h: Set default placement to an empty string.
1112
1113 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1114
1115         * insettext.C (latex): adjust call to latexParagraphs.
1116
1117 2003-03-10  Angus Leeming  <leeming@lyx.org>
1118
1119         * mailinset.C: warn the user if the BufferView has not been cached.
1120
1121 2003-03-10  Angus Leeming  <leeming@lyx.org>
1122
1123         * inset.h, insetbase.h: move cache() and view() into InsetBase.
1124
1125         * insetcommand.h (inset):
1126         * insetert.h (inset):
1127         * insetexternal.h (inset):
1128         * insetfloat.h (inset):
1129         * insetgraphics.h (inset):
1130         * insetinclude.h (inset):
1131         * insetminipage.h (inset):
1132         * insettabular.h (inset):
1133         * insetwrap.h (inset):
1134         * mailinset.h (inset): return an InsetBase &, not an Inset &.
1135
1136 2003-03-10  Angus Leeming  <leeming@lyx.org>
1137
1138         * insetcommand.C (string2params):
1139         * insetexternal.C (string2params):
1140         * insetfloat.C (string2params):
1141         * insetgraphics.C (string2params):
1142         * insetinclude.C (string2params):
1143         * insetminipage.C (string2params):
1144         * insettabular.C (string2params):
1145         * insetwrap.C (string2params): cure warning message about missing
1146         '\end_inset'.
1147
1148 2003-03-09  Angus Leeming  <leeming@lyx.org>
1149
1150         * insettabular.[Ch]: define a new class InsetTabularMailer and use
1151         it to communicate with the frontend dialogs.
1152
1153         * mailinset.C (hideDialog): only hide the dialog if it is showing the
1154         contents of this inset!
1155
1156 2003-03-07  Angus Leeming  <leeming@lyx.org>
1157
1158         * inseterror.C (localDispatch): new method; calls edit() on
1159         LFUN_MOUSE_RELEASE.
1160
1161 2003-03-07  Angus Leeming  <leeming@lyx.org>
1162
1163         * insetbibitem.C (localDispatch):
1164         * insetbibtex.C (localDispatch):
1165         * insetlabel.C (localDispatch):
1166         rewrite as a switch.
1167
1168 2003-03-07  Angus Leeming  <leeming@lyx.org>
1169
1170         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
1171         it to communicate with the frontend dialogs.
1172
1173 2003-03-07  Angus Leeming  <leeming@lyx.org>
1174
1175         * insetexternal.C: remove operator== and operator!= for
1176         InsetExternal::Params. They were used only by the old controller
1177         scheme.
1178
1179 2003-03-07  Angus Leeming  <leeming@lyx.org>
1180
1181         * insetcommand.C (localDispatch):
1182         * insetexternal.C (localDispatch):
1183         * insetfloat.C (localDispatch):
1184         * insetinclude.C (localDispatch):
1185         * insetminipage.C (localDispatch):
1186         * insetwrap.C (localDispatch):
1187         add LFUN_INSET_DIALOG_UPDATE to the switch.
1188
1189 2003-03-07  Angus Leeming  <leeming@lyx.org>
1190
1191         * insetcommand.C (string2params):
1192         * insetexternal.C (string2params):
1193         * insetfloat.C (string2params):
1194         * insetinclude.C (string2params):
1195         * insetwrap.C (string2params): use LyXLeX more.
1196
1197         * insetert.[Ch]:
1198         * insetexternal.[Ch]:
1199         * insetfloat.[Ch]:
1200         * insetinclude.[Ch]:
1201         * insetwrap.[Ch]: change Mailer::name_ to be static.
1202
1203         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
1204         it to communicate with the frontend dialogs.
1205
1206 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1207
1208         * insettext.C:
1209         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
1210
1211 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1212
1213         * insettext.C (updateLocal): un-const function
1214         (updateLocal): adjust
1215         (collapseParagraphs): un-const function
1216         (collapseParagraphs): adjust
1217
1218 2003-03-05  Angus Leeming  <leeming@lyx.org>
1219
1220         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
1221         it to communicate with the frontend dialogs.
1222
1223 2003-03-05  Angus Leeming  <leeming@lyx.org>
1224
1225         * insetcollapsable.C (draw): cache the BufferView.
1226
1227         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
1228         it to communicate with the frontend dialogs.
1229
1230 2003-03-05  Angus Leeming  <leeming@lyx.org>
1231
1232         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
1233         struct.
1234
1235 2003-03-05  Angus Leeming  <leeming@lyx.org>
1236
1237         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
1238
1239         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
1240         it to communicate with the frontend dialogs.
1241
1242 2003-03-05  Angus Leeming  <leeming@lyx.org>
1243
1244         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
1245         it to communicate with the frontend dialogs.
1246
1247 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1248
1249         * insettext.C (collapseParagraphs): adjust
1250         (appendParagraphs): make it take a Buffer* instead of a
1251         BufferParams& as arg.
1252         (appendParagraphs): adjust
1253
1254 2003-03-04  Angus Leeming  <leeming@lyx.org>
1255
1256         * insetbibitem.C (localDispatch):
1257         * insetbibtex.C (localDispatch):
1258         * insetcommand.C (localDispatch):
1259         * insetert.C (localDispatch):
1260         * insetlabel.C (localDispatch):
1261         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
1262
1263 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1264
1265         * insettext.C (latex): adjust for ParagraphList::iterator
1266
1267 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1268
1269         * insetbutton.C (view): adjust for boost 1.30.0
1270         * insetcollapsable.C (view): ditto
1271         * insetgraphics.C (statusChanged): ditto
1272
1273         * insettext.h: move paragraphs to be public.
1274
1275 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1276
1277         * insetnote.[Ch] (InsetNote): remove unused constructor
1278
1279 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
1280
1281         * insetgraphics.C: added include "format.h"
1282
1283 2003-02-27  Angus Leeming  <leeming@lyx.org>
1284
1285         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
1286         thingy.
1287
1288 2003-02-27  Angus Leeming  <leeming@lyx.org>
1289
1290         * insetbibitem.C (localDispatch):
1291         * insetbibtex.C (localDispatch):
1292         * insetcommand.C:
1293         * insetert:
1294         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
1295
1296 2003-02-26  Angus Leeming  <leeming@lyx.org>
1297
1298         * insetbibitem.[Ch] (localDispatch):
1299         * insetbibtex.[Ch] (localDispatch):
1300         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
1301
1302         * insetcommand.C (localDispatch):
1303         act only on receipt of LFUN_XYZ_APPLY.
1304
1305         * insetert.C (localDispatch): reformat.
1306         add LFUN_XYZ_APPLY to the switch.
1307
1308 2003-02-26  John Levon  <levon@movementarian.org>
1309
1310         * insettext.C: use RowPainter
1311
1312         * inset.h: make helpers take const *
1313
1314 2003-02-26  Angus Leeming  <leeming@lyx.org>
1315
1316         * insetcommand.[Ch] (localDispatch): new method.
1317
1318 2003-02-26  Angus Leeming  <leeming@lyx.org>
1319
1320         * insetinclude.C (draw): cache the BufferView* using cache not
1321         PreviewImpl::setView
1322
1323 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
1324
1325         * insetgraphics.C (draw)
1326         * insetinclude.C (draw): Eliminate also the other argument (owner
1327         inset inset) in the call to PreviewImage::image
1328
1329 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1330
1331         * insetgraphics.C (draw)
1332         * insetinclude.C (draw): Eliminate Buferview argument in call to
1333         PreviewImage::image
1334
1335 2003-02-25  John Levon  <levon@movementarian.org>
1336
1337         * insetgraphicsParams.h:
1338         * insetgraphics.C: don't start a load process if
1339           the inset is set to NoDisplay (bug #920)
1340
1341 2003-02-22  John Levon  <levon@movementarian.org>
1342
1343         * insetfloat.C:
1344         * insetwrap.C: TocItem changed API (bug 913)
1345
1346 2003-02-21  Angus Leeming  <leeming@lyx.org>
1347
1348         * insetcollapsable.[Ch] (cache, edit):
1349         * insetbutton.[Ch] (cache, edit): new methods to cache the
1350         BufferView in the draw method.
1351
1352         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
1353         simplify comunication between InsetCommand-derived classes and
1354         the Dialogs.
1355
1356         * insetbibitem.[Ch]:
1357         * insetbibtex.[Ch]:
1358         * insetcite.[Ch]:
1359         * inseterror.[Ch]:
1360         * insetfloatlist.[Ch]:
1361         * insetindex.[Ch]:
1362         * insetref.[Ch]:
1363         * insettoc.[Ch]:
1364         * inseturl.[Ch]: small changes to reflect the new interface to the
1365         Dialogs code.
1366
1367         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
1368         other, similar classes.
1369
1370         * Makefile.am: add new files.
1371
1372 2003-02-21  Angus Leeming  <leeming@lyx.org>
1373
1374         * updatableinset.h (setView, view): remove.
1375         * inset.h (view, cache): to be replaced by these.
1376
1377         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
1378         insetbibtex.[Ch]:
1379
1380         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
1381         insetbibtex.[Ch].
1382
1383         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
1384
1385 2003-02-21  Allan Rae  <rae@lyx.org>
1386
1387         * insetinclude.C (loadIfNeeded): ensure loading also works when
1388         child document is under version control.
1389
1390 2003-02-17  André Pönitz <poenitz@gmx.net>
1391
1392         * insetbib.[Ch]: Adjust access to bibkeys
1393
1394 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1395
1396         * insetquotes.C (dispString): remove use of acute accent for "'"
1397         right quote.
1398
1399 2003-02-14  John Levon  <levon@movementarian.org>
1400
1401         * insettabular.C: changed method names in tabular.C
1402
1403 2003-02-14  John Levon  <levon@movementarian.org>
1404
1405         * inset.h:
1406         * inset.C:
1407         * insetcollapsable.h:
1408         * insetcollapsable.C:
1409         * insettabular.h:
1410         * insettabular.C:
1411         * insettext.h:
1412         * insettext.C: remove unused getParFromID()
1413
1414 2003-02-13  John Levon  <levon@movementarian.org>
1415
1416         * insettext.h:
1417         * insettext.C: remove unused beginningofMainBody()
1418
1419 2003-02-08  John Levon  <levon@movementarian.org>
1420
1421         * inset.h:
1422         * inset.C:
1423         * insetcollapsable.h:
1424         * insetcollapsable.C:
1425         * insettabular.h:
1426         * insettabular.C:
1427         * insettext.h:
1428         * insettext.C:
1429           add nextChange(). Make allowSpellcheck() const. Add markErased().
1430
1431         * insetert.C: ignore deleted text
1432
1433         * insettabular.C: make sure to keep change  tracking working
1434           properly.
1435
1436 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
1437
1438         * insetert.C:
1439         * insetgraphics.C:
1440         * insettabular.C:
1441         * insettext.C: Use error messages with identical spelling and punctuation
1442
1443 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
1444
1445         * insetgraphics.C (draw, width): Fix spacing around graphics inset
1446
1447 2002-12-17  Juergen Vigna  <jug@lyx.org>
1448
1449         * insettext.C (localDispatch): hopefully fixed cursor up down
1450         movement on leaving other insets.
1451
1452 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
1453
1454         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
1455         and the like.
1456
1457 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1458
1459         * insetgraphics.C (prepareFile): do not remove the extension of
1460         the file name if it is not the default extension for the given
1461         format (that is, in latex output, remove extension from foo.eps,
1462         but not from foo.epsi)
1463
1464 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
1465
1466         * insettext.C (lfunMouseRelease): hackish solution to the "double
1467         menu open" bug
1468
1469 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1470
1471         * insetfloat.C (addToToc): use the floats name not its type
1472         * insetwrap.C (addToToc): ditto
1473
1474 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1475
1476         * insetnote.C (init): make label font smaller
1477
1478 2002-12-04  John Levon  <levon@movementarian.org>
1479
1480         * insetinclude.C: ressurect setting of command name
1481
1482 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1483
1484         * insetquotes.C (dispString): disambiguate insert call
1485
1486 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1487
1488         * several files: ws changes
1489
1490 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1491
1492         * insetquotes.C (dispString): use string::insert for prepending a
1493         char.
1494
1495 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1496
1497         * insetparent.C (getScreenLabel): use boost::format
1498
1499         * insetgraphics.C (prepareFile): use boost::format
1500         (ascii): ditto
1501
1502         * insetfloatlist.C (latex): use boost::format
1503
1504         * insetcaption.C (draw): use boost::format
1505
1506 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
1507
1508         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
1509         columns.
1510
1511 2002-11-20  Juergen Vigna  <jug@sad.it>
1512
1513         * insettabular.C (resetPos): temporary fix for endless loop in
1514         this function on a redraw.
1515
1516 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1517
1518         * insettabular.C (copySelection): STRCONV
1519
1520         * insetinclude.C (uniqueID): STRCONV
1521         (latexString): ditto
1522
1523         * insetgraphics.C: put VersionNumber inside anon namespace
1524         (createLatexOptions): STRCONV
1525
1526         * insetcommandparams.C: include config.h
1527
1528 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
1529
1530         * insetgraphicsParams.C (Write): use lyx::float_equal.
1531         Write height data correctly.
1532         (Read): zero scale when reading height data.
1533
1534 2002-10-30  John Levon  <levon@movementarian.org>
1535
1536         * insetfloat.C (addToTOC): recursively traverse all
1537           contents looking for captions (fix #568)
1538
1539 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1540
1541         * insetexternal.C (doSubstitution): do not try to replace
1542         environment variables, this is done when executing the command
1543
1544 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1545
1546         * insetexternal.C (doSubstitution): change order of substitution
1547         to work around ReplaceEnvironmentPath brokenness
1548
1549 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1550
1551         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
1552
1553         * insetgraphicsParams.C (init, Write): associated changes
1554         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
1555         InsetGraphicsParams::scale.
1556
1557 2002-10-21  John Levon  <levon@movementarian.org>
1558
1559         * inset.h: remove unused DISPATCH_RESULT
1560
1561         * insettext.C: sgml open/close tag now in sgml namespace
1562
1563 2002-10-21  Angus Leeming  <leeming@lyx.org>
1564
1565         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
1566         file path subdir/fig.eps when pasting it into a buffer in a different
1567         directory.
1568
1569 2002-10-16  John Levon  <levon@movementarian.org>
1570
1571         * insetspecialchar.C: remove \\protected_separator parsing
1572
1573 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1574
1575         * insetquote.C: fix LaTeX output of quotation marks.
1576
1577 2002-10-14  Juergen Vigna  <jug@sad.it>
1578
1579         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
1580         Backspace functions which confused the Undo handling.
1581
1582 2002-10-09  Angus Leeming  <leeming@lyx.org>
1583
1584         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
1585         BufferView::dispatch that turns off this optimisation when a new inset
1586         is inserted.
1587
1588         * insetcite.C (getNatbibLabel): correct logic of when and when not to
1589         reload the BibTeX keys.
1590
1591 2002-10-11  André Pönitz <poenitz@gmx.net>
1592
1593         * insettext.h: handle LFUN_PRIOR/NEXT
1594
1595 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1596
1597         * insetfloat.C: fix bug with float settings
1598         (document default != float default).
1599
1600 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
1601
1602         * insetwrap.C (addToToc): New method.
1603         (InsetWrap): Set layout to caption.
1604
1605 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1606
1607         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1608
1609 2002-09-16  John Levon  <levon@movementarian.org>
1610
1611         * insettabular.h: hasSelection() needs to be public
1612
1613 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1614
1615         * insetgraphicsParams.C: use empty string as default for rotateOrigin
1616
1617 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1618
1619         * insetgraphicsParams.C: use empty string as default for rotateOrigin
1620
1621 2002-09-11  André Pönitz <poenitz@gmx.net>
1622
1623         * insettabular.C: implement LFUN_WORDSEL
1624
1625 2002-09-10  John Levon  <levon@movementarian.org>
1626
1627         * insetinclude.h: remove unused param
1628
1629 2002-09-09  John Levon  <levon@movementarian.org>
1630
1631         * insetinclude.h:
1632         * insetinclude.C: remove noload, default to input
1633
1634 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
1635
1636         * insetgraphics.C: disfuscated use of ']' in built output string.
1637
1638 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1639
1640         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
1641
1642 2002-08-29  Juergen Vigna  <jug@sad.it>
1643
1644         * insettabular.C (lfunMousePress): Pay attention where you set
1645         the x/y values as they depend on which inset in the tabular is
1646         actually locked. So you surely have to reset them if you (un)lock
1647         a inset!
1648
1649 2002-08-29  André Pönitz <poenitz@gmx.net>
1650
1651         * insetfootlike.h: rename include guard to ALL CAPS
1652
1653         * insettext.C: swap object and first parameter for checkInsetHit calls
1654           as this functions has moved from BufferView to LyXText
1655
1656
1657 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
1658
1659         * insetgraphicsParams.C: remove local displayTranslator and use
1660         the one from graphics/GraphicsTypes.h.
1661
1662 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1663
1664         * insetfloat.C (wide): add BufferParams parameter
1665
1666         * insetfloatlist.C (read):
1667         (latex):
1668         (getScreenLabel):
1669         * insetfloat.C (latex):
1670         (floatname):
1671         * insetcaption.C (draw): use LyXTextClass::floats()
1672
1673 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1674
1675         * insetoptarg.h: add std:: qualifier.
1676
1677 2002-08-26  Juergen Vigna  <jug@sad.it>
1678
1679         * insettext.C (localDispatch): ditto.
1680
1681         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
1682
1683 2002-08-25  John Levon  <levon@movementarian.org>
1684
1685         * inseturl.C: elide long URLs (bug 404)
1686
1687 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1688
1689         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
1690         remove "Format Version <version_no.>" string from inset header
1691
1692         * insetgraphics.C:
1693         * insetgraphicsParams.[Ch]: Implement new graphics dialog
1694
1695         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
1696         a member of "grfx::Params" anymore.
1697
1698         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
1699
1700 2002-08-24  John Levon  <levon@movementarian.org>
1701
1702         * insetoptarg.h:
1703         * insetoptarg.C: ws, pedantry ...
1704
1705 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1706
1707         * insettext.C (collapseParagraphs): pasteParagraph now in global
1708         scope
1709         (appendParagraphs): ditto
1710
1711 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
1712
1713         * insetcite.C (latex): Remove spaces only after commmas.
1714
1715 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1716
1717         * insettext.C: remove NO_COMPABILITY stuff
1718
1719 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1720
1721         * insettext.C (edit): use ParagraphList iterators
1722
1723         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
1724         (bibitemWidest): ditto
1725
1726 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1727
1728         * insettext.C: include <boost/bind.hpp>
1729         add using std::for_each
1730         (saveLyXTextState): use ParagraphsList::iterator
1731         (init): use for_each on paragraphlist iterators
1732         (InsetText): remove superflous setting cached_bview to 0
1733         (latex): reformat a bit
1734         (ascii): use paragraphlist iterators
1735         (validate): use for_each + boost bind
1736         (getLabelList): use paragraphlist iterators
1737         (deleteLyXText): use for_each + boost::bind
1738         (resizeLyXText): ditto
1739         (reinitLyXText): ditto
1740         (removeNewlines): use paragraphlist iterators
1741         (getParFromID): ditto
1742         (paragraph): use for_each + boost::bind
1743         (getInsetFromID): use paragraphlist iterators
1744         (getLabelList): typo fix
1745
1746 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1747
1748         * insettext.C (read): assign tmp to paragraphs after return from
1749         call to parseSingleLyXformat2Token
1750
1751
1752 2002-08-13  Angus Leeming  <leeming@lyx.org>
1753
1754         * insetbib.C:
1755         * insetcite.C:
1756         * inseterror.C:
1757         * insetert.C:
1758         * insetexternal.C:
1759         * insetfloat.C:
1760         * insetfloatlist.C:
1761         * insetgraphics.C:
1762         * insetinclude.C:
1763         * insetindex.C:
1764         * insetminipage.C:
1765         * insetparent.C:
1766         * insetref.C:
1767         * insettabular.C:
1768         * insettext.C:
1769         * insettoc.C:
1770         * inseturl.C:
1771         changes due to the changed LyXView interface that now returns references
1772         to member variables not pointers.
1773
1774 2002-08-13  Angus Leeming  <leeming@lyx.org>
1775
1776         * inset.h:
1777         * insetcollapsable.h:
1778         * insetert.h:
1779         * insettabular.h:
1780         * insettext.h: forward-declare WordLangTuple
1781         (selectNextWordToSpellcheck) constify return type.
1782
1783         * inset.C:
1784         * insetcollapsable.C:
1785         * insetert.C:
1786         * insettabular.C:
1787         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
1788
1789 2002-08-12  Angus Leeming  <leeming@lyx.org>
1790
1791         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
1792
1793 2002-08-12  Juergen Vigna  <jug@sad.it>
1794
1795         * insetcollapsable.C (edit): ignore if entered when pressing mouse
1796         button 3.
1797
1798 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1799
1800         * insetbib.C (bibitemMaxWidth): ParagraphList changes
1801         (bibitemWidest): ditto
1802         * insettext.[Ch]: ditto
1803
1804 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1805
1806         * insettext.C, insetert.C: use Paragraph::empty where appropriate
1807
1808 2002-08-09  Angus Leeming  <leeming@lyx.org>
1809
1810         * insetinclude.C (latexString): remove fudge now that I've found out
1811         how to enable LaTeX to find the file using input@path.
1812
1813 2002-08-09  John Levon  <levon@movementarian.org>
1814
1815         * insettext.h:
1816         * insettext.C: remove unused xpos
1817
1818 2002-08-07  Juergen Vigna  <jug@lyx.org>
1819
1820         * insettabular.C (localDispatch): make delete not put the stuff
1821         in the clipboard only do this on a cut operation.
1822
1823         * insettext.C (localDispatch): make delete and backspace not put
1824         selected stuff to the clipboard.
1825
1826 2002-08-07  André Pönitz <poenitz@gmx.net>
1827
1828         * inset.[Ch]:
1829         * insetcollapsable.[Ch]:
1830         * insetert.[Ch]:
1831         * insetparent.[Ch]:
1832         * insetref.[Ch]:
1833         * insettabular.[Ch]:
1834         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
1835
1836 2002-08-06  John Levon  <levon@movementarian.org>
1837
1838         * inset.h:
1839         * inset.C:
1840         * insetcollapsable.h:
1841         * insetcollapsable.C:
1842         * insetert.h:
1843         * insetert.C:
1844         * insettabular.h:
1845         * insettabular.C:
1846         * insettext.h:
1847         * insettext.C: use WordLangTuple for spellcheck
1848
1849 2002-08-06  Angus Leeming  <leeming@lyx.org>
1850
1851         * insetinclude.C: add a monitor to the previewed image, so that the
1852         image is refreshed if the \input-ed file changes.
1853
1854 2002-08-04  John Levon  <levon@movementarian.org>
1855
1856         * inset.h:
1857         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
1858
1859 2002-08-02  Angus Leeming  <leeming@lyx.org>
1860
1861         * insetcommandparams.[Ch] (preview): new methods returning and setting
1862         a new bool preview_ flag.
1863         (read): read this flag.
1864         (operator==): add flag to check.
1865
1866         * insetinclude.C (write): output new preview() flag.
1867         (previewWanted): use this flag.
1868
1869 2002-08-02  Angus Leeming  <leeming@lyx.org>
1870
1871         * insetcollapsable.[Ch] (addPreview):
1872         * insettabular.[Ch] (addPreview):
1873         * insettext.[Ch] (addPreview): new methods. Can now generate previews
1874         for insets in insets.
1875
1876 2002-08-02  Angus Leeming  <leeming@lyx.org>
1877
1878         * insetcite.C: fix typo.
1879
1880         * insetgraphics.C: kill current_view and instead cache the BufferView
1881         as a weak_ptr.
1882
1883         * insetinclude.C: kill current_view and pass the BufferView to the
1884         PreviewedInset so that it can cache it.
1885
1886 2002-08-01  Angus Leeming  <leeming@lyx.org>
1887
1888         * inset.h (generatePreview): renamed as addPreview.
1889         (generatePreview): new method. Allows code to be moved out of
1890         math_nestinset.C and into the new PreviewedInset class.
1891
1892         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
1893         add previews to the inset when \input-ing LaTeX.
1894
1895 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1896
1897         * several files: strip,frontStrip -> trim,ltrim,rtrim
1898
1899 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1900
1901         * insetbib.C (latex): modify because of strip changes
1902         (getKeys): ditto
1903         * insetnote.C (InsetNote): ditto
1904
1905 2002-07-26  Juergen Vigna  <jug@sad.it>
1906
1907         * insettabular.C (searchForward): check for lastcell if we
1908         had a locking inset.
1909
1910 2002-07-25  Juergen Vigna  <jug@sad.it>
1911
1912         * insettabular.C (insetMotionNotify): Don't update the screen
1913         if we didn't do nothing.
1914         (searchForward): last cell was not checked.
1915
1916 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
1917
1918         * insetfloat.C (read, write): Allow default placement
1919         (floatPlacement_ is empty).
1920
1921 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1922
1923         * insetminipage.h (noFontChange):
1924         * insettabular.h (noFontChange):
1925         * insetfootlike.h (noFontChange):
1926         * insetfloat.h (noFontChange): return true
1927
1928         * inset.h (noFontChange): new method, defaulting to false
1929
1930 2002-07-22  Herbert Voss  <voss@lyx.org>
1931
1932         * insetgraphicsParams.[Ch]: support size_type for old docs
1933
1934 2002-07-22  Herbert Voss  <voss@lyx.org>
1935
1936         * insetgraphics.C:
1937         * insetgraphicsParams.[Ch]: change size_type to size_kind and
1938         other small changes
1939
1940 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1941
1942         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
1943
1944         * insetlatexaccent.h: do not include "lyxlex.h"
1945
1946         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
1947
1948         * insetquotes.C:
1949         * insetlatexaccent.C:
1950         * insetgraphics.C:
1951         * insetexternal.C:
1952         * insetert.C:
1953         * insetbib.C: #include "lyxlex.h"
1954
1955         * insetinclude.C:
1956         * insetfloat.C:
1957         * insetert.C:
1958         * insetbib.C:
1959         * insettext.C: use BufferParams::getLyXTextClass
1960
1961
1962         * insetfloat.C (addToToc): new method. Add to toclist the entries
1963         corresponding to Caption layouts
1964         (InsetFloat): when creating a new float, set the layout to "Caption"
1965
1966 2002-07-21  Herbert Voss  <voss@lyx.org>
1967
1968         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
1969         image relevant part into graphics/GraphicsImgae.C
1970
1971 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1972
1973         * insettoc.C (ascii):
1974         * insetfloatlist.C (ascii): change to use the new Toc functions
1975         instead of stuff that was in Buffer
1976
1977 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1978
1979         * insettext.C (localDispatch): BufferView::Dispatch has been
1980         renamed to BufferView::dispatch
1981
1982 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1983
1984         * insetgraphicsParams.C (as_grfxParams): use the new
1985         keepLyXAspectRatio parameter. Note that this is an adaptation of a
1986         1.2.0 patch, and I do not really know how to adapt it to the new
1987         grfx::Cache world. Angus, please could you have a look?
1988
1989 2002-05-01  Herbert Voss  <voss@lyx.org>
1990
1991         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
1992
1993 2002-07-18  Angus Leeming  <leeming@lyx.org>
1994
1995         * insetgraphics.C: clean-up comments (from Herbert).
1996         add a new checksum variable to the cache. Use it in PrepareFile.
1997         (draw): start monitoring the file for a change.
1998         (prepareFile): re-arrange a little to avoid unnecessary steps.
1999
2000 2002-07-17  Angus Leeming  <leeming@lyx.org>
2001
2002         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
2003         a method rather than to the signal directly.
2004
2005 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
2006
2007         * insettext.C: use view_state_changed, switchKeyMap
2008
2009 2002-07-17  Herbert Voss  <voss@perce.de>
2010
2011         * insetgraphics.C (prepareFile): keep the extension when
2012         exporting to nice file
2013
2014 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2015
2016         * insetcite.C (getNatbibLabel):
2017         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
2018
2019 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
2020
2021         * insetgraphics.C: use ->isDrawable()
2022
2023 2002-07-12  Angus Leeming  <leeming@lyx.org>
2024
2025         * insetgraphics.C: use the new smart loading capabilities of the image
2026         loader.
2027
2028 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
2029
2030         * insettabular.C (edit): Move into correct cell when entering a
2031         tabular in
2032
2033         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
2034         RTL paragraphs.
2035
2036 2002-07-05  Angus Leeming  <leeming@lyx.org>
2037
2038         * inset.h (generatePreview): new virtual method.
2039
2040 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2041
2042         * insetcommandparams.[Ch] (operator=): move out of class
2043         (operator!): move out of class
2044
2045 2002-07-04  André Pönitz <poenitz@gmx.net>
2046
2047         * insetcommandparams.[Ch]: new files
2048
2049         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
2050
2051 2002-06-15  Herbert Voss  <voss@perce.de>
2052
2053         * insetgraphics.C (prepareFile): bugfix; return always
2054         files without extension
2055
2056 2002-06-28  Angus Leeming  <leeming@lyx.org>
2057
2058         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
2059         rename asGParams -> as_grfxParams.
2060
2061         * insetgraphics.C: reflect above change.
2062
2063 2002-06-26  Angus Leeming  <leeming@lyx.org>
2064
2065         * insetgraphics.h: use boost::scoped_ptr in preference to
2066         std::auto_ptr.
2067
2068 2002-06-26  Angus Leeming  <leeming@lyx.org>
2069
2070         * insetgraphics.C: moved the image loading stuff into a new class
2071         grfx::Loader. Simplifies this file enormously.
2072
2073         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
2074
2075         * insetgraphicsParams.C: changes aassociated with moving
2076         grfx::DisplayType out of grfx::GParams.
2077
2078 2002-06-26  André Pönitz <poenitz@gmx.net>
2079
2080         * insetgraphics.C: use os::external_path where necesaary according to a
2081         patch from Claus Hentschel)
2082
2083 2002-06-25  Angus Leeming  <leeming@lyx.org>
2084
2085         * insetgraphics.[Ch]: The inset now assumes the responsibility for
2086         generating a pixmap once the graphics file is loaded into memory.
2087         The current_view ugliness that was in grfx::ModifiedImage has been
2088         moved here now that grfx::ModifiedImage is no more.
2089
2090 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2091
2092         * insettext.C: layout as layout
2093
2094 2002-05-28  André Pönitz <poenitz@gmx.net>
2095
2096         * insetfloatlist.h: remove source of compiler warning
2097
2098         * insetref.C: tiny whitespace
2099
2100 2002-06-15  Herbert Voss  <voss@perce.de>
2101
2102         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
2103         and take always convert when no userdefined converter was
2104         found
2105         (latex) small changes in the lyxerr output
2106
2107 2002-06-15  LyX Development team <lyx@rilke>
2108
2109         * inset*.[Ch] (docbook): Added new argument to take the pernicious
2110         mixed content. Small white spaces clean.
2111
2112 2002-06-14  Angus Leeming  <leeming@lyx.org>
2113
2114         * inseetexternal.C: remove the using std::difftime declaration.
2115
2116 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
2117
2118         * insetquotes.C: change lyxfont::draw to font_metrics::draw
2119
2120 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
2121
2122         * insetquotes.C (draw): fix drawing of double quotes
2123
2124 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2125
2126         * insettabular.C: s/scrollCB/scrollDocView/
2127
2128 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2129
2130         * insettext.C: change of topCursorVisible()
2131           prototype
2132
2133 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2134
2135         * insettext.h:
2136         * insettext.C: rename/change of LyXScreen
2137
2138 2002-06-07  Angus Leeming  <leeming@lyx.org>
2139
2140         Fixes needed to compile with Compaq cxx 6.5.
2141         * insetexternal.C:
2142         all c-library variables have been moved into namespace std.
2143         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
2144
2145 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2146
2147         * insetinclude.C (uniqueID):
2148         * insetgraphics.C (uniqueID): renamed from unique_id, since this
2149         conflicted with some AIX headers.
2150
2151 2002-05-31  Juergen Vigna  <jug@sad.it>
2152
2153         * insetert.C (get_new_label): add '...' for multi-paragraph ert
2154         insets too
2155         (update) new method
2156
2157 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2158
2159         * insetexternal.C (clone): fix () bug when using new
2160         (updateExternal): don't only look for difftime in global scope
2161
2162 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
2163
2164         * insettabular.C: add const
2165
2166 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2167
2168         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
2169         file name, in case there are weird characters like ',' in there.
2170         (bug #407)
2171
2172 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2173
2174         * switch from SigC signals to boost::signals.
2175
2176 2002-05-28  André Pönitz <poenitz@gmx.net>
2177
2178         * insets/insetgraphicsParams.[Ch]:
2179           put in inset related stuff from src/graphic
2180
2181 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
2182
2183         * inset.C:
2184         * inset.h:
2185         * insetbib.C:
2186         * insetbib.h:
2187         * insetcite.h:
2188         * insetcite.C:
2189         * insetcollapsable.C:
2190         * insetcollapsable.h:
2191         * inseterror.C:
2192         * inseterror.h:
2193         * insetert.C:
2194         * insetert.h:
2195         * insetexternal.C:
2196         * insetexternal.h:
2197         * insetfloatlist.C:
2198         * insetfloatlist.h:
2199         * insetgraphics.C:
2200         * insetgraphics.h:
2201         * insetinclude.C:
2202         * insetinclude.h:
2203         * insetindex.C:
2204         * insetindex.h:
2205         * insetlabel.C:
2206         * insetlabel.h:
2207         * insetparent.C:
2208         * insetparent.h:
2209         * insetref.C:
2210         * insetref.h:
2211         * insettabular.C:
2212         * insettabular.h:
2213         * insettext.C:
2214         * insettext.h:
2215         * insettoc.C:
2216         * insettoc.h:
2217         * inseturl.C:
2218         * inseturl.h: use mouse_state. Kill insetKeyPress
2219
2220 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
2221
2222         * insetbib.C:
2223         * insetbutton.C:
2224         * insetcaption.C:
2225         * insetcollapsable.C:
2226         * inseterror.C:
2227         * insetgraphics.C:
2228         * insetlatexaccent.C:
2229         * insetquotes.C:
2230         * insetspecialchar.C:
2231         * insettabular.C:
2232         * insettext.C: name change for font metrics
2233
2234 2002-05-24  Juergen Vigna  <jug@sad.it>
2235
2236         * insetgraphics.h: include inset.h first (for LString.h)
2237
2238 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2239
2240         * insettext.C: screen moved
2241
2242 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2243
2244         * insetbib.C:
2245         * insetcite.C:
2246         * inseterror.C:
2247         * insetert.C:
2248         * insetexternal.C:
2249         * insetfloat.C:
2250         * insetfloatlist.C:
2251         * insetgraphics.C:
2252         * insetinclude.C:
2253         * insetindex.C:
2254         * insetminipage.C:
2255         * insetparent.C:
2256         * insetref.C:
2257         * insettabular.C:
2258         * insettext.C:
2259         * insettoc.C:
2260         * inseturl.C: LyXView moved into frontends/
2261
2262 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2263
2264         * inset.C:
2265         * insetbutton.C:
2266         * insetcaption.C:
2267         * insetcollapsable.C:
2268         * insetcommand.C:
2269         * inseterror.C:
2270         * insetgraphics.C:
2271         * insetgraphicsParams.C:
2272         * insetlatexaccent.C:
2273         * insetquotes.C:
2274         * insetspecialchar.C:
2275         * insettabular.C:
2276         * insettext.C: move Painter to frontends/
2277
2278 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2279
2280         * insettabular.h: use more specific smart_ptr header.
2281         * insettext.h: ditto
2282
2283         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
2284         (draw): ditto
2285
2286 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
2287
2288         * insettext.C: clear selection on paste (bug 393)
2289
2290 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
2291
2292         * insettext.C (latex): Honor the moving_arg argument.
2293
2294 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2295
2296         * insetfoot.C (latex): if a footnote is in a title layout, then it
2297         is a \thanks. And then, its contents is a moving argument.
2298
2299 2002-05-14  Juergen Vigna  <jug@sad.it>
2300
2301         * insetcollapsable.C (InsetCollapsable): forgot to initialize
2302         first_after_edit.
2303
2304 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
2305
2306         * Insetcite.C (getNatbibLabel): don't disable natbib label support
2307         when using options "Full author list" or "Upper case".
2308
2309 2002-05-14  Herbert Voss  <voss@perce.de>
2310
2311         * insetgraphics.C (prepareFile): allow files with same name
2312         in different dirs
2313         (readFigInset): set the flags from old figinset in the right
2314         manner
2315         (findTargetFormat): more comments
2316
2317 2002-05-14  Juergen Vigna  <jug@sad.it>
2318
2319         * insettext.C (edit): tell checkAndActivateInset() that we don't
2320         have a button press.
2321         (checkAndActivateInset): if button < 0 we don't have a button press
2322         on the inset and os we won't call edit on it if it's not a Highly
2323         editable inset (then we have to enter it).
2324
2325 2002-05-13  Juergen Vigna  <jug@sad.it>
2326
2327         * insetcollapsable.C (insetButtonRelease): returned wrong return
2328         value.
2329
2330 2002-05-09  Juergen Vigna  <jug@sad.it>
2331
2332         * insetcollapsable.C (edit): first_after_edit should only be
2333         set to true if we enter this inset and it was collapsed so we
2334         open it up. This is needed to reclose it after a search/replace
2335         or spellcheck function opened it and was negative.
2336
2337 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
2338
2339         * insetfloat.C (latex): Return correct value.
2340
2341 2002-05-04  Herbert Voss  <voss@perce.de>
2342
2343         * InsetgraphicsParams.C (read): fix bug with WH
2344
2345 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
2346
2347         * insetfloat.C (latex): More sensible latex output
2348         (fix the problem with endfloat).
2349
2350 2002-05-02  José Matos  <jamatos@fep.up.pt>
2351
2352         * insetgraphics.C (validate): acess params as everyone else.
2353
2354 2002-05-03  Juergen Vigna  <jug@sad.it>
2355
2356         * insettabular.C (fitInsetCursor): recalculate the cursor position
2357         if I request it.
2358
2359 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
2360
2361         * InsetgraphicsParams.[Ch]: whitespace.
2362
2363 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
2364
2365         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
2366         float type do not exist.
2367
2368 2002-04-28  Herbert Voss  <voss@perce.de>
2369
2370         * insetgraphics.C (latex): fix bug with missing file-extension.
2371         LaTeX still allows a missing "eps" or "ps".
2372
2373 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2374
2375         * insetfloat.C (c-tor, wide): translate the name of the float.
2376
2377 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2378
2379         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
2380         when using natbib and make it work efficiently. Must emphasise that the
2381         real work is Herbert's.
2382
2383 2002-04-23  Herbert Voss  <voss@perce.de>
2384
2385         * insetgraphic.C (prepareFile): fix bug with overwriting and
2386         deleting an existing *.eps-file in the doc-dir
2387
2388 2002-04-23  Juergen Vigna  <jug@sad.it>
2389
2390         * insettabular.C (drawCellSelection): fix off by 1 error.
2391
2392 2002-04-22  Juergen Vigna  <jug@sad.it>
2393
2394         * insettabular.C (setFont): rewoke full selection if it was asked,
2395         after we changed all we had to change.
2396
2397         * insettext.C (insetUnlock): code was uninitialized in some situations.
2398
2399 2002-04-19  Herbert Voss  <voss@perce.de>
2400
2401         * insetgraphic.C (prepareFile): return filename without
2402         extension if we only export without compiling
2403
2404 2002-04-19  Juergen Vigna  <jug@sad.it>
2405
2406         * insettext.C (draw): call a fullRebreak on the row where we had a
2407         change and reset the cursor and selection-cursors.
2408
2409         * insettabular.C (insetUnlock):
2410         (insetButtonPress): call an update before setting the_locking_inset = 0
2411         as otherwise we don't repaint!
2412         (update): reset the cursor position when we changed dimensions as
2413         otherwise our cursor may be on the wrong spot.
2414
2415 2002-04-18  Juergen Vigna  <jug@sad.it>
2416
2417         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
2418         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
2419         redraw otherwise we won't redraw.
2420
2421         * insettext.C (draw): fixed the setting of LyXText::first_y it was
2422         not really right before, but I only discovered this with the last
2423         changes to Page up/down.
2424
2425 2002-04-17  Juergen Vigna  <jug@sad.it>
2426
2427         * insettext.C (checkAndActivateInset): simplified as we now have the
2428         edit(bv, bool) call.
2429
2430         * insettext.h: changed behind variables to front variables to be
2431         equal to the one in the edit call (as it is for that they are used).
2432
2433 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
2434
2435         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
2436         not output anything at all!
2437
2438 2002-04-16  Juergen Vigna  <jug@sad.it>
2439
2440         * insettabular.C (insetButtonPress):
2441         (insetUnlock): call a redraw on unlocking the cell inset.
2442
2443         * insettext.C (insetButtonPress): same as below.
2444         (lockInset): new function to set initial values when inset should
2445         be locked.
2446         (insetButtonPress): use above function.
2447         (insetUnlock): don't force a repaint only set the updateStatus. The
2448         outside world should repaint if it thinks it should be done!
2449
2450         * insettabular.C (insetButtonPress): init values if not set as locked
2451         as we are locked if someone presses on us and don't call the edit()
2452         call of the InsetText to lock it do it as BufferView does it!
2453
2454         * inset.h (insetInInsetY): make func const and return an int.
2455         * insettext.C:
2456         * insettabular.C:
2457         * insetcollapsable.C: adapt the above changed function.
2458
2459 2002-04-15  Juergen Vigna  <jug@sad.it>
2460
2461         * insettext.C (getCursorPos): return relative position as to be able
2462         to give them directly to the edit() call.
2463         (edit): we have to set also x_fix as it is not set inside the
2464         setCursorFromCoordinates call!
2465         (insetMotionNotify): ditto.
2466
2467 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
2468
2469         * insetbib.C (getKeys): strip leading '\t's from the line too.
2470         With thanks to Henry Pfister <hpfister@ucsd.edu>.
2471
2472 2002-04-12  Juergen Vigna  <jug@sad.it>
2473
2474         * insettext.h: added cix() helper function and use it where appropriate
2475
2476 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2477
2478         * insetgraphics.C (prepareFile): fix bug when graphics is a
2479         relative path
2480
2481 2002-04-12  Juergen Vigna  <jug@sad.it>
2482
2483         * insettext.C (insertInset): remove unneeded code!
2484         (updateLocal): fitCursor() fixes.
2485         (collapseParagraphs): fix a possible problem when having a selection
2486         and collapsing the paragraphs.
2487
2488 2002-04-08  Herbert Voss  <voss@perce.de>
2489
2490         * insetgraphic.C (write): write the rotating angle as
2491         a float as is. test only for != 0.0
2492
2493 2002-04-11  Juergen Vigna  <jug@sad.it>
2494
2495         * insettext.C: new function ciy() and use it for setting inset_y.
2496
2497         * insetert.C (draw): fix the x return for collapsed version.
2498
2499 2002-04-07  Herbert Voss  <voss@perce.de>
2500
2501         * insetgraphic.C (readFigInset): fix bug with subcaption and
2502         rotating
2503
2504 2002-04-08  Herbert Voss  <voss@lyx.org>
2505
2506         * insetgraphicsparam.C: forgot special option and delete old
2507         1.2.0 stuff
2508
2509 2002-04-05  Juergen Vigna  <jug@sad.it>
2510
2511         * insettext.C (localDispatch): make a CURSOR update if we inserted
2512         a character.
2513
2514 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2515
2516         * insetfloatlist.C (getScreenLabel):
2517         (latex): use Floating::listName
2518         (validate): new method
2519
2520 2002-04-03  José Matos  <jamatos@fep.up.pt>
2521
2522         * insetlabel.C (docbook): the anchor is an empty element in docbook.
2523
2524         * insetfoot.[Ch] (docbook): added forgotten method.
2525
2526 2002-04-03  Juergen Vigna  <jug@sad.it>
2527
2528         * insettext.C (insetButtonPress): fix insetButtonPress events the same
2529         way as in Bufferview_pimpl.
2530
2531 2002-04-03  Allan Rae  <rae@lyx.org>
2532
2533         * insetgraphics.C (latex): one % too many makes living on the bleeding
2534         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
2535
2536 2002-03-28  Herbert Voss  <voss@lyx.org>
2537
2538         * insetgraphic.C (latex): simplify the code for the latex
2539         output when the file doesn't exist
2540
2541 2002-03-29  Juergen Vigna  <jug@sad.it>
2542
2543         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
2544         unlocking inset.
2545
2546         * insettabular.C (edit): call fitCursor().
2547
2548         * insettext.C (insetButtonPress): change behaviour of no_selection
2549         to the one in the BufferView selection_possible and fix the spurious
2550         selection bug with it.
2551         (localDispatch): revoke selection on BREAK... functions.
2552
2553 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2554
2555         * insetfloatlist.C (getScreenLabel): translate the GUI label.
2556
2557 2002-03-28  Juergen Vigna  <jug@sad.it>
2558
2559         * insettabular.C (insetAllowed): return true as default value otherwise
2560         we're not able to insert insets inside paragraphs of an not locked
2561         insettext!
2562
2563 2002-03-27  Herbert Voss  <voss@lyx.org>
2564
2565         * insetgraphicsparam.C: change c%, p% to col%, page%
2566
2567 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2568
2569         * insetspecialchar.C (isLineSeparator): disable the nice code to
2570         allow linebreaks after hyphenation and menu separators.
2571
2572 2002-03-26  Herbert Voss  <voss@lyx.org>
2573
2574         * insetgraphics.C (figinsetRead): set the right lyxview
2575
2576 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2577
2578         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
2579         $\backslash$ and pass a "string const &" to the function.
2580         (prepareFile, latex): use Path rather than MakeAbsPath.
2581
2582 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2583
2584         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
2585         proper fix to the graphics cache.
2586         (latex): "really" nice output if the file is not found ;-)
2587
2588 2002-03-26  Juergen Vigna  <jug@sad.it>
2589
2590         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
2591         (collapseParagraphs): fixed inserting of separator ' '
2592
2593         * insettabular.C (insertAsciiString): only check for buffer lenght
2594         not if we have \t or \n inside the buffer as if we don't have we only
2595         have 1 cell and that's it!
2596
2597         * insetert.C (close): don't collapse if inlined.
2598
2599 2002-03-25  Herbert Voss  <voss@lyx.org>
2600
2601         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
2602         graphics file does not exist.
2603
2604 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
2605
2606         * insetgraphics.C (prepareFile): ensure that the file has an absolute
2607         path when preparing export.
2608
2609         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
2610         no longer MakeRelPath.
2611
2612 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2613
2614         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
2615         Used to determine the absolute path to the graphics file in the
2616         graphics cache and only in the graphics cache.
2617         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
2618         make graphics file name absolute if it is stored as a relative path.
2619
2620         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
2621         make graphics file name absolute if it is stored as a relative path.
2622
2623         * insettext.C (edit): emit an updateParagraph signal on entering a text
2624         inset. Needs to be emitted when leaving the inset also.
2625
2626 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2627
2628         * all files: ws cleanup
2629
2630         * Makefile.am: remove ld -r stuff
2631
2632 2002-03-21  Juergen Vigna  <jug@sad.it>
2633
2634         * insettext.C (appendParagraphs): new function added to append
2635         the paragraphs to this insets paragraphs.
2636
2637 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2638
2639         * Makefile.am: special rules if partial linking
2640
2641 2002-03-19  Juergen Vigna  <jug@sad.it>
2642
2643         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
2644
2645 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2646
2647         * insetgraphics.C: Clean up Baruch's comments a little.
2648         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
2649
2650 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
2651
2652         * insettabular.C:
2653         * insettheorem.C: wrap warnings
2654
2655         * insetgraphics.C: improve messages, move cached_status_
2656           setting to safer place
2657
2658 2002-03-18  Juergen Vigna  <jug@sad.it>
2659
2660         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
2661         calls.
2662         (localDispatch): ditto
2663
2664         * insettext.C (edit): removed unneeded showCursor calls.
2665         (localDispatch): ditto.
2666
2667 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2668
2669         * insetgraphics.h: remove display() method.
2670
2671 2002-03-11  Juergen Vigna  <jug@sad.it>
2672
2673         * insetgraphics.C (draw): hack to fix the redrawing bug.
2674         (draw): seems this fixes #268 (force redraw of row if we changed).
2675
2676         * insettext.C (updateInsetInInset): fixed for updates in insets inside
2677         this inset text (don't know why I missed this earlier).
2678
2679 2002-03-08  Juergen Vigna  <jug@sad.it>
2680
2681         * insettabular.C (updateLocal): do a FULL update if we're not locked
2682         and only a CELL update is asked.
2683
2684         * insettext.C (updateInsetInInset): update insets inside inset also
2685         if it isn't inside the_locking_inset.
2686
2687         * insettabular.C (updateInsetInInset): ditto.
2688
2689 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2690
2691         * insetexternal.C (doSubstitution): check whether we are using a
2692         temp dir for defining $$FPath
2693
2694 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2695
2696         * insettabular.C:
2697         * insettext.C: remove #include "WorkArea.h".
2698
2699 2002-03-06  Juergen Vigna  <jug@sad.it>
2700
2701         * insettext.C (draw): fixed frame redrawing.
2702         (clear): forgot to set the inset_owner of the paragraph.
2703
2704         * insetert.C (status): pay attention the bv can be 0 here!
2705         (getMaxWidth): add the default leftMargin
2706
2707 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2708
2709         * insetert.C (getMaxWidth): make w unsigned int.
2710
2711 2002-03-05  Juergen Vigna  <jug@sad.it>
2712
2713         * insetert.C (status): change behaviour of Inlined.
2714         (getMaxWidth): added for new inlined behaviour.
2715
2716 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2717
2718         * insetnote.h (linuxdoc, docbook): add empty methods.
2719         * insetinclude.C (validate): fix a case where buffer->niceFile was used
2720         before being initialized.
2721
2722 2002-03-05  Juergen Vigna  <jug@sad.it>
2723
2724         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
2725         only that one in the inset. Should be enough.
2726         (updateLocal): set the selection cursor always if we don't have a
2727         selection to be sure it's set!
2728
2729         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
2730
2731 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2732
2733         * insettext.C (clear): a gross hack to set layout on a newly
2734         created paragraph.
2735
2736 2002-03-04  Juergen Vigna  <jug@sad.it>
2737
2738         * insettabular.C (localDispatch): inserted handling of
2739         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
2740         (insertAsciiString): new helper function.
2741
2742 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2743
2744         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
2745         argument.
2746
2747 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2748
2749         * insettext.C (InsetText): initalize newly created par with
2750         default layout. add bufferparams parameter
2751         first -> first_y
2752
2753         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
2754         * insetcollapsable.[Ch] (InsetCollapsable): ditto
2755         * insetert.[Ch] (InsetERT): ditto
2756         * insetfloat.[Ch] (InsetFloat): ditto
2757         * insetfoot.[Ch] (InsetFoot): ditto
2758         * insetfootlike.[Ch] (InsetFootLike): ditto
2759         * insetmarginal.[Ch] (InsetMarginal): ditto
2760         * insetminipage.[Ch] (InsetMinipage): ditto
2761         * insetnote.[Ch] (InsetNote): ditto
2762         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
2763
2764 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2765
2766         * insettext.C: layout as string
2767
2768         * insetinclude.C: layout as string
2769
2770         * insetert.C: layout as string
2771
2772         * insetbib.C: layout as string
2773
2774 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2775
2776         * insetert.C:
2777         * insettabular.C: remove #include "lyx_gui_misc.h".
2778
2779 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2780
2781         * Makefile.am:
2782         * figinset.h:
2783         * figinset.C:
2784         * inset.h: remove figinset, yahoo !
2785
2786 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2787
2788         * insetgraphics.C (c-tors): initialise parent classes explicitly in
2789         copy c-tor and initialise member variables in the correct order.
2790
2791 2002-02-28  Juergen Vigna  <jug@sad.it>
2792
2793         * insettabular.C (localDispatch): clear selection on PgUp/Down.
2794
2795 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2796
2797         * inset.h: ... and add a better one here.
2798
2799         * insetcommand.C (insetButtonRelease): remove that one which was a
2800         bit broken...
2801
2802 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2803
2804         * insetcommand.C (insetButtonRelease): ... and move it here.
2805
2806         * inseturl.h: remove insetButtonRelease from there...
2807
2808 2002-02-26  Juergen Vigna  <jug@sad.it>
2809
2810         * inseturl.h: Added a insetButtonRelease call returning true as
2811         prove of concept.
2812
2813         * insetlabel.C (edit): Fixed wrong update handling after change I
2814         leave in the wrong code for the one who wrote it to remove and have
2815         a look what he did wrong.
2816
2817         * insettabular.C (localDispatch): force a SELECTION update if we
2818         had a selection and we passed the event down to the inset (fix #213)
2819         (localDispatch): handle font changing stuff when we have a cell
2820         selection so that the selection is not rewoked. I don't really like
2821         this fix, but it's the only way I see to do it right now.
2822
2823 2002-02-22  Juergen Vigna  <jug@sad.it>
2824
2825         * insettext.C (insetUnlock): set the cursor to the second paragraph
2826         if available and if the first one is empty (fix #191).
2827
2828 2002-02-20  Juergen Vigna  <jug@sad.it>
2829
2830         * insettext.C (getDrawFont): implemented this function to call the
2831         one of the owner if present as the owner normally knows what to do
2832         with us.
2833
2834         * insetert.C: implement getDrawFont() function and comment out all
2835         the crap for setting a special latex font inside this inset.
2836         (InsetERT): added a Lanugage parameter to this constructor.
2837
2838         * inset.h: added function getDrawFont(LyXFont & font) to be able to
2839         change the font for being drawn on screen (used only in InsetERT for
2840         now).
2841
2842         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
2843         and also above (was missing).
2844         (updateLocal): don't remove the cell selection if we have one this
2845         should be done where we really want to remove it.
2846
2847 2002-02-20  José Matos  <jamatos@fep.up.pt>
2848
2849         * insetinclude.h: include_label made string const.
2850
2851         * insetinclude.C (InsetInclude): moved include_label initialization.
2852         (linuxdoc):
2853         (docbook):
2854         (validate): fix support for temporary directory, for docbook and
2855         linuxdoc.
2856
2857         * insetgraphics.h : new private member, graphic_label, that holds
2858         the entity name that defines the graphics location (SGML).
2859
2860         * insetgraphics.C (unique_id): new function to give a unique label
2861         for graphic.
2862         (docbook):
2863         (validate): the file locatation is given by an entity reference.
2864
2865 2002-02-18  Herbert Voss  <voss@lyx.org>
2866
2867         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
2868
2869 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2870
2871         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
2872         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2873
2874 2002-02-18  José Matos  <jamatos@fep.up.pt>
2875
2876         * insetinclude.C (validate): some code only applies to latex buffers,
2877         it was made conditional.
2878
2879 2002-02-12  Herbert Voss  <voss@lyx.org>
2880
2881         * insetgraphics.C: (prepareFile) do not check at this time
2882         if the file is present.
2883
2884 2002-02-12  Herbert Voss  <voss@lyx.org>
2885
2886         * insetgraphics.C: latex(), return the correct newlines
2887
2888 2002-02-13  José Matos  <jamatos@fep.up.pt>
2889
2890         * inseturl.C (docbook): escape & in url.
2891
2892 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2893
2894         * insetspecialchar.C (isLineSeparator): line breaking is allowed
2895         after HYPHENATION and MENU_SEPARATOR
2896
2897         * inset.h (isLineSeparator): new method, returns false by default.
2898
2899 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2900
2901         * insetert.C (status): do not update the text inset, but the ERT
2902         inset.
2903
2904 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
2905
2906         * insetnote.C: use notebg for background
2907
2908 2002-02-08  Herbert Voss  <voss@lyx.org>
2909
2910         * insetgraphic.C:
2911         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
2912         prevent LyX from unzipping when this should be handled
2913         by latex vis the graphic.cfg.
2914         clean up the code
2915
2916 2002-02-08  Herbert Voss  <voss@lyx.org>
2917
2918         * insetgraphic.C: prepareFile(): fix bug when file doesn't
2919         exists, than return filename with extension
2920
2921 2002-02-06  Herbert Voss  <voss@lyx.org>
2922
2923         * insetgraphic.C: prepareFile(): don't convert the file, when
2924         it's not viewed in LyX. Saves a lot of time when opening a
2925         document!
2926
2927 2002-02-05  Herbert Voss  <voss@lyx.org>
2928
2929         * insetgraphic.C:
2930         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
2931         and adding a rotate bool similiar to subcaption
2932
2933 2002-02-04  Herbert Voss  <voss@lyx.org>
2934
2935         * insetgraphic.C:
2936         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
2937         similiar view to the LaTeX one. Get zipped files work.
2938
2939 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
2940
2941         * insetgraphicsParams.C (init): set display to DEFAULT.
2942         No longer #include "lyxrc.h".
2943
2944 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
2945
2946         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
2947         for now (so that the code compiles).
2948
2949 2002-02-02  Herbert Voss  <voss@lyx.org>
2950
2951         * insetgraphic.C: delete inVariant() and some minor changes
2952         * insetgraphicsParams.[C]:
2953
2954 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2955
2956         * insetgraphics.C (updateInset): if params.display == DEFAULT,
2957         interogate lyxrc.display_graphics before diaplaying the graphic.
2958
2959         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
2960         InsetGraphicsParams::DisplayType.
2961
2962 2002-01-31  Herbert Voss  <voss@lyx.org>
2963
2964         * insetgraphic.C: (readfigInset) set display to pref-default
2965
2966 2002-01-30  Herbert Voss  <voss@lyx.org>
2967
2968         * insetgraphic.C: get the filetyp from it's contents
2969         * insetgraphicparams.C: add token scale and lyxrc.display when
2970         creating a new inset
2971
2972 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2973
2974         * figinset.C: added using std::ios directive.
2975
2976 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2977
2978         * figinset.C (runqueue): open translation file in binary mode (for
2979         cygwin).
2980
2981 2002-01-27  Herbert Voss  <voss@lyx.org>
2982
2983         * insetgraphic.[Ch]: mostly newritten to support graphicx with
2984         all options and to be sure that the old figinsets are correct
2985         converted.
2986         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
2987         structure and to support all lengths as LyXLength. The Parameter
2988         structure changed again, but reading of "old" 1.2 graphic insets
2989         is no problem.
2990
2991 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2992
2993         * insetert.h (forceDefaultParagraphs): Added
2994
2995 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2996
2997         * insettabular.C (getMaxWidth):
2998         (forceDefaultParagraphs): use Tabular::GetCellFromInset
2999
3000 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3001
3002         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
3003         of LyXLength::inPixels
3004
3005         * inset.C (latexTextWidth):
3006         * insetminipage.C (latexTextWidth): new method, which implements
3007         the equivalent of the LaTeX macro \textwidth
3008
3009         * insetminipage.C (getMaxWidth): use latexTextWidth
3010
3011 2002-01-18  Juergen Vigna  <jug@sad.it>
3012
3013         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
3014
3015 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3016
3017         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
3018
3019         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
3020         instead of string
3021
3022 2002-01-17  Juergen Vigna  <jug@sad.it>
3023
3024         * insettabular.C (lockInsetInInset): same change as in insettext.
3025
3026         * insettext.C (draw): width() function was called without setting
3027         the right top_x which could lead to wrong insetWidth setting!
3028         (lockInsetInInset): call edit instead of calling lockInset if we
3029         have to lock an inset inside!
3030         (edit): we have to also tell the inset that we have to redraw the
3031         frame on an edit call if this inset draws a frame only if locked.
3032
3033 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3034
3035         * insetbib.C (getFiles): uncomment Path variable.
3036
3037 2002-01-16  Juergen Vigna  <jug@sad.it>
3038
3039         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
3040         of wrong cell.
3041
3042 2002-01-16  Allan Rae  <rae@lyx.org>
3043
3044         * insetinclude.C (docbook): someone forgot a ";"
3045
3046 2002-01-16  José Matos  <jamatos@fep.up.pt>
3047
3048         * figinset.C (docbook): removed a old place holder "@".
3049         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
3050         * insetinclude.C (linuxdoc): if include is verbatim, then export the
3051         ascii text version, clearly guarded inside a CDATA section.
3052         (docbook): in docbook 4, inlinegraphics is empty.
3053         * insettabular.C (linuxdoc): export the ascii version of the table
3054         inside a CDATA section.
3055
3056 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3057
3058         * insetparent.C (InsetParent):
3059         * insetgraphicsParams.C (Write):
3060         (Read):
3061         * insetgraphics.C (prepareFile):
3062         (readFigInset):
3063         (docbook):
3064         * insetexternal.C (executeCommand):
3065         (doSubstitution): use Buffer::filePath
3066
3067         * insetbib.C (getFiles): add a #warning for Angus
3068
3069         * insetgraphics.C: Add a remark about how filenames should be
3070         considered to be relative to buffer (but absolute is still allowed)
3071         (draw): do not try to get status if lyxrc.use_gui is false
3072
3073 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3074
3075         * inset.[Ch]:
3076         * insetcollapsable.[Ch]:
3077         * insettabular.[Ch] (searchForward, searchBackward): change the
3078         bool const & params to bool.
3079
3080         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
3081         to avoid the name clash with InsetCollapsable's methods of the same
3082         names but different functionality.
3083
3084 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3085
3086         * insettext.C (ascii): use lyx::count rather than countChar.
3087
3088 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
3089
3090         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
3091
3092 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3093
3094         * insetgraphics.C (updateInset): do not try to render image if
3095         lyxrc.use_gui is false (bug #104)
3096
3097         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
3098         if file does not exist
3099
3100         * figinset.C (browseFile): add shortcuts to directory buttons
3101
3102         * insettext.C (updateLocal): update menubar and toolbar here too.
3103
3104 2002-01-13  Allan Rae  <rae@lyx.org>
3105
3106         * insettabular.C (InsetTabular): Both constructors now initialise
3107         all class variables.
3108
3109 2002-01-11  Juergen Vigna  <jug@sad.it>
3110
3111         * insettext.C (insetButtonPress): set the_locking_inset to 0.
3112
3113 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3114
3115         * insettabular.C (getStatus): add forgotten brace around multiline
3116         if statement.
3117
3118 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3119
3120         * insetfloat.C (validate): require "float" instead of "floats".
3121
3122 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
3123
3124         * insettabular.C (getStatus): use FuncStatus
3125
3126 2002-01-08  Juergen Vigna  <jug@sad.it>
3127
3128         * insettabular.C (insetButtonRelease): now this should work too
3129         correctly.
3130
3131         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
3132         if the width is a percentage.
3133
3134         * inset.h: added isChar() function and implemented this for
3135         insetspecialchar insetquotes and insetlatexaccent.
3136         added forceDefaultParagraphs() and implemented it for insettabular.
3137
3138 2002-01-07  Juergen Vigna  <jug@sad.it>
3139
3140         * insettext.C (getLyXText): Fixed this function. An insert into the
3141         map is only done if we REALLY have a new BufferView.
3142
3143 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
3144
3145         * insettext.C: fix bug illustrated by attachment #37 of bug #59
3146
3147 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
3148
3149         * insetinclude.C: fix use of FileInfo
3150
3151 2002-01-07  Juergen Vigna  <jug@sad.it>
3152
3153         * insettabular.C (draw): fixed clearing of cell around inset.
3154
3155 2002-01-05  Juergen Vigna  <jug@sad.it>
3156
3157         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
3158         variables are updated.
3159
3160         * insettabular.C (resetPos): set always the inset_y as it may be
3161         needed in another function.
3162         (searchBackward): don't draw while searching.
3163
3164 2002-01-04  Juergen Vigna  <jug@sad.it>
3165
3166         * insettext.C (lockInsetInInset): forgot to set a cursor.
3167
3168 2002-01-02  Juergen Vigna  <jug@sad.it>
3169
3170         * insettext.C (insertInset): make the correct undo informations on
3171         inserting new insets.
3172
3173 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
3174
3175         * insettabular.C: correct single-cell select vertically
3176
3177 2001-12-27  Juergen Vigna  <jug@sad.it>
3178
3179         * insettabular.C (ascii): export as tab-separated-values if the
3180         function was not called from export (f.ex.: clipboard).
3181
3182         * insetcollapsable.h: added default support for ascii, linuxdoc and
3183         docbook export (the insettext is exported by default!)
3184
3185         * insettabular.C (copySelection): suff the clipboard with the tabular
3186         data in a tab separated format, seems more naturals then with all the
3187         formating.
3188
3189 2001-12-24  Juergen Vigna  <jug@sad.it>
3190
3191         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
3192         to check for REAL mouseMotion.
3193
3194 2001-12-20  Juergen Vigna  <jug@sad.it>
3195
3196         * inset.C (cursor): return the owners cursor if available instead of
3197         always only the bv->text->cursor.
3198
3199         * insettabular.C (checkLongtableSpecial): works now.
3200
3201 2001-12-19  Juergen Vigna  <jug@sad.it>
3202
3203         * insettabular.C (tabularFeatures): fix the row setting of ltt as
3204         this has to be always row + 1 as 0 means not selected!
3205         (checkLongtableSpecial): added
3206         (tabularFeatures): better longtable options support
3207
3208         * insettext.C (resizeLyXText): reinit the text always also on a
3209         empty insettext!
3210
3211 2001-12-18  Juergen Vigna  <jug@sad.it>
3212
3213         * insettext.C (updateInsetInInset): look if we have to autocollapse
3214         paragraps and return if the update is requested for ourself.
3215
3216         * insetert.C (status): update the insettext not myself as that is what
3217         we need.
3218
3219         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
3220         function only return if the update was requested with myself.
3221
3222         * insettext.C (insetButtonPress): fixed stupid bug.
3223         (various functions): pay attention that lt is cleared BEFORE calling
3224         updateLocal() and try to use it in the right manner (don't use it
3225         if it's not really neccessary!)
3226         (collapseParagraphs): insert a blank between collapsing paragraphs
3227         if neccessary (not already there!).
3228
3229 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3230
3231         * insettabular.C: move includes around a bit, add a couple of
3232         consts.
3233
3234         * insettext.[Ch]: move includes around a bit, other ws changes and
3235         small stuff.
3236
3237 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3238
3239         * insettext.C (insetButtonRelease): fix compile problem
3240
3241 2001-12-17  Juergen Vigna  <jug@sad.it>
3242
3243         * insettext.C (insetButtonPress): set the selection cursor!
3244         (insetButtonPress): clear the selection (and set with that the
3245         selection.cursor) if we only hit an inset!
3246
3247         * insetert.C (read): removed piece of compatibility code only needed
3248         for 1.2.0.
3249
3250         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
3251         can be opened.
3252
3253         * insetcollapsable.C (insetButtonRelease): changed so that it can
3254         open eventual existing popup dialogs on mousebutton==3.
3255
3256         * insetfloat.C (insetButtonRelease): removed not needed anymore!
3257
3258         * insetminipage.C (insetButtonRelease): removed not needed anymore!
3259
3260         * inset.C (insetButtonRelease): return a bool for telling the outer
3261         world that we opened a dialog.
3262
3263 2001-12-07  Juergen Vigna  <jug@sad.it>
3264
3265         * insettext.C (paragraph): remove the deleteing of paragraphs as
3266         it was a WRONG move!
3267
3268 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3269
3270         * insettabular.h:
3271         * insettabular.C: use new setSelection(). Allow
3272           selection of single cells.
3273
3274 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3275
3276         * insetquotes.C (latex): fix to use the local language setting at
3277         the point where the inset is inserted (different macros for
3278         different french packages)
3279
3280 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3281
3282         * inset.h: add par_owner_ member variable and parOwner
3283         setter/accessor.
3284
3285 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3286
3287         * insettabular.C (everywhere): adapt because widths are now real
3288         widths and not strings
3289
3290         * insettext.C (draw): re-introduce the calls to width(), ascent()
3291         and descent() to initialize the caching variables.
3292
3293 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3294
3295         * insettext.C (draw):
3296         (drawFrame): use insetWidth instead of last_width
3297
3298         * insettext.h: remove variable last_width (insetWidth is exactly
3299         the same) and last_height (computed but never used!)
3300
3301 2001-12-10  Allan Rae  <rae@lyx.org>
3302
3303         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
3304
3305 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3306
3307         * insettext.C (insetAllowed): add comment
3308
3309 2001-12-05  Juergen Vigna  <jug@sad.it>
3310
3311         * insettext.C (insetAllowed): fixed for the case that we directly
3312         ask the insettext from its LyXText.
3313         (paragraph): fixed the crash when assigning the par->next() from
3314         the EmptyParagraphMechanism!
3315
3316 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3317
3318         * insetbib.C:
3319         * insettabular.C:
3320         * insettext.C: change "while(" to "while ("
3321
3322 2001-12-04  Juergen Vigna  <jug@sad.it>
3323
3324         * insetert.C (edit): handle Inlined status.
3325
3326         * insettext.C (insertInset): trying John's fix for the trailing cursor
3327
3328         * insetert.C (insetButtonPress): added to handle inlined status
3329         (insetMotionNotify): ditto.
3330
3331         * insettext.C (clearInset): changed Painter & in BufferView * param,
3332         to be able to call ascent,descent methods.
3333
3334 2001-12-03  Juergen Vigna  <jug@sad.it>
3335
3336         * insettext.C (updateInsetInInset): use lt variable to forbid
3337         changes of LyXText in an update call.
3338         (updateInsetInInset): fixed updating of non locked insets!
3339
3340 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3341
3342         * insettabular.C: capture some more functions to prevent
3343         selection drawing problems. Bug #451274
3344
3345 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3346
3347         * insetgraphics.C:
3348         * insetgraphicsParams.C: fix inverted sense of float_equal
3349
3350 2001-11-30  Juergen Vigna  <jug@sad.it>
3351
3352         * insettabular.C (InsetTabular): use the save_id flag to create also
3353         the tabular with the same id's.
3354
3355         * insettext.C (setParagraphData): added a same_id function for undo
3356         to set the same paragraph id's as of the paragraph we are setting.
3357
3358 2001-11-30  José Matos <jamatos@fep.up.pt>
3359
3360         * inseturl.[Ch]:
3361         * insettoc.[Ch]: DocBook -> docbook.
3362
3363 2001-11-29  André Pönitz <poenitz@gmx.net>
3364
3365         * inseterror.C:
3366         * insettext.C: further reduction of header dependencies by using
3367         lyx::layout_type and lyx::textclass_type from support/types.h
3368
3369 2001-11-29  Juergen Vigna  <jug@sad.it>
3370
3371         * insettext.C: inserted a reinitLyXText function everywhere I delete
3372         the paragraphs! This should fixe the crashes we had.
3373         Also use the new function firstRow() instead of getRowNearY(dummy_y)
3374         (paragraph): set the InsetOwner() of the new paragraphs!
3375
3376 2001-11-28  André Pönitz <poenitz@gmx.net>
3377
3378         * insetnote.C: add pos initialization that I removed without
3379           knowing what I did.
3380
3381 2001-11-28  Juergen Vigna  <jug@sad.it>
3382
3383         * insettabular.C (resetPos): hack to not crash with infinite paints.
3384
3385         * insettabular.h: insert missing function allowSpellcheck()!
3386
3387         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
3388
3389 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3390
3391         * insetfloatlist.h:
3392         * insetfloatlist.C: derive from InsetCommand so gui can use it
3393           easily
3394
3395 2001-11-26  André Pönitz <poenitz@gmx.net>
3396
3397         * insettext.[Ch]:
3398         * insetert.C:
3399         * insetnote.C: reduce header dependencies, introduce type for
3400         positions
3401
3402 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3403
3404         * various: update for Alert.h
3405
3406 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
3407
3408         * inset.h: fix comment
3409
3410         * insettext.C: use par->isInset()
3411
3412 2001-11-22  Allan Rae  <rae@lyx.org>
3413
3414         * insetcollapsable.h:
3415         * inset.h: Changes to checkInsertChar() behaviour.
3416         Now return value indicates whether chars can be inserted.
3417
3418 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
3419
3420         * various:  updated to use the new LaTeXFeatures
3421
3422 2001-11-14  José Matos  <jamatos@fep.up.pt>
3423
3424         * insetspecialchar.C (linuxdoc):
3425         (docbook): don't give a name to a unused variable.
3426
3427         * insettext.C (docbook): removed unused variable.
3428
3429 2001-11-13  Herbert Voss  <voss@perce.de>
3430
3431         * insetgraphic.C: fix scale bug
3432
3433 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3434
3435         * inset.h (isSpace):
3436         (isLetter): new virtual methods.
3437
3438         * insetspecialchar.C (isSpace):
3439         (isLetter): implement here.
3440
3441 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3442
3443         * inset.h: new inline helpers
3444
3445         * insettext.C: use new helpers
3446
3447 2001-11-07  José Matos  <jamatos@fep.up.pt>
3448
3449         * insettext.C (docbook): full support for paragraphs inside insettext.
3450
3451 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
3452
3453         * insetindex.C: added header file for std::ostream.
3454
3455 2001-11-03  José Matos  <jamatos@fep.up.pt>
3456
3457         * insetindex.C: added using std::ostream that I forgot yesterday.
3458
3459 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
3460
3461         * insetindex.h (docbook):
3462         * insetindex.C (docbook): added support for docbook export.
3463
3464 2001-11-02  José Matos  <jamatos@fep.up.pt>
3465
3466         * insetcaption.C(docbook): added support for docbook export.
3467
3468 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
3469
3470         * insetexternal.C (updateExternal): Do not run update command if
3471         result file exists and is up to date.
3472
3473         * ExternalTemplate.C (readFormat): Support the updateresult token.
3474
3475 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
3476
3477         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
3478         external_templates) to use the buffer->fileName() but only if
3479         previewing. Generating a TeX file should make FPath return
3480         "".
3481
3482 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3483
3484         * insetert.h:
3485         * insetert.C: fix some problems
3486
3487 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3488
3489         * insetexternal.C (doSubstitution): Added $$FPath token
3490         to list of usable substitutions in external inset templates.
3491
3492 2001-10-24  Juergen Vigna  <jug@sad.it>
3493
3494         * insettabular.C: use new ltType struct for setting longtable
3495         header and footers also new UNSET enums.
3496
3497 2001-10-24  José Matos  <jamatos@fep.up.pt>
3498
3499         * insettabular.C (linuxdoc): Now exports the ascii's table version.
3500         (docbook): If the table is not inside a float then wrap it inside
3501         <informaltable>...</informaltable>.
3502
3503 2001-10-23  José Matos  <jamatos@fep.up.pt>
3504
3505         * insetref.C (docbook): removed / terminator to conform SGML.
3506
3507         * insetspecialchar.C (linuxdoc):
3508         (docbook): Added support for special chars, more than ascii export.
3509
3510 2001-10-22  Juergen Vigna  <jug@sad.it>
3511
3512         * insettext.C (checkInsertChar): added for REALLY checking the
3513         font of the inserted char in the right inset!
3514
3515 2001-10-19  Juergen Vigna  <jug@sad.it>
3516
3517         * inset.h: added method allowSpellcheck() so that insets who do
3518         not have anything to spellcheck can tell and so they are over-jumped.
3519         Implemented for InsetText and co.
3520
3521 2001-10-18  Juergen Vigna  <jug@sad.it>
3522
3523         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
3524
3525 2001-10-15  José Matos  <jamatos@fep.up.pt>
3526
3527         * insetert.C: allow export for docbook and linuxdoc
3528
3529 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
3530
3531         * insetquotes.C (dispString): handles latin3 and latin4 quotes
3532
3533 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3534
3535         * insetquotes.C (dispString): fix handling of latin9 quotes
3536
3537 2001-10-03  Juergen Vigna  <jug@sad.it>
3538
3539         * insetert.C: ditto
3540
3541         * insetcollapsable.C: change updateInset calls to not tell BV that
3542         we have changed status.
3543
3544 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3545
3546         * insettabular.C (deletable): make const
3547
3548 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3549
3550         * insetert.C (latex): Fix the returned value
3551
3552 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3553
3554         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
3555         Returns string(), so nothing in an ERT inset is spellchecked.
3556
3557         * insetgraphics.C (draw): print the filename if not displaying the
3558         image.
3559         (width): make sure that the width and draw methods are consistent.
3560         (updateInset): don't even load the image into cache if not displaying
3561         it.
3562
3563 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3564
3565         * various files (selectNextWord): renamed as
3566         selectNextWordToSpellcheck.
3567
3568         * insetgraphics.C (draw): remove the previous change. Right place
3569         is in imageLoaderXPM.C.
3570         (draw): don't display the image if params.display == NONE.
3571
3572 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3573
3574         * figinset.C (runqueue):
3575         * insetgraphics.C (draw): set background colour of inset from
3576         background to the user-configurable graphicsbg.
3577
3578 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3579
3580         * insetquotes.C (InsetQuotes): when trying to decide the side of
3581         the quote, choose `left' only after a space or '('
3582
3583 2001-09-04  José Matos  <jamatos@fep.up.pt>
3584         * figinset.C
3585         * figinset.h
3586         * insetcaption.C
3587         * insetcaption.h
3588         * insetcollapsable.h
3589         * insetcommand.C
3590         * insetcommand.h
3591         * inseterror.h
3592         * insetert.C
3593         * insetert.h
3594         * insetexternal.C
3595         * insetexternal.h
3596         * insetfloat.C
3597         * insetfloat.h
3598         * insetfloatlist.h
3599         * insetgraphics.C
3600         * insetgraphics.h
3601         * inset.h
3602         * insetinclude.C
3603         * insetinclude.h
3604         * insetlabel.C
3605         * insetlabel.h
3606         * insetlatexaccent.C
3607         * insetlatexaccent.h
3608         * insetquotes.C
3609         * insetquotes.h
3610         * insetref.C
3611         * insetref.h
3612         * insetspecialchar.C
3613         * insetspecialchar.h
3614         * insettabular.C
3615         * insettabular.h
3616         * insettext.C
3617         * insettext.C (docbook): rename docBook method to docbook.
3618
3619 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3620
3621         * inset.h (getFirstParagraph): New virtual method.
3622
3623 2001-08-20  Herbert Voss  <voss@perce.de>
3624         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
3625         in the the bibtex-database-gui for inserting a line
3626         \addcontentsline...
3627
3628         If no style is given than there is no tex-output.
3629
3630 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
3631
3632         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
3633         files as a vector.
3634         (getKeys): use it.
3635
3636 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
3637
3638         * insetert.C (latex): Fix output for multiple paragraphs.
3639         (write): New code for writing paragraph data.
3640         (read): Set font after reading the inset.
3641         (localDispatch): Call set_latex_font() for more cases.
3642
3643         * insetnote.h: Add empty validate method.
3644         * insetert.h: Ditto
3645
3646         * insetnote.C (InsetNote): Set language to the language of the
3647         document.
3648
3649 2001-08-16  Juergen Vigna  <jug@sad.it>
3650
3651         * insettext.C: implemented the new FINISHED states.
3652
3653         * insettabular.C: ditto
3654
3655         * inset.h: added more FINISHED states for cursor right,up,down
3656
3657 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3658
3659         * insetfloatlist.C: use "FloatName List"
3660
3661 2001-08-14  Juergen Vigna  <jug@sad.it>
3662
3663         * insetert.C (edit): forgot to set status_ in edit calls!
3664
3665 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3666
3667         * insettext.C: Compilation fix
3668
3669 2001-08-13  Juergen Vigna  <jug@sad.it>
3670
3671         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
3672
3673         * insetcollapsable.C (edit): don't recollapse an already open inset.
3674
3675         * insettext.C: fixed problem when reinitializing LyXText by not doing
3676         it while lt is in use and post this to the next possible time in
3677         getLyXText().
3678         (searchForward): fixed not unlocking of inset if nothing found.
3679         (edit): set cursor behind right (was set -1 pos).
3680
3681         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
3682
3683         * insettabular.C (tabularFeatures): fixed fix where deleting the
3684         last row didn't get the right actcell!
3685
3686 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3687
3688         * insettext.C (localDispatch): Change language only when the inset
3689         becomes empty.
3690
3691 2001-08-10  Juergen Vigna  <jug@sad.it>
3692
3693         * insettabular.C (selectNextWordInt): use the front using edit call.
3694
3695         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
3696         the parameter overwrite class variable inset.
3697
3698         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
3699
3700         * insettext.C (saveLyXTextState): check for invalid cursor-par.
3701         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
3702
3703         * insettabular.C (calculate_dimensions_of_cells): let's try to call
3704         update only for fixed with cells.
3705         (resetPos): try to fix the lockup on spellchecking or s&r.
3706
3707         * insettext.C (update): comment this out as it seems first wrong
3708         and second not needed anymore!
3709         (some functions): call reinitLyXText() only in update() in all other
3710         positions set only need_update = INIT.
3711
3712 2001-08-08  Juergen Vigna  <jug@sad.it>
3713
3714         * insettabular.C (setPos): fixed wrong actrow < rows() check.
3715
3716         * insettext.C (insetUnlock): remove double-space on inset unlock.
3717
3718         * insetcollapsable.C (draw): fix returned x when label > inset-width.
3719
3720         * insettabular.C (update): fixed cursor positon after an insert.
3721         (insetAllowed): do not allow to insert insets when not inside the
3722         inset!
3723         (draw): clear below an inset too as it could have changed height.
3724
3725         * inset.C (getMaxWidth): fixed width for inset in inset.
3726
3727         * insettext.C (update): small fix.
3728
3729         * insettabular.C (tabularFeatures): added selection support to
3730         DELETE_ROW/DELETE_COLUMN.
3731
3732 2001-08-07  Juergen Vigna  <jug@sad.it>
3733
3734         * inset.C (getMaxWidth): recoded and all it's implementations!
3735
3736         * insettext.C (init,setParagraph+constructors): cleanups
3737         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
3738         are new and I want do a save/restore of the cursor position which is
3739         not possible anymore.
3740
3741         * insetcollapsable.C (searchBackward): recollapse inset if not found.
3742         (searchBackward): ditto
3743         (selectNextWord): ditto
3744
3745 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
3746
3747         * insetlatexaccent.C (checkContents): Add some debug messages
3748
3749 2001-08-07  Juergen Vigna  <jug@sad.it>
3750
3751         * insetert.C (read): don't use InsetCollapsable::read as we don't
3752         write the collapsed status anymore only the status.
3753         (write): ditto.
3754
3755 2001-08-06  Juergen Vigna  <jug@sad.it>
3756
3757         * insetert.C (set_latex_font): use LyXText's setFont directly.
3758
3759         * insettext.C (drawFrame): fixed one time more the right position
3760         and size of the frame!
3761
3762         * insetert.C (~InsetERT): hide the dialog.
3763         (showInsetDialog): added implementation
3764         (open): ditto
3765         (close): ditto
3766         (status): new function for the status of the ERT inset (3-state).
3767         (write): output also the status of the inset for readback!
3768         (read): readback the status if available otherwise use collapsed_.
3769
3770         * insettext.C (edit): small fix of setting the position, which could
3771         have gone < 0.
3772
3773         * insetert.C (width): implement this function for inlined viewing.
3774         Added minimum width of 10 pixels!
3775
3776         * insetminipage.C (InsetMinipage): just change the colors a bit so
3777         that border/background is a bit more visible. We will remove this
3778         anyway for 1.2.0!
3779
3780         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
3781         function for getting the important widths for drawing in various
3782         functions and in LyXText.
3783         (draw): fixed up a bit (frame drawing/clearing)
3784
3785 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3786
3787         * inset.C (convertFont): delete method. not used.
3788
3789 2001-08-03  Juergen Vigna  <jug@sad.it>
3790
3791         * insettext.C (setFont): don't call for a draw update if we're just
3792         changing the cursor font!
3793
3794 2001-08-02  Juergen Vigna  <jug@sad.it>
3795
3796         * insettext.C (draw): clear the background with the right color if
3797         needed. Update myself if x&max-width changed and return without doing
3798         anything. Let the update code handle the right stuff.
3799
3800         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
3801         inside another inset.
3802
3803 2001-08-01  Juergen Vigna  <jug@sad.it>
3804
3805         * insetcollapsable.C (update): added an in_update bool so we avoid
3806         reentering.
3807
3808         * insettabular.C (update): added an in_update bool so we avoid
3809         reentering.
3810
3811         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
3812         selection problem.
3813         (update): added an in_update bool so we avoid reentering.
3814
3815         * insettabular.C (localDispatch): clear col/row selection when doing
3816         something else inside an inset.
3817
3818         * insettext.C (getLyXText): fixed bug when requesting a recursive
3819         insettext!
3820
3821 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3822
3823         * insetcite.C (latex): Paranoia check. Make sure that there is no
3824         whitespace between the citation keys.
3825
3826 2001-07-31  Juergen Vigna  <jug@sad.it>
3827
3828         * inset.h (nodraw): make the set function also const so that this
3829         can be called from inside other const functions.
3830
3831         * insetcollapsable.h: removed inline variable and moved it over
3832         to the only user InsetERT.
3833
3834         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
3835         inset opening immediately therein lying insets dialogs!
3836
3837         * insetert.C (localDispatch): set the font also if we don't have any
3838         chars in this paragraph, otherwise if we delete all of em and start
3839         writing we have the wrong font.
3840         (inlined): added
3841         (draw): implemented for inline support
3842         (insetButtonRelease): ditto.
3843
3844 2001-07-30  Juergen Vigna  <jug@sad.it>
3845
3846         * insettext.C (reinitLyXText): new function to reinit the insets
3847         text after lot's of paragraph changes. Use this instead of the
3848         cache.clear() which is VERY dangerous.
3849
3850         * insetfloat.C (insetButtonRelease): we should only show the dialog
3851         if we press on the label otherwise we have problems to open mouse
3852         button 3 dialogs inside this float (f.ex. of a tabular!)
3853
3854 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3855
3856         * insetert.C: change back to "ERT"
3857
3858         * insetfloat.C: handliign of RMB on label added.
3859
3860 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3861
3862         * insetgraphicsParams.C: #include LOstream.h here.
3863
3864         * insetfoot.h: remove InsetFoot:: qualifier.
3865
3866 2001-07-29  Baruch Even  <baruch@lyx.org>
3867
3868         * ChangeLog: Hiding time travel evidence.
3869
3870         * insetgraphicsParams.h:
3871         * insetgraphicsParams.C:
3872         * insetgraphics.C: Added horizontal scale option, it actually scales both
3873         directions since it keeps image proportions.
3874
3875         * insetgraphics.C: Fixed EPS detection to be non-hacky.
3876
3877 2001-07-29  Baruch Even  <baruch@lyx.org>
3878
3879         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
3880         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
3881
3882         HACKY! Will need to add an EPS detection routine like old InsetFig does!
3883
3884 2001-07-29  Baruch Even  <baruch@lyx.org>
3885
3886         * insetgraphics.C: Added EPSI to be an alias of EPS.
3887
3888 2001-07-29  Baruch Even  <baruch@lyx.org>
3889
3890         * insetgraphics.C: Change GRAPHICS to Graphics.
3891         Changed image conversion rules (documented at the beginning of file).
3892
3893 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
3894
3895         * insetert.C (get_new_label): int -> Paragraph::size_type to get
3896         std::min working.
3897
3898         * insetgraphics.C: added a using std::endl directive.
3899
3900         * insetcommand.h (getScreenLabel): removed pure virtual function,
3901         as it duplicates that in InsetButton.
3902
3903         * insetbib.[Ch] (getScreenLabel):
3904         * insetbutton.[Ch] (getScreenLabel):
3905         * insetcite.[Ch] (getScreenLabel):
3906         * insetert.[Ch] (getScreenLabel):
3907         * insetexternal.[Ch] (getScreenLabel):
3908         * insetfloatlist.[Ch] (getScreenLabel):
3909         * insetinclude.[Ch] (getScreenLabel):
3910         * insetindex.[Ch] (getScreenLabel):
3911         * insetlabel.h (getScreenLabel):
3912         * insetparent.[Ch] (getScreenLabel):
3913         * insetref.[Ch] (getScreenLabel):
3914         * insettoc.[Ch] (getScreenLabel):
3915         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
3916
3917         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
3918         the label.
3919         (validate): remove check on "cite" when using natbib.
3920
3921 2001-07-26  Baruch Even  <baruch@lyx.org>
3922
3923         * insetgraphics.C (draw): changed casting to be in one place rather than
3924         all over the function.
3925
3926         * insetgraphics.h:
3927         * insetgraphics.C (read): Added compatibility reads of InsetFig.
3928
3929         * insetgraphicsParams.h:
3930         * insetgraphicsParams.C:
3931         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
3932
3933 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3934
3935         * insetfoot.C (validate): Added method to ensure that the
3936         right bit of LaTeX is emitted.
3937
3938         * insetfoot.h: Added validate method to set the correct
3939         LaTeXFeatures bit for the special footnote code.
3940
3941 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
3942
3943         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
3944         quotes
3945
3946 2001-07-27  Juergen Vigna  <jug@sad.it>
3947
3948         * inset.h: remove not used font variable in parameter.
3949         removed checkInsertChar in UpdatableInset as it was equal to
3950         the one in Inset and so not needed.
3951
3952         * insetert.C (checkInsertChar): implementation of function
3953         checkInsertChar.
3954
3955         * inset.h: added new function checkInsertChar.
3956
3957         * various files: added c-tor and clone() function.
3958
3959         * insetcollapsable.h: removed clone function here as this should
3960         be only realized in REAL insets and added it to all collapsable
3961         insets! (with the copy-constructor).
3962
3963 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3964
3965         * insetminipage.C (read): handle missing parameters more gracefully
3966
3967         * insetcollapsable.C (read): handel missing collapsed more gracefully
3968
3969 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3970
3971         * insetfloat.C (read): handle missing parameters.
3972
3973         * insettext.C (read): handle old latex end_inset
3974
3975         * insetert.C (setButtonLabel): new method
3976         (init): use it, to set the dynamic label correctly
3977         (read): use it
3978
3979         * Makefile.am (EXTRA_DIST): add files that is not part or the
3980         binary here.
3981
3982         * insetcollapsable.h: remove autocollapsable (no users), remove
3983         draw_label, change_label_with_text and companion code. Remove args
3984         from some methods.
3985         * insetert.[Ch]: move here instead (only user)
3986
3987         * inset.h: rename private variable name to name_, make
3988         selectNextWord return a const string. make getInsetName return a
3989         string const &. Remove bool from open, add close.
3990
3991         * Makefile.am: don't compile insetlist, insetsection
3992         and insettheorem
3993
3994 2001-07-24  Juergen Vigna  <jug@sad.it>
3995
3996         * insetert.C (InsetERT): put init after the paragraph initialization,
3997         as otherwise we don't set the draw_label right.
3998
3999         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
4000         insets with the mouse without having strange selections.
4001         (edit): if the inset was collapsed and we open it here then put the
4002         cursor always at the beginning of the inset.
4003         (get_new_label): 15 instead of 10 max chars in the label.
4004
4005         * insetert.C (localDispatch): added and handle various stuff we
4006         need to handle here (font setting on paragraph break, not permitted
4007         layout setting, etc.).
4008
4009         * inset.h: added default copy-consturctor and implemented this in
4010         various insets with the change to use this in the clone function!
4011
4012 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4013
4014         * insetminipage.C (InsetMinipage): set background color to red :)
4015
4016 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4017
4018         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
4019         draw frame mode is LOCKED.
4020
4021         * insetcollapsable.C (edit):
4022         (insetButtonRelease): set update status to full when
4023         opening inset.
4024
4025         * insettext.C (clearInset):
4026         * insettabular.C (draw):
4027         * insetlatexaccent.C (draw): honor background color.
4028
4029         * inset.h: new member background_color_, initialized to
4030         LColor::inherit.
4031
4032         * inset.C (backgroundColor): new method.
4033         (setBackgroundColor): new method.
4034
4035         * insetert.C (init): new method, called by the ctors.
4036         (InsetERT): when inserting contents, make sure the font is
4037         ALL_INHERIT.
4038
4039         * insetnote.C (InsetNote): when inserting content, remove trailing
4040         newline
4041         (init): set background color to LColor::note
4042
4043 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4044
4045         * insetcollapsable.C: adjust
4046
4047         * insetbutton.C: adjust
4048
4049 2001-07-23  Juergen Vigna  <jug@sad.it>
4050
4051         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
4052         parameter on the _collapsed function (was not needed) and call
4053         always width_collapsed().
4054
4055         * insetert.C (InsetERT): use setLabel with "true" flag.
4056
4057         * insetcollapsable.C: modified various functions to set the draw_label
4058         string right in any condition.
4059         (setLabel): added a bool parameter to set change_label_with_text.
4060
4061         * insetcollapsable.h: added draw_label string which is set to the
4062         actual drawn label-string, while label is the original static label
4063         of this collapsable inset. Added bool change_label_with_text to set
4064         if we want that the label changes to the start of the InsetText's
4065         text when collabpsed. You can set this flag with the setLabel funciton.
4066         Added bool inlined for inlined collapsable insets, but not handled
4067         yet.
4068
4069         * insetcollapsable.C (get_new_label): added should get a new label
4070         from the InsetText beginning (for now 10 chars).
4071
4072 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4073
4074         * insetquotes.C (latex): fix the handling of french double quotes
4075         when not using the french pachage.
4076
4077 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4078
4079         * insetcollapsable.h: make WidthCollapsed mutable.
4080
4081         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
4082         InsetPrintIndex returns INDEX_PRINT_CODE.
4083
4084         * inset.h: add INDEX_PRINT_CODE
4085
4086         * insetcollapsable.C (draw): init widthCollapsed if necessary
4087         (width): ditto.
4088
4089         * insetquotes.C (width): use the local language, not the document
4090         language.
4091         (draw): ditto.
4092         (dispString): add additional spacing for all french languages,
4093         like fr_CA.
4094         (validate): make it work when there is no default language
4095
4096         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
4097
4098         * insetnote.C (init): new method, called by the constructors
4099         (InsetNote): new constructor with contents passed as a string
4100
4101 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4102
4103         * insetfootlike.C (insetAllowed): disallow float in footlike.
4104
4105         * insetert.C (InsetERT): add collapsed argument to the constrctor
4106         with contents.
4107
4108 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4109
4110         * insetindex.h: shut off warning
4111
4112 2001-07-20  Juergen Vigna  <jug@sad.it>
4113
4114         * insetcollapsable.C (update): recoded hopefully works now!
4115
4116 2001-07-19  Juergen Vigna  <jug@sad.it>
4117
4118         * most files: implemented the below new introduced function.
4119
4120         * inset.h: added new edit(BufferView *, bool front) method to be able
4121         to enter an inset from the front/back without knowing x/y positions
4122         and baselines inside the inset. So I just can tell the inset activate
4123         me and set the cursor on the front/back of yourself.
4124
4125 2001-07-18  Juergen Vigna  <jug@sad.it>
4126
4127         * insetcollapsable.C (edit): fixed hopefully the y parameter which
4128         is given to the InsetText.
4129         (insetButtonPress): ditto
4130         (insetButtonRelease): ditto
4131         (insetMotionNotify): ditto
4132
4133 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4134
4135         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
4136         LIGATURE_BREAK, since the name is so stupid.
4137
4138 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4139
4140         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
4141         the default InsetCollapsable methods. I.e., it can insert anything.
4142         (write) output the name of the inset, not some silly hack for
4143         compatability with the old InsetInfo.
4144
4145         * insetinfo.[Ch]: removed.
4146         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
4147         now collapsable, but functionality is otherwise identical to InsetInfo.
4148
4149         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
4150
4151 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4152
4153         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
4154         reformatting
4155
4156         * insetquotes.C: general cleanup
4157         (dispString): add spaces inside french double quotes.
4158         (latex): ditto. Moreover, treat first the case where the frenchb
4159         or french options have been given.
4160
4161 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4162
4163         * insetcite.[Ch] (latex, validate): new methods, required for natbib
4164         support.
4165
4166 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
4167
4168         * figinset.C (RegisterFigure): Print debug message only when
4169         current_view is available.
4170
4171 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4172
4173         * many files: update to match the change below
4174
4175         * inset.h (insetAllowed): renamed from insertInsetAllowed;
4176         implement the version which takes an inset here.
4177
4178         * insetcollapsable.[Ch]: implement open and isOpen
4179
4180         * inset.h: remove insertInsetAllowed from Inset
4181         (open): new method, to open or close an inset
4182         (isOpen): returns the status of an inset
4183         (isCollapsable, colapse): removed
4184
4185 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4186
4187         * insetquotes.C (dispString): display french guillemets when using
4188         ISO8859-15.
4189
4190 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4191
4192         * insetcollapsable.h: remove bogus return statements
4193
4194 2001-07-18  Juergen Vigna  <jug@sad.it>
4195
4196         * insettabular.C (selectNextWord): fixed spellchecking for the
4197         first cell of a tabular (wasn't entered!)
4198         (getLyXText): changed to enter automatically insettext and return
4199         it's LyXText if we're locked.
4200
4201 2001-07-17  Juergen Vigna  <jug@sad.it>
4202
4203         * various files: implemented the below functions.
4204
4205         * inset.h: added functions
4206         - virtual string selectNextWord(BufferView *, float & value) const;
4207         - virtual void selectSelectedWord(BufferView *) { return; }
4208         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
4209         needed for spellchecking correctly!
4210
4211 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4212
4213         * insetert.C (latex): write out all paragraphs.
4214
4215 2001-07-17  Baruch Even  <baruch@lyx.org>
4216
4217         * insetgraphics.C (draw): Removed unneeded casts.
4218
4219 2001-07-16  Juergen Vigna  <jug@sad.it>
4220
4221         * insettext.C (update): fixed small oversight (reset lt to 0).
4222
4223 2001-07-14  Baruch Even  <baruch@lyx.org>
4224
4225         * insetgraphics.h:
4226         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
4227
4228 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4229
4230         Consistent use of Lsstream.h:
4231         * figinset.C: removed using std::ostringstream directive.
4232
4233         * insetgraphics.C (createLatexOptions):
4234         * insetinclude.C (unique_id):
4235         std::ostringstream -> ostringstream.
4236         * insettext.C (localDispatch): std::istringstream -> istringstream.
4237
4238 2001-07-13  Juergen Vigna  <jug@sad.it>
4239
4240         * insetfloat.C (insertInsetAllowed): added missing const_cast.
4241
4242         * insetcollapsable.C (getLockingInset): ditto.
4243
4244 2001-07-12  Juergen Vigna  <jug@sad.it>
4245
4246         * insetcollapsable.h: added implementation of new function for
4247         collapsable status.
4248
4249         * various files: added implementation of new insertInsetAllowed-func
4250         and redone the function a bit more.
4251
4252         * inset.h: added isCollapsable(), bool collapsed(),
4253         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
4254
4255         * insetfloat.C (insertInsetAllowed): make a bit more checks.
4256
4257         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
4258         LyXText which is marked for removal while we're using it!
4259
4260         * insettext.h: added private LyXText * lt to use it to assure we are
4261         not deleting our LyXText while we're using it!
4262
4263 2001-07-11  Juergen Vigna  <jug@sad.it>
4264
4265         * insettext.C (insertInset): check if we are before the inset after
4266         inserting it! This check IS needed. Remove the Undo-Call as it is
4267         called in LyXText::insertInset!
4268
4269         * insettext.h: added struct InnerCache.
4270
4271         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
4272         that we ONLY delete the LyXText in the getLyXText() routine. So we
4273         are sure we don't delete LyXText while someone is working with it!
4274
4275 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4276
4277         * insetexternal.C: (*it). -> it->
4278         * insettext.C: ditto
4279
4280 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4281
4282         * insetcollapsable.C (edit): always open collapsed insets (even if
4283         they are not autocollapsable)
4284
4285         * insetcommand.C (operator=): simplify.
4286
4287 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4288
4289         * insetert.C (latex): handle META_NEWLINE
4290
4291 2001-07-09  Juergen Vigna  <jug@sad.it>
4292
4293         * insetert.h: a normal InsetText can insert insets, but we won't.
4294
4295         * inset.h: return default "false" on insertInsetAllowed and implement
4296         this function where a returnvalue != "false" is needed.
4297
4298 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4299
4300         * insetert.C (InsetERT): new contructor
4301
4302 2001-07-06  Juergen Vigna  <jug@sad.it>
4303
4304         * a lot of files: added implementation of the below new functions
4305         and the change to clone(). Also the call of the new undo-functions
4306         where needed.
4307
4308         * inset.h: added an inset_id, added functions getParFromID,
4309         getInsetFromID, firstParagraph, cursor and id functions, added
4310         bool same_ids to clone function.
4311
4312 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4313
4314         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
4315         of BufferView * and shared_ptr<LyXText>
4316
4317 2001-07-05  Juergen Vigna  <jug@sad.it>
4318
4319         * insettext.C (clear): deleted also the cache not only LyXText.
4320         (setParagraphData): ditto.
4321
4322 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4323
4324         * insetfloat.C (latex): let the specific placement take presedence
4325         if set, otherwise choose document placement if set, otherwise just
4326         use float default placement.
4327
4328 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4329
4330         * insettext.C (localDispatch): call CutAndPaste::'s static method
4331         directly.
4332
4333 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4334
4335         * insetbib.C: no meed to include forms.h here.
4336
4337 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
4338
4339         * insettext.C: added using std::make_pair directive.
4340
4341 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4342
4343         * insettext.C (getLyXText): avoid multiple lookups, and simplify
4344         slightly
4345         (deleteLyXText): ditto
4346         (resizeLyXText): ditto
4347
4348 2001-07-02  Juergen Vigna  <jug@sad.it>
4349
4350         * insettext.C (getLyXText): introduce a cache in getLyXText so that
4351         following calls are only returned the right pointer without the over
4352         head to search in the map.
4353         (various funcs): reset the cached_bview variable as this signs that
4354         the cache is not valid anymore.
4355
4356 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4357
4358         * insettabular.C (clone): do not copy the LyXTabular twice
4359
4360 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4361
4362         * insettext.h (TEXT): delete method
4363
4364 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4365
4366         * insetmarginal.C (latex):
4367         * insetfoot.C (latex): fix spacing of notes in LaTeX
4368
4369         * insettext.C (localDispatch): use .c_str() on istringstream
4370         constructor argument.
4371
4372 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4373
4374         * insettoc.h:
4375         * insettoc.C:
4376         * inseturl.h:
4377         * inseturl.C: fix method names in these to begin
4378           with small char too, so they inherit
4379
4380 2001-06-28  Juergen Vigna  <jug@sad.it>
4381
4382         * insettext.C (setFont): fixed font settings using toggleFree()
4383         instead of setFont().
4384
4385 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4386
4387         * Change a lot of method names to begin with a small char.
4388         Changes to a lot of files because of this.
4389
4390 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4391
4392         * insetfloatlist.C (Write): std:: qualify ostream
4393         (Latex): ditto
4394
4395 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4396
4397         * figinset.C:
4398         * inset.C:
4399         * insetgraphics.C: send debug output to Debug::INFO instead of
4400         Debug::ANY.
4401
4402 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4403
4404         * insettabular.h:
4405         * insettabular.C (getStatus): update to use func_status
4406
4407 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
4408
4409         * insetref.C (DocBook): added support for cross-references without
4410         a name.
4411
4412 2001-06-26  The LyX Project  <jug@sad.it>
4413
4414         * insetref.C:
4415         * insetref.h:
4416         * insetlabel.C:
4417         * insetlabel.h: removed escape method and moved it to
4418         support/lstrings.h.
4419
4420 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4421
4422         * insettabular.C (getMaxWidth): do the speedup in a different way,
4423         remove dead code
4424
4425 2001-06-24  The LyX Project  <Asger>
4426
4427         * insettabular.C (getMaxWidth): We cache a mapping from
4428         inset to cell in order to speed this method up.
4429
4430 2001-06-24  The LyX Project  <Asger>
4431
4432         * insettext.C: Optimized InsetText::draw or something.
4433
4434 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
4435
4436         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
4437
4438 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4439
4440         * inset.h: name change from lyxinset.h
4441
4442 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
4443
4444         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
4445
4446 2001-06-14  Juergen Vigna  <jug@sad.it>
4447
4448         * insettext.C (draw): removed warnings.
4449
4450 2001-06-13  Juergen Vigna  <jug@sad.it>
4451
4452         * insettabular.C (nodraw): only go down the tree if we don't have
4453         that flag set otherwise it's obvious that we don't want to draw.
4454         (LocalDispatch): do also an update if we have an undispached result.
4455
4456 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
4457
4458         * insetcite.C:
4459         * insetgraphicsParams.C:
4460         * insettext.C: removed // -*- C++ -*- as first line.
4461
4462 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4463
4464         * lyxinset.h (resizeLyXText): shut off warning about unused
4465         parameter "force"
4466
4467 2001-06-07  Juergen Vigna  <jug@sad.it>
4468
4469         * insettext.C (resizeLyXText): honor the new force flag.
4470
4471         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
4472
4473         * insettabular.C (deleteLyXText): new function
4474
4475 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4476
4477         * insettheorem.C:
4478         * insetminipage.C:
4479         * insetlist.C:
4480         * insetfootlike.C:
4481         * insetfloat.C:
4482         * insetert.C:
4483         * insetcollapsable.C:
4484         * insetcaption.C: LColor tidy
4485
4486 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4487
4488         * figinset.C: fix typo
4489
4490 2001-06-01  Juergen Vigna  <jug@sad.it>
4491
4492         * insettabular.C (resetPos): small hack so that scroll is not set to
4493         0 when we are in the last column of a tabular. This is a problem we
4494         have because of constats 20 offset on both directions, so this can
4495         cause on the limit an endless loop.
4496
4497         * insettext.C (SetFont): forgot that we can have locking insets ;)
4498
4499 2001-05-31  Juergen Vigna  <jug@sad.it>
4500
4501         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
4502
4503 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4504
4505         * figinset.C: add using std:: directive for the C functions which
4506         need that.
4507
4508 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4509
4510         * insetfloat.C (Write): write out wide info
4511         (Read): read the wide info
4512         (Latex): use the wide info when creating latex.
4513
4514         * insettext.C: adjust
4515
4516         * insetgraphics.[Ch] (statusMessage): change to return string
4517         (width): adjust
4518         (draw): adjust
4519
4520         * figinset.C (runqueue): add std::
4521         (Recompute): ditto
4522
4523 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4524
4525         * insetcite.C (Ascii): add std:: qualifier
4526
4527 2001-05-28  Juergen Vigna  <jug@sad.it>
4528
4529         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
4530         a endless-width inset (maxWidth < 0).
4531         (Edit): change language only if not equal.
4532
4533         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
4534
4535         * insettext.C (draw): fixed draw/clear of InsetText-Frame
4536
4537 2001-05-16  Juergen Vigna  <jug@sad.it>
4538
4539         * insettext.C (selectAll): added
4540         (clearSelection): added
4541
4542         * insettabular.C (SetFont): now we may set a font on a whole selection!
4543         (getSelection): added helper function.
4544
4545 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4546
4547         * insetcite.C (Ascii): Add method.
4548
4549 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
4550
4551         * figinset.C:
4552         * insetbib.C: fix path for OS/2 & Win32
4553
4554 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4555
4556         * insetfoot.C (Latex): don't use % after footnote.
4557
4558 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4559
4560         * insettext.C (Read): use clear
4561         (SetParagraphData): use LyXParagraph copy constructor instead of clone
4562
4563 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4564
4565         * insetfloatlist.h: add a bunch of std:: qualifiers.
4566
4567 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4568
4569         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
4570         FLOAT_LIST_CODE, renumber code list.
4571
4572         * insettoc.C (getScreenLabel): remove support for float lists
4573         (LyxCode): ditto
4574         (Ascii): ditto
4575
4576         * insetfloatlist.[Ch]: new files
4577
4578         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
4579
4580 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
4581
4582         * insettabular.C (LocalDispatch):
4583         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
4584         method
4585
4586 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4587
4588         * insettext.C: remvoe !NEW_INSETS cruft
4589
4590         * insettabular.C: remove !NEW_INSETS cruft
4591
4592         * insetcollapsable.h: remove !NEW_INSETS cruft
4593
4594         * insetbib.C: remove !NEW_INSETS cruft
4595
4596 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4597
4598         * insettoc.C: hack to make listof algorithm work
4599
4600 2001-04-20  Juergen Vigna  <jug@sad.it>
4601
4602         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
4603
4604 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4605
4606         * insetquotes.C (Latex): improve the guard against
4607         unwanted !` and ?` ligatures. This should really be done in
4608         another place (to catch all this ligatures at low-level).
4609
4610 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4611
4612         * insettext.C (init): remvoe leftovers from cursor_visible change
4613         (draw): use c++ cast
4614         (LocalDispatch): dispatch LFUN_MESSAGE
4615
4616         * insettabular.C (InsetTabular): remove leftovers from
4617         cursor_visible, and scoped_ptr changes
4618         (draw): use c++ cast
4619
4620         * insetcollapsable.C (draw): use c++ cast
4621
4622         * ExternalTemplate.h: inherit privaely from noncopyable
4623         * insetcommand.h: ditto
4624         * insetinclude.h: ditto
4625
4626 2001-04-16  Allan Rae  <rae@lyx.org>
4627
4628         * insettoc.C (Ascii):
4629         * insettext.C (draw):
4630         * insettabular.C (setPos):
4631         * insetminipage.C (Read):
4632         * insetfloat.C (placement):
4633         * insetcaption.C (Ascii, DocBook):
4634         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
4635         an unrecognised preprocessor directive.  So ensure they're wrapped.
4636
4637 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
4638
4639         * insetexternal.h:
4640         * insetexternal.C: set view on Clone. Add _ to private members.
4641
4642 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4643
4644         * insettext.C (InsetText): fix new
4645         (InsetText): reindent some, simplify deletion of par list
4646         (clear): simplify deletion of par list, fix new
4647         (SetParagraphData): simplify deletion of par list
4648
4649         * insettabular.[Ch] (getLabelList): implement new method
4650
4651 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4652
4653         * lyxinset.h: do not include gettext.h...
4654
4655         * inset.C:
4656         * insetcaption.C:
4657         * insetexternal.C:
4658         * insetgraphics.C:
4659         * insetindex.C:
4660         * insetlabel.C:
4661         * insetlatexaccent.C:
4662         * insetminipage.C:
4663         * insetquotes.C:
4664         * insettabular.C:
4665         * inseturl.C: ... and do it here instead
4666
4667 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4668
4669         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
4670
4671         * insettext.[Ch] (getLabelList): add std:: on vector<string>
4672
4673         * insetcollapsable.[Ch] (getLabelList): implement
4674
4675         * insettext.[Ch] (getLabelList): implement
4676
4677         * insettext.h: reindent
4678
4679         * insettabular.h: make tabular a scoped_ptr
4680
4681         * insettext.C (init): adjust for cursor_visible
4682         (ToggleInsetCursor): constify asc and desc, font, adjust for
4683         cursor_visible
4684         (ShowInsetCursor): constify asc and desc, font, adjust for
4685         cursor_visible
4686         (HideInsetCursor): adjust for cursor_visible
4687
4688         * insettabular.C: reindent some
4689         (InsetTabular): adjust for scoped_ptr and cursor_visible
4690         (InsetTabular): ditto
4691         (~InsetTabular): delete delete
4692         (Clone): adjust for scoped_ptr
4693         (Read): constify old_format, adjust for scoped_ptr, move init of
4694         token
4695         (draw): constify tx, localize loop vars.
4696         some other localization of variables, remove double initilizatons.
4697
4698         * insetfoot.C: remove using std::ostream, add ostream where needed
4699
4700 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4701
4702         * lyxinset.h: some reindentaion, use initializer list for
4703         constructro.
4704         UpdatableInset: make cursor_visible a private var add
4705         public isCursorVisible(), add protected toggleCursorVisible() and
4706         proctected setCursorVisible(bool), make scroll call the Inset::scroll
4707
4708         * insettoc.C: remvoe using decl
4709         (getScreenLabel): make cmdname donst
4710         (LyxCode): ditto
4711         (Ascii): ditto
4712         (Ascii): don't use endl
4713
4714         * insetfootlike.C: remove using decl at file scope and add std::
4715         where needed
4716         * insetmarginal.C: ditto
4717
4718         * insetfoot.C: some reformatting
4719
4720         * insetfloat.C (InsetButtonRelease): adjust the hit area
4721
4722         * insetert.C (SetFont): some reformatting
4723
4724         * insetcollapsable.C: some reformatting and constification
4725         (Clone): comment out.
4726         * insetcollapsable.h: some reformatting
4727         (Clone): comment out.
4728
4729         * inset.C: reindent
4730         (scroll): simplify
4731
4732 2001-03-30  Juergen Vigna  <jug@sad.it>
4733
4734         * insetcollapsable.h: changen *inset to be a InsetText inset.
4735
4736         * some files: changed to reflect the above change.
4737
4738 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
4739
4740         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
4741         InsetExternal::Params.
4742         Added operator==() and operator!=() for the Params struct.
4743
4744 2001-03-29  Juergen Vigna  <jug@sad.it>
4745
4746         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
4747         BufferView *.
4748
4749         * insetminipage.C: removed widthp_ and all it's functions and changed
4750         to use new %-lengths of LyXLength.
4751
4752 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
4753
4754         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
4755
4756 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4757
4758         * insetgraphicsParams.C (operator!=): new function, needed by the
4759         ControlGraphics class.
4760
4761 2001-03-28  Juergen Vigna  <jug@sad.it>
4762
4763         * insettext.C (InsetButtonPress): only enter !inset if button == 2
4764         (checkAndActivateInset): don't use the values returned from
4765         call to bv->checkInsetHit.
4766
4767         * insetminipage.C (Clone): set special minipage values.
4768
4769         * insetcollapsable.C (draw): changed to draw the button in the
4770         upper left corner outside the textinset.
4771         (ascent): changed because of different drawing
4772         (descent): ditto
4773         (width): ditto
4774         (Edit): ditto
4775         (InsetButtonPress): ditto
4776         (InsetButtonRelease): ditto
4777         (InsetMotionNotify): ditto
4778
4779 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
4780
4781         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
4782         contain a suffix.
4783         (Clone): ditto
4784
4785 2001-03-26  Juergen Vigna  <jug@sad.it>
4786
4787         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
4788
4789         * insettext.C (ShowInsetDialog): implemented above function.
4790
4791         * insettabular.C (ShowInsetDialog): ditto
4792
4793         * insetminipage.C (ShowInsetDialog): ditto
4794
4795 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4796
4797         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
4798         InsetInclude::Params. Don't store a buffer * in Params. Store the
4799         master file name instead.
4800
4801 2001-03-23  Juergen Vigna  <jug@sad.it>
4802
4803         * insetcollapsable.C (InsetMotionNotify):
4804         (InsetButtonRelease):
4805         (InsetButtonPress): fixed y-offset (minipages).
4806
4807         * insettext.C (draw): force a FULL update if cleared == true.
4808
4809         * insetcollapsable.C (draw): Lars forgotten entry for changing this
4810         routine to draw the minipages on its position-flag.
4811         (InsetInInsetY): give back the right y position, because of minipage
4812         position-flag.
4813
4814 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
4815
4816         * insetfloat.h
4817         * insetfloat.C (DocBook): docbook export code.
4818
4819 2001-03-22  Juergen Vigna  <jug@sad.it>
4820
4821         * insetminipage.C (getMaxWidth): added function to set the drawing
4822         width!
4823         (Read): should work now!
4824
4825         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
4826         if we create a new inset.
4827
4828 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4829
4830         * figinset.C (fl_set_preemptive_callback): moved definition outside
4831         of namespace anon.
4832
4833 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4834
4835         * insetminipage.C (Read): prepare for reading of minipage arguments.
4836
4837 2001-03-18  Baruch Even  <baruch@lyx.org>
4838
4839         * insetgraphics.C: Minor cleanups of the comments and code.
4840
4841 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4842
4843         * insetminipage.C (InsetMinipage): default to not collapsed
4844
4845 2001-03-16  Juergen Vigna  <jug@sad.it>
4846
4847         * insetminipage.C (width): modified with to be a string
4848         (widthp): added widthp (for % width) support functions.
4849         (InsetButtonRelease): added to open the options dialog on button==3.
4850         (~InsetMinipage): added to hide the dialog.
4851
4852         * insetminipage.h: added hideDialog signal
4853
4854 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4855
4856         * insetminipage.h: change the order or Position to match
4857         LyXParagraph::MINIPAGE_ALIGNMENT
4858
4859         * several files: remvoe CXX_WORKING_NAMESPACES
4860
4861         * ExternalTemplate.h: noncopyable is in namespace boost
4862         * insetinclude.h: ditto
4863         * insetcommand.h: ditto
4864
4865 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4866
4867         * insettext.C (Edit): #else# -> #else.
4868         * insettoc.C: added using directive.
4869
4870 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4871
4872         * insetminipage.h: add pos, inner_pos, width and height. + getters
4873         and setters for all of them.
4874
4875 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
4876
4877         * insetinclude.C (Latex): Do not exit when the textclass of the
4878         included file differ from the textclass of the parent file.
4879
4880 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
4881
4882         * ExternalTemplate.C (read): the reading of external insets now checks
4883         for \end_inset and removes it form the input stream.
4884
4885 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
4886
4887         * ExternalTemplate.h:
4888         * ExternalTemplate.C:
4889         * insetexternal.h:
4890         * insetexternal.C: move form to GUII
4891
4892 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4893
4894         * insetinclude.h:
4895         * insetinclude.C: add InsetIncludeParams, use
4896         composition rather than derivation of InsetCommand
4897
4898 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4899
4900         * insettoc.C (Ascii): use the Buffer typedefs
4901
4902 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4903
4904         * insettoc.C (Ascii): implement for dynamic number of lists
4905
4906         * insetcaption.[Ch]: update from new_insets branch
4907         * insetfloat.[Ch]: ditto
4908
4909 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
4910
4911         * insetexternal.C:
4912         * figinset.C: use new File Dialog
4913
4914 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4915
4916         * insettext.C: changes becuase of ParagraphParameters.
4917
4918 2001-02-28  Baruch Even  <baruch@ev-en.org>
4919
4920         * insetgraphics.C (updateInset): Changed due to the change in
4921         GraphicsCache.
4922
4923 2001-02-26  Juergen Vigna  <jug@sad.it>
4924
4925         * insettext.C (SetFont): Set Undo only if we have selection (as it is
4926         handled in LyXText).
4927
4928 2001-02-23  Juergen Vigna  <jug@sad.it>
4929
4930         * insettext.C (draw): some small repainting fixes.
4931         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
4932
4933         * inset.C (LocalDispatch): changed action to be a kb_action (as it
4934         should be) and not an int.
4935
4936         * insettabular.C (LocalDispatch): ditto
4937
4938         * insettext.C (LocalDispatch): ditto
4939
4940         * insetcollapsable.C (LocalDispatch): ditto
4941
4942 2001-02-22  Juergen Vigna  <jug@sad.it>
4943
4944         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
4945         DISPATCH it and we don't have a locking_inset.
4946
4947 2001-02-21  Baruch Even  <baruch@ev-en.org>
4948
4949         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
4950         instead of GraphicsCacheItem *.
4951
4952 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4953
4954         * insetcollapsable.C (getLyXText): add const qualifier to second
4955         parameter.
4956
4957 2001-02-22  Juergen Vigna  <jug@sad.it>
4958
4959         * insettext.C (getLyXText): honor the recursive parameter.
4960         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
4961
4962         * inset.C (getLyXText): added bool recursive parameter.
4963
4964         * insettext.C (SetUpdateStatus): or the update codes.
4965         (draw): check need_update with &.
4966         (InsetButtonPress): set no_selection to not put a selection when
4967         entering an inset and it is redraws in another spot.
4968
4969         * insettext.h: made need_update an int.
4970
4971 2001-02-20  Baruch Even  <baruch@ev-en.org>
4972
4973         * insetgraphics.h:
4974         * insetgraphisc.C: Changed to use better semantics when loading images
4975         for inline view. Now it doesn't keep the pixmap itself but it's holder.
4976
4977 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4978
4979         * insetcommand.h:
4980         * inseterror.h:
4981         * insetgraphics.C: change name of "hide" signal to "hideDialog",
4982         consistent with InsetTabular.
4983
4984 2001-02-19  Juergen Vigna  <jug@sad.it>
4985
4986         * insettabular.C (LocalDispatch): implement PAGE up/down.
4987
4988         * insettext.C (draw): clear all of it on need_update==INIT too!
4989
4990         * insettabular.C (InsetUnlock): always clear the selection.
4991
4992         * inset.C (scroll): normally we only want to scroll the inset until
4993         it is fully visible so if top_x + offset > 20 then just set scx to 0.
4994
4995 2001-02-14  Juergen Vigna  <jug@sad.it>
4996
4997         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
4998         (resetPos): fixed scroll behaviour.
4999         (LocalDispatch): do an update if moving cursor inside a table cell
5000         requests a scroll of the tabular.
5001
5002 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5003
5004         * insettext.C (textWidth): constify local var
5005
5006         * insettabular.C: small cleanup.
5007
5008         * insetfoot.C (Latex): constify local var
5009
5010         * insetcollapsable.C: small cleanup.
5011
5012         * figinset.C (runqueue): use compare instead of strcmp
5013
5014 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5015
5016         * insettext.C:
5017         * insetinfo.C: remove cruft
5018
5019 2001-02-14  Juergen Vigna  <jug@sad.it>
5020
5021         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
5022
5023 2001-02-13  Juergen Vigna  <jug@sad.it>
5024
5025         * insettext.C (InsertInset): don't move left (is this right?)
5026
5027         * insettabular.C (LocalDispatch): use of the no_draw variable
5028
5029         * insettabular.h: new no_draw variable to stop redraw
5030
5031         * insettabular.C (TabularFeatures): fixed update for alignment change
5032
5033 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
5034
5035         * insetinclude.C:
5036         * insetbib.h:
5037         * insetbib.C: move dialogs to frontends/
5038
5039 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
5040
5041         * insettext.C (LocalDispatch): Restore the language if the inset
5042         becomes empty.
5043
5044 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
5045
5046         * insettext.C (moveRightIntern): Update the selection cursor.
5047         (moveLeftIntern): Ditto.
5048
5049 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5050
5051         * Makefile.am: remove BoundingBox.h
5052
5053         * BoundingBox.h: removed
5054
5055 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
5056
5057         * insettext.C (LocalDispatch): Update selection cursor when moving
5058         cursor to the right.
5059         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
5060         (moveLeftIntern): Ditto.
5061
5062 2001-02-05  Baruch Even  <baruch.even@writeme.com>
5063
5064         * insetgraphics.C: Updated automatic image conversion, it now goes into
5065         temporary directory instead of with the image itself.
5066
5067 2001-01-21  Baruch Even  <baruch@ev-en.org>
5068
5069         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
5070         to EPS or PNG when needed (support bitmap graphics).
5071
5072 2000-11-02  Baruch Even  <baruch@ev-en.org>
5073
5074         * insetgraphics.C:
5075         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
5076         and removal of commented out code.
5077
5078 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5079
5080         * insetbib.C (callback): Update citations if the key has changed.
5081
5082 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5083
5084         * insetbib.C (InsetBibKey): Better computation of default key.
5085         (getScreenLabel) Show both the key and the label.
5086         (getBibLabel): New method.
5087         (callback): Force a redraw if the inset have been changed.
5088
5089 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
5090
5091         * insetref.C (getType, getName): Move methods from
5092         src/frontends/xforms/FormRef.C.
5093
5094 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
5095
5096         * insettabular.C: Various improvements (use only one dummy position).
5097
5098 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
5099
5100         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
5101         par->bibkey->width. This fixes the crashes when running without
5102         gui or when having included documents.
5103
5104 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
5105
5106         * insetcommand.C (getAsString, setFromString): Cleanup.
5107
5108 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
5109
5110         * insetref.C: Add the array InsetRef::types that contains
5111         information about all supported reference types.
5112
5113 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5114
5115         * lyxinset.h: remove trailing comma in enum.
5116
5117 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
5118
5119         * insettext.C: kill LyXBell.