]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
*** empty log message ***
[lyx.git] / src / ChangeLog
index e564ca476b2af117eb9ccf836bef5ceb9cb44a64..111fad893cd3858c8bf91974a3d227ea974de50c 100644 (file)
@@ -1,3 +1,31 @@
+2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
+
+2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
+
+       * several files: fix typos in user-visible strings
+
+2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (pasteSelection): do not set the selection, since it
+       will be cleared later. Actually, the intent was to fix the way the
+       selection was set, but I figured rmoving the code was just as good.
+
+2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C (available): Check if font is available without
+       loading the font.
+
+2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxrc.[Ch]: added display_graphics variable and associated code.
+
+2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * bufferparams.C (hasClassDefaults): new method. Returns true if
+       the buffer parameters correspond to known class defaults
+
 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * XFormsView.C (show): set minimum size to the main window.