]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove noload/don't typeset
[lyx.git] / src / ChangeLog
index c0abfd4abcb67b6027345defb73202869c4fedcb..55700ef398dd7efe05ac26e905e4020861062e5e 100644 (file)
@@ -1,8 +1,136 @@
+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
+       counter.
+       a float name->type change
+       reset enum couners with counter name directly instead of depth value.
+
+       * counters.C (Counters): remove the push_backs, change to use the
+       float type not the float name.
+       (labelItem): remove unused string, float name->type change
+
+       * counters.h: don't include vector, loose the enums and sects vectors
+
+2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxtextclass.C (TextClassTags): add TC_FLOAT
+       (Read): add float->TC_FLOAT to textclassTags
+       (Read): and handle it in the switch
+       (readFloat): new function
+
+       * FloatList.C (FloatList): comment out the hardcoded float
+       definitions.
+
+       * lyxlayout.h: ws change.
+
+2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
+
+2002-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.h: qualified name is not allowed in member
+       declaration: WorkArea & Pimpl::workarea() const;
+
+       * factory.C: added using std::endl directive.
+
+       * text3.C: added using std::find and std::vector directives.
+
+2002-08-29  André Pönitz <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text2.C: remove unused member number_of_rows
+
+       * Makefile.am:
+       * BufferView2.C: remove file, move contents to...
+       * BufferView.C: ... here
+
+       * BufferView_pimpl.C:
+       * factory.C: move more inset creation to factory
+
+       * vspace.C: avoid direct usage of LyXText, ws changes
+
+       * BufferView.[Ch]:
+               don't provide direct access to WorkArea, use two simple
+               acessors haveSelction() and workHeight() instead
+
+
 2002-08-29  John Levon  <levon@movementarian.org>
 
        * BufferView_pimpl.C (dispatch): do not continue when
          no buffer
+
 2002-08-28  André Pönitz <poenitz@gmx.net>
 
        * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
 
        * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
        grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
-       
+
        * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
 
        * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
-       
+
 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * factory.C (createInset): use LyXTextClass::floats
 
-       * MenuBackend.C (expandFloatListInsert): 
-       (expandFloatInsert): 
-       (expandToc): 
+       * MenuBackend.C (expandFloatListInsert):
+       (expandFloatInsert):
+       (expandToc):
 
-       * text2.C (setCounter): 
+       * text2.C (setCounter):
 
-       * LaTeXFeatures.C (useFloat): 
-       (getFloatDefinitions): 
+       * LaTeXFeatures.C (useFloat):
+       (getFloatDefinitions):
 
        * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
 
 2002-08-25  John Levon  <levon@movementarian.org>
 
        * LyXAction.C: fix margin note description
+
 2002-08-24  John Levon  <levon@movementarian.org>
 
        * buffer.C:
        * undo_funcs.C: cleanups
 
        * lyxfunc.C: disable CUT/COPY when no selection
+
 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
-       * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
-       in "enum UNIT"; e.g. PTW for Percent of TextWidth
-       
-       * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
-       Add backward compatibility to "mono", "gray" and "no".
+
+       * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
+       in "enum UNIT"; e.g. PTW for Percent of TextWidth
+
+       * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
+       Add backward compatibility to "mono", "gray" and "no".
+
 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
 
        * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
 
 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
 
-       * text2.C (setCounter):  fixed enumeration mis-count as reported by 
+       * text2.C (setCounter):  fixed enumeration mis-count as reported by
        Dr. Richard Hawkins.
 
 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>