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