]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Rob's printer patch
[lyx.git] / src / ChangeLog
index 886f1c1ed5b6cdb99b3bf186fd40d76beba4408b..7be6f5ad428a986eb19c27afe64820e1e4a953cb 100644 (file)
@@ -1,3 +1,67 @@
+2002-09-11  John Levon  <levon@movementarian.org>
+
+       * PrinterParams.h: odd/even default to true
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * PrinterParams.h: update printer parameters for new xforms dialog
+2002-09-11  Angus Leeming  <leeming@lyx.org>
+
+       * lyxserver.C (read_ready): re-write to make it more transparent
+       and to make it work in coherent fashion under Tru64 Unix.
+
+2002-09-11  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h:
+       * LyXAction.C:
+       * text3.C: implement LFUN_WORDSEL
+
+2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxtextclass.h: don't include FloatList.h, forward declare instead.
+       make floatlist_ a boost::shared_ptr<FloatList>
+
+       * lyxtextclass.C: include FloatList.h
+       (LyXTextClass): initialize floatlist_
+       (TextClassTags): add TC_NOFLOAT
+       (Read): match "nofloat" to TC_NOFLOAT and use it.
+       (readFloat): modify call to floatlist_
+       (floats): ditto
+       (floats): ditto
+
+       * FloatList.[Ch] (FloatList): remove commented out float
+       initialization.
+       (erase): new function
+
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * MenuBackend.C (expandToc): fix crash when there is no document
+       open
+
+2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * many files: Add insetwrap.
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * text2.C: remove confusing and awkward depth wraparound
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
+
+       * buffer.h:
+       * buffer.C: remove getIncludeonlyList()
+
+       * paragraph.C:
+       * lyxfunc.C: remove headers
+
+2002-09-09  Juergen Vigna  <jug@sad.it>
+
+       * text.C (getColumnNearX): fix form Michael this is most
+       probably a cut&paste bug.
+
 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code