]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
use floatname instead of floattype
[lyx.git] / src / ChangeLog
index 5a240d89292150026c870731e587541cb59d3995..553c87816c2f10194d36da7f46ad1ded8d33dd0a 100644 (file)
@@ -1,5 +1,720 @@
+2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * MenuBackend.C (expandToc): gettext on float names.
+
+2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * lyxlength.[Ch]: set default unit to UNIT_NONE,
+       implement bool empty() [bug 490]
+
+2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text2.C (setCounter): clean up a bit, use boost.format.
+       (updateCounters): initialize par upon declaration.
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
+       if the layout exists. We do not just store the layout any more.
+       (SwitchLayoutsBetweenClasses): use boost.format
+
+2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * converter.C (convert): if from and to files are the same, use a
+       temporary files as intermediary
+
+2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * commandtags.h:
+       * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
+
+2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
+
+2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * tabular.C (asciiPrintCell): use string(size, char) instead of
+       explicit loop.
+
+       * sgml.C (openTag): fix order of arguments to string constructor
+       (closeTag): ditto
+
+       * lyxfunc.C (dispatch): use boost.format
+
+       * lots of files: change "c" -> 'c'
+
+2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
+
+2002-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
+
+       * lyx_main.C (init): compile fix.
+
+2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_cb.C (start): boost.formatify
+       do not include <iostream>
+
+       * lengthcommon.C: ws only
+
+       * boost-inst.C,BoostFormat.h: add more explict instantations
+
+2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lots of files: handle USE_BOOST_FORMAT
+
+2002-11-21  John Levon  <levon@movementarian.org>
+
+       * pspell.C: fix compile
+
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.C (dispatch): use boost::format
+       (open): ditto
+       (doImport): ditto
+
+       * lyxfont.C (stateText): use boost::format
+
+       * lyx_main.C (LyX): use boost::format
+       (init): ditto
+       (queryUserLyXDir): ditto
+       (readRcFile): ditto
+       (parse_dbg): ditto
+       (typedef boost::function): use the recommened syntax.
+
+       * importer.C (Import): use boost::format
+
+       * debug.C (showLevel): use boost::format
+
+       * converter.C (view): use boost::format
+       (convert): ditto
+       (move): ditto
+       (scanLog): ditto
+
+       * bufferview_funcs.C (currentState): use boost::format
+
+       * bufferlist.C (emergencyWrite): use boost::format
+
+       * buffer.C (readLyXformat2): use boost::format
+       (parseSingleLyXformat2Token): ditto
+
+       * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
+
+       * LaTeX.C (run): use boost::format
+
+       * Chktex.C (scanLogFile): use boost::format
+
+       * BufferView_pimpl.C (savePosition): use boost::format
+       (restorePosition): ditto
+       (MenuInsertLyXFile): ditto
+
+       * BoostFormat.h: help file for explicit instation.
+
+2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * tabular.C (latex): Support for block alignment in fixed width
+       columns.
+
+2002-11-17  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C:
+       * lyx_cb.C:
+       * lyxfunc.C: split filedialog into open/save
+
+2002-11-08  Juergen Vigna  <jug@sad.it>
+
+       * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
+       by my last patch (hopefully).
+
+2002-11-08  John Levon  <levon@movementarian.org>
+
+       * iterators.h:
+       * iterators.C:
+       * buffer.h:
+       * buffer.C:
+       * paragraph.h:
+       * paragraph.C:
+       * toc.h:
+       * toc.C: ParConstIterator, and use it (from Lars)
+
+2002-11-07  Ben Stanley  <bds02@uow.edu.au>
+
+       * lyxtextclass.[Ch]: revise and add doxygen comments
+
+2002-11-07  John Levon  <levon@movementarian.org>
+
+       * text.C: fix progress value for spellchecker
+
+       * toc.C: fix navigate menu for insetwrap inside minipage
+
+       * paragraph_funcs.C: added FIXME for suspect code
+
+2002-11-07  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C: fix redrawing of insets
+         on buffer switch
+
+2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C (updateCounters): fix bug 668
+
+2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text3.C (dispatch): Do not make the buffer dirty when moving the
+       cursor.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * vc-backend.C: STRCONV
+       (scanMaster): ditto
+
+       * text2.C (setCounter): STRCONV
+
+       * paragraph.C (asString): STRCONV
+
+       * lyxlength.C (asString): STRCONV
+       (asLatexString): ditto
+
+       * lyxgluelength.C (asString): STRCONV
+       (asLatexString): ditto
+
+       * lyxfunc.C (dispatch): STRCONV
+       (open): ditto
+
+       * lyxfont.C (stateText): STRCONV
+
+       * importer.C (Import): STRCONV
+
+       * counters.C (labelItem): STRCONV
+       (numberLabel): ditto
+       (numberLabel): remove unused ostringstream o
+
+       * chset.C: STRCONV
+       (loadFile): ditto
+
+       * bufferview_funcs.C (currentState): STRCONV
+
+       * buffer.C (readFile): STRCONV
+       (asciiParagraph): ditto
+       (makeLaTeXFile): ditto
+
+       * Spacing.C (writeEnvirBegin): STRCONV
+
+       * LaTeXFeatures.C (getLanguages): STRCONV
+       (getPackages): ditto
+       (getMacros): ditto
+       (getBabelOptions): ditto
+       (getTClassPreamble): ditto
+       (getLyXSGMLEntities): ditto
+       (getIncludedFiles): ditto
+
+       * LaTeX.C: STRCONV
+       (run): ditto
+       (scanAuxFile): ditto
+       (deplog): ditto
+
+       * LString.h: add the STRCONV macros
+
+       * BufferView_pimpl.C (savePosition): STRCONV
+       (restorePosition): ditto
+       (MenuInsertLyXFile): ditto
+
+       * vc-backend.C (scanMaster): change from submatch[...] to
+       submatch.str(...)
+
+       * funcrequest.C: include config.h
+
+       * factory.C: include config.h
+
+       * chset.C (loadFile): change from submatch[...] to submatch.str(...)
+
+       * box.C: include config.h
+
+       * LaTeX.C (scanAuxFile): change from submatch[...] to
+       submatch.str(...)
+       (deplog): ditto
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
+
+       * ispell.[Ch] (setError): new method.
+       * ispell.C (c-tor): move out child process into new class LaunchIspell.
+       Use setError() insetead of goto END.
+
+       * lyx_cb.C (AutoSave): move out child process into new class
+       AutoSaveBuffer.
+
+2002-10-30  John Levon  <levon@movementarian.org>
+
+       * text3.C: make start appendix undoable
+
+2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxlength.C (inPixels): Fix returned value.
+
+       * paragraph.C (TeXOnePar): Fix bug with language changes in nested
+       environment.
+
+2002-10-24  Angus Leeming  <leeming@lyx.org>
+
+       * lyxgluelength.h: no need to forward declare BufferParams
+       or BufferView, so don't.
+
+2002-10-21  John Levon  <levon@movementarian.org>
+
+       * BufferView.C: menuUndo ->undo, redo
+
+       * BufferView.h: document, remove dead, make some methods private
+
+       * paragraph_funcs.h:
+       * paragraph_funcs.C:
+       * CutAndPaste.C: s/pasteParagraph/mergeParagraph
+
+       * buffer.h:
+       * buffer.C:
+       * sgml.h:
+       * sgml.C: move sgml open/close tag into sgml.C
+
+       * bufferview_funcs.h: unused prototype
+
+       * lyxfunc.h:
+       * lyxfunc.C: remove unused
+
+       * lyxtext.h:
+       * text.C: remove unused
+
+2002-10-21  John Levon  <levon@movementarian.org>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: fix mouse wheel handling based on
+         patch from Darren Freeman
+
+2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
+
+2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxlength.C (inPixels): Fix hanfling of negative length.
+       Fix LyXLength::MU case.
+
+2002-10-16  John Levon  <levon@movementarian.org>
+
+       * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
+
+2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * converter.C (view): add support for $$i (file name) and $$p
+       (file path) for the viewer command. If $$i is not specified, then
+       it is appended to the command (for compatibility with old syntax)
+
+2002-10-14  Juergen Vigna  <jug@sad.it>
+
+       * undo_funcs.C (textHandleUndo): alter the order in which the
+       new undopar is added to the LyXText, as we have to set first
+       the right prev/next and then add it as otherwise the rebuild of
+       LyXText is not correct. Also reset the cursor to the right paragraph,
+       with this IMO we could remove the hack in "redoParagraphs()".
+
+2002-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
+       to turn off an optimisation if a new inset is to be inserted.
+
+2002-10-11 André Pönitz <poenitz@gmx.net>
+
+       * lytext.h: make some functions public to allow access
+       from inset/lyxtext for handling LFUN_PRIOR/NEXT
+
+2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text3.C (dispatch): when changing layout, avoid an infinite loop
+       [bug #652]
+
+2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxrc.C (read): treat a viewer or converter command of "none" as
+       if it were empty.
+
+       * MenuBackend.C (expandFormats): for an update, also allow the
+       formats that are not viewable
+
+       * lyx_main.C (queryUserLyXDir): re-run automatically the configure
+       script if it is newer than the lyxrc.defaults in user directory
+
+2002-10-07 André Pönitz <poenitz@gmx.net>
+
+       * text.C: Vitaly Lipatov's small i18n fix
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * ispell.h: doxygen fix.
+
+2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.h (readFile): Add a new argument to the method, to allow
+       reading of old-format templates.
+
+2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * toc.C (getTocList): Get TOC from InsetWrap.
+
+2002-09-16  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C: check tabular for cut/copy too
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: tidy
+
+       * factory.h:
+       * factory.C: add header
+
+       * paragraph_funcs.h:
+       * paragraph_funcs.C: cleanup
+
+2002-09-11  John Levon  <levon@movementarian.org>
+
+       * PrinterParams.h: odd/even default to true
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * PrinterParams.h: update printer parameters for new xforms dialog
+
+2002-09-11  Angus Leeming  <leeming@lyx.org>
+
+       * lyxserver.C (read_ready): re-write to make it more transparent
+       and to make it work in coherent fashion under Tru64 Unix.
+
+2002-09-11  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h:
+       * LyXAction.C:
+       * text3.C: implement LFUN_WORDSEL
+
+2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxtextclass.h: don't include FloatList.h, forward declare instead.
+       make floatlist_ a boost::shared_ptr<FloatList>
+
+       * lyxtextclass.C: include FloatList.h
+       (LyXTextClass): initialize floatlist_
+       (TextClassTags): add TC_NOFLOAT
+       (Read): match "nofloat" to TC_NOFLOAT and use it.
+       (readFloat): modify call to floatlist_
+       (floats): ditto
+       (floats): ditto
+
+       * FloatList.[Ch] (FloatList): remove commented out float
+       initialization.
+       (erase): new function
+
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * MenuBackend.C (expandToc): fix crash when there is no document
+       open
+
+2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * many files: Add insetwrap.
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * text2.C: remove confusing and awkward depth wraparound
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
+
+       * buffer.h:
+       * buffer.C: remove getIncludeonlyList()
+
+       * paragraph.C:
+       * lyxfunc.C: remove headers
+
+2002-09-09  Juergen Vigna  <jug@sad.it>
+
+       * text.C (getColumnNearX): fix form Michael this is most
+       probably a cut&paste bug.
+
+2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
+
+       * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
+       references, ws changes.
+
+       * text2.C (init): update counters after init
+       (insertParagraph): no need to set counter on idividual paragraphs.
+       (setCounter): access the counters object in the textclass object
+       on in the buffer object.
+       (updateCounters): ditto
+
+       * lyxtextclass.C: include counters.h, add variable ctrs_ as
+       shared_ptr<Counters> to avoid loading counters.h in all
+       compilation units.
+       (LyXTextClass): initialize ctrs_
+       (TextClassTags): add TC_COUNTER, and ...
+       (Read): use it here.
+       (CounterTags): new tags
+       (readCounter): new function
+       (counters): new funtion
+       (defaultLayoutName): return a const reference
+
+       * counters.C (Counters): remove contructor
+       (newCounter): remove a couple of unneeded statements.
+       (newCounter): simplify a bit.
+       (numberLabel): some small formatting changes.
+
+       * buffer.[Ch]: remove all traces of counters, move the Counters
+       object to the LyXTextClass.
+
+2002-09-06  Alain Castera  <castera@in2p3.fr>
+
+       * tabular.C: uses \tabularnewline; uses >{...} construct from array
+       package to set the horizontal alignment on fixed width columns.
+
+       * lyx_sty.C:
+       * lyx_sty.h: added tabularnewline macro def.
+
+       * LaTeXFeatures.C: added NeedTabularnewline macro feature
+
+2002-09-06  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: tooltips for sub/superscript
+
+       * MenuBackend.C: a bit more verbose
+
+       * lyxfunc.C: tiny clean
+
+       * undo_funcs.C: document undo_frozen
+
+2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * counters.C (Counters): add missing algorithm counter.
+
+       * text2.C (setCounter): lookup the counter with layouts latexname
+       instead of by section number.
+       (setCounter): use a hackish way to lookup the correct enum
+       counter.
+       a float name->type change
+       reset enum couners with counter name directly instead of depth value.
+
+       * counters.C (Counters): remove the push_backs, change to use the
+       float type not the float name.
+       (labelItem): remove unused string, float name->type change
+
+       * counters.h: don't include vector, loose the enums and sects vectors
+
+2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxtextclass.C (TextClassTags): add TC_FLOAT
+       (Read): add float->TC_FLOAT to textclassTags
+       (Read): and handle it in the switch
+       (readFloat): new function
+
+       * FloatList.C (FloatList): comment out the hardcoded float
+       definitions.
+
+       * lyxlayout.h: ws change.
+
+2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
+
+2002-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.h: qualified name is not allowed in member
+       declaration: WorkArea & Pimpl::workarea() const;
+
+       * factory.C: added using std::endl directive.
+
+       * text3.C: added using std::find and std::vector directives.
+
+2002-08-29  André Pönitz <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text2.C: remove unused member number_of_rows
+
+       * Makefile.am:
+       * BufferView2.C: remove file, move contents to...
+       * BufferView.C: ... here
+
+       * BufferView_pimpl.C:
+       * factory.C: move more inset creation to factory
+
+       * vspace.C: avoid direct usage of LyXText, ws changes
+
+       * BufferView.[Ch]:
+               don't provide direct access to WorkArea, use two simple
+               acessors haveSelction() and workHeight() instead
+
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C (dispatch): do not continue when
+         no buffer
+
+2002-08-28  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
+
+       * BufferView.h:
+       * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * buffer.C: increment LYX_FORMAT to 221
+
+       * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
+       grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
+
+       * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
+
+       * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
+
+2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * factory.C (createInset): use LyXTextClass::floats
+
+       * MenuBackend.C (expandFloatListInsert):
+       (expandFloatInsert):
+       (expandToc):
+
+       * text2.C (setCounter):
+
+       * LaTeXFeatures.C (useFloat):
+       (getFloatDefinitions):
+
+       * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
+
+       * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
+       floatlist_, with accessor floats().
+
+       * FloatList.h: remove global FloatList
+
+2002-08-26  André Pönitz <poenitz@gmx.net>
+
+       * paragraph.[Ch]: Martin's patch for the \end_deeper bug
+
+       * BufferView.h:
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
+
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: fix margin note description
+
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * buffer.C:
+       * bufferlist.C:
+       * bufferview_funcs.C:
+       * lyxfont.C:
+       * undo_funcs.C: cleanups
+
+       * lyxfunc.C: disable CUT/COPY when no selection
+
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
+       in "enum UNIT"; e.g. PTW for Percent of TextWidth
+
+       * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
+       Add backward compatibility to "mono", "gray" and "no".
+
+2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
+       (and file_format >= 200).
+
+2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
+
+2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
+
+2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * buffer.C:
+       * commandtags.h:
+       * lyxfunc.C:
+       * paragraph.[Ch]:
+       * text2.C:
+       * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
+       inset and code to make it  work with the paragraph code. The inset
+       can be anywhere in the paragraph, but will only do the expected
+       thing in LaTeX if the layout file contains the parameter line
+                       OptionalArgs    1
+       (or more generally, a nonzero value) for that layout.
+
+2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.h: remove the declaration of undefined counters class
+       function.
+
+2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * text2.C (setCounter):  fixed enumeration mis-count as reported by
+       Dr. Richard Hawkins.
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph_funcs.h: remove some unneeded includes
+
+       * text.C (backspace): pasteParagraph now in global scipe
+
+       * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
+       (pasteSelection): ditto
+
+       * paragraph.[Ch] (pasteParagraph): move function to global scope ...
+       * paragraph_funcs.C (pasteParagraph): ... here
+
+2002-08-20  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUNs for swapping/copying table row/colums
+
+       * LyXAction.C:
+       * lyxfunc.C: support for new lfuns
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * tabular.C:
+       * buffer.[Ch]: remove NO_COMPABILITY stuff
+
 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
+       * boost.C (throw_exception): new file, with helper function for
+       boost compiled without exceptions.
+
+       * paragraph.h:
+       * lyxlength.C:
+       * buffer.C:
+       * ParameterStruct.h:
+       * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
+
+       * bufferlist.C (emergencyWriteAll): use boost bind
+
+       * BufferView_pimpl.C (moveCursorUpdate): remove inline
+
        * text.C: include paragraph_funcs.h
        (breakParagraph): breakParagraph is now in global scope
 
        * 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: