]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Support for \begin{math}
[lyx.git] / src / ChangeLog
index a7d0c79ba59f11ed2d6fed15a49da7afc065d298..a1c8ed9e68833c8529dd2180ff322bda9701a999 100644 (file)
@@ -1,3 +1,91 @@
+2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * buffer.C (asciiParagraph): avoid outputing a word twice after
+       an inset.
+
+       * lyxrc.C (getDescription): document that document_path and
+       template_path can be empty.
+
+2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * LaTeXFeatures.C (getMacros): 
+       * buffer.C (validate): rename feature "amsstyle" to "amsmath"
+       
+       * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
+
+       * LaTeXFeatures.C (useFloat): require "float" here instead of in
+       getPackages. 
+       (getPackages): rename feature "floats" to "float". Use an array to
+       iterate over 'simple' features (i.e. just a \usepackage). Add
+       handling of "amsmath" (renamed from "amsstyle").
+
+2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
+
+       * LaTeXFeatures.C (require): Prevent duplicate entries in the
+       features list.
+
+2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
+       FuncStaus::FuncStatus & FuncStaus::some_method().
+
+2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
+       of the func_satus stuff. Edited and massaged in various ways by
+       JMarc.  
+
+       * lyxfunc.C (getStatus): use FuncStatus
+
+2002-01-08  Juergen Vigna  <jug@sad.it>
+
+       * text.C (nextBreakPoint): use function Inset::isChar().
+
+       * paragraph.C (TeXOnePar): use function
+       Inset::forceDefaultParagraphs.
+
+       * buffer.C (latexParagraphs): use function
+       Inset::forceDefaultParagraphs.
+
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyx_gui.C (init): set the style of the menu popups to
+       FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
+
+2002-01-07  Juergen Vigna  <jug@sad.it>
+
+       * text.C (setHeightOfRow): small fix
+       (prepareToPrint): don't look at alignment if we don't have the place
+       for doing it.
+
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * box.C: New file. Move the Box methods and functions out of box.h,
+       following Lars' suggestion.
+
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * box.h: #include "support/LOstream.h", needed for inlined function.
+
+       * lyxtextclass.C:
+       * lyxtextclasslist.C: added some using std declarations.
+
+2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * box.h: make signed dimensions to allow insets wider than
+         the screen (bug #162)
+
+       * BufferView_pimpl.C: add some insetHit debug
+2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
+
+       * vc-backend.C: add FIXME
+2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): enable code for showing math font status
+       in toolbar/menu.
+
 2002-01-07  Juergen Vigna  <jug@sad.it>
 
        * text.C (nextBreakPoint): removed debug output not needed anymore.
 
        * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
 
-2002-01-03     Martin Vermeer <martin.vermeer@hut.fi>
+2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * FormMathsPanel.C:
        * FormMathsPanel.h
        * MathsSymbols.C:
        * form_maths_panel.C:
        * form_maths_panel.h:
-       * form_maths_panel.fd:
-       implemented sub- and super- buttons in math panel.
-
-       * lyx_main.C:
-       Revised hardwired bindings to allow original _ and ^ (or ^ space)
-       to be used as in TeX (req'd byAndrĂ©).
+       * form_maths_panel.fd: implemented sub- and super- buttons in math
+       panel. 
 
-       * lyxfunc.C:
-       Allow ^and _ again to be used both as super/subscript (mathed)
-       and as themselves (in text).
+       * lyx_main.C: Revised hardwired bindings to allow original _ and ^
+       (or ^ space) to be used as in TeX (req'd by AndrĂ©).
 
+       * lyxfunc.C: Allow ^ and _ again to be used both as
+       super/subscript (mathed) and as themselves (in text).
 
 2002-01-03  Allan Rae  <rae@lyx.org>
 
 
        * XFormsView.C (setWindowTitle): also set icon title.
 
-       * LyXView.h: (setWindowTitle): signature changed.
+       * LyXView.h (setWindowTitle): signature changed.
        * XFormsView.h (setWindowTitle): ditto.
 
 2002-01-02  Juergen Vigna  <jug@sad.it>