]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove more forms.h cruft
[lyx.git] / src / ChangeLog
index 4f0f214f780d4849202d79f8c09a2460f616935f..42766b5512a3ebcd26a4aeff07c7fb252f5c119a 100644 (file)
@@ -1,9 +1,24 @@
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
+       calling directly xforms functions.
+
+       * Painter.C (Painter): 
+       * lyx_cb.C (MenuWrite): 
+       * FontInfo.C (query): use GUIRunTime::x11Display() instead of
+       fl_display.
+
+       * lyx_gui.C: remove bogus guiruntime extern declaration.
+
 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (redoHeightOfParagraph): comment out stuff we don't need
        in NEW_INSETS
        (redoDrawingOfParagraph): ditto
        (redoParagraphs): ditto
+       (cutSelection): don't create a object for CutAndPaste use the
+       static method directly
+       (pasteSelection): ditto
 
        * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
        LyXview (+ rename)
@@ -17,7 +32,7 @@
        * XFormsView.[Ch]: new files
 
        * LyXView.[Ch]: make LyXView a base class for the gui handling for
-       the main window. Move the gui dependand stuff to XFormsView
+       the main window. Move the gui dependent stuff to XFormsView
 
 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>