]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Rob's printer patch
[lyx.git] / src / ChangeLog
index 561a89ca75745470f8c8d552003eaad7a2ed9995..7be6f5ad428a986eb19c27afe64820e1e4a953cb 100644 (file)
@@ -1,5 +1,123 @@
+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
+
+       * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
+       references, ws changes.
+
+       * text2.C (init): update counters after init
+       (insertParagraph): no need to set counter on idividual paragraphs.
+       (setCounter): access the counters object in the textclass object
+       on in the buffer object.
+       (updateCounters): ditto
+
+       * lyxtextclass.C: include counters.h, add variable ctrs_ as
+       shared_ptr<Counters> to avoid loading counters.h in all
+       compilation units.
+       (LyXTextClass): initialize ctrs_
+       (TextClassTags): add TC_COUNTER, and ...
+       (Read): use it here.
+       (CounterTags): new tags
+       (readCounter): new function
+       (counters): new funtion
+       (defaultLayoutName): return a const reference
+
+       * counters.C (Counters): remove contructor
+       (newCounter): remove a couple of unneeded statements.
+       (newCounter): simplify a bit.
+       (numberLabel): some small formatting changes.
+
+       * buffer.[Ch]: remove all traces of counters, move the Counters
+       object to the LyXTextClass.
+
+2002-09-06  Alain Castera  <castera@in2p3.fr>
+
+       * tabular.C: uses \tabularnewline; uses >{...} construct from array
+       package to set the horizontal alignment on fixed width columns.
+
+       * lyx_sty.C:
+       * lyx_sty.h: added tabularnewline macro def.
+
+       * LaTeXFeatures.C: added NeedTabularnewline macro feature
+
+2002-09-06  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: tooltips for sub/superscript
+
+       * MenuBackend.C: a bit more verbose
+
+       * lyxfunc.C: tiny clean
+
+       * undo_funcs.C: document undo_frozen
+
 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
+       * counters.C (Counters): add missing algorithm counter.
+
        * text2.C (setCounter): lookup the counter with layouts latexname
        instead of by section number.
        (setCounter): use a hackish way to lookup the correct enum
 
 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
-       * lyxtextclass.C (TextClassTags): add TC_FLOAT 
+       * lyxtextclass.C (TextClassTags): add TC_FLOAT
        (Read): add float->TC_FLOAT to textclassTags
        (Read): and handle it in the switch
        (readFloat): new function