]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Revoke change made the other day to make menus appear as bold.
[lyx.git] / src / ChangeLog
index 75a681f1982ffb48232c7b7dab6e9682f82947ad..b9aaf44572a772e5115aaed9046ed6353a481cf4 100644 (file)
@@ -1,3 +1,73 @@
+2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxrc.[Ch]: change names and descriptions of popup font variables to
+       reflect their actual use. Provide compatibility code for older lyxrc
+       files.
+       
+       * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
+       FL_NORMAL_STYLE.
+       change names of popup font variables in line with the changes to lyxrc.C
+
+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,