]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
"ding-dong, the witch is dead!", says John
[lyx.git] / src / ChangeLog
index 7a991f45672638d043f0701b2306e6da86966448..cfac2e3c5c1eb10a755a90fadcb6a765b39bad00 100644 (file)
@@ -1,5 +1,118 @@
+2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * 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
+       reasonable values.
+
+2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
+       also call grfx::GCache::changeDisplay if the graphicsbg color changes.
+
+       * PainterBase.h (image):
+       * 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:
+       * lyxserver.C:
+       * os2_defines.h:
+       * os2_errortable.h:
+       * nt_defines.h: move .h into support/
+
+       * vms_defines.h: remove
+
+       * WorkArea.C: add space in debug output
+
+       * text2.C:
+       * paragraph.C:
+       * buffer.C: add WITH_WARNINGS
+
+       * vc-backend.h:
+       * vc-backend.C:
+       * bufferlist.C: s/retrive/retrieve/, add docs
+
+       * vspace.h:
+       * vspace.C:
+       * kbmap.h:
+       * lyxlength.h:
+       * lyxgluelength.h:
+       * length_common.h:
+       * chset.h:
+       * chset.C: add docs
+
+       * lyxgui.C: add ID to X error handler
+
+       * lyxtestclass.c: fix typo
+
+2002-02-26  Juergen Vigna  <jug@sad.it>
+
+       * tabular_funcs.C (write_attribute): changed so that some default
+       attributes are not written at all.
+       (getTokenValue): set default values before trying to read the
+       value so we have the return value always set as default if we don't
+       find the token we search for.
+
+       * tabular.C (Write): write bools as bools not as strings!
+
+2002-02-22  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
+       insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
+
+       * text.C (leftMargin): don't add an indent for paragraphs inside
+       tabular cells (fix #208).
+
+2002-02-21  José Matos  <jamatos@fep.up.pt>
+
+       * tabular.C (docBook): fixed support for long tables.
+
 2002-02-20  Juergen Vigna  <jug@sad.it>
 
+       * text2.C (getFont): get the drawing font of the Inset if this
+       paragraph is inside an inset (only important for InsetERT for now).
+
+       * buffer.C (insertErtContents): use new lanugage params in ERT
+       constructor.
+
        * CutAndPaste.C: commenting out seemingly uneeded code.
 
 2002-02-19  Allan Rae  <rae@lyx.org>