]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
(Michael Schmitt with Andr��'s blessing ;-) Make CTRL-Pos1/End behaviour a
[lyx.git] / src / mathed / ChangeLog
index 671a420d53612e73f1541603fa25f73cb20bccef..2c02539e09b5a44345cadbc179699fe9f0fa3435 100644 (file)
@@ -1,3 +1,187 @@
+2003-01-13  Michael Schmitt <Michael.Schmitt@teststep.org>
+
+       * formulabse.C (localDispatch): make CTRL-Pos1/End behave a little
+       bit more intuitive. (Patch suggested by André.)
+
+2003-01-07  João Luis Meloni Assirati <assirati@fma.if.usp.br>
+
+       * math_hullinset.C: fix numbering problem of AMS gather and
+         multline environments. Treat gather the same
+         way as eqnarray and multline as a special case.
+
+2002-12-18  John Levon  <levon@movementarian.org>
+
+       * math_factory.C: do not assume symbol font is present
+
+2002-12-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_parser.C (tokenize): Fix macro reading.
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_inferinset.C: remove unused "using std::max"
+
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * formulamacro.C (prefix): use boost::format
+
+2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * formulabase.C (lfunMouseRelease): Do not make the buffer dirty
+       when releasing the first mouse button.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_inset.C (asString): STRCONV
+
+       * math_factory.C (initSymbols): do not std:: qualify getline, use
+       empty() to check for empty string, STRCONV
+
+       * math_extern.C: STRCONV
+
+       * math_diminset.C (drawT): STRCONV
+
+       * math_cursor.C (info): STRCONV
+
+       * math_autocorrect.C (initAutoCorrect): STRCONV
+
+       * formulamacro.C (InsetFormulaMacro): STRCONV
+
+       * formulabase.C (localDispatch): STRCONV
+
+       * formula.C (latexString): STRCONV
+
+       * math_factory.C: add using std::endl
+       (math_font_available): use it
+       (initSymbols): use it
+       (createMathInset): use it
+
+       * math_cursor.C (MathCursor): reindent
+
+2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * many files: Add support for Maxima.
+
+       * math_scriptinset.C (dispatch): Change handling of LFUN_MATH_LIMITS.
+
+       * math_symbolinset.C (metrics): Compute em with the default font.
+
+       * math_charinset.C (draw): Use math symbol fonts for <,> & =
+
+2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_factory.C (initSymbols): Support "else" token.
+
+       * math_symbolinset.C (metrics): Remove special case for \not.
+
+2002-10-18  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (latexString): Revert yesterday's change. It's going to
+       be too complicated to deal with nasty surprises.
+
+2002-10-17  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (latexString): change "\[ ... \]" to "$ \displaystyle ... $"
+       for nicer previews.
+
+2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_kerninset.C (metrics): Use LyXLength::inPixels.
+
+2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_factory.C (initSymbols): iffont.
+
+2002-10-14  André Pönitz <poenitz@gmx.net>
+
+       * math_cursor.C: remove code to fix crash
+
+2002-10-14  André Pönitz <poenitz@gmx.net>
+
+       * formulabase.C: support pasting stuff into formulas using button3
+
+       * math_parser.C:
+         math_hullinset.C: Herbert's patch to support flalign
+
+2002-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formulabase.C (localDispatch): make LFUN_WORDLEFTSEL and
+       LFUN_WORDRIGHTSEL coherent with their non-SEL counterparts
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-11  John Levon  <levon@movementarian.org>
+
+       * dimension.C: compile fix
+
+2002-09-11  Angus Leeming  <leeming@lyx.org>
+
+       * preview.[Ch]: cruft. Removed.
+
+2002-08-29  André Pönitz <poenitz@gmx.net>
+
+       * math_framboxinset.[Ch]: new (partial) support for \framebox
+
+       * math_parser.C: generalization for reading optional arguments
+
+2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_parinset.C: add support/LOstream.h and config.h
+
+2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_hullinset.C: add using std::pair
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C:
+       * ref_inset.C:
+       changes due to the changed LyXView interface that now returns references
+       to member variables not pointers.
+
+       * math_inset.[Ch] (getDialogs, getLyXFunc): return a reference, not a
+       pointer, reflecting this change.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C: pass the BufferView to the PreviewedInset so that it can
+       cache it.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.[Ch]: store the BufferView as a weak_ptr.
+       (updatePreview): removed.
+       (insetUnlock): invoke generatePreview().
+
+       * formula.C (InsetFormula): pass the shared_ptr to view_, not the raw
+       BufferView.
+       (read, localDispatch): remove those calls to updatePreview().
+
+       * math_metricsinfo.[Ch]: store the BufferView as a weak_ptr.
+
+       * math_nestinset.C (notifyCursorLeaves): empty, because
+       generatePreview() is now called from InsetFormulaBase::insetUnlock.
+
+2002-08-01  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C: move code into the new PreviewedInset class.
+
+       * formula.[Ch] (generatePreview): renamed as addPreview.
+       (generatePreview): new method invoking PreviewedInset::generatePreview.
+
+       * math_nestinset.C (notifyCursorLeaves): simplify. Now just calls
+       Inset::generatePreview.
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * formula.C (localDispatch): strip,frontStrip -> trim,ltrim,rtrim
+
 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * math_nestinset.C: add using std::vector