]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / ChangeLog
index a5fb2aeae927a5367c008fa00e789dd011c36468..47b464380b0a32f36848c3b0b37a29c5ee232919 100644 (file)
@@ -1,3 +1,227 @@
+2001-07-22  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C: fix "pullArg" behaviour
+
+2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * formula.C (insetAllowed): allow insertion of label
+
+2001-07-20 André Pönitz  <poenitz@gmx.net>
+
+       * math_macrotable.C: support for \land and \vee
+
+2001-07-16 André Pönitz  <poenitz@gmx.net>
+
+       * math_grid.[Ch] -> math_gridinset.[Ch]
+         math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
+
+       * formulabase.C: fix 'buffer set to (Changed) when moving in math',
+         fix 'mathed reports wrong width', cosmetics
+
+2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_cursor.C (operator==): moved ouf of struct
+       (operator<): ditto
+       (normalAnchor): reversed one test (but shouldn't it really be >= ?)
+
+2001-07-16 André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
+
+       * several files: supporting changes
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * formula.C: removed using std::ostringstream directive.
+
+       * math_cursor.C: std::istringstream -> istringstream.
+
+2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_decorationinset.h: add std:: qualifier
+
+2001-07-12 André Pönitz  <poenitz@gmx.net>
+
+       * math_updowninset.[hC]: new base class for script and bigop insets
+               *.[hC]: subsequent changes to all Metric() functions
+       
+       * math_parser.C: small changes (\sqrt0 is read properly now)
+       
+2001-07-10 André Pönitz  <poenitz@gmx.net>
+       
+       * math_accentinset.[hC]: rewrite
+
+       * math_parser.C:
+               math_cursor.C: subsequent changes
+
+       * math_grid.C: <Delete> in the first cell of a completely empty row
+         deletes that row, <C-Return> places the cursor in the first of the
+         new empty cells.
+
+       * math_grid.C: try to split cell nicely when mutating from single-cell
+         to multi-cell environment
+
+2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_matrixinset.C (mutate): Use only the first label when
+       mutating eqnarray to display formula.
+
+2001-07-09  Juergen Vigna  <jug@sad.it>
+
+       * formulabase.C (mathDispatchCreation): don't do anything with the
+       inset if it cannot be inserted!
+
+2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formulabase.C (mathDispatchInsertMath): remove bogus return
+       statement. 
+
+2001-07-09 André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.C: Change order of arguments in MathInset constructor 
+
+       * math_cursor.C: Remove broken "increase space" feature for a while
+
+2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * formulabase.C (mathDispatchInsertMath): Create an inline formula.
+
+2001-07-04 André Pönitz  <poenitz@gmx.net>
+
+       * math_parser.C: fix reading of "unusual" alpha chars
+
+       * xarray.[hC]: fix debug output of xarray
+
+2001-07-03 André Pönitz  <poenitz@gmx.net>
+
+       * math_parser.C: fix bug where equations did not get their labels
+
+       * formulabase.C: new feature: changing font on selection
+
+       * several files: subsequent changes
+
+       * array.C: fix bug when insets have not been cloned properly
+       This should fix quite a few "random" crashes...
+
+2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formulabase.C (localDispatch): use .c_str() on istringstream
+       constructor argument.
+
+2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_grid.C (addCol): add second argument to cellinfo_.insert.
+       Cleanup a bit the code.
+       (appendRow): do not call push_back without argument.
+
+       * *.C: remove all "using namespace std" directives (not
+       good!!) and replaced it with relevant "using" directives.
+       
+       * math_macrotemplate.C (Clone): change return type to MathInset*
+
+2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_sizeinset.C: include support/LOstream.h
+
+       * math_scriptinset.C (Metrics): std:: qualify max
+
+       * math_root.C (Metrics): std:: qualify max
+       (Write): std:: qualify ostream
+       (WriteNormal): ditto
+
+       * math_matrixinset.C (getLabelList): std:: qualify vector
+       include vector
+       (Metrics): std:: qualify max
+       (header_write): std:: qualify ostream
+       (footer_write): ditto
+
+       * math_macrotemplate.C (Write): std:: qualify ostream
+
+       * math_bigopinset.C (Metrics): std:: qualify max, and include
+       functional 
+
+       * math_matrixinset.h: include vector and std:: qualify it.
+
+       * array.C (GetInset): get a pointer to the first element of bf_
+       not an iterator.
+
+2001-06-25  The LyX Project  <Asger>
+
+       * math_scriptinset.C: Fix for entering with cursor up/down.
+
+       * math_fracinset.C: We can enter fractions with cursor up and
+       down.
+
+       * math_cursor.C (Right): Fixes for cursor movement.
+
+       * formula.C (draw): New background color for math.
+       
+       * math_cursor.C: Fixes for toggling labels on/off in math.
+       Fixes for infinity and other symbols that didn't appear in
+       LaTeX.
+
+2001-06-24  The LyX Project  <Asger>
+
+       * math_inset.C: Cursor movement is better in square roots, among
+       other things.
+
+       * math_cursor.C (Interpret): Improved subscript bullshit. Improved
+       cursor up/down movement. What not.
+
+2001-06-24  The LyX Project  <Asger>
+
+       * math_matrixinset.C: Hidden labels are hidden, unless a small
+       dragon jumps out of the screen, and pronounce them to the entire
+       world.
+
+2001-06-24  The LyX Project  <Easter egg>
+
+       * math_cursor.C: Cursor improvements after a few dead-ends
+       in the evolution of cursor movement were tested and scrapped.
+       
+2001-06-24  The LyX Project  <Asger>
+
+       * math_cursor.C: Renamed stack to path.
+
+2001-06-24  The LyX Project  <André>
+
+       * *.[Ch]:
+         Makefile.am: The Big Patch
+         (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
+     new MathScriptInset for up/down stuff;
+          delete MathIter/MatXIter, MathParInset, MathRowSt
+     Changes to the inset inheritance tree, reunification of abstract math
+     inset base classes;
+     label/numbering handling back to life;
+     major changes to the parser(s);
+     new base class FormulaBase for the two math LyXInsets;
+          general cleanup and cosmetic changes)
+
+2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_macro.C:
+       * math_root.C: removed // -*- C++ -*- as first line.
+
+2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * array.C: bring memmove into main namespace if necessary
+
+2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_parser.C (yylex): use contains instead of strchr
+       (parse_align): remove last arg, change to take string const & as
+       first arg.
+       (mathed_parse): use string for ar2 and ar, adjust
+
+       * math_decorationinset.C (Write): use compare instead of strcmp
+
+       * formula.C (LocalDispatch): change arg2 to string, adjust for this
+       (LocalDispatch): add std::
+       (LocalDispatch): use contains instead of strchr
+
+       * array.C (move): add std::
+
 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * matriz.C: add using directives when needed for C functions
        * formula.C (HandleExtern): add .c_str() to .str() (useful when
        using lyxtring)
 
-2001-04-27 André Pönitz  <poenitz@htwm.de>
+2001-04-27 André Pönitz  <poenitz@gmx.net>
 
        * math_parser.C: fix \frac handling bug introduced on 04-24
        * math_xiter.C: hotfix for merging "shared" insets
+       * formula.C: fixing display after using math-insert
 
-2001-04-25 André Pönitz  <poenitz@htwm.de>
+2001-04-25 André Pönitz  <poenitz@gmx.net>
 
        * math_*.[Ch]: WriteNormal
        * formula.C: Support for new "math extern" command
+       * math_parser.C: fix \frac handling bug introduced on 04-24
+       * math_xiter.C: hotfix for merging "shared" insets
 
 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * math_macrotable.C: include <iostream>
 
-2001-04-24 André Pönitz  <poenitz@htwm.de>
+2001-04-24 André Pönitz  <poenitz@gmx.net>
 
        * math_macro.[Ch]:
        * math_macrotable.[Ch]:
 
        * math_rowst.C: add missing #include <config.h>.
 
-2001-03-16  André Pönitz  <poenitz@htwm.de>
+2001-03-16  André Pönitz  <poenitz@gmx.net>
 
        * math_matrixinset.h:
        * math_parinset.[Ch]:
 
        * math_cursor.C: use lyxerr instead of cerr.
 
-2001-03-15  André Pönitz  <poenitz@htwm.de>
+2001-03-15  André Pönitz  <poenitz@gmx.net>
 
        * math_cursor.C: fix bug (cursor was leaving two insets at a time
           instead of one)
 
        * math_rowst.h: make MathedRowContainer::iterator public.
 
-2001-03-15  André Pönitz  <poenitz@htwm.de>
+2001-03-15  André Pönitz  <poenitz@gmx.net>
 
        * math_parser.C: read '\nonumber' again (was broken)
 
 
        * math_cursor.C: added using directive.
 
-2001-03-15  André Pönitz  <poenitz@htwm.de>
+2001-03-15  André Pönitz  <poenitz@gmx.net>
 
        * math_rowst.h: Finally remove MathedRowSt
 
        * math_parser.C:
          math_xiter.C: changed accordingly
 
-2001-03-12  André Pönitz  <poenitz@htwm.de>
+2001-03-12  André Pönitz  <poenitz@gmx.net>
 
        *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
            more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
 
-2001-03-10  André Pönitz  <poenitz@htwm.de>
+2001-03-10  André Pönitz  <poenitz@gmx.net>
 
        * math_xiter.[Ch]:
          math_matrixinset.C: move adjustVerticalSt to the only place where
       it is used. Fix a small bug where the cached row structure and the
            actual data get out of sync after the deletion of whole rows
 
-2001-03-09  André Pönitz  <poenitz@htwm.de>
+2001-03-09  André Pönitz  <poenitz@gmx.net>
 
        * math_cursor.C: use std::vector<> in MathStackXIter
                change selstk from a pointer to the "real thing"
 
        * math_parser.C: use MathedRowContainer::insert_after
 
-2001-03-08  André Pönitz  <poenitz@htwm.de>
+2001-03-08  André Pönitz  <poenitz@gmx.net>
 
        * math_rowst.h: give MathedRowContainer an 'insert' method. 
 
        * math_matrixinset.[hC]: remove copy constructr and destructor. Those
          automatically created by the compiler are ok now.
        
-2001-03-06  André Pönitz  <poenitz@htwm.de>
+2001-03-06  André Pönitz  <poenitz@gmx.net>
 
        * array.[Ch]: factor out deep_copy,
          remove third argument from raw_pointer_insert 
        * math_rowst.h: introduction of MathRowContainer
          several files: corresponding changes
 
-2001-03-04  André Pönitz  <poenitz@htwm.de>
+2001-03-04  André Pönitz  <poenitz@gmx.net>
 
   * math_macrotemplate.[Ch]:
     math_macro.C: move update() functionality to the macro
 
        * formulamacro.C (LocalDispatch): ditto.
 
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
 
        * math_parinset.[Ch]: make array a real MathArray, not just a
          pointer to one.
 
        * array.C (MathedArray): Fix compilation problem.
 
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
 
        * array.[Ch]: "deep" copy constructor and assignment operator for
        MathArray 
        * math_iter.[Ch]: remove SetData
          several files: subsequent changes
 
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
 
        * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
        ARRAY_STEP 
 
        * changes to several files because of the above.
        
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
 
        * math_iter.[Ch]: hide fcode_
        * math_xiter.C:
 
        * several files: changes so that several friends can be removed
 
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
 
        * formula.C: reformatting 
 
        * array.C (begin): new method
        (end): ditto
 
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
        
        * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
 
        * math_accentinset.C: 
        * math_sqrtinset.C: include LOstream.h and add using directive.
 
-2001-02-14  André Pönitz  <poenitz@htwm.de>
+2001-02-14  André Pönitz  <poenitz@gmx.net>
 
        * math_iter.C: reformatting 
 
        files they belong to. Only first attempt at cleanup more will
        follow.
        
-2001-02-12  André Pönitz  <poenitz@htwm.de>
+2001-02-12  André Pönitz  <poenitz@gmx.net>
        
        * math_macro.[hC]: replace MathMacroArgument[] with
          std::vector<MathMacroArgument>
        * math_inset.C (Metrics): Correct drawing of the multline
        environment.
 
-2001-02-12  André Pönitz  <poenitz@htwm.de>
+2001-02-12  André Pönitz  <poenitz@gmx.net>
        
        * array.[hC]: replace private variable maxsize_ with call to
        bf_.size()
 
        * Many files: add support for the align environment from amsmath.
 
-2001-02-09  André Pönitz  <poenitz@htwm.de>
+2001-02-09  André Pönitz  <poenitz@gmx.net>
 
        * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
        * several files: subsequent changes         
        compiling with lyxstring, but STL sstream).
        (Metrics): ditto.
 
-2001-02-08  André Pönitz  <poenitz@htwm.de>
+2001-02-08  André Pönitz  <poenitz@gmx.net>
 
        * several files: get rid of reinterpret_cast.