]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
A small missing repaint bug fix
[lyx.git] / src / ChangeLog
index a232666746655b689f45be5a9562ba82d260a948..b547ff24bc1b11c9e63262fc29c94fb2b4019ac9 100644 (file)
+2002-08-07  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
+         document options change.
+2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * counters.[Ch]
+       * text2.C
+       * paragraph.[Ch]
+       * makefile.am: move counters functionality over from
+       text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * WordLangTuple.h: new file for word + language code tuple
+       * SpellBase.h:
+       * pspell.h:
+       * pspell.C:
+       * ispell.h:
+       * ispell.C:
+       * lyxtext.h: 
+       * text.C:
+       * text2.C:
+       * BufferView.h:
+       * BufferView2.C: use WordLangTuple
+       * layout.h:
+       * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * lyx_main.C: fix cmdline batch handling
+
+2002-08-06  André Pönitz <poenitz@gmx.net>
+
+       * lyxrc.C: set default for show_banner to true
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * pspell.C: fix a crash, and allow new aspell to work
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C:
+       * kbmap.C: small cleanup
+
+       * vspace.h:
+       * vspace.C: add const
+
+2002-08-05  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: back to tabular-insert
+
+2002-08-04  John Levon  <levon@movementarian.org>
+
+       * BufferView.h:
+       * BufferView.C: cosmetic change
+
+       * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
+
+       * bufferlist.C:
+       * buffer.h:
+       * buffer.C:
+       * lyxcb.h:
+       * lyxcb.C:
+       * lyxserver.C:
+       * lyxvc.C:
+       * vc-backend.C:
+       * BufferView2.C: purge all "Lyx" not "LyX" strings
+
+       * lyxcursor.h:
+       * lyxcursor.C: attempt to add some documentation
+
+       * lyxfunc.C:
+       * commandtags.h:
+       * LyXAction.C:
+       * ToolbarDefaults.C:
+       * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
+         merge with LFUN_TABULAR_INSERT
+
+       * Makefile.am:
+       * SpellBase.h:
+       * ispell.h:
+       * ispell.C:
+       * pspell.h:
+       * pspell.C: split up i/pspell implementations into separate
+         files, many cleanups
+
+       * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
+
+       * text2.C: some cleanup
+
+       * lyxfunc.C: don't check for isp_command == "none" any more, it
+         didn't make any sense
+
+2002-08-06     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * counters.[Ch]
+       * text2.C
+       * paragraph.[Ch]
+       * makefile.am: move counters functionality over
+       from text2.C/paragraph.[Ch] to counters.[Ch], and
+       make proper C++.
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * buffer.C: s/lyxconvert/lyx2lyx/
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * lyxlex.C: revert John's change as it breaks reading of the user
+       preamble.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * importer.C (Import):
+       * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
+       changes due to LyXView::view() now returning a boost::shared_ptr.
+
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * lyxlex.C: small cleanup
+
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * text2.C (status): small cleanup, no logic change
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * buffer.h:
+       * buffer.C (writeFile): don't output alerts, caller
+         handles this
+
+       * bufferlist.C:
+       * lyx_cb.C: from above
+
+       * lyxfunc.C: allow to open non-existent files
+
+2002-07-31  John Levon  <levon@movementarian.org>
+
+       * lyxserver.C: don't let incidental errors get
+         in the way (errno)
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C: disable character dialog in ERT inset (partial fix)
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyxserver.h:
+       * lyxserver.C: remove I/O callback too
+
+2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
+       log.
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * many files: strip,frontStrip -> trim,ltrim,rtrim
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PrinterParams.h: remove extern containsOnly, and include
+       support/lstrings.h instead.
+
+       * LaTeX.C (scanAuxFile): modify because of strip changes
+       (deplog): ditto
+       * buffer.C (makeLaTeXFile): ditto
+       * bufferparams.C (writeFile): ditt
+       * lyxfont.C (stateText): ditto
+       * lyxserver.C (read_ready): ditto
+       * vc-backend.C (scanMaster): ditto
+
+       * BufferView_pimpl.h: ws changes
+
+       * BufferView_pimpl.C: inlude boost/signals/connection.hpp
+
+2002-07-26  André Pönitz <poenitz@gmx.net>
+
+       * kb_sequence.C: remove unnedred usings
+
+2002-07-26  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): we have to check better if the returned
+       text is not of theLockingInset()->getLockingInset().
+
+2002-07-25  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): don't replace if we don't get the
+       right LyXText.
+
+       * undo_funcs.C (createUndo): remove debugging code.
+
+2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Use default placement
+       when reading old floats.
+
+       * FloatList.C (FloatList): Change the default placement of figure
+       and tables to "tbp".
+
+2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
+
+       * MenuBackend.C: using std::max
+
+2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expandToc):
+       (expandToc2): code moved from xforms menu frontend. It is now
+       generic and TOCs are transparent to menu frontends.
+
+2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * toc.C (getTocList): protect against buf=0
+
+       * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
+       Menu as first parameter. Now, this calls itself recursively to
+       expand a whole tree (this will be useful for TOC handling)
+       (expandFloatInsert): remove 'wide' version of floats
+
+       * MenuBackend.h (submenuname): returns the name of the submenu.
+       (submenu): returns the submenu itself, provided it has been
+       created by MenuBackend::expand
+
+2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
+       insets which have noFontChange == true. (bug #172)
+
+2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView_pimpl.C: add connection objects and use them...
+       (Pimpl): here.
+
+2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expandLastfiles):
+       (expandDocuments):
+       (expandFormats):
+       (expandFloatListInsert):
+       (expandFloatInsert):
+       (expand): split expand in parts
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: use lyx_gui::exit()
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C: show the failing pseudo action
+
+2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Run the lyxconvert script in order to read
+       old files.
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
+
+2002-07-22  Herbert Voss  <voss@lyx.org>
+
+       * lengthcommon.C:
+       * lyxlength.[Ch]: add support for the vertical lengths
+
+2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * toc.[Ch]: std:: fixes
+
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxrc.C: do not include lyx_main.h
+
+       * LaTeXFeatures.h: use a list<string> instead of a vector<string>
+       for layouts
+
+       * lyxrc.C:
+       * encoding.C:
+       * bufferlist.C:
+       * BufferView2.C: include "lyxlex.h"
+
+       * tabular.h:
+       * bufferparams.h: do not #include "lyxlex.h"
+
+       * lyxtextclasslist.C (Add): remove method
+       (classlist): renamed to classlist_
+
+       * paragraph_pimpl.C:
+       * paragraph.C:
+       * text2.C:
+       * CutAndPaste.C:
+       * bufferview_funcs.C:
+       * bufferlist.C:
+       * text.C:
+       * LaTeXFeatures.C:
+       * buffer.C:
+       * toc.C (getTocList): use BufferParams::getLyXTextClass
+
+       * toc.C (getTocList): use InsetFloat::addToToc
+
+       * toc.[Ch]: new files, containing helper functions to handle table
+       of contents
+
+       * lyxfunc.C (dispatch): no need to remove spaces around command
+       given as a string
+       (getStatus): handle LFUN_SEQUENCE by returning the status of the
+       first command of the sequence; it is not very clever, but I do not
+       have a better idea, actually
+
+       * LyXAction.C (LookupFunc): make sure to remove space at the
+       beginning and end of the command
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (getMenubar): new method: return the menubar of
+       this menu set
+       (read): treat differently reading of menu and menubar (in
+       particular, the menubar has no name now)
+       (Menu::menubar): remove
+
+       * lyxfunc.C (dispatch): add 'done' message to minibuffer when
+       saving is finished
+
+2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
+       a bibitem inset in a RTL paragraph.
+
+2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * paragraph_pimpl.C: constify
+
+       * BufferView_pimpl.C:
+       * LaTeX.C:
+       * lyxfunc.C: fix dispatch in a nicer way
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (dispatch):
+       * BufferView_pimpl.C:
+       * BufferView_pimpl.h:
+       * BufferView.C:
+       * BufferView.h: rename Dispatch() to dispatch()
+
+       * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
+
+       * lyxlayout.C (Read): honor DependsOn tag
+
+       * lyxlayout.[Ch] (depends_on): new method
+
+       * version.C.in: update lyx_docversion
+
+       * LaTeXFeatures.C (getMacros): only define \LyX when needed
+
+       * paragraph.C (validate): remove from here...
+       * paragraph_pimpl.C (validate): ... and move here
+       (isTextAt): make it const
+
+       * buffer.C (getLists): ws cleanup
+
+2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * language.C (read): Use iso8859-1 encoding in latex_lang
+       (this prevents LyX from crashing when using iso10646-1 encoding).
+
+2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * text2.C (toggleInset): if cursor is inside an inset, close the
+       inset and leave cursor _after_ it
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: move minibuffer completion handling out of here
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * LaTeX.C: fix dispatch calls
+
+2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text.C (drawChars): Fix Arabic text rendering.
+
+2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove message-push/pop
+
+       * lyxserver.C:
+       * lyxfunc.h:
+       * lyxfunc.C: rationalise some code by removing verboseDispatch
+         in favour of a bool argument to dispatch()
+
+2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyx_main.C (init): make sure to read symlinks as absolute paths
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.h:
+       * lyxfunc.C: no need for commandshortcut to be a member
+
+2002-07-15  André Pönitz <poenitz@gmx.net>
+
+       * converter.C: add support for $$s (scripts from lib/scripts dir)
+       * lyx_main.C: white space
+
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * bufferlist.C:
+       * lyxrc.h:
+       * lyxrc.C: remove second exit confirmation
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView2.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
+
+2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expand): add numeric shortcuts to document menu
+
+       * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
+
+2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfont.C (setLyXFamily):
+       (setLyXSeries):
+       (setLyXShape):
+       (setLyXSize):
+       (setLyXMisc):
+       (lyxRead):
+       * debug.C (value):
+       * buffer.C (asciiParagraph): use ascii_lowercase
+
+2002-07-15  Mike Fabian  <mfabian@suse.de>
+
+       * lyxlex_pimpl.C (search_kw):
+       * lyxlex.C (getLongString):
+       * converter.h (operator<):
+       * converter.C (operator<):
+       * buffer.C (parseSingleLyXformat2Token):
+       (asciiParagraph):
+       * ToolbarDefaults.C (read):
+       * MenuBackend.C (checkShortcuts):
+       (read):
+       * LColor.C (getFromGUIName):
+       (getFromLyXName): use the compare_ascii_no_case instead of
+       compare_no_case, because in turkish, 'i' is not the lowercase
+       version of 'I', and thus turkish locale breaks parsing of tags.
+
+2002-07-16  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
+       now takes a Buffer const & argument.
+
+2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.C (resize): check there's a buffer to resize
+
+2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: remove dead code
+
+       * lyxserver.h:
+       * lyxserver.C: use lyx_guii::set_read_callback
+
+2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
+       an inset in a RTL paragraph.
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: repaint after a font size update
+
+2002-07-15  André Pönitz <poenitz@gmx.net>
+
+       * lyxlength.C: inBP should be able to return negative values
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: use lyx_gui::update_fonts()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: use lyx_gui::update_color()
+
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * bufferlist.C:
+       * lyxfunc.h:
+       * lyxfunc.C:
+       * lyxrc.h:
+       * lyxrc.C: remove file->new asks for name option, and let
+         buffer-new take an argument
+
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: remove unneeded extra repaint()
+
+2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C: allow command-sequence with NoBuffer
+
+       * lyxfunc.C: don't insist on trailing ';' for command-sequence
+
+2002-07-10  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
+
+2002-07-09  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
+
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lengthcommon.h: whitespace
+
+       * lyxfunc.C: update scrollbar after goto paragraph
+
+       * lyxtext.h: factor out page break drawing, and fix it so
+         page break/added space paints as selected nicely
+
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: add FIXMEs, clean up a little
+
+2002-07-09  André Pönitz <poenitz@gmx.net>
+
+       * lyxfont.[Ch]: support for wasy symbols
+
+2002-07-08  André Pönitz <poenitz@gmx.net>
+
+       * BufferView_pimpl.C: apply John's patch for #93.
+
+2002-07-05  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (buffer): generate previews if desired.
+
+       * LColor.h: add "preview" to the color enum.
+
+       * LColor.C (LColor): add a corresponding entry to the items array.
+
+       * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
+       with this buffer.
+
+2002-07-05  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
+       The body of the code is now in the method that is passed an ostream &
+       rather than a file name.
+       Pass an additional only_preamble parameter, useful for the forthcoming
+       preview stuff.
+
+2002-07-03  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: simplify getStatus() a bit for math stuff
+
+2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
+
+2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * text.C (changeRegionCase): do not change case of all the
+       document when region ends at paragraph end (bug #461)
+
+2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * paragraph.C (startTeXParParams):
+       (endTeXParParams): add \protect when necessary
+
+2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * BufferView_pimpl.C (workAreaExpose): remove warning
+
+2002-06-27  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: add lyxlayout_ptr_fwd.h.
+
+2002-06-26  André Pönitz <poenitz@gmx.net>
+
+       * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
+
+2002-06-25  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): Comment out the call to
+       grfx::GCache::changeDisplay. The method no longer exists now that the
+       pixmap generation part of the graphics loader has been moved into
+       InsetGraphics.
+
+2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C: layout as layout
+
+       * text.C: layout as layout
+
+       * tabular.C (OldFormatRead): layout as layout
+
+       * paragraph_pimpl.C (TeXDeeper): layout as layout
+       (realizeFont): layout as layout
+
+       * paragraph.C (writeFile): layout as layout
+       (validate): layout as layout
+       (getFont): layout as layout
+       (getLabelFont): layout as layout
+       (getLayoutFont): layout as layout
+       (breakParagraph): layout as layout
+       (stripLeadingSpaces): layout as layout
+       (getEndLabel): layout as layout
+       (getMaxDepthAfter): layout as layout
+       (applyLayout): layout as layout
+       (TeXOnePar): layout as layout
+       (simpleTeXOnePar): layout as layout
+       (TeXEnvironment): layout as layout
+       (layout): layout as layout
+       (layout): layout as layout
+
+       * lyxtextclass.C (compare_name): new functor to work with
+       shared_ptr, layout as layout
+       (Read): layout as layout
+       (hasLayout): layout as layout
+       (operator): layout as layout
+       (delete_layout): layout as layout
+       (defaultLayout): layout as layout
+
+       * lyxlayout_ptr_fwd.h: new file
+
+       * lyxlayout.C (Read): layout as layout
+
+       * lyx_cb.C (MenuInsertLabel): layout as layout
+
+       * bufferlist.C (newFile): layout as layout
+
+       * buffer.C (readLyXformat2): layout as layout
+       (parseSingleLyXformat2Token): layout as layout
+       (insertStringAsLines): layout as layout
+       (asciiParagraph): layout as layout
+       (latexParagraphs): layout as layout
+       (makeLinuxDocFile): layout as layout
+       (simpleLinuxDocOnePar): layout as layout
+       (makeDocBookFile): layout as layout
+       (simpleDocBookOnePar): layout as layout
+       (getLists): layout as layout
+
+       * LaTeXFeatures.C (getTClassPreamble): layout as layout
+
+       * CutAndPaste.C (cutSelection): layout as layout
+       (pasteSelection): layout as layout
+       (SwitchLayoutsBetweenClasses): layout as layout
+
+       * BufferView_pimpl.C (Dispatch): layout as layout
+       (smartQuote): layout as layout
+
+       * BufferView2.C (unlockInset): layout as layout
+
+2002-06-24  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: fix #487
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxrc.h:
+       * lyxrc.C:
+       * lyxfunc.C: remove display_shortcuts, show_banner
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Buffer_pimpl.C: oops, update on resize
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * buffer.C:
+       * converter.C:
+       * exporter.C:
+       * lyxfunc.C:
+       * BufferView.h:
+       * BufferView.C: use repaint()
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: s/updateScreen()/repaint()/
+         as it's a clearer description. Remove superfluous
+         redraws.
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * text.C: fix bug 488. Not ideal, but getting
+         getWord() to work properly for the insets that
+         matter is more difficult ...
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove the six million index lyxfuncs to just
+         one, and DTRT (bug 458)
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: clean up resize() stuff,
+         and unnecessary updateScreen()s
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * lyxfind.h:
+       * lyxfind.C:
+       * minibuffer.C: remove focus management of workarea,
+         not needed. Use screen's greyOut()
+
+2002-06-17  Herbert Voss  <voss@lyx.org>
+
+       * converter.C: (convert) do not post a message, when converting
+       fails, let the calling function decide what to do in this case
+
+2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: tidy up a little
+
+2002-06-16    <alstrup@diku.dk>
+
+       * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
+       Got rid of FORMS_H_LOCATION include. Now we are
+       GUII.
+
+2002-06-15  LyX Development team  <lyx@rilke>
+
+       * buffer.[Ch] (sgmlOpenTag):
+       (sgmlCloseTag): Added support for avoiding pernicious mixed
+       content. Return number of lines written.
+
+       (makeLinuxDocFile):
+       (makeDocBookFile): Fixed calls to sgml*Tag.
+       Simple white space clean.
+
+       (simpleDocBookOnePar): Simple white space clean.
+
+       * tabular.[Ch] (docBook): Renamed to docbook and got another
+       argument to related with the pernicious mixed content.
+
+       (docbookRow): Fixed calls for docbook inset method.
+
+2002-06-15  Lyx Development team  <larsbj@birdstep.com>
+
+       * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
+       so it's X11 independent.
+
+       * kb*.[Ch]: ditto.
+
+       * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
+
+2002-06-15  Lyx Development team  <lyx@electronia>
+
+       * intl.h: Renamed getTrans to getTransManager.
+
+2002-06-14  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: nuke forgotten stl_string_fwd.h.
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
+
+2002-06-13  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeX.C:
+       * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
+
+2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
+
+       * kbmap.C (getiso): add support for cyrillic and greek
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: move bogus scrolling logic
+         to xforms
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C:
+       * BufferView_pimpl.C: view->resize() change
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: topCursorVisible
+         prototype change
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * lyx_gui.h:
+       * lyx_gui.C: move to frontends/
+
+       * main.C:
+       * lyx_main.h:
+       * lyx_main.C: changes from above
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * intl.C:
+       * intl.h:
+       * kbmap.C:
+       * kbsequence.C:
+       * lyx_cb.C:
+       * lyx_main.C: minor tidy
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * BufferView.h:
+       * BufferView.C: make painter() const,
+         remove dead code
+
+       * BufferView2.C: use screen() accessor
+
+       * lyx_main.h:
+       * lyx_main.C: some minor cleanup
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: remove enter/leaveView,
+         use workHeight()
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView2.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: only construct screen once,
+         rename
+
+       * lyxrc.C: remove pointless comment
+
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C: remove active() and belowMouse()
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: use workarea() not workarea_,
+         and make it use a scoped_ptr instead
+
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: add debug message on BadWindow
+
+2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * sp_spell.C: fdopen is not part of the C++ standard.
+
+       * paragraph.C (InsetIterator): use >= instead of ==
+
+2002-06-07  Angus Leeming  <leeming@lyx.org>
+
+       Fixes needed to compile with Compaq cxx 6.5.
+       * BufferView_pimpl.C:
+       * DepTable.C:
+       * buffer.C:
+       * converter.C:
+       * encoding.C:
+       * lyx_gui.C:
+       * lyx_main.C:
+       * lyxtextclasslist.C:
+       * minibuffer.C:
+       * sp_spell.C:
+       * tabular_funcs.C:
+       * vc-backend.C:
+       all c-library variables have been moved into namespace std. Wrap
+       using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
+
+       * lyxlength.C:
+       * tabular-old.C:
+       * tabular.C:
+       Add a using std::abs declaration.
+
+       * kbmap.h (modifier_pair):
+       * paragraph.h (InsetTable, InsetList):
+       * lyxfont.h (FontBits):
+       type definition made public.
+
+       * bufferlist.C (emergencyWriteAll): the compiler complains that
+       there is more than one possible lyx::class_fun template to choose from.
+       I re-named the void specialisation as lyx::void_class_fun.
+
+       * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
+
+       * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
+       the compiler is is unable to find tostr in write_attribute.
+
+2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * buffer.C (sgmlError): hide #warning
+
+2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * xtl/*: get rid of xtl, which is not in use anyway
+
+       * LyXAction.C (init):
+       * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
+       were unimplemented xtl experimentation
+
+2002-06-04  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: disable array operation on simple formulae
+
+2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * converter.C: constify a bit
+
+2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: check xforms version correctly
+
+2002-04-30  Herbert Voss  <voss@lyx.org>
+
+       * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
+       "keep" option
+
+2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxvc.C: fix bug 416 (make sure buffer is saved before
+         attempt to register it with a VCS)
+
+2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyx_main.C (init): honor variables LYX_DIR_13x and
+       LYX_USERDIR_13x
+
+2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * buffer.h:
+       * buffer.C:
+       * lyx_main.C: fix a crash on bad command line,
+         and give a useful exit status on error
+
+       * lyxfunc.C (doImport): allow -i lyx to work
+
+2002-03-30  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: mathed font changes
+
+2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LaTeX.C:
+       * importer.h:
+       * importer.C:
+       * lyx_sty.h:
+       * lyx_sty.C:
+       * lyxlex.C:
+       * lyxrow.h:
+       * lyxtext.h:
+       * paragraph.h:
+       * paragraph.C:
+       * texrow.h:
+       * texrow.C:
+       * text.C:
+       * trans_mgr.h: srcdocs, and some minor cleanups
+
+2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
+       call getFont all the time)
+
+2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * switch from SigC signals to boost::signals
+
+2002-05-29  André Pönitz <poenitz@gmx.net>
+
+       * paragraph_pimpl.C (getChar): don't call size() too often...
+
+2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * paragraph_pimpl.C (insertChar): do not try to update tables when
+       appending (pos == size())
+
+       * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
+       in order to reduce drastically the number of comparisons needed to
+       parse a large document
+
+2002-05-29  André Pönitz <poenitz@gmx.net>
+
+       * text.C:
+       * text2.C:
+       * lyxtextclass.C:
+       * sp_pspell.h:
+       * textclasslist.[Ch]:
+       * sp_ispell.h: whitespace change
+
+2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxserver.C (callback): tentative fix of lyxserver. Does not use
+       lyxaction directly now.
+
+2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * trans.C:
+       * lyxfont.C:
+       * lyxvc.C: remove unused headers
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * buffer.h:
+       * undostack.h:
+       * undostack.C:
+       * undo_funcs.h:
+       * undo_funcs.C: some cleanups. Use shared_ptr
+         and a template for the undo stacks.
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * kbmap.h:
+       * kbmap.C:
+       * kbsequence.h:
+       * kbsequence.C:
+       * lyxfunc.h:
+       * lyxfunc.C:
+       * text2.C: use key_state/mouse_state
+
+2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
+       and LSubstring
+
+       * chset.C: change include order
+       (loadFile): use boost regex and get rid of LRegex and LSubstring
+
+       * Makefile.am (BOOST_LIBS): new variable
+       (lyx_LDADD): use it
+
+       * LaTeX.C: change include order.
+       (scanAuxFile): use boost regex and get rid of LRegex and
+       LSubstring
+       (deplog): ditto
+
+2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ColorHandler.h:
+       * ColorHandler.C:
+       * FontInfo.h:
+       * FontInfo.C: moved to frontends/xforms/
+
+       * FontLoader.h:
+       * FontLoader.C: moved into frontends for GUIIzation
+
+       * Makefile.am:
+       * lyx_gui.C:
+       * lyxfont.C:
+       * lyxfunc.C: changes from above
+
+2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LColor.C: remove spurious X include
+
+       * BufferView_pimpl.C:
+       * Makefile.am:
+       * font.h:
+       * font.C:
+       * text.C:
+       * text2.C: move font metrics to frontends/
+
+2002-05-24  Juergen Vigna  <jug@sad.it>
+
+       * undo_funcs.C (textHandleUndo): fix the cursor selection after
+       setting the undo_cursor.
+
+       * ParagraphParameters.h: include local includes first.
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * BufferView_pimpl.h:
+       * Makefile.am:
+       * WorkArea.h:
+       * WorkArea.C:
+       * screen.C: move WorkArea into frontends/
+
+       * lyxscreen.h:
+       * screen.C:
+       * text.C:
+       * BufferView.C:
+       * BufferView2.C: move LyXScreen into frontends/
+
+       * lyxlookup.h:
+       * lyxlookup.C:
+       * lyx_gui.C: move lyxlookup into frontends/xforms/
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * FontLoader.C:
+       * LyXView.h:
+       * LyXView.C:
+       * Makefile.am:
+       * WorkArea.C:
+       * XFormsView.h:
+       * XFormsView.C:
+       * buffer.C:
+       * bufferlist.C:
+       * bufferview_funcs.C:
+       * converter.C:
+       * importer.C:
+       * lyx_cb.C:
+       * lyx_gui.C:
+       * lyx_main.C:
+       * lyx_find.C:
+       * lyxfunc.C:
+       * lyxvc.C:
+       * minibuffer.C:
+       * text.C:
+       * text2.C:
+       * trans.C:
+       * vc-backend.C: move LyX/XFormsView into frontends/
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * PainterBase.C:
+       * PainterBase.h:
+       * Painter.C:
+       * Painter.h:
+       * WorkArea.C:
+       * WorkArea.h:
+       * screen.C:
+       * tabular.C:
+       * text.C:
+       * text2.C: move Painter to frontends/
+
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C: comment out some some code that depend upon lyx_format
+       < 220
+
+       * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
+       * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
+
+       * buffer.h (NO_COMPABILITY): turn off compability
+
+       * ColorHandler.C: include scoped_array.hpp
+
+       * font.C: Use more specific smart_ptr header.
+       * Painter.C: ditto
+       * gettext.C: ditto
+       * ShareContainer.h: ditto
+       * lyx_main.h: ditto
+       * kbmap.h: ditto
+       * FontInfo.h: ditto
+       * BufferView_pimpl.h: ditto
+       * ColorHandler.h: ditto
+
+       * kbmap.C (defkey): change call to shared_ptr::reset
+
+2002-05-21  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (insertErtContents): fix to insert ert asis if it is
+       non empty. Skip it completely if it contains only whitespaces.
+
+2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * BufferView2.C: clear selection on paste (bug 393)
+
+2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * DepTable.C: include ctime
+
+2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (latexParagraphs): Add new argument (moving_arg).
+
+2002-05-14  Juergen Vigna  <jug@sad.it>
+
+       * text.C (breakParagraph): fixed function to honor the keepempty
+       layout in the right maner and also to permit the right breaking
+       algorithm on empty or non empyt keepempty paragraphs.
+
+       * paragraph.C (breakParagraph): we have to check also if the par
+       is really empty (!size()) for isempty otherwise we do the wrong
+       paragraph break.
+
+2002-05-10  Juergen Vigna  <jug@sad.it>
+
+       * buffer.[Ch] : The following are only changes to the ert
+       compatibility read reading old LaTeX layout and font stuff and
+       convert it to ERTInsets.
+
+       * buffer.h: added isErtInset().
+
+       * buffer.C (struct ErtComp): add a fromlayout bool to check
+       if we're inside a LaTeX layout.
+       (isErtInset): new helper function.
+       (insertErtContents): look for other ert insets before this one
+       and insert the contents there, so that we don't have subsequent
+       ERT insets with nothing between them. This way we create only one
+       inset with multiple paragraphs. Also check if we don't insert only
+       spaces ' ' as they are ignored anyway afterwards in the .tex file
+       so if we have only spaces we will ignore this latex part in the
+       new file.
+       (parseSingleLyXformat2Token \\layout): better compatibility when
+       reading layout-latex stuff.
+       (parseSingleLyXformat2Token \\lang): put the insetERT in the right
+       language tag.
+       (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
+       stuff after reading the inset only get the information back from
+       the stack.
+
+2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (makeLaTeXFile): Put language options after loading babel.
+
+       * LaTeXFeatures.C (getBabelOptions): New method.
+
+2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView_pimpl.C (Dispatch): work around missing argument for
+       'layout'
+
+2002-05-08  Juergen Vigna  <jug@sad.it>
+
+       * text.C (leftMargin): handle paragraph leftindent.
+
+       * paragraph.C (writeFile): write the new \\leftindent tag.
+       (validate): handle leftindent code.
+       (TeXEnvironment): handle paragraphleftindent code again.
+
+       * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
+
+       * buffer.C (parseSingleLyXformat2Token): added compatibility code
+       for paragrap_extra indent code and new token \\leftindent.
+       (latexParagraphs): handle the leftindent as environment.
+
+       * ParameterStruct.h: added leftindent support.
+
+       * ParagraphParameters.C (leftIndent): added support functions for
+       the paragraph left indent.
+
+       * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
+       more appropriate.
+
+2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * paragraph.C (isRightToLeftPar): Return false for a paragraph
+       inside insetERT.
+
+       * text.C (computeBidiTables): No bidi in insetERT.
+
+       * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
+       in RTL documents.
+
+2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * version.C.in: pre 5
+
+2002-05-02  José Matos  <jamatos@fep.up.pt>
+       * buffer.C (makeDocBookFile): white space changes, add newline to
+       command styles.
+       (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
+
+       * tabular.C (docBook): fix typo.
+
+2002-05-03  Juergen Vigna  <jug@sad.it>
+
+       * screen.C (drawFromTo): recalculate the rowpointer if we had a
+       change in LyXText as we can not be sure it was not freed.
+       (drawOneRow): remove unused code.
+
+       * text.C (drawInset): redo the calculation of the need_break_row as
+       it could have a row which was already freed.
+       (draw): look at the return value of drawInset and return false if
+       it also returned false.
+       (paintRowText): look at the return value of draw and return false if
+       it also returned false.
+
+       * lyxtext.h: added bool return type to drawInset() and draw() so that
+       if we have a change in the row so that the rowbreak has to be redone
+       we abort drawing as it will be called again.
+
+2002-05-02  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
+       a change in the maintext also if we're inside an inset.
+       (Dispatch): set the cursor again after a break line and after the
+       screen has been updated as it could be we're in a different row.
+
+       * text2.C (fixCursorAfterDelete): check to make sure we don't request
+       to set the cursor behind the pargraph with > size().
+       (setCursor): check also for the same paragraph when checking where
+       to put the cursor if we have a NFR inset.
+
+       * buffer.C (parseSingleLyXformat2Token): move the compatibility
+       parts of layout read further up as it still was in the wrong
+       position.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * screen.C (drawFromTo): change sine fullRebreak always return
+       true.
+
+       * buffer.C (parseSingleLyXformat2Token): reindent some
+
+       * BufferView_pimpl.C (update): change since fullRebreak always
+       return true.
+       (Dispatch): git rid of the last hardcoded "Standard"s.
+
+2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.[Ch] (fullRebreak): make it return void now that we always
+       returned true.
+
+2002-04-30  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (parseSingleLyXformat2Token): reset the font before the
+       ert compatibility check for "latex" layout.
+
+2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
+       minipages: use col% instead of p%, and also use the current font.
+       (makeLaTeXFile): Fix use babel condition.
+       (parseSingleLyXformat2Token): Correct font when reading old floats.
+
+2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView_pimpl.C (Dispatch): Check that float type exists when
+       inserting list of floats.
+
+2002-04-25  Herbert Voss  <voss@lyx.org>
+
+       * MenuBackend.C (expand): don't add the graphics extensions to the
+       export menu
+
+2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
+       non-existing layout, do not complain if it was the default layout
+       of the original class (bug #342)
+
+2002-04-24  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
+       (workAreaButtonRelease): don't do anything if it was a mouse-wheel
+
 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * buffer.C (getBibkeyList): If using \bibliography, return the
 
 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
 
-       * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib. 
+       * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
 
        * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
        natbib is provided by the LaTeX class.
-       
+
 2002-04-23  Juergen Vigna  <jug@sad.it>
 
        * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
        * tabular.C (OldFormatRead): check also for \\end_inset as Lars
        changed the read and substituted \\end_float with \\end_inset!
 
-       * BufferView_pimpl.C (cursorPrevious): 
+       * BufferView_pimpl.C (cursorPrevious):
        (cursorNext): fixed to make it work with rows heigher than the work
        area without moving the cursor only the draw of the row.
        (workAreaMotionNotify): fix jumping over high rows.