]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Rename screen, and don't re-construct it on a buffer change (that is far too
[lyx.git] / src / ChangeLog
index 7832e299aa613ca585e8fc75044ba206044f8a6f..3e83ded21f0e06d77afb403362f32bec58c2068a 100644 (file)
@@ -1,3 +1,94 @@
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView2.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: only construct screen once,
+         rename
+
+       * lyxrc.C: remove pointless comment
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h: 
+       * BufferView.C: remove active() and belowMouse()
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: use workarea() not workarea_,
+         and make it use a scoped_ptr instead
+
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: add debug message on BadWindow
+2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * sp_spell.C: fdopen is not part of the C++ standard.
+
+       * paragraph.C (InsetIterator): use >= instead of ==
+
+2002-06-07  Angus Leeming  <leeming@lyx.org>
+
+       Fixes needed to compile with Compaq cxx 6.5.
+       * BufferView_pimpl.C:
+       * DepTable.C:
+       * buffer.C:
+       * converter.C:
+       * encoding.C:
+       * lyx_gui.C:
+       * lyx_main.C:
+       * lyxtextclasslist.C:
+       * minibuffer.C:
+       * sp_spell.C:
+       * tabular_funcs.C:
+       * vc-backend.C:
+       all c-library variables have been moved into namespace std. Wrap
+       using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
+
+       * lyxlength.C:
+       * tabular-old.C:
+       * tabular.C:
+       Add a using std::abs declaration.
+
+       * kbmap.h (modifier_pair):
+       * paragraph.h (InsetTable, InsetList):
+       * lyxfont.h (FontBits):
+       type definition made public.
+
+       * bufferlist.C (emergencyWriteAll): the compiler complains that
+       there is more than one possible lyx::class_fun template to choose from.
+       I re-named the void specialisation as lyx::void_class_fun.
+
+       * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
+
+       * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
+       the compiler is is unable to find tostr in write_attribute.
+
+2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * buffer.C (sgmlError): hide #warning
+
+2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * xtl/*: get rid of xtl, which is not in use anyway
+
+       * LyXAction.C (init):
+       * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
+       were unimplemented xtl experimentation
+
+2002-06-04  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: disable array operation on simple formulae
+
+2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * converter.C: constify a bit
+
+2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: check xforms version correctly
+
 2002-04-30  Herbert Voss  <voss@lyx.org>
 
        * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
 
        * lyxvc.C: fix bug 416 (make sure buffer is saved before
          attempt to register it with a VCS)
+
 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyx_main.C (init): honor variables LYX_DIR_13x and
-       LYX_USERDIR_13x 
+       LYX_USERDIR_13x
 
 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
 
-       * buffer.h: 
+       * buffer.h:
        * buffer.C:
        * lyx_main.C: fix a crash on bad command line,
          and give a useful exit status on error
 
        * lyxfunc.C (doImport): allow -i lyx to work
-  
+
 2002-03-30  André Pönitz <poenitz@gmx.net>
 
-       * lyxfunc.C: mathed font changes 
+       * lyxfunc.C: mathed font changes
 
 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
 
-       * LaTeX.C: 
+       * LaTeX.C:
        * importer.h:
        * importer.C:
        * lyx_sty.h:
-       * lyx_sty.C: 
-       * lyxlex.C: 
-       * lyxrow.h: 
-       * lyxtext.h: 
-       * paragraph.h: 
-       * paragraph.C: 
+       * lyx_sty.C:
+       * lyxlex.C:
+       * lyxrow.h:
+       * lyxtext.h:
+       * paragraph.h:
+       * paragraph.C:
        * texrow.h:
-       * texrow.C: 
+       * texrow.C:
        * text.C:
        * trans_mgr.h: srcdocs, and some minor cleanups
+
 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not