]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix bugs #32 and #52.
[lyx.git] / src / ChangeLog
index 75a681f1982ffb48232c7b7dab6e9682f82947ad..98ef9bd13deb8c8eb48872363cca387ae5c85bac 100644 (file)
@@ -1,3 +1,14 @@
+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,