]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Fix for wrong cursor.x pos when before a fullRow inset (added ix), small
[lyx.git] / src / insets / ChangeLog
index 99d3b66983568fe0921e4a3b224f25bb5db1922f..448a456a03311c3a8a49b6847cc6459d839242c9 100644 (file)
@@ -1,5 +1,207 @@
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.h: added cix() helper function and use it where appropriate
+
+2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphics.C (prepareFile): fix bug when graphics is a
+       relative path
+
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (insertInset): remove unneeded code!
+       (updateLocal): fitCursor() fixes.
+       (collapseParagraphs): fix a possible problem when having a selection
+       and collapsing the paragraphs.
+
+2002-04-08  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (write): write the rotating angle as
+       a float as is. test only for != 0.0
+
+2002-04-11  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C: new function ciy() and use it for setting inset_y.
+
+       * insetert.C (draw): fix the x return for collapsed version.
+
+2002-04-07  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (readFigInset): fix bug with subcaption and
+       rotating
+
+2002-04-08  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphicsparam.C: forgot special option and delete old
+       1.2.0 stuff
+
+2002-04-05  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (localDispatch): make a CURSOR update if we inserted
+       a character.
+
+2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfloatlist.C (getScreenLabel): 
+       (latex): use Floating::listName
+       (validate): new method
+
+2002-04-03  José Matos  <jamatos@fep.up.pt>
+
+       * insetlabel.C (docbook): the anchor is an empty element in docbook.
+
+       * insetfoot.[Ch] (docbook): added forgotten method.
+
+2002-04-03  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (insetButtonPress): fix insetButtonPress events the same
+       way as in Bufferview_pimpl.
+
+2002-04-03  Allan Rae  <rae@lyx.org>
+
+       * insetgraphics.C (latex): one % too many makes living on the bleeding
+       edge fun with less than 30 minutes to a meeting with a PhD supervisor.
+
+2002-03-28  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C (latex): simplify the code for the latex
+       output when the file doesn't exist
+
+2002-03-29  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (updateLocal): fixes to fitCursor calls when locking/
+       unlocking inset.
+
+       * insettabular.C (edit): call fitCursor().
+
+       * insettext.C (insetButtonPress): change behaviour of no_selection
+       to the one in the BufferView selection_possible and fix the spurious
+       selection bug with it.
+       (localDispatch): revoke selection on BREAK... functions.
+
+2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfloatlist.C (getScreenLabel): translate the GUI label.
+
+2002-03-28  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (insetAllowed): return true as default value otherwise
+       we're not able to insert insets inside paragraphs of an not locked
+       insettext!
+
+2002-03-27  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphicsparam.C: change c%, p% to col%, page%
+
+2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetspecialchar.C (isLineSeparator): disable the nice code to
+       allow linebreaks after hyphenation and menu separators.
+
+2002-03-26  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphics.C (figinsetRead): set the right lyxview
+
+2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphicsParams.C (latexify): use \textbackslash in preference to
+       $\backslash$ and pass a "string const &" to the function.
+       (prepareFile, latex): use Path rather than MakeAbsPath.
+
+2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
+       proper fix to the graphics cache.
+       (latex): "really" nice output if the file is not found ;-)
+
+2002-03-26  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (setText): added a LyXFont param and call reinitLyXText()
+       (collapseParagraphs): fixed inserting of separator ' '
+
+       * insettabular.C (insertAsciiString): only check for buffer lenght
+       not if we have \t or \n inside the buffer as if we don't have we only
+       have 1 cell and that's it!
+
+       * insetert.C (close): don't collapse if inlined.
+
+2002-03-25  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphicsParams.C (Read): prevent LyX from hanging if the
+       graphics file does not exist.
+
+2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.C (prepareFile): ensure that the file has an absolute
+       path when preparing export.
+
+       * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
+       no longer MakeRelPath.
+
+2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
+       Used to determine the absolute path to the graphics file in the
+       graphics cache and only in the graphics cache.
+       (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
+       make graphics file name absolute if it is stored as a relative path.
+
+       * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
+       make graphics file name absolute if it is stored as a relative path.
+
+       * insettext.C (edit): emit an updateParagraph signal on entering a text
+       inset. Needs to be emitted when leaving the inset also.
+
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * all files: ws cleanup
+
+       * Makefile.am: remove ld -r stuff
+
+2002-03-21  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (appendParagraphs): new function added to append
+       the paragraphs to this insets paragraphs.
+
+2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: special rules if partial linking
+
+2002-03-19  Juergen Vigna  <jug@sad.it>
+
+       * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
+
+2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.C: Clean up Baruch's comments a little.
+       (c-tor): remove code setting id_, as it's set in the Inset c-tor.
+
+2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettabular.C:
+       * insettheorem.C: wrap warnings
+
+       * insetgraphics.C: improve messages, move cached_status_
+         setting to safer place
+
+2002-03-18  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (unlockInsetInInset): removed unneeded showCursor
+       calls.
+       (localDispatch): ditto
+
+       * insettext.C (edit): removed unneeded showCursor calls.
+       (localDispatch): ditto.
+
+2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphics.h: remove display() method.
+
 2002-03-11  Juergen Vigna  <jug@sad.it>
 
+       * insetgraphics.C (draw): hack to fix the redrawing bug.
+       (draw): seems this fixes #268 (force redraw of row if we changed).
+
        * insettext.C (updateInsetInInset): fixed for updates in insets inside
        this inset text (don't know why I missed this earlier).
 
        * figinset.h:
        * figinset.C:
        * inset.h: remove figinset, yahoo !
+
 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetgraphics.C (c-tors): initialise parent classes explicitly in
 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * insetert.C (status): do not update the text inset, but the ERT
-       inset. 
+       inset.
 
 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetnote.C: use notebg for background
+
 2002-02-08  Herbert Voss  <voss@lyx.org>
 
-       * insetgraphic.C: 
+       * insetgraphic.C:
        * insetgraphicsParams.[Ch]: adding new Option noUnzip to
        prevent LyX from unzipping when this should be handled
        by latex vis the graphic.cfg.
 
 2002-02-05  Herbert Voss  <voss@lyx.org>
 
-       * insetgraphic.C: 
+       * insetgraphic.C:
        * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
        and adding a rotate bool similiar to subcaption
 
 2002-02-04  Herbert Voss  <voss@lyx.org>
 
-       * insetgraphic.C: 
+       * insetgraphic.C:
        * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
        similiar view to the LaTeX one. Get zipped files work.
 
 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * figinset.C (runqueue): open translation file in binary mode (for
-       cygwin). 
+       cygwin).
 
 2002-01-27  Herbert Voss  <voss@lyx.org>
 
 
 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insettabular.C (getMaxWidth): 
+       * insettabular.C (getMaxWidth):
        (forceDefaultParagraphs): use Tabular::GetCellFromInset
 
 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
        * insettabular.C (getMaxWidthOfCell): adapt to the new definition
        of LyXLength::inPixels
 
-       * inset.C (latexTextWidth): 
+       * inset.C (latexTextWidth):
        * insetminipage.C (latexTextWidth): new method, which implements
        the equivalent of the LaTeX macro \textwidth
-       
+
        * insetminipage.C (getMaxWidth): use latexTextWidth
 
 2002-01-18  Juergen Vigna  <jug@sad.it>
 
 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insetparent.C (InsetParent): 
-       * insetgraphicsParams.C (Write): 
-       (Read): 
-       * insetgraphics.C (prepareFile): 
-       (readFigInset): 
-       (docbook): 
-       * insetexternal.C (executeCommand): 
+       * insetparent.C (InsetParent):
+       * insetgraphicsParams.C (Write):
+       (Read):
+       * insetgraphics.C (prepareFile):
+       (readFigInset):
+       (docbook):
+       * insetexternal.C (executeCommand):
        (doSubstitution): use Buffer::filePath
 
        * insetbib.C (getFiles): add a #warning for Angus
 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetinclude.C: fix use of FileInfo
+
 2002-01-07  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (draw): fixed clearing of cell around inset.
 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
 
        * insettabular.C: correct single-cell select vertically
+
 2001-12-27  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (ascii): export as tab-separated-values if the
 
        * insettext.[Ch]: move includes around a bit, other ws changes and
        small stuff.
-       
+
 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * insettext.C (insetButtonRelease): fix compile problem
 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * inset.h: add par_owner_ member variable and parOwner
-       setter/accessor. 
+       setter/accessor.
 
 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 
 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insettext.C (draw): 
+       * insettext.C (draw):
        (drawFrame): use insetWidth instead of last_width
 
        * insettext.h: remove variable last_width (insetWidth is exactly
 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * insettext.C (insetAllowed): add comment
+
 2001-12-05  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (insetAllowed): fixed for the case that we directly
        * insettoc.[Ch]: DocBook -> docbook.
 
 2001-11-29  André Pönitz <poenitz@gmx.net>
-       
+
        * inseterror.C:
        * insettext.C: further reduction of header dependencies by using
        lyx::layout_type and lyx::textclass_type from support/types.h
        * insetfloatlist.h:
        * insetfloatlist.C: derive from InsetCommand so gui can use it
          easily
+
 2001-11-26  André Pönitz <poenitz@gmx.net>
-       
+
        * insettext.[Ch]:
        * insetert.C:
        * insetnote.C: reduce header dependencies, introduce type for
-       positions 
+       positions
 
 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * various: update for Alert.h
+
 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
 
        * inset.h: fix comment
+
        * insettext.C: use par->isInset()
 
 2001-11-22  Allan Rae  <rae@lyx.org>
 
-       * insetcollapsable.h: 
+       * insetcollapsable.h:
        * inset.h: Changes to checkInsertChar() behaviour.
        Now return value indicates whether chars can be inserted.
 
 
 2001-11-14  José Matos  <jamatos@fep.up.pt>
 
-       * insetspecialchar.C (linuxdoc): 
+       * insetspecialchar.C (linuxdoc):
        (docbook): don't give a name to a unused variable.
 
        * insettext.C (docbook): removed unused variable.
 2001-11-13  Herbert Voss  <voss@perce.de>
 
        * insetgraphic.C: fix scale bug
-       
+
 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * inset.h (isSpace): 
+       * inset.h (isSpace):
        (isLetter): new virtual methods.
 
-       * insetspecialchar.C (isSpace): 
+       * insetspecialchar.C (isSpace):
        (isLetter): implement here.
 
 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetert.h:
        * insetert.C: fix some problems
+
 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * insetexternal.C (doSubstitution): Added $$FPath token
        * inset.h (getFirstParagraph): New virtual method.
 
 2001-08-20  Herbert Voss  <voss@perce.de>
-       * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
+       * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
        in the the bibtex-database-gui for inserting a line
-       \addcontentsline... 
+       \addcontentsline...
 
        If no style is given than there is no tex-output.
-       
+
 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
        * insetnote.h: Add empty validate method.
        * insetert.h: Ditto
 
-       * insetnote.C (InsetNote): Set language to the language of the 
+       * insetnote.C (InsetNote): Set language to the language of the
        document.
 
 2001-08-16  Juergen Vigna  <jug@sad.it>
 
        * insettext.C: implemented the new FINISHED states.
 
-       * insettabular.C: ditto 
+       * insettabular.C: ditto
 
        * inset.h: added more FINISHED states for cursor right,up,down
 
 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
 
-       * insetfloatlist.C: use "FloatName List" 
+       * insetfloatlist.C: use "FloatName List"
+
 2001-08-14  Juergen Vigna  <jug@sad.it>
 
        * insetert.C (edit): forgot to set status_ in edit calls!
 
 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * insettext.C (localDispatch): Change language only when the inset 
+       * insettext.C (localDispatch): Change language only when the inset
        becomes empty.
 
 2001-08-10  Juergen Vigna  <jug@sad.it>
 
 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * inset.C (convertFont): delete method. not used. 
+       * inset.C (convertFont): delete method. not used.
 
 2001-08-03  Juergen Vigna  <jug@sad.it>
 
        * ChangeLog: Hiding time travel evidence.
 
        * insetgraphicsParams.h:
-       * insetgraphicsParams.C: 
+       * insetgraphicsParams.C:
        * insetgraphics.C: Added horizontal scale option, it actually scales both
        directions since it keeps image proportions.
 
 2001-07-29  Baruch Even  <baruch@lyx.org>
 
        * insetgraphics.C (decideOutputImageFormat): when doing postscript output
-       convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
+       convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
 
        HACKY! Will need to add an EPS detection routine like old InsetFig does!
 
 
 2001-07-26  Baruch Even  <baruch@lyx.org>
 
-       * insetgraphics.C (draw): changed casting to be in one place rather than 
+       * insetgraphics.C (draw): changed casting to be in one place rather than
        all over the function.
 
        * insetgraphics.h:
        * insetgraphics.C (read): Added compatibility reads of InsetFig.
-       
+
        * insetgraphicsParams.h:
-       * insetgraphicsParams.C: 
+       * insetgraphicsParams.C:
        * insetgraphics.C: Removed inline option and changed rotateAngle to float.
 
 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
        * inset.h: added new function checkInsertChar.
 
        * various files: added c-tor and clone() function.
-       
+
        * insetcollapsable.h: removed clone function here as this should
        be only realized in REAL insets and added it to all collapsable
        insets! (with the copy-constructor).
        * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
        draw frame mode is LOCKED.
 
-       * insetcollapsable.C (edit): 
+       * insetcollapsable.C (edit):
        (insetButtonRelease): set update status to full when
        opening inset.
 
-       * insettext.C (clearInset): 
-       * insettabular.C (draw): 
+       * insettext.C (clearInset):
+       * insettabular.C (draw):
        * insetlatexaccent.C (draw): honor background color.
 
        * inset.h: new member background_color_, initialized to
 2001-07-19  Juergen Vigna  <jug@sad.it>
 
        * most files: implemented the below new introduced function.
-       
+
        * inset.h: added new edit(BufferView *, bool front) method to be able
        to enter an inset from the front/back without knowing x/y positions
        and baselines inside the inset. So I just can tell the inset activate
        the default InsetCollapsable methods. I.e., it can insert anything.
        (write) output the name of the inset, not some silly hack for
        compatability with the old InsetInfo.
-       
+
        * insetinfo.[Ch]: removed.
        * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
        now collapsable, but functionality is otherwise identical to InsetInfo.
 2001-07-17  Juergen Vigna  <jug@sad.it>
 
        * various files: implemented the below functions.
-       
+
        * inset.h: added functions
        - virtual string selectNextWord(BufferView *, float & value) const;
        - virtual void selectSelectedWord(BufferView *) { return; }
 2001-07-14  Baruch Even  <baruch@lyx.org>
 
        * insetgraphics.h:
-       * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
+       * insetgraphics.C: Added a copy c-tor and handled the same_id case.
 
 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
 
 
        * various files: added implementation of new insertInsetAllowed-func
        and redone the function a bit more.
-       
+
        * inset.h: added isCollapsable(), bool collapsed(),
        collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
 
        * a lot of files: added implementation of the below new functions
        and the change to clone(). Also the call of the new undo-functions
        where needed.
-       
+
        * inset.h: added an inset_id, added functions getParFromID,
        getInsetFromID, firstParagraph, cursor and id functions, added
        bool same_ids to clone function.
 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * insettext.C (localDispatch): call CutAndPaste::'s static method
-       directly. 
+       directly.
 
 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
 
 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * insetmarginal.C (latex): 
+       * insetmarginal.C (latex):
        * insetfoot.C (latex): fix spacing of notes in LaTeX
 
        * insettext.C (localDispatch): use .c_str() on istringstream
        * inseturl.h:
        * inseturl.C: fix method names in these to begin
          with small char too, so they inherit
+
 2001-06-28  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (setFont): fixed font settings using toggleFree()
 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * lyxinset.h (resizeLyXText): shut off warning about unused
-       parameter "force" 
+       parameter "force"
 
 2001-06-07  Juergen Vigna  <jug@sad.it>
 
        * insetert.C:
        * insetcollapsable.C:
        * insetcaption.C: LColor tidy
-        
+
 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * figinset.C: fix typo
 
        * insettabular.C (LocalDispatch):
        * insettext.C (LocalDispatch): getClipboard() is now a BufferView
-       method 
+       method
 
 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
 
 2001-04-16  Allan Rae  <rae@lyx.org>
 
-       * insettoc.C (Ascii): 
-       * insettext.C (draw): 
-       * insettabular.C (setPos): 
-       * insetminipage.C (Read): 
-       * insetfloat.C (placement): 
-       * insetcaption.C (Ascii, DocBook): 
+       * insettoc.C (Ascii):
+       * insettext.C (draw):
+       * insettabular.C (setPos):
+       * insetminipage.C (Read):
+       * insetfloat.C (placement):
+       * insetcaption.C (Ascii, DocBook):
        * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
-       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+       an unrecognised preprocessor directive.  So ensure they're wrapped.
 
 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
 
 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * insettext.C (InsetText): fix new
-       (InsetText): reindent some, simplify deletion of par list 
+       (InsetText): reindent some, simplify deletion of par list
        (clear): simplify deletion of par list, fix new
        (SetParagraphData): simplify deletion of par list
 
 
        * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
 
-       * insettext.[Ch] (getLabelList): add std:: on vector<string> 
+       * insettext.[Ch] (getLabelList): add std:: on vector<string>
 
        * insetcollapsable.[Ch] (getLabelList): implement
 
        token
        (draw): constify tx, localize loop vars.
        some other localization of variables, remove double initilizatons.
-       
+
        * insetfoot.C: remove using std::ostream, add ostream where needed
 
 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
        (Clone): comment out.
        * insetcollapsable.h: some reformatting
        (Clone): comment out.
-       
+
        * inset.C: reindent
        (scroll): simplify
 
 2001-03-30  Juergen Vigna  <jug@sad.it>
 
        * insetcollapsable.h: changen *inset to be a InsetText inset.
-       
+
        * some files: changed to reflect the above change.
 
 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetcollapsable.C (draw): changed to draw the button in the
        upper left corner outside the textinset.
-       (ascent): changed because of different drawing 
+       (ascent): changed because of different drawing
        (descent): ditto
        (width): ditto
        (Edit): ditto
 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
 
        * figinset.C (GetPSSizes): Fix for the case when filename doesn't
-       contain a suffix.
+       contain a suffix.
        (Clone): ditto
 
 2001-03-26  Juergen Vigna  <jug@sad.it>
 2001-03-23  Juergen Vigna  <jug@sad.it>
 
        * insetcollapsable.C (InsetMotionNotify):
-       (InsetButtonRelease): 
+       (InsetButtonRelease):
        (InsetButtonPress): fixed y-offset (minipages).
 
        * insettext.C (draw): force a FULL update if cleared == true.
 
        * insetcaption.[Ch]: update from new_insets branch
        * insetfloat.[Ch]: ditto
-       
+
 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetexternal.C:
 
        * inset.C (LocalDispatch): changed action to be a kb_action (as it
        should be) and not an int.
-       
+
        * insettabular.C (LocalDispatch): ditto
 
        * insettext.C (LocalDispatch): ditto
 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * insetcollapsable.C (getLyXText): add const qualifier to second
-       parameter. 
+       parameter.
 
 2001-02-22  Juergen Vigna  <jug@sad.it>
 
        * inseterror.h:
        * insetgraphics.C: change name of "hide" signal to "hideDialog",
        consistent with InsetTabular.
-       
+
 2001-02-19  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (LocalDispatch): implement PAGE up/down.
        * BoundingBox.h: removed
 
 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
-       
-       * insettext.C (LocalDispatch): Update selection cursor when moving 
+
+       * insettext.C (LocalDispatch): Update selection cursor when moving
        cursor to the right.
        (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
        (moveLeftIntern): Ditto.
 
 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * insetref.C (getType, getName): Move methods from 
+       * insetref.C (getType, getName): Move methods from
        src/frontends/xforms/FormRef.C.
 
 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
 
        * insetbib.C (bibitemWidest): Use lyxfont::width instead of
-       par->bibkey->width. This fixes the crashes when running without
+       par->bibkey->width. This fixes the crashes when running without
        gui or when having included documents.
 
 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>