]> 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 2521921a5f4e4b46dc4783e2347530661a1123af..b9aaf44572a772e5115aaed9046ed6353a481cf4 100644 (file)
@@ -1,3 +1,52 @@
+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().