]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
layout as string
[lyx.git] / src / ChangeLog
index 9c1408d37587d2f598106f085a56d81b02ccef67..fbd6196de961e3d613ee11afbaa5035cae1d51ef 100644 (file)
@@ -1,3 +1,118 @@
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C: layout as string
+
+       * text.C: layout as string
+
+       * paragraph_pimpl.C: layout as string
+
+       * paragraph.[Ch]: layout as string
+
+       * lyxtextclasslist.[Ch]: layout as string
+
+       * lyxtextclass.[Ch]: layout as string
+
+       * lyxtext.h: layout as string
+
+       * lyxlayout.[Ch]: layout as string
+
+       * lyx_cb.C: layout as string
+
+       * bufferview_funcs.C: layout as string
+
+       * bufferparams.C: layout as string
+
+       * buffer.C: layout as string
+
+       * LyXView.[Ch]: layout as string
+
+       * LaTeXFeatures.[Ch]: layout as string
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
+
+       * BufferView_pimpl.C: change current_layout to string, remove
+       lyx::layout_type.
+       (Dispatch): 
+       (smartQuote): 
+       (insertInset): 
+       (workAreaButtonRelease): layout as string
+
+       * BufferView2.C (unlockInset): adjust
+
+       * vspace.C (asLatexCommand): use an explict temp variable.
+
+2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am: use FRONTEND_*
+2002-03-01  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (SetWidthOfMulticolCell): changed to something better
+       I hope but still work in progress.
+       (recalculateMulticolumnsOfColumn): renamed function from
+       recalculateMulticolCells as it is more appropriate now.
+       (SetWidthOfCell): calculate multicols better.
+
+2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
+
+       * lyxfunc.C (processKeySym): print sequence also if it is
+       `deleted' (complete)
+
+       * kbsequence.C (print): print sequence even if it is deleted
+       (complete would be a better word, actually).
+
+       * lyxfunc.C (dispatch): print complete options after a prefix key
+
+       * vspace.C (asLatexCommand): rewrite in a slightly different form.
+
+2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text2.C (setCharFont): eliminate setCharFont code duplication.
+
+2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * BufferView_pimpl.C (Dispatch): remove bogus handling of
+       LFUN_TABULAR_FEATURE (bug #177)
+
+2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: remove figure.h
+
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Bufferview_pimpl.C:
+       * CutAndPasteC:
+       * LaTeX.C:
+       * LyXSendto.C:
+       * buffer.C:
+       * bufferlist.C:
+       * converter.C:
+       * language.C:
+       * lyxfunc.C:
+       * lyxvc.C:
+       * paragraph.C:
+       * text.C:
+       * text2.C: remove #include "lyx_gui_misc.h".
+
+       * LaTeX.C: added #include <cstdio>
+
+2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * paragraph.C (getMaxDepthAfter): new method. The maximal depth
+       that the paragraph following this one can have.
+
+       * text2.C (incDepth): use Paragraph::getMaxDepthAfter
+
+       * vspace.C (asLatexCommand): fix bogus gcc warning
+
+       * Makefile.am (lyx_SOURCES): remove vms_defines.h
+
+2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text2.C (setLayout): get rid of redundant code
+
 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * text2.C (incDepth): make sure depth cannot be increased beyond
        * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
        a LyXImage const *.
 
+2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.C:
+       * BufferView.h:
+       * BufferView_pimpl.C:
+       * BufferView_pimpl.h:
+       * LaTeXFeatures.C:
+       * LyXAction.C:
+       * LyXView.C:
+       * Makefile.am:
+       * UpdateList.h:
+       * UpdateList.C:
+       * buffer.C:
+       * figure.h:
+       * figureForm.C:
+       * figureForm.h:
+       * figure_form.C:
+       * figure_form.h:
+       * lyx_cb.C:
+       * lyx_gui.C:
+       * lyx_gui_misc.C:
+       * lyxfunc.C:
+       * sp_base.h:
+       * sp_ispell.h:
+       * sp_pspell.h:
+       * sp_spell.C: remove fig inset, and the crap house of
+         cards that follows it
 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
 
        * Makefile.am: