]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Small fixes for docbook.
[lyx.git] / src / ChangeLog
index 0d81928b388f6ee0d0cd59ba5037c3c86ebc24dc..2761c1366227e6a2dfb89b9fff09fd963ce0d1e3 100644 (file)
@@ -1,3 +1,83 @@
+2002-02-18  José Matos  <jamatos@fep.up.pt>
+
+       * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
+       insets contents.
+
+2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * a lot of small ws changes
+       * add a lot of using std::XXX
+       * use std construcs some places where approp.
+       * use some exisint stuff from lyxfunctional where approp.
+       * Make file changes to use partial linking (lets test this now...)
+       
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Chktex.C:
+       * buffer.C:
+       remove #include "support/syscall.h" as it's redundant. Always has been.
+       
+       * Chktex.C:
+       * LaTeX.C:
+       * LyXSendto.C:
+       * converter.C:
+       * lyx_cb.C:
+       * vc-backend.C:
+       change Systemcalls::System to Systemcalls::Wait and
+       change Systemcalls::SystemDontWait to Systemcalls::DontWait.
+       No change of functionality, just reflects the stripped down Systemcalls
+       class.
+
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * debug.[Ch]: add a GRAPHICS type to the enum.
+
+2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * text.C (nextBreakPoint): use Paragraph::isLineSeparator
+
+       * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
+       there is an inset.
+
+2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
+       match the changes below.
+
+       * text2.C (toggleInset): if there is not editable inset at cursor
+       position, try to see if cursor is _inside_ a collapsable inset
+       and close it.
+
+2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
+       document menu has a nice checkbox
+
+2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxlength.C (asLatexString): change PW to output as percent of
+       \textwidth. 
+
+       * lengthcommon.C: change '%' to 't%'
+
+       * lyxfunc.C (dispatch): a few comments from Martin
+
+2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * WorkArea.h:
+       * WorkArea.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: clear our selection when X tells us we've lost
+         the X selection.
+
+2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * vspace.C (inPixels): fix compiler warning
+
+2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): fix status message for disabled commands. 
+
 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: fix crash on close buffer