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