]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
func_status cleanup from Martin; fix small configure bug
[lyx.git] / src / ChangeLog
index 75a681f1982ffb48232c7b7dab6e9682f82947ad..d0e05c2ba09758664a31cf31ad23ae6af9288cba 100644 (file)
@@ -1,3 +1,32 @@
+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,