]> git.lyx.org Git - features.git/blob - src/insets/ChangeLog
Strip out the caching of the BufferView by PreviewedInset. Use the cache
[features.git] / src / insets / ChangeLog
1 2003-02-26  Angus Leeming  <leeming@lyx.org>
2
3         * insetinclude.C (draw): cache the BufferView* using cache not
4         PreviewImpl::setView
5
6 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
7
8         * insetgraphics.C (draw)
9         * insetinclude.C (draw): Eliminate also the other argument (owner 
10         inset inset) in the call to PreviewImage::image
11
12 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
13
14         * insetgraphics.C (draw)
15         * insetinclude.C (draw): Eliminate Buferview argument in call to
16         PreviewImage::image
17
18 2003-02-25  John Levon  <levon@movementarian.org>
19
20         * insetgraphicsParams.h:
21         * insetgraphics.C: don't start a load process if
22           the inset is set to NoDisplay (bug #920)
23
24 2003-02-22  John Levon  <levon@movementarian.org>
25
26         * insetfloat.C:
27         * insetwrap.C: TocItem changed API (bug 913)
28
29 2003-02-21  Angus Leeming  <leeming@lyx.org>
30
31         * insetcollapsable.[Ch] (cache, edit):
32         * insetbutton.[Ch] (cache, edit): new methods to cache the
33         BufferView in the draw method.
34
35         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
36         simplify comunication between InsetCommand-derived classes and
37         the Dialogs.
38
39         * insetbibitem.[Ch]:
40         * insetbibtex.[Ch]:
41         * insetcite.[Ch]:
42         * inseterror.[Ch]:
43         * insetfloatlist.[Ch]:
44         * insetindex.[Ch]:
45         * insetref.[Ch]:
46         * insettoc.[Ch]:
47         * inseturl.[Ch]: small changes to reflect the new interface to the
48         Dialogs code.
49
50         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
51         other, similar classes.
52
53         * Makefile.am: add new files.
54
55 2003-02-21  Angus Leeming  <leeming@lyx.org>
56         
57         * updatableinset.h (setView, view): remove.
58         * inset.h (view, cache): to be replaced by these.
59
60         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
61         insetbibtex.[Ch]:
62
63         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
64         insetbibtex.[Ch].
65
66         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
67
68 2003-02-21  Allan Rae  <rae@lyx.org>
69
70         * insetinclude.C (loadIfNeeded): ensure loading also works when
71         child document is under version control.
72
73 2003-02-17 André Pönitz <poenitz@gmx.net>
74         
75         * insetbib.[Ch]: Adjust access to bibkeys
76
77 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
78
79         * insetquotes.C (dispString): remove use of acute accent for "'"
80         right quote.
81
82 2003-02-14  John Levon  <levon@movementarian.org>
83
84         * insettabular.C: changed method names in tabular.C
85
86 2003-02-14  John Levon  <levon@movementarian.org>
87
88         * inset.h:
89         * inset.C:
90         * insetcollapsable.h:
91         * insetcollapsable.C:
92         * insettabular.h:
93         * insettabular.C:
94         * insettext.h:
95         * insettext.C: remove unused getParFromID()
96
97 2003-02-13  John Levon  <levon@movementarian.org>
98
99         * insettext.h:
100         * insettext.C: remove unused beginningofMainBody()
101
102 2003-02-08  John Levon  <levon@movementarian.org>
103
104         * inset.h:
105         * inset.C:
106         * insetcollapsable.h:
107         * insetcollapsable.C:
108         * insettabular.h:
109         * insettabular.C:
110         * insettext.h:
111         * insettext.C:
112           add nextChange(). Make allowSpellcheck() const. Add markErased().
113
114         * insetert.C: ignore deleted text
115
116         * insettabular.C: make sure to keep change  tracking working
117           properly.
118
119 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
120
121         * insetert.C:
122         * insetgraphics.C:
123         * insettabular.C:
124         * insettext.C: Use error messages with identical spelling and punctuation
125
126 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
127
128         * insetgraphics.C (draw, width): Fix spacing around graphics inset
129
130 2002-12-17  Juergen Vigna  <jug@lyx.org>
131
132         * insettext.C (localDispatch): hopefully fixed cursor up down
133         movement on leaving other insets.
134
135 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
136
137         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
138         and the like.
139
140 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
141
142         * insetgraphics.C (prepareFile): do not remove the extension of
143         the file name if it is not the default extension for the given
144         format (that is, in latex output, remove extension from foo.eps,
145         but not from foo.epsi)
146
147 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
148
149         * insettext.C (lfunMouseRelease): hackish solution to the "double
150         menu open" bug
151
152 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
153
154         * insetfloat.C (addToToc): use the floats name not its type
155         * insetwrap.C (addToToc): ditto
156
157 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
158
159         * insetnote.C (init): make label font smaller
160
161 2002-12-04  John Levon  <levon@movementarian.org>
162
163         * insetinclude.C: ressurect setting of command name
164
165 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
166
167         * insetquotes.C (dispString): disambiguate insert call
168
169 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
170
171         * several files: ws changes
172
173 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
174
175         * insetquotes.C (dispString): use string::insert for prepending a
176         char.
177
178 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
179
180         * insetparent.C (getScreenLabel): use boost::format
181
182         * insetgraphics.C (prepareFile): use boost::format
183         (ascii): ditto
184
185         * insetfloatlist.C (latex): use boost::format
186
187         * insetcaption.C (draw): use boost::format
188
189 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
190
191         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
192         columns.
193
194 2002-11-20  Juergen Vigna  <jug@sad.it>
195
196         * insettabular.C (resetPos): temporary fix for endless loop in
197         this function on a redraw.
198
199 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
200
201         * insettabular.C (copySelection): STRCONV
202
203         * insetinclude.C (uniqueID): STRCONV
204         (latexString): ditto
205
206         * insetgraphics.C: put VersionNumber inside anon namespace
207         (createLatexOptions): STRCONV
208
209         * insetcommandparams.C: include config.h
210
211 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
212
213         * insetgraphicsParams.C (Write): use lyx::float_equal.
214         Write height data correctly.
215         (Read): zero scale when reading height data.
216
217 2002-10-30  John Levon  <levon@movementarian.org>
218
219         * insetfloat.C (addToTOC): recursively traverse all
220           contents looking for captions (fix #568)
221
222 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
223
224         * insetexternal.C (doSubstitution): do not try to replace
225         environment variables, this is done when executing the command
226
227 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
228
229         * insetexternal.C (doSubstitution): change order of substitution
230         to work around ReplaceEnvironmentPath brokenness
231
232 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
233
234         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
235
236         * insetgraphicsParams.C (init, Write): associated changes
237         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
238         InsetGraphicsParams::scale.
239
240 2002-10-21  John Levon  <levon@movementarian.org>
241
242         * inset.h: remove unused DISPATCH_RESULT
243
244         * insettext.C: sgml open/close tag now in sgml namespace
245
246 2002-10-21  Angus Leeming  <leeming@lyx.org>
247
248         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
249         file path subdir/fig.eps when pasting it into a buffer in a different
250         directory.
251
252 2002-10-16  John Levon  <levon@movementarian.org>
253
254         * insetspecialchar.C: remove \\protected_separator parsing
255
256 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
257
258         * insetquote.C: fix LaTeX output of quotation marks.
259
260 2002-10-14  Juergen Vigna  <jug@sad.it>
261
262         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
263         Backspace functions which confused the Undo handling.
264
265 2002-10-09  Angus Leeming  <leeming@lyx.org>
266
267         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
268         BufferView::dispatch that turns off this optimisation when a new inset
269         is inserted.
270
271         * insetcite.C (getNatbibLabel): correct logic of when and when not to
272         reload the BibTeX keys.
273
274 2002-10-11 André Pönitz <poenitz@gmx.net>
275
276         * insettext.h: handle LFUN_PRIOR/NEXT
277
278 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
279
280         * insetfloat.C: fix bug with float settings
281         (document default != float default).
282
283 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
284
285         * insetwrap.C (addToToc): New method.
286         (InsetWrap): Set layout to caption.
287
288 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
289
290         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
291
292 2002-09-16  John Levon  <levon@movementarian.org>
293
294         * insettabular.h: hasSelection() needs to be public
295
296 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
297
298         * insetgraphicsParams.C: use empty string as default for rotateOrigin
299
300 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
301
302         * insetgraphicsParams.C: use empty string as default for rotateOrigin
303
304 2002-09-11  André Pönitz <poenitz@gmx.net>
305
306         * insettabular.C: implement LFUN_WORDSEL
307
308 2002-09-10  John Levon  <levon@movementarian.org>
309
310         * insetinclude.h: remove unused param
311
312 2002-09-09  John Levon  <levon@movementarian.org>
313
314         * insetinclude.h:
315         * insetinclude.C: remove noload, default to input
316
317 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
318
319         * insetgraphics.C: disfuscated use of ']' in built output string.
320
321 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
322
323         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
324
325 2002-08-29  Juergen Vigna  <jug@sad.it>
326
327         * insettabular.C (lfunMousePress): Pay attention where you set
328         the x/y values as they depend on which inset in the tabular is
329         actually locked. So you surely have to reset them if you (un)lock
330         a inset!
331
332 2002-08-29  André Pönitz <poenitz@gmx.net>
333
334         * insetfootlike.h: rename include guard to ALL CAPS
335
336         * insettext.C: swap object and first parameter for checkInsetHit calls
337           as this functions has moved from BufferView to LyXText
338
339
340 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
341
342         * insetgraphicsParams.C: remove local displayTranslator and use
343         the one from graphics/GraphicsTypes.h.
344
345 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
346
347         * insetfloat.C (wide): add BufferParams parameter
348
349         * insetfloatlist.C (read):
350         (latex):
351         (getScreenLabel):
352         * insetfloat.C (latex):
353         (floatname):
354         * insetcaption.C (draw): use LyXTextClass::floats()
355
356 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
357
358         * insetoptarg.h: add std:: qualifier.
359
360 2002-08-26  Juergen Vigna  <jug@sad.it>
361
362         * insettext.C (localDispatch): ditto.
363
364         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
365
366 2002-08-25  John Levon  <levon@movementarian.org>
367
368         * inseturl.C: elide long URLs (bug 404)
369
370 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
371
372         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
373         remove "Format Version <version_no.>" string from inset header
374
375         * insetgraphics.C:
376         * insetgraphicsParams.[Ch]: Implement new graphics dialog
377
378         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
379         a member of "grfx::Params" anymore.
380
381         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
382
383 2002-08-24  John Levon  <levon@movementarian.org>
384
385         * insetoptarg.h:
386         * insetoptarg.C: ws, pedantry ...
387
388 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
389
390         * insettext.C (collapseParagraphs): pasteParagraph now in global
391         scope
392         (appendParagraphs): ditto
393
394 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
395
396         * insetcite.C (latex): Remove spaces only after commmas.
397
398 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
399
400         * insettext.C: remove NO_COMPABILITY stuff
401
402 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
403
404         * insettext.C (edit): use ParagraphList iterators
405
406         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
407         (bibitemWidest): ditto
408
409 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
410
411         * insettext.C: include <boost/bind.hpp>
412         add using std::for_each
413         (saveLyXTextState): use ParagraphsList::iterator
414         (init): use for_each on paragraphlist iterators
415         (InsetText): remove superflous setting cached_bview to 0
416         (latex): reformat a bit
417         (ascii): use paragraphlist iterators
418         (validate): use for_each + boost bind
419         (getLabelList): use paragraphlist iterators
420         (deleteLyXText): use for_each + boost::bind
421         (resizeLyXText): ditto
422         (reinitLyXText): ditto
423         (removeNewlines): use paragraphlist iterators
424         (getParFromID): ditto
425         (paragraph): use for_each + boost::bind
426         (getInsetFromID): use paragraphlist iterators
427         (getLabelList): typo fix
428
429 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
430
431         * insettext.C (read): assign tmp to paragraphs after return from
432         call to parseSingleLyXformat2Token
433
434
435 2002-08-13  Angus Leeming  <leeming@lyx.org>
436
437         * insetbib.C:
438         * insetcite.C:
439         * inseterror.C:
440         * insetert.C:
441         * insetexternal.C:
442         * insetfloat.C:
443         * insetfloatlist.C:
444         * insetgraphics.C:
445         * insetinclude.C:
446         * insetindex.C:
447         * insetminipage.C:
448         * insetparent.C:
449         * insetref.C:
450         * insettabular.C:
451         * insettext.C:
452         * insettoc.C:
453         * inseturl.C:
454         changes due to the changed LyXView interface that now returns references
455         to member variables not pointers.
456
457 2002-08-13  Angus Leeming  <leeming@lyx.org>
458
459         * inset.h:
460         * insetcollapsable.h:
461         * insetert.h:
462         * insettabular.h:
463         * insettext.h: forward-declare WordLangTuple
464         (selectNextWordToSpellcheck) constify return type.
465
466         * inset.C:
467         * insetcollapsable.C:
468         * insetert.C:
469         * insettabular.C:
470         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
471
472 2002-08-12  Angus Leeming  <leeming@lyx.org>
473
474         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
475
476 2002-08-12  Juergen Vigna  <jug@sad.it>
477
478         * insetcollapsable.C (edit): ignore if entered when pressing mouse
479         button 3.
480
481 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
482
483         * insetbib.C (bibitemMaxWidth): ParagraphList changes
484         (bibitemWidest): ditto
485         * insettext.[Ch]: ditto
486
487 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
488
489         * insettext.C, insetert.C: use Paragraph::empty where appropriate
490
491 2002-08-09  Angus Leeming  <leeming@lyx.org>
492
493         * insetinclude.C (latexString): remove fudge now that I've found out
494         how to enable LaTeX to find the file using input@path.
495
496 2002-08-09  John Levon  <levon@movementarian.org>
497
498         * insettext.h:
499         * insettext.C: remove unused xpos
500
501 2002-08-07  Juergen Vigna  <jug@lyx.org>
502
503         * insettabular.C (localDispatch): make delete not put the stuff
504         in the clipboard only do this on a cut operation.
505
506         * insettext.C (localDispatch): make delete and backspace not put
507         selected stuff to the clipboard.
508
509 2002-08-07  André Pönitz <poenitz@gmx.net>
510
511         * inset.[Ch]:
512         * insetcollapsable.[Ch]:
513         * insetert.[Ch]:
514         * insetparent.[Ch]:
515         * insetref.[Ch]:
516         * insettabular.[Ch]:
517         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
518
519 2002-08-06  John Levon  <levon@movementarian.org>
520
521         * inset.h:
522         * inset.C:
523         * insetcollapsable.h:
524         * insetcollapsable.C:
525         * insetert.h:
526         * insetert.C:
527         * insettabular.h:
528         * insettabular.C:
529         * insettext.h:
530         * insettext.C: use WordLangTuple for spellcheck
531
532 2002-08-06  Angus Leeming  <leeming@lyx.org>
533
534         * insetinclude.C: add a monitor to the previewed image, so that the
535         image is refreshed if the \input-ed file changes.
536
537 2002-08-04  John Levon  <levon@movementarian.org>
538
539         * inset.h:
540         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
541
542 2002-08-02  Angus Leeming  <leeming@lyx.org>
543
544         * insetcommandparams.[Ch] (preview): new methods returning and setting
545         a new bool preview_ flag.
546         (read): read this flag.
547         (operator==): add flag to check.
548
549         * insetinclude.C (write): output new preview() flag.
550         (previewWanted): use this flag.
551
552 2002-08-02  Angus Leeming  <leeming@lyx.org>
553
554         * insetcollapsable.[Ch] (addPreview):
555         * insettabular.[Ch] (addPreview):
556         * insettext.[Ch] (addPreview): new methods. Can now generate previews
557         for insets in insets.
558
559 2002-08-02  Angus Leeming  <leeming@lyx.org>
560
561         * insetcite.C: fix typo.
562
563         * insetgraphics.C: kill current_view and instead cache the BufferView
564         as a weak_ptr.
565
566         * insetinclude.C: kill current_view and pass the BufferView to the
567         PreviewedInset so that it can cache it.
568
569 2002-08-01  Angus Leeming  <leeming@lyx.org>
570
571         * inset.h (generatePreview): renamed as addPreview.
572         (generatePreview): new method. Allows code to be moved out of
573         math_nestinset.C and into the new PreviewedInset class.
574
575         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
576         add previews to the inset when \input-ing LaTeX.
577
578 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
579
580         * several files: strip,frontStrip -> trim,ltrim,rtrim
581
582 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
583
584         * insetbib.C (latex): modify because of strip changes
585         (getKeys): ditto
586         * insetnote.C (InsetNote): ditto
587
588 2002-07-26  Juergen Vigna  <jug@sad.it>
589
590         * insettabular.C (searchForward): check for lastcell if we
591         had a locking inset.
592
593 2002-07-25  Juergen Vigna  <jug@sad.it>
594
595         * insettabular.C (insetMotionNotify): Don't update the screen
596         if we didn't do nothing.
597         (searchForward): last cell was not checked.
598
599 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
600
601         * insetfloat.C (read, write): Allow default placement
602         (floatPlacement_ is empty).
603
604 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
605
606         * insetminipage.h (noFontChange):
607         * insettabular.h (noFontChange):
608         * insetfootlike.h (noFontChange):
609         * insetfloat.h (noFontChange): return true
610
611         * inset.h (noFontChange): new method, defaulting to false
612
613 2002-07-22  Herbert Voss  <voss@lyx.org>
614
615         * insetgraphicsParams.[Ch]: support size_type for old docs
616
617 2002-07-22  Herbert Voss  <voss@lyx.org>
618
619         * insetgraphics.C:
620         * insetgraphicsParams.[Ch]: change size_type to size_kind and
621         other small changes
622
623 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
624
625         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
626
627         * insetlatexaccent.h: do not include "lyxlex.h"
628
629         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
630
631         * insetquotes.C:
632         * insetlatexaccent.C:
633         * insetgraphics.C:
634         * insetexternal.C:
635         * insetert.C:
636         * insetbib.C: #include "lyxlex.h"
637
638         * insetinclude.C:
639         * insetfloat.C:
640         * insetert.C:
641         * insetbib.C:
642         * insettext.C: use BufferParams::getLyXTextClass
643
644
645         * insetfloat.C (addToToc): new method. Add to toclist the entries
646         corresponding to Caption layouts
647         (InsetFloat): when creating a new float, set the layout to "Caption"
648
649 2002-07-21  Herbert Voss  <voss@lyx.org>
650
651         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
652         image relevant part into graphics/GraphicsImgae.C
653
654 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
655
656         * insettoc.C (ascii):
657         * insetfloatlist.C (ascii): change to use the new Toc functions
658         instead of stuff that was in Buffer
659
660 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
661
662         * insettext.C (localDispatch): BufferView::Dispatch has been
663         renamed to BufferView::dispatch
664
665 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
666
667         * insetgraphicsParams.C (as_grfxParams): use the new
668         keepLyXAspectRatio parameter. Note that this is an adaptation of a
669         1.2.0 patch, and I do not really know how to adapt it to the new
670         grfx::Cache world. Angus, please could you have a look?
671
672 2002-05-01  Herbert Voss  <voss@lyx.org>
673
674         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
675
676 2002-07-18  Angus Leeming  <leeming@lyx.org>
677
678         * insetgraphics.C: clean-up comments (from Herbert).
679         add a new checksum variable to the cache. Use it in PrepareFile.
680         (draw): start monitoring the file for a change.
681         (prepareFile): re-arrange a little to avoid unnecessary steps.
682
683 2002-07-17  Angus Leeming  <leeming@lyx.org>
684
685         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
686         a method rather than to the signal directly.
687
688 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
689
690         * insettext.C: use view_state_changed, switchKeyMap
691
692 2002-07-17  Herbert Voss  <voss@perce.de>
693
694         * insetgraphics.C (prepareFile): keep the extension when
695         exporting to nice file
696
697 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
698
699         * insetcite.C (getNatbibLabel):
700         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
701
702 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
703
704         * insetgraphics.C: use ->isDrawable()
705
706 2002-07-12  Angus Leeming  <leeming@lyx.org>
707
708         * insetgraphics.C: use the new smart loading capabilities of the image
709         loader.
710
711 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
712
713         * insettabular.C (edit): Move into correct cell when entering a
714         tabular in
715
716         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
717         RTL paragraphs.
718
719 2002-07-05  Angus Leeming  <leeming@lyx.org>
720
721         * inset.h (generatePreview): new virtual method.
722
723 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
724
725         * insetcommandparams.[Ch] (operator=): move out of class
726         (operator!): move out of class
727
728 2002-07-04  André Pönitz <poenitz@gmx.net>
729
730         * insetcommandparams.[Ch]: new files
731
732         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
733
734 2002-06-15  Herbert Voss  <voss@perce.de>
735
736         * insetgraphics.C (prepareFile): bugfix; return always
737         files without extension
738
739 2002-06-28  Angus Leeming  <leeming@lyx.org>
740
741         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
742         rename asGParams -> as_grfxParams.
743
744         * insetgraphics.C: reflect above change.
745
746 2002-06-26  Angus Leeming  <leeming@lyx.org>
747
748         * insetgraphics.h: use boost::scoped_ptr in preference to
749         std::auto_ptr.
750
751 2002-06-26  Angus Leeming  <leeming@lyx.org>
752
753         * insetgraphics.C: moved the image loading stuff into a new class
754         grfx::Loader. Simplifies this file enormously.
755
756         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
757
758         * insetgraphicsParams.C: changes aassociated with moving
759         grfx::DisplayType out of grfx::GParams.
760
761 2002-06-26  André Pönitz <poenitz@gmx.net>
762
763         * insetgraphics.C: use os::external_path where necesaary according to a
764         patch from Claus Hentschel)
765
766 2002-06-25  Angus Leeming  <leeming@lyx.org>
767
768         * insetgraphics.[Ch]: The inset now assumes the responsibility for
769         generating a pixmap once the graphics file is loaded into memory.
770         The current_view ugliness that was in grfx::ModifiedImage has been
771         moved here now that grfx::ModifiedImage is no more.
772
773 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
774
775         * insettext.C: layout as layout
776
777 2002-05-28  André Pönitz <poenitz@gmx.net>
778
779         * insetfloatlist.h: remove source of compiler warning
780
781         * insetref.C: tiny whitespace
782
783 2002-06-15  Herbert Voss  <voss@perce.de>
784
785         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
786         and take always convert when no userdefined converter was
787         found
788         (latex) small changes in the lyxerr output
789
790 2002-06-15  LyX Development team <lyx@rilke>
791
792         * inset*.[Ch] (docbook): Added new argument to take the pernicious
793         mixed content. Small white spaces clean.
794
795 2002-06-14  Angus Leeming  <leeming@lyx.org>
796
797         * inseetexternal.C: remove the using std::difftime declaration.
798
799 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
800
801         * insetquotes.C: change lyxfont::draw to font_metrics::draw
802
803 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
804
805         * insetquotes.C (draw): fix drawing of double quotes
806
807 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
808
809         * insettabular.C: s/scrollCB/scrollDocView/
810
811 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
812
813         * insettext.C: change of topCursorVisible()
814           prototype
815
816 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
817
818         * insettext.h:
819         * insettext.C: rename/change of LyXScreen
820
821 2002-06-07  Angus Leeming  <leeming@lyx.org>
822
823         Fixes needed to compile with Compaq cxx 6.5.
824         * insetexternal.C:
825         all c-library variables have been moved into namespace std.
826         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
827
828 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
829
830         * insetinclude.C (uniqueID):
831         * insetgraphics.C (uniqueID): renamed from unique_id, since this
832         conflicted with some AIX headers.
833
834 2002-05-31  Juergen Vigna  <jug@sad.it>
835
836         * insetert.C (get_new_label): add '...' for multi-paragraph ert
837         insets too
838         (update) new method
839
840 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
841
842         * insetexternal.C (clone): fix () bug when using new
843         (updateExternal): don't only look for difftime in global scope
844
845 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
846
847         * insettabular.C: add const
848
849 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
850
851         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
852         file name, in case there are weird characters like ',' in there.
853         (bug #407)
854
855 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
856
857         * switch from SigC signals to boost::signals.
858
859 2002-05-28  André Pönitz <poenitz@gmx.net>
860
861         * insets/insetgraphicsParams.[Ch]:
862           put in inset related stuff from src/graphic
863
864 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
865
866         * inset.C:
867         * inset.h:
868         * insetbib.C:
869         * insetbib.h:
870         * insetcite.h:
871         * insetcite.C:
872         * insetcollapsable.C:
873         * insetcollapsable.h:
874         * inseterror.C:
875         * inseterror.h:
876         * insetert.C:
877         * insetert.h:
878         * insetexternal.C:
879         * insetexternal.h:
880         * insetfloatlist.C:
881         * insetfloatlist.h:
882         * insetgraphics.C:
883         * insetgraphics.h:
884         * insetinclude.C:
885         * insetinclude.h:
886         * insetindex.C:
887         * insetindex.h:
888         * insetlabel.C:
889         * insetlabel.h:
890         * insetparent.C:
891         * insetparent.h:
892         * insetref.C:
893         * insetref.h:
894         * insettabular.C:
895         * insettabular.h:
896         * insettext.C:
897         * insettext.h:
898         * insettoc.C:
899         * insettoc.h:
900         * inseturl.C:
901         * inseturl.h: use mouse_state. Kill insetKeyPress
902
903 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
904
905         * insetbib.C:
906         * insetbutton.C:
907         * insetcaption.C:
908         * insetcollapsable.C:
909         * inseterror.C:
910         * insetgraphics.C:
911         * insetlatexaccent.C:
912         * insetquotes.C:
913         * insetspecialchar.C:
914         * insettabular.C:
915         * insettext.C: name change for font metrics
916
917 2002-05-24  Juergen Vigna  <jug@sad.it>
918
919         * insetgraphics.h: include inset.h first (for LString.h)
920
921 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
922
923         * insettext.C: screen moved
924
925 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
926
927         * insetbib.C:
928         * insetcite.C:
929         * inseterror.C:
930         * insetert.C:
931         * insetexternal.C:
932         * insetfloat.C:
933         * insetfloatlist.C:
934         * insetgraphics.C:
935         * insetinclude.C:
936         * insetindex.C:
937         * insetminipage.C:
938         * insetparent.C:
939         * insetref.C:
940         * insettabular.C:
941         * insettext.C:
942         * insettoc.C:
943         * inseturl.C: LyXView moved into frontends/
944
945 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
946
947         * inset.C:
948         * insetbutton.C:
949         * insetcaption.C:
950         * insetcollapsable.C:
951         * insetcommand.C:
952         * inseterror.C:
953         * insetgraphics.C:
954         * insetgraphicsParams.C:
955         * insetlatexaccent.C:
956         * insetquotes.C:
957         * insetspecialchar.C:
958         * insettabular.C:
959         * insettext.C: move Painter to frontends/
960
961 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
962
963         * insettabular.h: use more specific smart_ptr header.
964         * insettext.h: ditto
965
966         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
967         (draw): ditto
968
969 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
970
971         * insettext.C: clear selection on paste (bug 393)
972
973 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
974
975         * insettext.C (latex): Honor the moving_arg argument.
976
977 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
978
979         * insetfoot.C (latex): if a footnote is in a title layout, then it
980         is a \thanks. And then, its contents is a moving argument.
981
982 2002-05-14  Juergen Vigna  <jug@sad.it>
983
984         * insetcollapsable.C (InsetCollapsable): forgot to initialize
985         first_after_edit.
986
987 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
988
989         * Insetcite.C (getNatbibLabel): don't disable natbib label support
990         when using options "Full author list" or "Upper case".
991
992 2002-05-14  Herbert Voss  <voss@perce.de>
993
994         * insetgraphics.C (prepareFile): allow files with same name
995         in different dirs
996         (readFigInset): set the flags from old figinset in the right
997         manner
998         (findTargetFormat): more comments
999
1000 2002-05-14  Juergen Vigna  <jug@sad.it>
1001
1002         * insettext.C (edit): tell checkAndActivateInset() that we don't
1003         have a button press.
1004         (checkAndActivateInset): if button < 0 we don't have a button press
1005         on the inset and os we won't call edit on it if it's not a Highly
1006         editable inset (then we have to enter it).
1007
1008 2002-05-13  Juergen Vigna  <jug@sad.it>
1009
1010         * insetcollapsable.C (insetButtonRelease): returned wrong return
1011         value.
1012
1013 2002-05-09  Juergen Vigna  <jug@sad.it>
1014
1015         * insetcollapsable.C (edit): first_after_edit should only be
1016         set to true if we enter this inset and it was collapsed so we
1017         open it up. This is needed to reclose it after a search/replace
1018         or spellcheck function opened it and was negative.
1019
1020 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
1021
1022         * insetfloat.C (latex): Return correct value.
1023
1024 2002-05-04  Herbert Voss  <voss@perce.de>
1025
1026         * InsetgraphicsParams.C (read): fix bug with WH
1027
1028 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1029
1030         * insetfloat.C (latex): More sensible latex output
1031         (fix the problem with endfloat).
1032
1033 2002-05-02  José Matos  <jamatos@fep.up.pt>
1034
1035         * insetgraphics.C (validate): acess params as everyone else.
1036
1037 2002-05-03  Juergen Vigna  <jug@sad.it>
1038
1039         * insettabular.C (fitInsetCursor): recalculate the cursor position
1040         if I request it.
1041
1042 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1043
1044         * InsetgraphicsParams.[Ch]: whitespace.
1045
1046 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1047
1048         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
1049         float type do not exist.
1050
1051 2002-04-28  Herbert Voss  <voss@perce.de>
1052
1053         * insetgraphics.C (latex): fix bug with missing file-extension.
1054         LaTeX still allows a missing "eps" or "ps".
1055
1056 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1057
1058         * insetfloat.C (c-tor, wide): translate the name of the float.
1059
1060 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1061
1062         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
1063         when using natbib and make it work efficiently. Must emphasise that the
1064         real work is Herbert's.
1065
1066 2002-04-23  Herbert Voss  <voss@perce.de>
1067
1068         * insetgraphic.C (prepareFile): fix bug with overwriting and
1069         deleting an existing *.eps-file in the doc-dir
1070
1071 2002-04-23  Juergen Vigna  <jug@sad.it>
1072
1073         * insettabular.C (drawCellSelection): fix off by 1 error.
1074
1075 2002-04-22  Juergen Vigna  <jug@sad.it>
1076
1077         * insettabular.C (setFont): rewoke full selection if it was asked,
1078         after we changed all we had to change.
1079
1080         * insettext.C (insetUnlock): code was uninitialized in some situations.
1081
1082 2002-04-19  Herbert Voss  <voss@perce.de>
1083
1084         * insetgraphic.C (prepareFile): return filename without
1085         extension if we only export without compiling
1086
1087 2002-04-19  Juergen Vigna  <jug@sad.it>
1088
1089         * insettext.C (draw): call a fullRebreak on the row where we had a
1090         change and reset the cursor and selection-cursors.
1091
1092         * insettabular.C (insetUnlock):
1093         (insetButtonPress): call an update before setting the_locking_inset = 0
1094         as otherwise we don't repaint!
1095         (update): reset the cursor position when we changed dimensions as
1096         otherwise our cursor may be on the wrong spot.
1097
1098 2002-04-18  Juergen Vigna  <jug@sad.it>
1099
1100         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
1101         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
1102         redraw otherwise we won't redraw.
1103
1104         * insettext.C (draw): fixed the setting of LyXText::first_y it was
1105         not really right before, but I only discovered this with the last
1106         changes to Page up/down.
1107
1108 2002-04-17  Juergen Vigna  <jug@sad.it>
1109
1110         * insettext.C (checkAndActivateInset): simplified as we now have the
1111         edit(bv, bool) call.
1112
1113         * insettext.h: changed behind variables to front variables to be
1114         equal to the one in the edit call (as it is for that they are used).
1115
1116 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1117
1118         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
1119         not output anything at all!
1120
1121 2002-04-16  Juergen Vigna  <jug@sad.it>
1122
1123         * insettabular.C (insetButtonPress):
1124         (insetUnlock): call a redraw on unlocking the cell inset.
1125
1126         * insettext.C (insetButtonPress): same as below.
1127         (lockInset): new function to set initial values when inset should
1128         be locked.
1129         (insetButtonPress): use above function.
1130         (insetUnlock): don't force a repaint only set the updateStatus. The
1131         outside world should repaint if it thinks it should be done!
1132
1133         * insettabular.C (insetButtonPress): init values if not set as locked
1134         as we are locked if someone presses on us and don't call the edit()
1135         call of the InsetText to lock it do it as BufferView does it!
1136
1137         * inset.h (insetInInsetY): make func const and return an int.
1138         * insettext.C:
1139         * insettabular.C:
1140         * insetcollapsable.C: adapt the above changed function.
1141
1142 2002-04-15  Juergen Vigna  <jug@sad.it>
1143
1144         * insettext.C (getCursorPos): return relative position as to be able
1145         to give them directly to the edit() call.
1146         (edit): we have to set also x_fix as it is not set inside the
1147         setCursorFromCoordinates call!
1148         (insetMotionNotify): ditto.
1149
1150 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1151
1152         * insetbib.C (getKeys): strip leading '\t's from the line too.
1153         With thanks to Henry Pfister <hpfister@ucsd.edu>.
1154
1155 2002-04-12  Juergen Vigna  <jug@sad.it>
1156
1157         * insettext.h: added cix() helper function and use it where appropriate
1158
1159 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1160
1161         * insetgraphics.C (prepareFile): fix bug when graphics is a
1162         relative path
1163
1164 2002-04-12  Juergen Vigna  <jug@sad.it>
1165
1166         * insettext.C (insertInset): remove unneeded code!
1167         (updateLocal): fitCursor() fixes.
1168         (collapseParagraphs): fix a possible problem when having a selection
1169         and collapsing the paragraphs.
1170
1171 2002-04-08  Herbert Voss  <voss@perce.de>
1172
1173         * insetgraphic.C (write): write the rotating angle as
1174         a float as is. test only for != 0.0
1175
1176 2002-04-11  Juergen Vigna  <jug@sad.it>
1177
1178         * insettext.C: new function ciy() and use it for setting inset_y.
1179
1180         * insetert.C (draw): fix the x return for collapsed version.
1181
1182 2002-04-07  Herbert Voss  <voss@perce.de>
1183
1184         * insetgraphic.C (readFigInset): fix bug with subcaption and
1185         rotating
1186
1187 2002-04-08  Herbert Voss  <voss@lyx.org>
1188
1189         * insetgraphicsparam.C: forgot special option and delete old
1190         1.2.0 stuff
1191
1192 2002-04-05  Juergen Vigna  <jug@sad.it>
1193
1194         * insettext.C (localDispatch): make a CURSOR update if we inserted
1195         a character.
1196
1197 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1198
1199         * insetfloatlist.C (getScreenLabel):
1200         (latex): use Floating::listName
1201         (validate): new method
1202
1203 2002-04-03  José Matos  <jamatos@fep.up.pt>
1204
1205         * insetlabel.C (docbook): the anchor is an empty element in docbook.
1206
1207         * insetfoot.[Ch] (docbook): added forgotten method.
1208
1209 2002-04-03  Juergen Vigna  <jug@sad.it>
1210
1211         * insettext.C (insetButtonPress): fix insetButtonPress events the same
1212         way as in Bufferview_pimpl.
1213
1214 2002-04-03  Allan Rae  <rae@lyx.org>
1215
1216         * insetgraphics.C (latex): one % too many makes living on the bleeding
1217         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
1218
1219 2002-03-28  Herbert Voss  <voss@lyx.org>
1220
1221         * insetgraphic.C (latex): simplify the code for the latex
1222         output when the file doesn't exist
1223
1224 2002-03-29  Juergen Vigna  <jug@sad.it>
1225
1226         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
1227         unlocking inset.
1228
1229         * insettabular.C (edit): call fitCursor().
1230
1231         * insettext.C (insetButtonPress): change behaviour of no_selection
1232         to the one in the BufferView selection_possible and fix the spurious
1233         selection bug with it.
1234         (localDispatch): revoke selection on BREAK... functions.
1235
1236 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1237
1238         * insetfloatlist.C (getScreenLabel): translate the GUI label.
1239
1240 2002-03-28  Juergen Vigna  <jug@sad.it>
1241
1242         * insettabular.C (insetAllowed): return true as default value otherwise
1243         we're not able to insert insets inside paragraphs of an not locked
1244         insettext!
1245
1246 2002-03-27  Herbert Voss  <voss@lyx.org>
1247
1248         * insetgraphicsparam.C: change c%, p% to col%, page%
1249
1250 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1251
1252         * insetspecialchar.C (isLineSeparator): disable the nice code to
1253         allow linebreaks after hyphenation and menu separators.
1254
1255 2002-03-26  Herbert Voss  <voss@lyx.org>
1256
1257         * insetgraphics.C (figinsetRead): set the right lyxview
1258
1259 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1260
1261         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
1262         $\backslash$ and pass a "string const &" to the function.
1263         (prepareFile, latex): use Path rather than MakeAbsPath.
1264
1265 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1266
1267         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
1268         proper fix to the graphics cache.
1269         (latex): "really" nice output if the file is not found ;-)
1270
1271 2002-03-26  Juergen Vigna  <jug@sad.it>
1272
1273         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
1274         (collapseParagraphs): fixed inserting of separator ' '
1275
1276         * insettabular.C (insertAsciiString): only check for buffer lenght
1277         not if we have \t or \n inside the buffer as if we don't have we only
1278         have 1 cell and that's it!
1279
1280         * insetert.C (close): don't collapse if inlined.
1281
1282 2002-03-25  Herbert Voss  <voss@lyx.org>
1283
1284         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
1285         graphics file does not exist.
1286
1287 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1288
1289         * insetgraphics.C (prepareFile): ensure that the file has an absolute
1290         path when preparing export.
1291
1292         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
1293         no longer MakeRelPath.
1294
1295 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1296
1297         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
1298         Used to determine the absolute path to the graphics file in the
1299         graphics cache and only in the graphics cache.
1300         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
1301         make graphics file name absolute if it is stored as a relative path.
1302
1303         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
1304         make graphics file name absolute if it is stored as a relative path.
1305
1306         * insettext.C (edit): emit an updateParagraph signal on entering a text
1307         inset. Needs to be emitted when leaving the inset also.
1308
1309 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1310
1311         * all files: ws cleanup
1312
1313         * Makefile.am: remove ld -r stuff
1314
1315 2002-03-21  Juergen Vigna  <jug@sad.it>
1316
1317         * insettext.C (appendParagraphs): new function added to append
1318         the paragraphs to this insets paragraphs.
1319
1320 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1321
1322         * Makefile.am: special rules if partial linking
1323
1324 2002-03-19  Juergen Vigna  <jug@sad.it>
1325
1326         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
1327
1328 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1329
1330         * insetgraphics.C: Clean up Baruch's comments a little.
1331         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
1332
1333 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
1334
1335         * insettabular.C:
1336         * insettheorem.C: wrap warnings
1337
1338         * insetgraphics.C: improve messages, move cached_status_
1339           setting to safer place
1340
1341 2002-03-18  Juergen Vigna  <jug@sad.it>
1342
1343         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
1344         calls.
1345         (localDispatch): ditto
1346
1347         * insettext.C (edit): removed unneeded showCursor calls.
1348         (localDispatch): ditto.
1349
1350 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1351
1352         * insetgraphics.h: remove display() method.
1353
1354 2002-03-11  Juergen Vigna  <jug@sad.it>
1355
1356         * insetgraphics.C (draw): hack to fix the redrawing bug.
1357         (draw): seems this fixes #268 (force redraw of row if we changed).
1358
1359         * insettext.C (updateInsetInInset): fixed for updates in insets inside
1360         this inset text (don't know why I missed this earlier).
1361
1362 2002-03-08  Juergen Vigna  <jug@sad.it>
1363
1364         * insettabular.C (updateLocal): do a FULL update if we're not locked
1365         and only a CELL update is asked.
1366
1367         * insettext.C (updateInsetInInset): update insets inside inset also
1368         if it isn't inside the_locking_inset.
1369
1370         * insettabular.C (updateInsetInInset): ditto.
1371
1372 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1373
1374         * insetexternal.C (doSubstitution): check whether we are using a
1375         temp dir for defining $$FPath
1376
1377 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1378
1379         * insettabular.C:
1380         * insettext.C: remove #include "WorkArea.h".
1381
1382 2002-03-06  Juergen Vigna  <jug@sad.it>
1383
1384         * insettext.C (draw): fixed frame redrawing.
1385         (clear): forgot to set the inset_owner of the paragraph.
1386
1387         * insetert.C (status): pay attention the bv can be 0 here!
1388         (getMaxWidth): add the default leftMargin
1389
1390 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1391
1392         * insetert.C (getMaxWidth): make w unsigned int.
1393
1394 2002-03-05  Juergen Vigna  <jug@sad.it>
1395
1396         * insetert.C (status): change behaviour of Inlined.
1397         (getMaxWidth): added for new inlined behaviour.
1398
1399 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1400
1401         * insetnote.h (linuxdoc, docbook): add empty methods.
1402         * insetinclude.C (validate): fix a case where buffer->niceFile was used
1403         before being initialized.
1404
1405 2002-03-05  Juergen Vigna  <jug@sad.it>
1406
1407         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
1408         only that one in the inset. Should be enough.
1409         (updateLocal): set the selection cursor always if we don't have a
1410         selection to be sure it's set!
1411
1412         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
1413
1414 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1415
1416         * insettext.C (clear): a gross hack to set layout on a newly
1417         created paragraph.
1418
1419 2002-03-04  Juergen Vigna  <jug@sad.it>
1420
1421         * insettabular.C (localDispatch): inserted handling of
1422         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
1423         (insertAsciiString): new helper function.
1424
1425 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1426
1427         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
1428         argument.
1429
1430 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1431
1432         * insettext.C (InsetText): initalize newly created par with
1433         default layout. add bufferparams parameter
1434         first -> first_y
1435
1436         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
1437         * insetcollapsable.[Ch] (InsetCollapsable): ditto
1438         * insetert.[Ch] (InsetERT): ditto
1439         * insetfloat.[Ch] (InsetFloat): ditto
1440         * insetfoot.[Ch] (InsetFoot): ditto
1441         * insetfootlike.[Ch] (InsetFootLike): ditto
1442         * insetmarginal.[Ch] (InsetMarginal): ditto
1443         * insetminipage.[Ch] (InsetMinipage): ditto
1444         * insetnote.[Ch] (InsetNote): ditto
1445         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
1446
1447 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1448
1449         * insettext.C: layout as string
1450
1451         * insetinclude.C: layout as string
1452
1453         * insetert.C: layout as string
1454
1455         * insetbib.C: layout as string
1456
1457 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1458
1459         * insetert.C:
1460         * insettabular.C: remove #include "lyx_gui_misc.h".
1461
1462 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1463
1464         * Makefile.am:
1465         * figinset.h:
1466         * figinset.C:
1467         * inset.h: remove figinset, yahoo !
1468
1469 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1470
1471         * insetgraphics.C (c-tors): initialise parent classes explicitly in
1472         copy c-tor and initialise member variables in the correct order.
1473
1474 2002-02-28  Juergen Vigna  <jug@sad.it>
1475
1476         * insettabular.C (localDispatch): clear selection on PgUp/Down.
1477
1478 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1479
1480         * inset.h: ... and add a better one here.
1481
1482         * insetcommand.C (insetButtonRelease): remove that one which was a
1483         bit broken...
1484
1485 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1486
1487         * insetcommand.C (insetButtonRelease): ... and move it here.
1488
1489         * inseturl.h: remove insetButtonRelease from there...
1490
1491 2002-02-26  Juergen Vigna  <jug@sad.it>
1492
1493         * inseturl.h: Added a insetButtonRelease call returning true as
1494         prove of concept.
1495
1496         * insetlabel.C (edit): Fixed wrong update handling after change I
1497         leave in the wrong code for the one who wrote it to remove and have
1498         a look what he did wrong.
1499
1500         * insettabular.C (localDispatch): force a SELECTION update if we
1501         had a selection and we passed the event down to the inset (fix #213)
1502         (localDispatch): handle font changing stuff when we have a cell
1503         selection so that the selection is not rewoked. I don't really like
1504         this fix, but it's the only way I see to do it right now.
1505
1506 2002-02-22  Juergen Vigna  <jug@sad.it>
1507
1508         * insettext.C (insetUnlock): set the cursor to the second paragraph
1509         if available and if the first one is empty (fix #191).
1510
1511 2002-02-20  Juergen Vigna  <jug@sad.it>
1512
1513         * insettext.C (getDrawFont): implemented this function to call the
1514         one of the owner if present as the owner normally knows what to do
1515         with us.
1516
1517         * insetert.C: implement getDrawFont() function and comment out all
1518         the crap for setting a special latex font inside this inset.
1519         (InsetERT): added a Lanugage parameter to this constructor.
1520
1521         * inset.h: added function getDrawFont(LyXFont & font) to be able to
1522         change the font for being drawn on screen (used only in InsetERT for
1523         now).
1524
1525         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
1526         and also above (was missing).
1527         (updateLocal): don't remove the cell selection if we have one this
1528         should be done where we really want to remove it.
1529
1530 2002-02-20  José Matos  <jamatos@fep.up.pt>
1531
1532         * insetinclude.h: include_label made string const.
1533
1534         * insetinclude.C (InsetInclude): moved include_label initialization.
1535         (linuxdoc):
1536         (docbook):
1537         (validate): fix support for temporary directory, for docbook and
1538         linuxdoc.
1539
1540         * insetgraphics.h : new private member, graphic_label, that holds
1541         the entity name that defines the graphics location (SGML).
1542
1543         * insetgraphics.C (unique_id): new function to give a unique label
1544         for graphic.
1545         (docbook):
1546         (validate): the file locatation is given by an entity reference.
1547
1548 2002-02-18  Herbert Voss  <voss@lyx.org>
1549
1550         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
1551
1552 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1553
1554         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
1555         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1556
1557 2002-02-18  José Matos  <jamatos@fep.up.pt>
1558
1559         * insetinclude.C (validate): some code only applies to latex buffers,
1560         it was made conditional.
1561
1562 2002-02-12  Herbert Voss  <voss@lyx.org>
1563
1564         * insetgraphics.C: (prepareFile) do not check at this time
1565         if the file is present.
1566
1567 2002-02-12  Herbert Voss  <voss@lyx.org>
1568
1569         * insetgraphics.C: latex(), return the correct newlines
1570
1571 2002-02-13  José Matos  <jamatos@fep.up.pt>
1572
1573         * inseturl.C (docbook): escape & in url.
1574
1575 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1576
1577         * insetspecialchar.C (isLineSeparator): line breaking is allowed
1578         after HYPHENATION and MENU_SEPARATOR
1579
1580         * inset.h (isLineSeparator): new method, returns false by default.
1581
1582 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1583
1584         * insetert.C (status): do not update the text inset, but the ERT
1585         inset.
1586
1587 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
1588
1589         * insetnote.C: use notebg for background
1590
1591 2002-02-08  Herbert Voss  <voss@lyx.org>
1592
1593         * insetgraphic.C:
1594         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
1595         prevent LyX from unzipping when this should be handled
1596         by latex vis the graphic.cfg.
1597         clean up the code
1598
1599 2002-02-08  Herbert Voss  <voss@lyx.org>
1600
1601         * insetgraphic.C: prepareFile(): fix bug when file doesn't
1602         exists, than return filename with extension
1603
1604 2002-02-06  Herbert Voss  <voss@lyx.org>
1605
1606         * insetgraphic.C: prepareFile(): don't convert the file, when
1607         it's not viewed in LyX. Saves a lot of time when opening a
1608         document!
1609
1610 2002-02-05  Herbert Voss  <voss@lyx.org>
1611
1612         * insetgraphic.C:
1613         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
1614         and adding a rotate bool similiar to subcaption
1615
1616 2002-02-04  Herbert Voss  <voss@lyx.org>
1617
1618         * insetgraphic.C:
1619         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
1620         similiar view to the LaTeX one. Get zipped files work.
1621
1622 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
1623
1624         * insetgraphicsParams.C (init): set display to DEFAULT.
1625         No longer #include "lyxrc.h".
1626
1627 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
1628
1629         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
1630         for now (so that the code compiles).
1631
1632 2002-02-02  Herbert Voss  <voss@lyx.org>
1633
1634         * insetgraphic.C: delete inVariant() and some minor changes
1635         * insetgraphicsParams.[C]:
1636
1637 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
1638
1639         * insetgraphics.C (updateInset): if params.display == DEFAULT,
1640         interogate lyxrc.display_graphics before diaplaying the graphic.
1641
1642         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
1643         InsetGraphicsParams::DisplayType.
1644
1645 2002-01-31  Herbert Voss  <voss@lyx.org>
1646
1647         * insetgraphic.C: (readfigInset) set display to pref-default
1648
1649 2002-01-30  Herbert Voss  <voss@lyx.org>
1650
1651         * insetgraphic.C: get the filetyp from it's contents
1652         * insetgraphicparams.C: add token scale and lyxrc.display when
1653         creating a new inset
1654
1655 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
1656
1657         * figinset.C: added using std::ios directive.
1658
1659 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1660
1661         * figinset.C (runqueue): open translation file in binary mode (for
1662         cygwin).
1663
1664 2002-01-27  Herbert Voss  <voss@lyx.org>
1665
1666         * insetgraphic.[Ch]: mostly newritten to support graphicx with
1667         all options and to be sure that the old figinsets are correct
1668         converted.
1669         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
1670         structure and to support all lengths as LyXLength. The Parameter
1671         structure changed again, but reading of "old" 1.2 graphic insets
1672         is no problem.
1673
1674 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1675
1676         * insetert.h (forceDefaultParagraphs): Added
1677
1678 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1679
1680         * insettabular.C (getMaxWidth):
1681         (forceDefaultParagraphs): use Tabular::GetCellFromInset
1682
1683 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1684
1685         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
1686         of LyXLength::inPixels
1687
1688         * inset.C (latexTextWidth):
1689         * insetminipage.C (latexTextWidth): new method, which implements
1690         the equivalent of the LaTeX macro \textwidth
1691
1692         * insetminipage.C (getMaxWidth): use latexTextWidth
1693
1694 2002-01-18  Juergen Vigna  <jug@sad.it>
1695
1696         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
1697
1698 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1699
1700         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
1701
1702         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
1703         instead of string
1704
1705 2002-01-17  Juergen Vigna  <jug@sad.it>
1706
1707         * insettabular.C (lockInsetInInset): same change as in insettext.
1708
1709         * insettext.C (draw): width() function was called without setting
1710         the right top_x which could lead to wrong insetWidth setting!
1711         (lockInsetInInset): call edit instead of calling lockInset if we
1712         have to lock an inset inside!
1713         (edit): we have to also tell the inset that we have to redraw the
1714         frame on an edit call if this inset draws a frame only if locked.
1715
1716 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1717
1718         * insetbib.C (getFiles): uncomment Path variable.
1719
1720 2002-01-16  Juergen Vigna  <jug@sad.it>
1721
1722         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
1723         of wrong cell.
1724
1725 2002-01-16  Allan Rae  <rae@lyx.org>
1726
1727         * insetinclude.C (docbook): someone forgot a ";"
1728
1729 2002-01-16  José Matos  <jamatos@fep.up.pt>
1730
1731         * figinset.C (docbook): removed a old place holder "@".
1732         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
1733         * insetinclude.C (linuxdoc): if include is verbatim, then export the
1734         ascii text version, clearly guarded inside a CDATA section.
1735         (docbook): in docbook 4, inlinegraphics is empty.
1736         * insettabular.C (linuxdoc): export the ascii version of the table
1737         inside a CDATA section.
1738
1739 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1740
1741         * insetparent.C (InsetParent):
1742         * insetgraphicsParams.C (Write):
1743         (Read):
1744         * insetgraphics.C (prepareFile):
1745         (readFigInset):
1746         (docbook):
1747         * insetexternal.C (executeCommand):
1748         (doSubstitution): use Buffer::filePath
1749
1750         * insetbib.C (getFiles): add a #warning for Angus
1751
1752         * insetgraphics.C: Add a remark about how filenames should be
1753         considered to be relative to buffer (but absolute is still allowed)
1754         (draw): do not try to get status if lyxrc.use_gui is false
1755
1756 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1757
1758         * inset.[Ch]:
1759         * insetcollapsable.[Ch]:
1760         * insettabular.[Ch] (searchForward, searchBackward): change the
1761         bool const & params to bool.
1762
1763         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
1764         to avoid the name clash with InsetCollapsable's methods of the same
1765         names but different functionality.
1766
1767 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1768
1769         * insettext.C (ascii): use lyx::count rather than countChar.
1770
1771 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
1772
1773         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
1774
1775 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1776
1777         * insetgraphics.C (updateInset): do not try to render image if
1778         lyxrc.use_gui is false (bug #104)
1779
1780         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
1781         if file does not exist
1782
1783         * figinset.C (browseFile): add shortcuts to directory buttons
1784
1785         * insettext.C (updateLocal): update menubar and toolbar here too.
1786
1787 2002-01-13  Allan Rae  <rae@lyx.org>
1788
1789         * insettabular.C (InsetTabular): Both constructors now initialise
1790         all class variables.
1791
1792 2002-01-11  Juergen Vigna  <jug@sad.it>
1793
1794         * insettext.C (insetButtonPress): set the_locking_inset to 0.
1795
1796 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1797
1798         * insettabular.C (getStatus): add forgotten brace around multiline
1799         if statement.
1800
1801 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1802
1803         * insetfloat.C (validate): require "float" instead of "floats".
1804
1805 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
1806
1807         * insettabular.C (getStatus): use FuncStatus
1808
1809 2002-01-08  Juergen Vigna  <jug@sad.it>
1810
1811         * insettabular.C (insetButtonRelease): now this should work too
1812         correctly.
1813
1814         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
1815         if the width is a percentage.
1816
1817         * inset.h: added isChar() function and implemented this for
1818         insetspecialchar insetquotes and insetlatexaccent.
1819         added forceDefaultParagraphs() and implemented it for insettabular.
1820
1821 2002-01-07  Juergen Vigna  <jug@sad.it>
1822
1823         * insettext.C (getLyXText): Fixed this function. An insert into the
1824         map is only done if we REALLY have a new BufferView.
1825
1826 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
1827
1828         * insettext.C: fix bug illustrated by attachment #37 of bug #59
1829
1830 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1831
1832         * insetinclude.C: fix use of FileInfo
1833
1834 2002-01-07  Juergen Vigna  <jug@sad.it>
1835
1836         * insettabular.C (draw): fixed clearing of cell around inset.
1837
1838 2002-01-05  Juergen Vigna  <jug@sad.it>
1839
1840         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
1841         variables are updated.
1842
1843         * insettabular.C (resetPos): set always the inset_y as it may be
1844         needed in another function.
1845         (searchBackward): don't draw while searching.
1846
1847 2002-01-04  Juergen Vigna  <jug@sad.it>
1848
1849         * insettext.C (lockInsetInInset): forgot to set a cursor.
1850
1851 2002-01-02  Juergen Vigna  <jug@sad.it>
1852
1853         * insettext.C (insertInset): make the correct undo informations on
1854         inserting new insets.
1855
1856 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
1857
1858         * insettabular.C: correct single-cell select vertically
1859
1860 2001-12-27  Juergen Vigna  <jug@sad.it>
1861
1862         * insettabular.C (ascii): export as tab-separated-values if the
1863         function was not called from export (f.ex.: clipboard).
1864
1865         * insetcollapsable.h: added default support for ascii, linuxdoc and
1866         docbook export (the insettext is exported by default!)
1867
1868         * insettabular.C (copySelection): suff the clipboard with the tabular
1869         data in a tab separated format, seems more naturals then with all the
1870         formating.
1871
1872 2001-12-24  Juergen Vigna  <jug@sad.it>
1873
1874         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
1875         to check for REAL mouseMotion.
1876
1877 2001-12-20  Juergen Vigna  <jug@sad.it>
1878
1879         * inset.C (cursor): return the owners cursor if available instead of
1880         always only the bv->text->cursor.
1881
1882         * insettabular.C (checkLongtableSpecial): works now.
1883
1884 2001-12-19  Juergen Vigna  <jug@sad.it>
1885
1886         * insettabular.C (tabularFeatures): fix the row setting of ltt as
1887         this has to be always row + 1 as 0 means not selected!
1888         (checkLongtableSpecial): added
1889         (tabularFeatures): better longtable options support
1890
1891         * insettext.C (resizeLyXText): reinit the text always also on a
1892         empty insettext!
1893
1894 2001-12-18  Juergen Vigna  <jug@sad.it>
1895
1896         * insettext.C (updateInsetInInset): look if we have to autocollapse
1897         paragraps and return if the update is requested for ourself.
1898
1899         * insetert.C (status): update the insettext not myself as that is what
1900         we need.
1901
1902         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
1903         function only return if the update was requested with myself.
1904
1905         * insettext.C (insetButtonPress): fixed stupid bug.
1906         (various functions): pay attention that lt is cleared BEFORE calling
1907         updateLocal() and try to use it in the right manner (don't use it
1908         if it's not really neccessary!)
1909         (collapseParagraphs): insert a blank between collapsing paragraphs
1910         if neccessary (not already there!).
1911
1912 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1913
1914         * insettabular.C: move includes around a bit, add a couple of
1915         consts.
1916
1917         * insettext.[Ch]: move includes around a bit, other ws changes and
1918         small stuff.
1919
1920 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1921
1922         * insettext.C (insetButtonRelease): fix compile problem
1923
1924 2001-12-17  Juergen Vigna  <jug@sad.it>
1925
1926         * insettext.C (insetButtonPress): set the selection cursor!
1927         (insetButtonPress): clear the selection (and set with that the
1928         selection.cursor) if we only hit an inset!
1929
1930         * insetert.C (read): removed piece of compatibility code only needed
1931         for 1.2.0.
1932
1933         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
1934         can be opened.
1935
1936         * insetcollapsable.C (insetButtonRelease): changed so that it can
1937         open eventual existing popup dialogs on mousebutton==3.
1938
1939         * insetfloat.C (insetButtonRelease): removed not needed anymore!
1940
1941         * insetminipage.C (insetButtonRelease): removed not needed anymore!
1942
1943         * inset.C (insetButtonRelease): return a bool for telling the outer
1944         world that we opened a dialog.
1945
1946 2001-12-07  Juergen Vigna  <jug@sad.it>
1947
1948         * insettext.C (paragraph): remove the deleteing of paragraphs as
1949         it was a WRONG move!
1950
1951 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
1952
1953         * insettabular.h:
1954         * insettabular.C: use new setSelection(). Allow
1955           selection of single cells.
1956
1957 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1958
1959         * insetquotes.C (latex): fix to use the local language setting at
1960         the point where the inset is inserted (different macros for
1961         different french packages)
1962
1963 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1964
1965         * inset.h: add par_owner_ member variable and parOwner
1966         setter/accessor.
1967
1968 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1969
1970         * insettabular.C (everywhere): adapt because widths are now real
1971         widths and not strings
1972
1973         * insettext.C (draw): re-introduce the calls to width(), ascent()
1974         and descent() to initialize the caching variables.
1975
1976 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1977
1978         * insettext.C (draw):
1979         (drawFrame): use insetWidth instead of last_width
1980
1981         * insettext.h: remove variable last_width (insetWidth is exactly
1982         the same) and last_height (computed but never used!)
1983
1984 2001-12-10  Allan Rae  <rae@lyx.org>
1985
1986         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
1987
1988 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1989
1990         * insettext.C (insetAllowed): add comment
1991
1992 2001-12-05  Juergen Vigna  <jug@sad.it>
1993
1994         * insettext.C (insetAllowed): fixed for the case that we directly
1995         ask the insettext from its LyXText.
1996         (paragraph): fixed the crash when assigning the par->next() from
1997         the EmptyParagraphMechanism!
1998
1999 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2000
2001         * insetbib.C:
2002         * insettabular.C:
2003         * insettext.C: change "while(" to "while ("
2004
2005 2001-12-04  Juergen Vigna  <jug@sad.it>
2006
2007         * insetert.C (edit): handle Inlined status.
2008
2009         * insettext.C (insertInset): trying John's fix for the trailing cursor
2010
2011         * insetert.C (insetButtonPress): added to handle inlined status
2012         (insetMotionNotify): ditto.
2013
2014         * insettext.C (clearInset): changed Painter & in BufferView * param,
2015         to be able to call ascent,descent methods.
2016
2017 2001-12-03  Juergen Vigna  <jug@sad.it>
2018
2019         * insettext.C (updateInsetInInset): use lt variable to forbid
2020         changes of LyXText in an update call.
2021         (updateInsetInInset): fixed updating of non locked insets!
2022
2023 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2024
2025         * insettabular.C: capture some more functions to prevent
2026         selection drawing problems. Bug #451274
2027
2028 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2029
2030         * insetgraphics.C:
2031         * insetgraphicsParams.C: fix inverted sense of float_equal
2032
2033 2001-11-30  Juergen Vigna  <jug@sad.it>
2034
2035         * insettabular.C (InsetTabular): use the save_id flag to create also
2036         the tabular with the same id's.
2037
2038         * insettext.C (setParagraphData): added a same_id function for undo
2039         to set the same paragraph id's as of the paragraph we are setting.
2040
2041 2001-11-30  José Matos <jamatos@fep.up.pt>
2042
2043         * inseturl.[Ch]:
2044         * insettoc.[Ch]: DocBook -> docbook.
2045
2046 2001-11-29  André Pönitz <poenitz@gmx.net>
2047
2048         * inseterror.C:
2049         * insettext.C: further reduction of header dependencies by using
2050         lyx::layout_type and lyx::textclass_type from support/types.h
2051
2052 2001-11-29  Juergen Vigna  <jug@sad.it>
2053
2054         * insettext.C: inserted a reinitLyXText function everywhere I delete
2055         the paragraphs! This should fixe the crashes we had.
2056         Also use the new function firstRow() instead of getRowNearY(dummy_y)
2057         (paragraph): set the InsetOwner() of the new paragraphs!
2058
2059 2001-11-28  André Pönitz <poenitz@gmx.net>
2060
2061         * insetnote.C: add pos initialization that I removed without
2062           knowing what I did.
2063
2064 2001-11-28  Juergen Vigna  <jug@sad.it>
2065
2066         * insettabular.C (resetPos): hack to not crash with infinite paints.
2067
2068         * insettabular.h: insert missing function allowSpellcheck()!
2069
2070         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
2071
2072 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2073
2074         * insetfloatlist.h:
2075         * insetfloatlist.C: derive from InsetCommand so gui can use it
2076           easily
2077
2078 2001-11-26  André Pönitz <poenitz@gmx.net>
2079
2080         * insettext.[Ch]:
2081         * insetert.C:
2082         * insetnote.C: reduce header dependencies, introduce type for
2083         positions
2084
2085 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2086
2087         * various: update for Alert.h
2088
2089 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2090
2091         * inset.h: fix comment
2092
2093         * insettext.C: use par->isInset()
2094
2095 2001-11-22  Allan Rae  <rae@lyx.org>
2096
2097         * insetcollapsable.h:
2098         * inset.h: Changes to checkInsertChar() behaviour.
2099         Now return value indicates whether chars can be inserted.
2100
2101 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
2102
2103         * various:  updated to use the new LaTeXFeatures
2104
2105 2001-11-14  José Matos  <jamatos@fep.up.pt>
2106
2107         * insetspecialchar.C (linuxdoc):
2108         (docbook): don't give a name to a unused variable.
2109
2110         * insettext.C (docbook): removed unused variable.
2111
2112 2001-11-13  Herbert Voss  <voss@perce.de>
2113
2114         * insetgraphic.C: fix scale bug
2115
2116 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2117
2118         * inset.h (isSpace):
2119         (isLetter): new virtual methods.
2120
2121         * insetspecialchar.C (isSpace):
2122         (isLetter): implement here.
2123
2124 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2125
2126         * inset.h: new inline helpers
2127
2128         * insettext.C: use new helpers
2129
2130 2001-11-07  José Matos  <jamatos@fep.up.pt>
2131
2132         * insettext.C (docbook): full support for paragraphs inside insettext.
2133
2134 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
2135
2136         * insetindex.C: added header file for std::ostream.
2137
2138 2001-11-03  José Matos  <jamatos@fep.up.pt>
2139
2140         * insetindex.C: added using std::ostream that I forgot yesterday.
2141
2142 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
2143
2144         * insetindex.h (docbook):
2145         * insetindex.C (docbook): added support for docbook export.
2146
2147 2001-11-02  José Matos  <jamatos@fep.up.pt>
2148
2149         * insetcaption.C(docbook): added support for docbook export.
2150
2151 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
2152
2153         * insetexternal.C (updateExternal): Do not run update command if
2154         result file exists and is up to date.
2155
2156         * ExternalTemplate.C (readFormat): Support the updateresult token.
2157
2158 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
2159
2160         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
2161         external_templates) to use the buffer->fileName() but only if
2162         previewing. Generating a TeX file should make FPath return
2163         "".
2164
2165 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
2166
2167         * insetert.h:
2168         * insetert.C: fix some problems
2169
2170 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
2171
2172         * insetexternal.C (doSubstitution): Added $$FPath token
2173         to list of usable substitutions in external inset templates.
2174
2175 2001-10-24  Juergen Vigna  <jug@sad.it>
2176
2177         * insettabular.C: use new ltType struct for setting longtable
2178         header and footers also new UNSET enums.
2179
2180 2001-10-24  José Matos  <jamatos@fep.up.pt>
2181
2182         * insettabular.C (linuxdoc): Now exports the ascii's table version.
2183         (docbook): If the table is not inside a float then wrap it inside
2184         <informaltable>...</informaltable>.
2185
2186 2001-10-23  José Matos  <jamatos@fep.up.pt>
2187
2188         * insetref.C (docbook): removed / terminator to conform SGML.
2189
2190         * insetspecialchar.C (linuxdoc):
2191         (docbook): Added support for special chars, more than ascii export.
2192
2193 2001-10-22  Juergen Vigna  <jug@sad.it>
2194
2195         * insettext.C (checkInsertChar): added for REALLY checking the
2196         font of the inserted char in the right inset!
2197
2198 2001-10-19  Juergen Vigna  <jug@sad.it>
2199
2200         * inset.h: added method allowSpellcheck() so that insets who do
2201         not have anything to spellcheck can tell and so they are over-jumped.
2202         Implemented for InsetText and co.
2203
2204 2001-10-18  Juergen Vigna  <jug@sad.it>
2205
2206         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
2207
2208 2001-10-15  José Matos  <jamatos@fep.up.pt>
2209
2210         * insetert.C: allow export for docbook and linuxdoc
2211
2212 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
2213
2214         * insetquotes.C (dispString): handles latin3 and latin4 quotes
2215
2216 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2217
2218         * insetquotes.C (dispString): fix handling of latin9 quotes
2219
2220 2001-10-03  Juergen Vigna  <jug@sad.it>
2221
2222         * insetert.C: ditto
2223
2224         * insetcollapsable.C: change updateInset calls to not tell BV that
2225         we have changed status.
2226
2227 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2228
2229         * insettabular.C (deletable): make const
2230
2231 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2232
2233         * insetert.C (latex): Fix the returned value
2234
2235 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2236
2237         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
2238         Returns string(), so nothing in an ERT inset is spellchecked.
2239
2240         * insetgraphics.C (draw): print the filename if not displaying the
2241         image.
2242         (width): make sure that the width and draw methods are consistent.
2243         (updateInset): don't even load the image into cache if not displaying
2244         it.
2245
2246 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2247
2248         * various files (selectNextWord): renamed as
2249         selectNextWordToSpellcheck.
2250
2251         * insetgraphics.C (draw): remove the previous change. Right place
2252         is in imageLoaderXPM.C.
2253         (draw): don't display the image if params.display == NONE.
2254
2255 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
2256
2257         * figinset.C (runqueue):
2258         * insetgraphics.C (draw): set background colour of inset from
2259         background to the user-configurable graphicsbg.
2260
2261 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2262
2263         * insetquotes.C (InsetQuotes): when trying to decide the side of
2264         the quote, choose `left' only after a space or '('
2265
2266 2001-09-04  José Matos  <jamatos@fep.up.pt>
2267         * figinset.C
2268         * figinset.h
2269         * insetcaption.C
2270         * insetcaption.h
2271         * insetcollapsable.h
2272         * insetcommand.C
2273         * insetcommand.h
2274         * inseterror.h
2275         * insetert.C
2276         * insetert.h
2277         * insetexternal.C
2278         * insetexternal.h
2279         * insetfloat.C
2280         * insetfloat.h
2281         * insetfloatlist.h
2282         * insetgraphics.C
2283         * insetgraphics.h
2284         * inset.h
2285         * insetinclude.C
2286         * insetinclude.h
2287         * insetlabel.C
2288         * insetlabel.h
2289         * insetlatexaccent.C
2290         * insetlatexaccent.h
2291         * insetquotes.C
2292         * insetquotes.h
2293         * insetref.C
2294         * insetref.h
2295         * insetspecialchar.C
2296         * insetspecialchar.h
2297         * insettabular.C
2298         * insettabular.h
2299         * insettext.C
2300         * insettext.C (docbook): rename docBook method to docbook.
2301
2302 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
2303
2304         * inset.h (getFirstParagraph): New virtual method.
2305
2306 2001-08-20  Herbert Voss  <voss@perce.de>
2307         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
2308         in the the bibtex-database-gui for inserting a line
2309         \addcontentsline...
2310
2311         If no style is given than there is no tex-output.
2312
2313 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
2314
2315         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
2316         files as a vector.
2317         (getKeys): use it.
2318
2319 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
2320
2321         * insetert.C (latex): Fix output for multiple paragraphs.
2322         (write): New code for writing paragraph data.
2323         (read): Set font after reading the inset.
2324         (localDispatch): Call set_latex_font() for more cases.
2325
2326         * insetnote.h: Add empty validate method.
2327         * insetert.h: Ditto
2328
2329         * insetnote.C (InsetNote): Set language to the language of the
2330         document.
2331
2332 2001-08-16  Juergen Vigna  <jug@sad.it>
2333
2334         * insettext.C: implemented the new FINISHED states.
2335
2336         * insettabular.C: ditto
2337
2338         * inset.h: added more FINISHED states for cursor right,up,down
2339
2340 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
2341
2342         * insetfloatlist.C: use "FloatName List"
2343
2344 2001-08-14  Juergen Vigna  <jug@sad.it>
2345
2346         * insetert.C (edit): forgot to set status_ in edit calls!
2347
2348 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
2349
2350         * insettext.C: Compilation fix
2351
2352 2001-08-13  Juergen Vigna  <jug@sad.it>
2353
2354         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
2355
2356         * insetcollapsable.C (edit): don't recollapse an already open inset.
2357
2358         * insettext.C: fixed problem when reinitializing LyXText by not doing
2359         it while lt is in use and post this to the next possible time in
2360         getLyXText().
2361         (searchForward): fixed not unlocking of inset if nothing found.
2362         (edit): set cursor behind right (was set -1 pos).
2363
2364         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
2365
2366         * insettabular.C (tabularFeatures): fixed fix where deleting the
2367         last row didn't get the right actcell!
2368
2369 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
2370
2371         * insettext.C (localDispatch): Change language only when the inset
2372         becomes empty.
2373
2374 2001-08-10  Juergen Vigna  <jug@sad.it>
2375
2376         * insettabular.C (selectNextWordInt): use the front using edit call.
2377
2378         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
2379         the parameter overwrite class variable inset.
2380
2381         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
2382
2383         * insettext.C (saveLyXTextState): check for invalid cursor-par.
2384         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
2385
2386         * insettabular.C (calculate_dimensions_of_cells): let's try to call
2387         update only for fixed with cells.
2388         (resetPos): try to fix the lockup on spellchecking or s&r.
2389
2390         * insettext.C (update): comment this out as it seems first wrong
2391         and second not needed anymore!
2392         (some functions): call reinitLyXText() only in update() in all other
2393         positions set only need_update = INIT.
2394
2395 2001-08-08  Juergen Vigna  <jug@sad.it>
2396
2397         * insettabular.C (setPos): fixed wrong actrow < rows() check.
2398
2399         * insettext.C (insetUnlock): remove double-space on inset unlock.
2400
2401         * insetcollapsable.C (draw): fix returned x when label > inset-width.
2402
2403         * insettabular.C (update): fixed cursor positon after an insert.
2404         (insetAllowed): do not allow to insert insets when not inside the
2405         inset!
2406         (draw): clear below an inset too as it could have changed height.
2407
2408         * inset.C (getMaxWidth): fixed width for inset in inset.
2409
2410         * insettext.C (update): small fix.
2411
2412         * insettabular.C (tabularFeatures): added selection support to
2413         DELETE_ROW/DELETE_COLUMN.
2414
2415 2001-08-07  Juergen Vigna  <jug@sad.it>
2416
2417         * inset.C (getMaxWidth): recoded and all it's implementations!
2418
2419         * insettext.C (init,setParagraph+constructors): cleanups
2420         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
2421         are new and I want do a save/restore of the cursor position which is
2422         not possible anymore.
2423
2424         * insetcollapsable.C (searchBackward): recollapse inset if not found.
2425         (searchBackward): ditto
2426         (selectNextWord): ditto
2427
2428 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2429
2430         * insetlatexaccent.C (checkContents): Add some debug messages
2431
2432 2001-08-07  Juergen Vigna  <jug@sad.it>
2433
2434         * insetert.C (read): don't use InsetCollapsable::read as we don't
2435         write the collapsed status anymore only the status.
2436         (write): ditto.
2437
2438 2001-08-06  Juergen Vigna  <jug@sad.it>
2439
2440         * insetert.C (set_latex_font): use LyXText's setFont directly.
2441
2442         * insettext.C (drawFrame): fixed one time more the right position
2443         and size of the frame!
2444
2445         * insetert.C (~InsetERT): hide the dialog.
2446         (showInsetDialog): added implementation
2447         (open): ditto
2448         (close): ditto
2449         (status): new function for the status of the ERT inset (3-state).
2450         (write): output also the status of the inset for readback!
2451         (read): readback the status if available otherwise use collapsed_.
2452
2453         * insettext.C (edit): small fix of setting the position, which could
2454         have gone < 0.
2455
2456         * insetert.C (width): implement this function for inlined viewing.
2457         Added minimum width of 10 pixels!
2458
2459         * insetminipage.C (InsetMinipage): just change the colors a bit so
2460         that border/background is a bit more visible. We will remove this
2461         anyway for 1.2.0!
2462
2463         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
2464         function for getting the important widths for drawing in various
2465         functions and in LyXText.
2466         (draw): fixed up a bit (frame drawing/clearing)
2467
2468 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2469
2470         * inset.C (convertFont): delete method. not used.
2471
2472 2001-08-03  Juergen Vigna  <jug@sad.it>
2473
2474         * insettext.C (setFont): don't call for a draw update if we're just
2475         changing the cursor font!
2476
2477 2001-08-02  Juergen Vigna  <jug@sad.it>
2478
2479         * insettext.C (draw): clear the background with the right color if
2480         needed. Update myself if x&max-width changed and return without doing
2481         anything. Let the update code handle the right stuff.
2482
2483         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
2484         inside another inset.
2485
2486 2001-08-01  Juergen Vigna  <jug@sad.it>
2487
2488         * insetcollapsable.C (update): added an in_update bool so we avoid
2489         reentering.
2490
2491         * insettabular.C (update): added an in_update bool so we avoid
2492         reentering.
2493
2494         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
2495         selection problem.
2496         (update): added an in_update bool so we avoid reentering.
2497
2498         * insettabular.C (localDispatch): clear col/row selection when doing
2499         something else inside an inset.
2500
2501         * insettext.C (getLyXText): fixed bug when requesting a recursive
2502         insettext!
2503
2504 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2505
2506         * insetcite.C (latex): Paranoia check. Make sure that there is no
2507         whitespace between the citation keys.
2508
2509 2001-07-31  Juergen Vigna  <jug@sad.it>
2510
2511         * inset.h (nodraw): make the set function also const so that this
2512         can be called from inside other const functions.
2513
2514         * insetcollapsable.h: removed inline variable and moved it over
2515         to the only user InsetERT.
2516
2517         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
2518         inset opening immediately therein lying insets dialogs!
2519
2520         * insetert.C (localDispatch): set the font also if we don't have any
2521         chars in this paragraph, otherwise if we delete all of em and start
2522         writing we have the wrong font.
2523         (inlined): added
2524         (draw): implemented for inline support
2525         (insetButtonRelease): ditto.
2526
2527 2001-07-30  Juergen Vigna  <jug@sad.it>
2528
2529         * insettext.C (reinitLyXText): new function to reinit the insets
2530         text after lot's of paragraph changes. Use this instead of the
2531         cache.clear() which is VERY dangerous.
2532
2533         * insetfloat.C (insetButtonRelease): we should only show the dialog
2534         if we press on the label otherwise we have problems to open mouse
2535         button 3 dialogs inside this float (f.ex. of a tabular!)
2536
2537 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2538
2539         * insetert.C: change back to "ERT"
2540
2541         * insetfloat.C: handliign of RMB on label added.
2542
2543 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2544
2545         * insetgraphicsParams.C: #include LOstream.h here.
2546
2547         * insetfoot.h: remove InsetFoot:: qualifier.
2548
2549 2001-07-29  Baruch Even  <baruch@lyx.org>
2550
2551         * ChangeLog: Hiding time travel evidence.
2552
2553         * insetgraphicsParams.h:
2554         * insetgraphicsParams.C:
2555         * insetgraphics.C: Added horizontal scale option, it actually scales both
2556         directions since it keeps image proportions.
2557
2558         * insetgraphics.C: Fixed EPS detection to be non-hacky.
2559
2560 2001-07-29  Baruch Even  <baruch@lyx.org>
2561
2562         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
2563         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
2564
2565         HACKY! Will need to add an EPS detection routine like old InsetFig does!
2566
2567 2001-07-29  Baruch Even  <baruch@lyx.org>
2568
2569         * insetgraphics.C: Added EPSI to be an alias of EPS.
2570
2571 2001-07-29  Baruch Even  <baruch@lyx.org>
2572
2573         * insetgraphics.C: Change GRAPHICS to Graphics.
2574         Changed image conversion rules (documented at the beginning of file).
2575
2576 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
2577
2578         * insetert.C (get_new_label): int -> Paragraph::size_type to get
2579         std::min working.
2580
2581         * insetgraphics.C: added a using std::endl directive.
2582
2583         * insetcommand.h (getScreenLabel): removed pure virtual function,
2584         as it duplicates that in InsetButton.
2585
2586         * insetbib.[Ch] (getScreenLabel):
2587         * insetbutton.[Ch] (getScreenLabel):
2588         * insetcite.[Ch] (getScreenLabel):
2589         * insetert.[Ch] (getScreenLabel):
2590         * insetexternal.[Ch] (getScreenLabel):
2591         * insetfloatlist.[Ch] (getScreenLabel):
2592         * insetinclude.[Ch] (getScreenLabel):
2593         * insetindex.[Ch] (getScreenLabel):
2594         * insetlabel.h (getScreenLabel):
2595         * insetparent.[Ch] (getScreenLabel):
2596         * insetref.[Ch] (getScreenLabel):
2597         * insettoc.[Ch] (getScreenLabel):
2598         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
2599
2600         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
2601         the label.
2602         (validate): remove check on "cite" when using natbib.
2603
2604 2001-07-26  Baruch Even  <baruch@lyx.org>
2605
2606         * insetgraphics.C (draw): changed casting to be in one place rather than
2607         all over the function.
2608
2609         * insetgraphics.h:
2610         * insetgraphics.C (read): Added compatibility reads of InsetFig.
2611
2612         * insetgraphicsParams.h:
2613         * insetgraphicsParams.C:
2614         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
2615
2616 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2617
2618         * insetfoot.C (validate): Added method to ensure that the
2619         right bit of LaTeX is emitted.
2620
2621         * insetfoot.h: Added validate method to set the correct
2622         LaTeXFeatures bit for the special footnote code.
2623
2624 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
2625
2626         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
2627         quotes
2628
2629 2001-07-27  Juergen Vigna  <jug@sad.it>
2630
2631         * inset.h: remove not used font variable in parameter.
2632         removed checkInsertChar in UpdatableInset as it was equal to
2633         the one in Inset and so not needed.
2634
2635         * insetert.C (checkInsertChar): implementation of function
2636         checkInsertChar.
2637
2638         * inset.h: added new function checkInsertChar.
2639
2640         * various files: added c-tor and clone() function.
2641
2642         * insetcollapsable.h: removed clone function here as this should
2643         be only realized in REAL insets and added it to all collapsable
2644         insets! (with the copy-constructor).
2645
2646 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2647
2648         * insetminipage.C (read): handle missing parameters more gracefully
2649
2650         * insetcollapsable.C (read): handel missing collapsed more gracefully
2651
2652 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2653
2654         * insetfloat.C (read): handle missing parameters.
2655
2656         * insettext.C (read): handle old latex end_inset
2657
2658         * insetert.C (setButtonLabel): new method
2659         (init): use it, to set the dynamic label correctly
2660         (read): use it
2661
2662         * Makefile.am (EXTRA_DIST): add files that is not part or the
2663         binary here.
2664
2665         * insetcollapsable.h: remove autocollapsable (no users), remove
2666         draw_label, change_label_with_text and companion code. Remove args
2667         from some methods.
2668         * insetert.[Ch]: move here instead (only user)
2669
2670         * inset.h: rename private variable name to name_, make
2671         selectNextWord return a const string. make getInsetName return a
2672         string const &. Remove bool from open, add close.
2673
2674         * Makefile.am: don't compile insetlist, insetsection
2675         and insettheorem
2676
2677 2001-07-24  Juergen Vigna  <jug@sad.it>
2678
2679         * insetert.C (InsetERT): put init after the paragraph initialization,
2680         as otherwise we don't set the draw_label right.
2681
2682         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
2683         insets with the mouse without having strange selections.
2684         (edit): if the inset was collapsed and we open it here then put the
2685         cursor always at the beginning of the inset.
2686         (get_new_label): 15 instead of 10 max chars in the label.
2687
2688         * insetert.C (localDispatch): added and handle various stuff we
2689         need to handle here (font setting on paragraph break, not permitted
2690         layout setting, etc.).
2691
2692         * inset.h: added default copy-consturctor and implemented this in
2693         various insets with the change to use this in the clone function!
2694
2695 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2696
2697         * insetminipage.C (InsetMinipage): set background color to red :)
2698
2699 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2700
2701         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
2702         draw frame mode is LOCKED.
2703
2704         * insetcollapsable.C (edit):
2705         (insetButtonRelease): set update status to full when
2706         opening inset.
2707
2708         * insettext.C (clearInset):
2709         * insettabular.C (draw):
2710         * insetlatexaccent.C (draw): honor background color.
2711
2712         * inset.h: new member background_color_, initialized to
2713         LColor::inherit.
2714
2715         * inset.C (backgroundColor): new method.
2716         (setBackgroundColor): new method.
2717
2718         * insetert.C (init): new method, called by the ctors.
2719         (InsetERT): when inserting contents, make sure the font is
2720         ALL_INHERIT.
2721
2722         * insetnote.C (InsetNote): when inserting content, remove trailing
2723         newline
2724         (init): set background color to LColor::note
2725
2726 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2727
2728         * insetcollapsable.C: adjust
2729
2730         * insetbutton.C: adjust
2731
2732 2001-07-23  Juergen Vigna  <jug@sad.it>
2733
2734         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
2735         parameter on the _collapsed function (was not needed) and call
2736         always width_collapsed().
2737
2738         * insetert.C (InsetERT): use setLabel with "true" flag.
2739
2740         * insetcollapsable.C: modified various functions to set the draw_label
2741         string right in any condition.
2742         (setLabel): added a bool parameter to set change_label_with_text.
2743
2744         * insetcollapsable.h: added draw_label string which is set to the
2745         actual drawn label-string, while label is the original static label
2746         of this collapsable inset. Added bool change_label_with_text to set
2747         if we want that the label changes to the start of the InsetText's
2748         text when collabpsed. You can set this flag with the setLabel funciton.
2749         Added bool inlined for inlined collapsable insets, but not handled
2750         yet.
2751
2752         * insetcollapsable.C (get_new_label): added should get a new label
2753         from the InsetText beginning (for now 10 chars).
2754
2755 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
2756
2757         * insetquotes.C (latex): fix the handling of french double quotes
2758         when not using the french pachage.
2759
2760 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2761
2762         * insetcollapsable.h: make WidthCollapsed mutable.
2763
2764         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
2765         InsetPrintIndex returns INDEX_PRINT_CODE.
2766
2767         * inset.h: add INDEX_PRINT_CODE
2768
2769         * insetcollapsable.C (draw): init widthCollapsed if necessary
2770         (width): ditto.
2771
2772         * insetquotes.C (width): use the local language, not the document
2773         language.
2774         (draw): ditto.
2775         (dispString): add additional spacing for all french languages,
2776         like fr_CA.
2777         (validate): make it work when there is no default language
2778
2779         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
2780
2781         * insetnote.C (init): new method, called by the constructors
2782         (InsetNote): new constructor with contents passed as a string
2783
2784 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2785
2786         * insetfootlike.C (insetAllowed): disallow float in footlike.
2787
2788         * insetert.C (InsetERT): add collapsed argument to the constrctor
2789         with contents.
2790
2791 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2792
2793         * insetindex.h: shut off warning
2794
2795 2001-07-20  Juergen Vigna  <jug@sad.it>
2796
2797         * insetcollapsable.C (update): recoded hopefully works now!
2798
2799 2001-07-19  Juergen Vigna  <jug@sad.it>
2800
2801         * most files: implemented the below new introduced function.
2802
2803         * inset.h: added new edit(BufferView *, bool front) method to be able
2804         to enter an inset from the front/back without knowing x/y positions
2805         and baselines inside the inset. So I just can tell the inset activate
2806         me and set the cursor on the front/back of yourself.
2807
2808 2001-07-18  Juergen Vigna  <jug@sad.it>
2809
2810         * insetcollapsable.C (edit): fixed hopefully the y parameter which
2811         is given to the InsetText.
2812         (insetButtonPress): ditto
2813         (insetButtonRelease): ditto
2814         (insetMotionNotify): ditto
2815
2816 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2817
2818         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
2819         LIGATURE_BREAK, since the name is so stupid.
2820
2821 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
2822
2823         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
2824         the default InsetCollapsable methods. I.e., it can insert anything.
2825         (write) output the name of the inset, not some silly hack for
2826         compatability with the old InsetInfo.
2827
2828         * insetinfo.[Ch]: removed.
2829         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
2830         now collapsable, but functionality is otherwise identical to InsetInfo.
2831
2832         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
2833
2834 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2835
2836         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
2837         reformatting
2838
2839         * insetquotes.C: general cleanup
2840         (dispString): add spaces inside french double quotes.
2841         (latex): ditto. Moreover, treat first the case where the frenchb
2842         or french options have been given.
2843
2844 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2845
2846         * insetcite.[Ch] (latex, validate): new methods, required for natbib
2847         support.
2848
2849 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
2850
2851         * figinset.C (RegisterFigure): Print debug message only when
2852         current_view is available.
2853
2854 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2855
2856         * many files: update to match the change below
2857
2858         * inset.h (insetAllowed): renamed from insertInsetAllowed;
2859         implement the version which takes an inset here.
2860
2861         * insetcollapsable.[Ch]: implement open and isOpen
2862
2863         * inset.h: remove insertInsetAllowed from Inset
2864         (open): new method, to open or close an inset
2865         (isOpen): returns the status of an inset
2866         (isCollapsable, colapse): removed
2867
2868 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
2869
2870         * insetquotes.C (dispString): display french guillemets when using
2871         ISO8859-15.
2872
2873 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2874
2875         * insetcollapsable.h: remove bogus return statements
2876
2877 2001-07-18  Juergen Vigna  <jug@sad.it>
2878
2879         * insettabular.C (selectNextWord): fixed spellchecking for the
2880         first cell of a tabular (wasn't entered!)
2881         (getLyXText): changed to enter automatically insettext and return
2882         it's LyXText if we're locked.
2883
2884 2001-07-17  Juergen Vigna  <jug@sad.it>
2885
2886         * various files: implemented the below functions.
2887
2888         * inset.h: added functions
2889         - virtual string selectNextWord(BufferView *, float & value) const;
2890         - virtual void selectSelectedWord(BufferView *) { return; }
2891         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
2892         needed for spellchecking correctly!
2893
2894 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2895
2896         * insetert.C (latex): write out all paragraphs.
2897
2898 2001-07-17  Baruch Even  <baruch@lyx.org>
2899
2900         * insetgraphics.C (draw): Removed unneeded casts.
2901
2902 2001-07-16  Juergen Vigna  <jug@sad.it>
2903
2904         * insettext.C (update): fixed small oversight (reset lt to 0).
2905
2906 2001-07-14  Baruch Even  <baruch@lyx.org>
2907
2908         * insetgraphics.h:
2909         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
2910
2911 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2912
2913         Consistent use of Lsstream.h:
2914         * figinset.C: removed using std::ostringstream directive.
2915
2916         * insetgraphics.C (createLatexOptions):
2917         * insetinclude.C (unique_id):
2918         std::ostringstream -> ostringstream.
2919         * insettext.C (localDispatch): std::istringstream -> istringstream.
2920
2921 2001-07-13  Juergen Vigna  <jug@sad.it>
2922
2923         * insetfloat.C (insertInsetAllowed): added missing const_cast.
2924
2925         * insetcollapsable.C (getLockingInset): ditto.
2926
2927 2001-07-12  Juergen Vigna  <jug@sad.it>
2928
2929         * insetcollapsable.h: added implementation of new function for
2930         collapsable status.
2931
2932         * various files: added implementation of new insertInsetAllowed-func
2933         and redone the function a bit more.
2934
2935         * inset.h: added isCollapsable(), bool collapsed(),
2936         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
2937
2938         * insetfloat.C (insertInsetAllowed): make a bit more checks.
2939
2940         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
2941         LyXText which is marked for removal while we're using it!
2942
2943         * insettext.h: added private LyXText * lt to use it to assure we are
2944         not deleting our LyXText while we're using it!
2945
2946 2001-07-11  Juergen Vigna  <jug@sad.it>
2947
2948         * insettext.C (insertInset): check if we are before the inset after
2949         inserting it! This check IS needed. Remove the Undo-Call as it is
2950         called in LyXText::insertInset!
2951
2952         * insettext.h: added struct InnerCache.
2953
2954         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
2955         that we ONLY delete the LyXText in the getLyXText() routine. So we
2956         are sure we don't delete LyXText while someone is working with it!
2957
2958 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2959
2960         * insetexternal.C: (*it). -> it->
2961         * insettext.C: ditto
2962
2963 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2964
2965         * insetcollapsable.C (edit): always open collapsed insets (even if
2966         they are not autocollapsable)
2967
2968         * insetcommand.C (operator=): simplify.
2969
2970 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2971
2972         * insetert.C (latex): handle META_NEWLINE
2973
2974 2001-07-09  Juergen Vigna  <jug@sad.it>
2975
2976         * insetert.h: a normal InsetText can insert insets, but we won't.
2977
2978         * inset.h: return default "false" on insertInsetAllowed and implement
2979         this function where a returnvalue != "false" is needed.
2980
2981 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2982
2983         * insetert.C (InsetERT): new contructor
2984
2985 2001-07-06  Juergen Vigna  <jug@sad.it>
2986
2987         * a lot of files: added implementation of the below new functions
2988         and the change to clone(). Also the call of the new undo-functions
2989         where needed.
2990
2991         * inset.h: added an inset_id, added functions getParFromID,
2992         getInsetFromID, firstParagraph, cursor and id functions, added
2993         bool same_ids to clone function.
2994
2995 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2996
2997         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
2998         of BufferView * and shared_ptr<LyXText>
2999
3000 2001-07-05  Juergen Vigna  <jug@sad.it>
3001
3002         * insettext.C (clear): deleted also the cache not only LyXText.
3003         (setParagraphData): ditto.
3004
3005 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3006
3007         * insetfloat.C (latex): let the specific placement take presedence
3008         if set, otherwise choose document placement if set, otherwise just
3009         use float default placement.
3010
3011 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3012
3013         * insettext.C (localDispatch): call CutAndPaste::'s static method
3014         directly.
3015
3016 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3017
3018         * insetbib.C: no meed to include forms.h here.
3019
3020 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
3021
3022         * insettext.C: added using std::make_pair directive.
3023
3024 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3025
3026         * insettext.C (getLyXText): avoid multiple lookups, and simplify
3027         slightly
3028         (deleteLyXText): ditto
3029         (resizeLyXText): ditto
3030
3031 2001-07-02  Juergen Vigna  <jug@sad.it>
3032
3033         * insettext.C (getLyXText): introduce a cache in getLyXText so that
3034         following calls are only returned the right pointer without the over
3035         head to search in the map.
3036         (various funcs): reset the cached_bview variable as this signs that
3037         the cache is not valid anymore.
3038
3039 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3040
3041         * insettabular.C (clone): do not copy the LyXTabular twice
3042
3043 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3044
3045         * insettext.h (TEXT): delete method
3046
3047 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3048
3049         * insetmarginal.C (latex):
3050         * insetfoot.C (latex): fix spacing of notes in LaTeX
3051
3052         * insettext.C (localDispatch): use .c_str() on istringstream
3053         constructor argument.
3054
3055 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
3056
3057         * insettoc.h:
3058         * insettoc.C:
3059         * inseturl.h:
3060         * inseturl.C: fix method names in these to begin
3061           with small char too, so they inherit
3062
3063 2001-06-28  Juergen Vigna  <jug@sad.it>
3064
3065         * insettext.C (setFont): fixed font settings using toggleFree()
3066         instead of setFont().
3067
3068 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3069
3070         * Change a lot of method names to begin with a small char.
3071         Changes to a lot of files because of this.
3072
3073 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3074
3075         * insetfloatlist.C (Write): std:: qualify ostream
3076         (Latex): ditto
3077
3078 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3079
3080         * figinset.C:
3081         * inset.C:
3082         * insetgraphics.C: send debug output to Debug::INFO instead of
3083         Debug::ANY.
3084
3085 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3086
3087         * insettabular.h:
3088         * insettabular.C (getStatus): update to use func_status
3089
3090 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
3091
3092         * insetref.C (DocBook): added support for cross-references without
3093         a name.
3094
3095 2001-06-26  The LyX Project  <jug@sad.it>
3096
3097         * insetref.C:
3098         * insetref.h:
3099         * insetlabel.C:
3100         * insetlabel.h: removed escape method and moved it to
3101         support/lstrings.h.
3102
3103 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3104
3105         * insettabular.C (getMaxWidth): do the speedup in a different way,
3106         remove dead code
3107
3108 2001-06-24  The LyX Project  <Asger>
3109
3110         * insettabular.C (getMaxWidth): We cache a mapping from
3111         inset to cell in order to speed this method up.
3112
3113 2001-06-24  The LyX Project  <Asger>
3114
3115         * insettext.C: Optimized InsetText::draw or something.
3116
3117 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
3118
3119         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
3120
3121 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3122
3123         * inset.h: name change from lyxinset.h
3124
3125 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
3126
3127         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
3128
3129 2001-06-14  Juergen Vigna  <jug@sad.it>
3130
3131         * insettext.C (draw): removed warnings.
3132
3133 2001-06-13  Juergen Vigna  <jug@sad.it>
3134
3135         * insettabular.C (nodraw): only go down the tree if we don't have
3136         that flag set otherwise it's obvious that we don't want to draw.
3137         (LocalDispatch): do also an update if we have an undispached result.
3138
3139 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
3140
3141         * insetcite.C:
3142         * insetgraphicsParams.C:
3143         * insettext.C: removed // -*- C++ -*- as first line.
3144
3145 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3146
3147         * lyxinset.h (resizeLyXText): shut off warning about unused
3148         parameter "force"
3149
3150 2001-06-07  Juergen Vigna  <jug@sad.it>
3151
3152         * insettext.C (resizeLyXText): honor the new force flag.
3153
3154         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
3155
3156         * insettabular.C (deleteLyXText): new function
3157
3158 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
3159
3160         * insettheorem.C:
3161         * insetminipage.C:
3162         * insetlist.C:
3163         * insetfootlike.C:
3164         * insetfloat.C:
3165         * insetert.C:
3166         * insetcollapsable.C:
3167         * insetcaption.C: LColor tidy
3168
3169 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3170
3171         * figinset.C: fix typo
3172
3173 2001-06-01  Juergen Vigna  <jug@sad.it>
3174
3175         * insettabular.C (resetPos): small hack so that scroll is not set to
3176         0 when we are in the last column of a tabular. This is a problem we
3177         have because of constats 20 offset on both directions, so this can
3178         cause on the limit an endless loop.
3179
3180         * insettext.C (SetFont): forgot that we can have locking insets ;)
3181
3182 2001-05-31  Juergen Vigna  <jug@sad.it>
3183
3184         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
3185
3186 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3187
3188         * figinset.C: add using std:: directive for the C functions which
3189         need that.
3190
3191 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3192
3193         * insetfloat.C (Write): write out wide info
3194         (Read): read the wide info
3195         (Latex): use the wide info when creating latex.
3196
3197         * insettext.C: adjust
3198
3199         * insetgraphics.[Ch] (statusMessage): change to return string
3200         (width): adjust
3201         (draw): adjust
3202
3203         * figinset.C (runqueue): add std::
3204         (Recompute): ditto
3205
3206 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3207
3208         * insetcite.C (Ascii): add std:: qualifier
3209
3210 2001-05-28  Juergen Vigna  <jug@sad.it>
3211
3212         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
3213         a endless-width inset (maxWidth < 0).
3214         (Edit): change language only if not equal.
3215
3216         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
3217
3218         * insettext.C (draw): fixed draw/clear of InsetText-Frame
3219
3220 2001-05-16  Juergen Vigna  <jug@sad.it>
3221
3222         * insettext.C (selectAll): added
3223         (clearSelection): added
3224
3225         * insettabular.C (SetFont): now we may set a font on a whole selection!
3226         (getSelection): added helper function.
3227
3228 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
3229
3230         * insetcite.C (Ascii): Add method.
3231
3232 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
3233
3234         * figinset.C:
3235         * insetbib.C: fix path for OS/2 & Win32
3236
3237 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3238
3239         * insetfoot.C (Latex): don't use % after footnote.
3240
3241 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3242
3243         * insettext.C (Read): use clear
3244         (SetParagraphData): use LyXParagraph copy constructor instead of clone
3245
3246 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3247
3248         * insetfloatlist.h: add a bunch of std:: qualifiers.
3249
3250 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3251
3252         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
3253         FLOAT_LIST_CODE, renumber code list.
3254
3255         * insettoc.C (getScreenLabel): remove support for float lists
3256         (LyxCode): ditto
3257         (Ascii): ditto
3258
3259         * insetfloatlist.[Ch]: new files
3260
3261         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
3262
3263 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
3264
3265         * insettabular.C (LocalDispatch):
3266         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
3267         method
3268
3269 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3270
3271         * insettext.C: remvoe !NEW_INSETS cruft
3272
3273         * insettabular.C: remove !NEW_INSETS cruft
3274
3275         * insetcollapsable.h: remove !NEW_INSETS cruft
3276
3277         * insetbib.C: remove !NEW_INSETS cruft
3278
3279 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3280
3281         * insettoc.C: hack to make listof algorithm work
3282
3283 2001-04-20  Juergen Vigna  <jug@sad.it>
3284
3285         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
3286
3287 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3288
3289         * insetquotes.C (Latex): improve the guard against
3290         unwanted !` and ?` ligatures. This should really be done in
3291         another place (to catch all this ligatures at low-level).
3292
3293 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3294
3295         * insettext.C (init): remvoe leftovers from cursor_visible change
3296         (draw): use c++ cast
3297         (LocalDispatch): dispatch LFUN_MESSAGE
3298
3299         * insettabular.C (InsetTabular): remove leftovers from
3300         cursor_visible, and scoped_ptr changes
3301         (draw): use c++ cast
3302
3303         * insetcollapsable.C (draw): use c++ cast
3304
3305         * ExternalTemplate.h: inherit privaely from noncopyable
3306         * insetcommand.h: ditto
3307         * insetinclude.h: ditto
3308
3309 2001-04-16  Allan Rae  <rae@lyx.org>
3310
3311         * insettoc.C (Ascii):
3312         * insettext.C (draw):
3313         * insettabular.C (setPos):
3314         * insetminipage.C (Read):
3315         * insetfloat.C (placement):
3316         * insetcaption.C (Ascii, DocBook):
3317         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
3318         an unrecognised preprocessor directive.  So ensure they're wrapped.
3319
3320 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
3321
3322         * insetexternal.h:
3323         * insetexternal.C: set view on Clone. Add _ to private members.
3324
3325 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3326
3327         * insettext.C (InsetText): fix new
3328         (InsetText): reindent some, simplify deletion of par list
3329         (clear): simplify deletion of par list, fix new
3330         (SetParagraphData): simplify deletion of par list
3331
3332         * insettabular.[Ch] (getLabelList): implement new method
3333
3334 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3335
3336         * lyxinset.h: do not include gettext.h...
3337
3338         * inset.C:
3339         * insetcaption.C:
3340         * insetexternal.C:
3341         * insetgraphics.C:
3342         * insetindex.C:
3343         * insetlabel.C:
3344         * insetlatexaccent.C:
3345         * insetminipage.C:
3346         * insetquotes.C:
3347         * insettabular.C:
3348         * inseturl.C: ... and do it here instead
3349
3350 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3351
3352         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
3353
3354         * insettext.[Ch] (getLabelList): add std:: on vector<string>
3355
3356         * insetcollapsable.[Ch] (getLabelList): implement
3357
3358         * insettext.[Ch] (getLabelList): implement
3359
3360         * insettext.h: reindent
3361
3362         * insettabular.h: make tabular a scoped_ptr
3363
3364         * insettext.C (init): adjust for cursor_visible
3365         (ToggleInsetCursor): constify asc and desc, font, adjust for
3366         cursor_visible
3367         (ShowInsetCursor): constify asc and desc, font, adjust for
3368         cursor_visible
3369         (HideInsetCursor): adjust for cursor_visible
3370
3371         * insettabular.C: reindent some
3372         (InsetTabular): adjust for scoped_ptr and cursor_visible
3373         (InsetTabular): ditto
3374         (~InsetTabular): delete delete
3375         (Clone): adjust for scoped_ptr
3376         (Read): constify old_format, adjust for scoped_ptr, move init of
3377         token
3378         (draw): constify tx, localize loop vars.
3379         some other localization of variables, remove double initilizatons.
3380
3381         * insetfoot.C: remove using std::ostream, add ostream where needed
3382
3383 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3384
3385         * lyxinset.h: some reindentaion, use initializer list for
3386         constructro.
3387         UpdatableInset: make cursor_visible a private var add
3388         public isCursorVisible(), add protected toggleCursorVisible() and
3389         proctected setCursorVisible(bool), make scroll call the Inset::scroll
3390
3391         * insettoc.C: remvoe using decl
3392         (getScreenLabel): make cmdname donst
3393         (LyxCode): ditto
3394         (Ascii): ditto
3395         (Ascii): don't use endl
3396
3397         * insetfootlike.C: remove using decl at file scope and add std::
3398         where needed
3399         * insetmarginal.C: ditto
3400
3401         * insetfoot.C: some reformatting
3402
3403         * insetfloat.C (InsetButtonRelease): adjust the hit area
3404
3405         * insetert.C (SetFont): some reformatting
3406
3407         * insetcollapsable.C: some reformatting and constification
3408         (Clone): comment out.
3409         * insetcollapsable.h: some reformatting
3410         (Clone): comment out.
3411
3412         * inset.C: reindent
3413         (scroll): simplify
3414
3415 2001-03-30  Juergen Vigna  <jug@sad.it>
3416
3417         * insetcollapsable.h: changen *inset to be a InsetText inset.
3418
3419         * some files: changed to reflect the above change.
3420
3421 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
3422
3423         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
3424         InsetExternal::Params.
3425         Added operator==() and operator!=() for the Params struct.
3426
3427 2001-03-29  Juergen Vigna  <jug@sad.it>
3428
3429         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
3430         BufferView *.
3431
3432         * insetminipage.C: removed widthp_ and all it's functions and changed
3433         to use new %-lengths of LyXLength.
3434
3435 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3436
3437         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
3438
3439 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3440
3441         * insetgraphicsParams.C (operator!=): new function, needed by the
3442         ControlGraphics class.
3443
3444 2001-03-28  Juergen Vigna  <jug@sad.it>
3445
3446         * insettext.C (InsetButtonPress): only enter !inset if button == 2
3447         (checkAndActivateInset): don't use the values returned from
3448         call to bv->checkInsetHit.
3449
3450         * insetminipage.C (Clone): set special minipage values.
3451
3452         * insetcollapsable.C (draw): changed to draw the button in the
3453         upper left corner outside the textinset.
3454         (ascent): changed because of different drawing
3455         (descent): ditto
3456         (width): ditto
3457         (Edit): ditto
3458         (InsetButtonPress): ditto
3459         (InsetButtonRelease): ditto
3460         (InsetMotionNotify): ditto
3461
3462 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
3463
3464         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
3465         contain a suffix.
3466         (Clone): ditto
3467
3468 2001-03-26  Juergen Vigna  <jug@sad.it>
3469
3470         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
3471
3472         * insettext.C (ShowInsetDialog): implemented above function.
3473
3474         * insettabular.C (ShowInsetDialog): ditto
3475
3476         * insetminipage.C (ShowInsetDialog): ditto
3477
3478 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3479
3480         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
3481         InsetInclude::Params. Don't store a buffer * in Params. Store the
3482         master file name instead.
3483
3484 2001-03-23  Juergen Vigna  <jug@sad.it>
3485
3486         * insetcollapsable.C (InsetMotionNotify):
3487         (InsetButtonRelease):
3488         (InsetButtonPress): fixed y-offset (minipages).
3489
3490         * insettext.C (draw): force a FULL update if cleared == true.
3491
3492         * insetcollapsable.C (draw): Lars forgotten entry for changing this
3493         routine to draw the minipages on its position-flag.
3494         (InsetInInsetY): give back the right y position, because of minipage
3495         position-flag.
3496
3497 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
3498
3499         * insetfloat.h
3500         * insetfloat.C (DocBook): docbook export code.
3501
3502 2001-03-22  Juergen Vigna  <jug@sad.it>
3503
3504         * insetminipage.C (getMaxWidth): added function to set the drawing
3505         width!
3506         (Read): should work now!
3507
3508         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
3509         if we create a new inset.
3510
3511 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3512
3513         * figinset.C (fl_set_preemptive_callback): moved definition outside
3514         of namespace anon.
3515
3516 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3517
3518         * insetminipage.C (Read): prepare for reading of minipage arguments.
3519
3520 2001-03-18  Baruch Even  <baruch@lyx.org>
3521
3522         * insetgraphics.C: Minor cleanups of the comments and code.
3523
3524 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3525
3526         * insetminipage.C (InsetMinipage): default to not collapsed
3527
3528 2001-03-16  Juergen Vigna  <jug@sad.it>
3529
3530         * insetminipage.C (width): modified with to be a string
3531         (widthp): added widthp (for % width) support functions.
3532         (InsetButtonRelease): added to open the options dialog on button==3.
3533         (~InsetMinipage): added to hide the dialog.
3534
3535         * insetminipage.h: added hideDialog signal
3536
3537 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3538
3539         * insetminipage.h: change the order or Position to match
3540         LyXParagraph::MINIPAGE_ALIGNMENT
3541
3542         * several files: remvoe CXX_WORKING_NAMESPACES
3543
3544         * ExternalTemplate.h: noncopyable is in namespace boost
3545         * insetinclude.h: ditto
3546         * insetcommand.h: ditto
3547
3548 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3549
3550         * insettext.C (Edit): #else# -> #else.
3551         * insettoc.C: added using directive.
3552
3553 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3554
3555         * insetminipage.h: add pos, inner_pos, width and height. + getters
3556         and setters for all of them.
3557
3558 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3559
3560         * insetinclude.C (Latex): Do not exit when the textclass of the
3561         included file differ from the textclass of the parent file.
3562
3563 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3564
3565         * ExternalTemplate.C (read): the reading of external insets now checks
3566         for \end_inset and removes it form the input stream.
3567
3568 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3569
3570         * ExternalTemplate.h:
3571         * ExternalTemplate.C:
3572         * insetexternal.h:
3573         * insetexternal.C: move form to GUII
3574
3575 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3576
3577         * insetinclude.h:
3578         * insetinclude.C: add InsetIncludeParams, use
3579         composition rather than derivation of InsetCommand
3580
3581 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3582
3583         * insettoc.C (Ascii): use the Buffer typedefs
3584
3585 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3586
3587         * insettoc.C (Ascii): implement for dynamic number of lists
3588
3589         * insetcaption.[Ch]: update from new_insets branch
3590         * insetfloat.[Ch]: ditto
3591
3592 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3593
3594         * insetexternal.C:
3595         * figinset.C: use new File Dialog
3596
3597 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3598
3599         * insettext.C: changes becuase of ParagraphParameters.
3600
3601 2001-02-28  Baruch Even  <baruch@ev-en.org>
3602
3603         * insetgraphics.C (updateInset): Changed due to the change in
3604         GraphicsCache.
3605
3606 2001-02-26  Juergen Vigna  <jug@sad.it>
3607
3608         * insettext.C (SetFont): Set Undo only if we have selection (as it is
3609         handled in LyXText).
3610
3611 2001-02-23  Juergen Vigna  <jug@sad.it>
3612
3613         * insettext.C (draw): some small repainting fixes.
3614         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
3615
3616         * inset.C (LocalDispatch): changed action to be a kb_action (as it
3617         should be) and not an int.
3618
3619         * insettabular.C (LocalDispatch): ditto
3620
3621         * insettext.C (LocalDispatch): ditto
3622
3623         * insetcollapsable.C (LocalDispatch): ditto
3624
3625 2001-02-22  Juergen Vigna  <jug@sad.it>
3626
3627         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
3628         DISPATCH it and we don't have a locking_inset.
3629
3630 2001-02-21  Baruch Even  <baruch@ev-en.org>
3631
3632         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
3633         instead of GraphicsCacheItem *.
3634
3635 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3636
3637         * insetcollapsable.C (getLyXText): add const qualifier to second
3638         parameter.
3639
3640 2001-02-22  Juergen Vigna  <jug@sad.it>
3641
3642         * insettext.C (getLyXText): honor the recursive parameter.
3643         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
3644
3645         * inset.C (getLyXText): added bool recursive parameter.
3646
3647         * insettext.C (SetUpdateStatus): or the update codes.
3648         (draw): check need_update with &.
3649         (InsetButtonPress): set no_selection to not put a selection when
3650         entering an inset and it is redraws in another spot.
3651
3652         * insettext.h: made need_update an int.
3653
3654 2001-02-20  Baruch Even  <baruch@ev-en.org>
3655
3656         * insetgraphics.h:
3657         * insetgraphisc.C: Changed to use better semantics when loading images
3658         for inline view. Now it doesn't keep the pixmap itself but it's holder.
3659
3660 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3661
3662         * insetcommand.h:
3663         * inseterror.h:
3664         * insetgraphics.C: change name of "hide" signal to "hideDialog",
3665         consistent with InsetTabular.
3666
3667 2001-02-19  Juergen Vigna  <jug@sad.it>
3668
3669         * insettabular.C (LocalDispatch): implement PAGE up/down.
3670
3671         * insettext.C (draw): clear all of it on need_update==INIT too!
3672
3673         * insettabular.C (InsetUnlock): always clear the selection.
3674
3675         * inset.C (scroll): normally we only want to scroll the inset until
3676         it is fully visible so if top_x + offset > 20 then just set scx to 0.
3677
3678 2001-02-14  Juergen Vigna  <jug@sad.it>
3679
3680         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
3681         (resetPos): fixed scroll behaviour.
3682         (LocalDispatch): do an update if moving cursor inside a table cell
3683         requests a scroll of the tabular.
3684
3685 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3686
3687         * insettext.C (textWidth): constify local var
3688
3689         * insettabular.C: small cleanup.
3690
3691         * insetfoot.C (Latex): constify local var
3692
3693         * insetcollapsable.C: small cleanup.
3694
3695         * figinset.C (runqueue): use compare instead of strcmp
3696
3697 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3698
3699         * insettext.C:
3700         * insetinfo.C: remove cruft
3701
3702 2001-02-14  Juergen Vigna  <jug@sad.it>
3703
3704         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
3705
3706 2001-02-13  Juergen Vigna  <jug@sad.it>
3707
3708         * insettext.C (InsertInset): don't move left (is this right?)
3709
3710         * insettabular.C (LocalDispatch): use of the no_draw variable
3711
3712         * insettabular.h: new no_draw variable to stop redraw
3713
3714         * insettabular.C (TabularFeatures): fixed update for alignment change
3715
3716 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3717
3718         * insetinclude.C:
3719         * insetbib.h:
3720         * insetbib.C: move dialogs to frontends/
3721
3722 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3723
3724         * insettext.C (LocalDispatch): Restore the language if the inset
3725         becomes empty.
3726
3727 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3728
3729         * insettext.C (moveRightIntern): Update the selection cursor.
3730         (moveLeftIntern): Ditto.
3731
3732 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3733
3734         * Makefile.am: remove BoundingBox.h
3735
3736         * BoundingBox.h: removed
3737
3738 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
3739
3740         * insettext.C (LocalDispatch): Update selection cursor when moving
3741         cursor to the right.
3742         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
3743         (moveLeftIntern): Ditto.
3744
3745 2001-02-05  Baruch Even  <baruch.even@writeme.com>
3746
3747         * insetgraphics.C: Updated automatic image conversion, it now goes into
3748         temporary directory instead of with the image itself.
3749
3750 2001-01-21  Baruch Even  <baruch@ev-en.org>
3751
3752         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
3753         to EPS or PNG when needed (support bitmap graphics).
3754
3755 2000-11-02  Baruch Even  <baruch@ev-en.org>
3756
3757         * insetgraphics.C:
3758         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
3759         and removal of commented out code.
3760
3761 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3762
3763         * insetbib.C (callback): Update citations if the key has changed.
3764
3765 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3766
3767         * insetbib.C (InsetBibKey): Better computation of default key.
3768         (getScreenLabel) Show both the key and the label.
3769         (getBibLabel): New method.
3770         (callback): Force a redraw if the inset have been changed.
3771
3772 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3773
3774         * insetref.C (getType, getName): Move methods from
3775         src/frontends/xforms/FormRef.C.
3776
3777 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
3778
3779         * insettabular.C: Various improvements (use only one dummy position).
3780
3781 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
3782
3783         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
3784         par->bibkey->width. This fixes the crashes when running without
3785         gui or when having included documents.
3786
3787 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
3788
3789         * insetcommand.C (getAsString, setFromString): Cleanup.
3790
3791 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
3792
3793         * insetref.C: Add the array InsetRef::types that contains
3794         information about all supported reference types.
3795
3796 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3797
3798         * lyxinset.h: remove trailing comma in enum.
3799
3800 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
3801
3802         * insettext.C: kill LyXBell.