]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
use floatname instead of floattype
[lyx.git] / src / ChangeLog
index f31ef9fd6167e2d1b7363ca56a3905b77be1ff87..553c87816c2f10194d36da7f46ad1ded8d33dd0a 100644 (file)
+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 
+       * 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