]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / ChangeLog
index 7cf5a8f7ba80f9d49544fe88e6fc79bfceb628e6..495f1af737d25502054ac0bea6b382f1705f3982 100644 (file)
+2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
 
-2001-07-10 André Pönitz  <poenitz@htwm.de>
+       * math_parser.C (parse_normal): Support for \begin{math}
+
+2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * math_hullinset.C (validate): rename feature "amsstyle" to
+       "amsmath". 
+
+2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * math_support.C: modified to support  a mathed pop-up for math 
+       size "styles" and font types.
+
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_defs.h: remove trailing comma from enum MathTextCodes.
+
+2002-01-03  André Pönitz <poenitz@gmx.net>
+
+       * formulabase.[Ch]: implement simple search
+
+       * math_sizeinset.[Ch]: support for \displaystyle etc
+
+
+2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_macrotable.C (builtinMacros): Adjust kern values.
+
+2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_atom.C:
+       * math_binaryopinset.C:
+       * math_binominset.C:
+       * math_casesinset.C:
+       * math_charinset.C:
+       * math_data.C:
+       * math_diminset.C:add missing config.h
+
+       * math_cursor.C:
+       * math_parser.C: move inludes around a bit.
+
+       * math_extinset.C: user boost::scoped_ptr
+
+       * math_parser.C: user std::fill to fill the catcodes. (please
+       check this one...), and some consts.
+       
+2001-12-11  André Pönitz <poenitz@gmx.net>
+
+       * math_cursor.C: allow cut&paste of rectangular regions of cells
+
+2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_kerninset.C (metrics): Consider lyxrc.zoom
+
+2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_support.C: Fix handling of \mathfrak font.
+
+2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_iterator.C (nextInset): compilation fix.
+
+2001-12-11  André Pönitz <poenitz@gmx.net>
+
+       * math_defs.h:
+       * math_parser.C:
+       * math_hash.C: support for \mathfrak
+
+2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_streamstr.C: #include <iostream> to compile with DEC cxx
+
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_arrayinset.C:
+       * math_boxinset.C:
+       * math_decorationinset.C:
+       * math_deliminset.C:
+       * math_dotsinset.C:
+       * math_exfuncinset.C:
+       * math_exintinset.C:
+       * math_funcinset.C:
+       * math_funcliminset.C:
+       * math_hullinset.C:
+       * math_kerninset.C:
+       * math_limopinset.C:
+       * math_sizeinset.C:
+       * math_stringinset.C:
+       * math_symbolinset.C:
+       * math_unknowninset.C: include math_streamstr.h and remove
+       unneeded c_str()
+       
+       * math_symbolinset.[Ch]: add constructor taking string
+       
+       * math_mathmlstream.C: move includes around
+
+       * math_streamstr.[Ch]: add operator<<(Stream, string) for
+       NormalStream, MapleStream, MathMLStream and OctaveStream
+       
+       * math_gridinset.C: user LyXLength::zero
+       
+2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * formula.C:
+       * math_arrayinset.C: add using std::getline directive.
+
+2001-11-20 André Pönitz  <poenitz@gmx.net>
+       
+       * formulabase.C: fix mouse positioning using the cursor
+
+2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_mathmlstream.C (operator<<): Count '\n' chars
+
+2001-11-11  Michael A. Koziarski <michael@koziarski.org>
+
+       * math_macro.C
+       * math_hullinset.C:  Fixes to use the new LaTeXFeatures
+       correctly.
+
+2001-11-07  André Pönitz  <poenitz@gmx.net>
+
+       * math_extern.C: support for integrals, sums, e^x, and d/dx
+
+2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_extern.C (extractNumber): 
+       (extractDiffExponent): add ugly .c_str()
+
+2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_arrayinset.C (MathArrayInset): 
+       * formula.C (pipeThroughMaple): 
+       (pipeThroughOctave): add ugly .c_str() to help compile
+       with lyxstring
+
+2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_inset.C: compilation fix
+
+2001-11-07  André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.[Ch]:
+       * array.[Ch]: start native C++ support for Octave, Maple and MathML
+
+2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
+
+2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_nestinset.C: added using std::max, min directives.
+       * math_scriptinset.C: added using std::ostream directive.
+       * math_scriptinset.h: replaced ostream with std::ostream.
+
+2001-10-17  André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.[Ch]: remove MathStyles cache from insets that
+         don't need it
+
+       * support.C: 
+         formulabase.C: fix math font sizes in headings etc
+
+       * math_inset.[Ch]:
+         formula.C: remove unused static member int MathInset::workwidth
+
+       * math_gridinset.[Ch]: implement idxHome() and idxEnd()
+
+2001-10-17  André Pönitz  <poenitz@gmx.net>
+
+       * math_inset.h:
+       * *.[Ch]: make output more stream-like
+
+2001-10-17  André Pönitz  <poenitz@gmx.net>
+
+       * formula.C:
+       * array.C: add missing/broken  writeNormal()
+
+       * math_lefteqn.[Ch]: some visual support for \lefteqn
+
+
+2001-10-10  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C: introduce dummy "inner" position "between"
+       nucleus and scripts for smoother cursor movement
+
+       * math_cursor.C: use red dot to indicate empty nucleus
+
+
+2001-10-02  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C: leave red backslash as visual clue
+       in formula when typing macro names
+
+       *       math_macrotemplate.C: sanity check
+
+2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_cursor.C:
+       * formula.C (localDispatch): fix a few of local variable sizes
+
+       * math_fracbase.C: change parameter types to match MathInset
+
+2001-10-01  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.[Ch]: remove local parInset() method
+
+       * math_macro.C: add a static_cast
+
+2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_cursor.C: fix type mismatches with what was declared in
+       math_cursor.h. 
+
+2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_matrixinset.C (header_write): Add \n after \begin{align}
+
+2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_macrotable.C (builtinMacros): Add some macros if latex
+       fonts are available.
+
+2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formula.C (insetAllowed): disallow label insertion in inline
+       formula
+
+2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formulabase.C (mathDispatchCreation): pass second argument
+       'false' (no label) to selectionAsString
+
+2001-09-11  André Pönitz  <poenitz@gmx.net>
+
+       * math_atom.[Ch]: new basic item in the MathArray
+
+       * array.[Ch]: move code over to math_atom
+
+       * math_scriptinset.[Ch]:
+         math_parser.C:
+         math_cursor.C: try to do with super- and subscripts what TeX does
+
+2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
+
+2001-09-04  André Pönitz  <poenitz@gmx.net>
+
+       * math_defs.h:
+       * math_parser.C:
+       * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
+           'xxalignt', 'gather' and 'multiline' environments
+
+       * math_cursor.C: fix handling of | and \|
+       
+2001-09-04  José Matos  <jamatos@fep.up.pt>
+
+       * formulabase.C
+       * formulabase.h
+       * formula.C
+       * formula.h
+       * formulamacro.C
+       * formulamacro.h (docbook): rename docBook method to docbook.
+
+2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_hash.C (ReadSymbols): Check for duplicate symbols
+
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * support.C: added a using std::map directive.
+
+2001-08-17  André Pönitz  <poenitz@gmx.net>
+
+       * math_hash.C: Use std::map instead of faking it
+       
+       * symbol_def.h: remove unneeded symbol definitions
+
+       *       support.C: use the decorations' name for drawing
+
+2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_hash.C (in_word_set): Initialize symbol table even when
+       symbols file was not found.
+
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_hash.C: added a using std::endl directive.
+
+2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * support.C (whichFont): Add support for cmr font.
+       Add support for \mathbb.
+
+       * math_notinset.C (draw, metrics): Use cmsy symbol if available.
+
+       * math_macrotable.C (builtinMacros): Add 3 builtin macros
+
+2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_hash.C: Read symbols information from external file
+       many files: Add support for latex symbol fonts
+
+2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_parser.C (Parser): Eat spaces after \end_inset
+
+2001-08-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_parser.C (tokenize): fix typo
+
+2001-08-17  André Pönitz  <poenitz@gmx.net>
+
+       * math_parser.C: new "lexxer"
+
+       * array.C: write sequences of chars with same code as a unit
+
+2001-08-13  André Pönitz  <poenitz@gmx.net>
+
+       * math_factory.[Ch]: new files for the creation of math insets
+
+       * math_parser.C:
+               math_cursor.C:
+               math_hash.C: simplifications
+
+       * math_binom.[Ch]: new files for "native" \binom/\choose inset
+
+       * math_parser.C:
+               math_cursor.C: reading support for TeX style \over and \choose
+
+       * formulabase.C: re-enabling the "selected text gets converted to
+       math when pressing C-m" feature.
+
+2001-08-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_parser.C (lexArg): remove default argument from the .C file
+       as it causes DEC cxx to complain about a redefinition.
+
+2001-08-10  André Pönitz  <poenitz@gmx.net>
+
+       *       math_scopeinset.[Ch]: new inset for {} blocks
+
+       *       math_accentinset.[Ch]: removed unneeded files
+
+       * math_grid.[Ch]:
+         math_matrix.[Ch]: start support for "interrow spacing"
+
+       * all over the place: rework of parser stuff
+
+2001-08-08  André Pönitz  <poenitz@gmx.net>
+
+       *       math_fracbase.[Ch]:
+       * math_fracinset.[Ch]: new hierarchy
+
+       *       math_stackrelbase.[Ch]: native \stackrel support
+
+       * math_inset.[Ch]: removal of the name_ member
+
+       * math_deliminset.[Ch]: rework
+
+2001-08-06  André Pönitz  <poenitz@gmx.net>
+
+       * formulamacro.C: fix nasty bug due to missing copy constructor
+
+       * math_bigopinset.[Ch]: revival for things like \int, \sum
+
+       * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
+       
+       * math_diminset.h: make cache variables mutable, remove const_cast
+
+       * formulabase.[Ch]: remove unneeded convertFont()
+
+       * math_funcinset.[Ch]: bring red color back
+
+       * math_macro*.[Ch]: move ownership of the templates from the formulamacro
+       inset to the mcaro table
+
+2001-08-01  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C:
+               formulamacro.C: fix memory leaks
+
+       * math_matrixinset.C: fix mis-alignment of eqnarray columns
+
+       *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
+       MathMatrixInset * and MathMacroTemplate * to save a few casts
+
+       * all over the place: everything is an inset now
+
+       * math_nestinset.[Ch]: new abstract base class for insets containing
+       other insets.
+
+       * math_diminset.[Ch]: new abstract base class for insets that need
+       the width_/ascent_/descent_ cache
+
+2001-07-25  André Pönitz  <poenitz@gmx.net>
+       
+       * formulabase.C: re-enable 'space enlargement' feature
+
+       * math_scriptinset.C:
+               math_bigopinset.C: rework of script insets
+
+2001-07-22  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C: fix "pullArg" behaviour
+
+       * math_cursor.C: keep empty super/subscript a bit longer
+
+       * math_cursor.C: do not move into insets that don't have inner cells yet
+
+       * formulabase.C: fix memory leak
+
+       * math_cursor.C: ^ now copies selection into new srriptinset
+       
+       * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
+         using the mouse
+
+       * math_updowninset.C: fix drawing glitches
+
+       * math_cursor.C: paste to correct position
+
+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
 
-2001-07-10 André Pönitz  <poenitz@htwm.de>
-
        * 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.
        * formulabase.C (mathDispatchInsertMath): remove bogus return
        statement. 
 
-2001-07-09 André Pönitz  <poenitz@htwm.de>
+2001-07-09 André Pönitz  <poenitz@gmx.net>
 
        * math_*inset.C: Change order of arguments in MathInset constructor 
 
 
        * formulabase.C (mathDispatchInsertMath): Create an inline formula.
 
-2001-07-04 André Pönitz  <poenitz@htwm.de>
+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@htwm.de>
+2001-07-03 André Pönitz  <poenitz@gmx.net>
 
        * math_parser.C: fix bug where equations did not get their labels
 
        * 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_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.