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