]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove noload/don't typeset
[lyx.git] / src / ChangeLog
index ba7e3b3802120c67db9b8eaaa7ab0075929ed00c..55700ef398dd7efe05ac26e905e4020861062e5e 100644 (file)
@@ -1,5 +1,273 @@
+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
+
+       * BufferView.h:
+       * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * buffer.C: increment LYX_FORMAT to 221
+
+       * 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):
+
+       * text2.C (setCounter):
+
+       * LaTeXFeatures.C (useFloat):
+       (getFloatDefinitions):
+
+       * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
+
+       * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
+       floatlist_, with accessor floats().
+
+       * FloatList.h: remove global FloatList
+
+2002-08-26  André Pönitz <poenitz@gmx.net>
+
+       * paragraph.[Ch]: Martin's patch for the \end_deeper bug
+
+       * BufferView.h:
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
+
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: fix margin note description
+
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * buffer.C:
+       * bufferlist.C:
+       * bufferview_funcs.C:
+       * lyxfont.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".
+
+2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
+       (and file_format >= 200).
+
+2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
+
+2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
+
+2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * buffer.C:
+       * commandtags.h:
+       * lyxfunc.C:
+       * paragraph.[Ch]:
+       * text2.C:
+       * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
+       inset and code to make it  work with the paragraph code. The inset
+       can be anywhere in the paragraph, but will only do the expected
+       thing in LaTeX if the layout file contains the parameter line
+                       OptionalArgs    1
+       (or more generally, a nonzero value) for that layout.
+
+2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.h: remove the declaration of undefined counters class
+       function.
+
+2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * text2.C (setCounter):  fixed enumeration mis-count as reported by
+       Dr. Richard Hawkins.
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph_funcs.h: remove some unneeded includes
+
+       * text.C (backspace): pasteParagraph now in global scipe
+
+       * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
+       (pasteSelection): ditto
+
+       * paragraph.[Ch] (pasteParagraph): move function to global scope ...
+       * paragraph_funcs.C (pasteParagraph): ... here
+
+2002-08-20  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUNs for swapping/copying table row/colums
+
+       * LyXAction.C:
+       * lyxfunc.C: support for new lfuns
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * tabular.C:
+       * buffer.[Ch]: remove NO_COMPABILITY stuff
+
 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
+       * boost.C (throw_exception): new file, with helper function for
+       boost compiled without exceptions.
+
        * paragraph.h:
        * lyxlength.C:
        * buffer.C: