]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
OK I'll try guii1 again ...
[lyx.git] / src / frontends / ChangeLog
index a325a8d61117a07caad378dc0dd7480373392e02..69d9685f2823f07c64aca19bd0602461c76e981a 100644 (file)
@@ -1,3 +1,31 @@
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * Painter.h:
+       * Painter.C: add PainterBase here
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Dialogs.h: use more specific smart_ptr header
+
+2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
+       (EXTRA_DIST): delete
+       (dist-hook): delete
+       (distclean-local): delete
+
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: make distcheck work
+       (distclean-local): handle distclean of non-built frontends better.
+
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * most files: ws cleanup
+
+       * Makefile.am: remove ld -r stuff
+
 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am: special rules if partial linking
 
 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * Timeout.h: 
+       * Timeout.h:
        * FileDialog.h: do not include <config.h> in header files.
 
 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * Alert.h: remove spurious semi-colon at the end of the namespace
-       scope. 
+       scope.
 
 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
 
-       * Makefile.am: 
+       * Makefile.am:
        * Alert.h:
        * Alert.C:
        * Alert_pimpl.h: alerts etc.
 
 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
 
-       * GUIRunTime.h: initApplication() should take a & to argc 
+       * GUIRunTime.h: initApplication() should take a & to argc
+
 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
 
        * Liason.C: IsDirWriteable changed
+
 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * Liason.C: #include LAssert.h
 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
 
        * Dialogs.h: add showThesaurus
+
 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
-       
+
        * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
 
 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
 
        * Dialogs.h: added showSpellchecker
-       
+
 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * GUIRunTime.h: (x11Display): 
-       (x11Screen): 
-       (x11Colormap): 
+       * GUIRunTime.h: (x11Display):
+       (x11Screen):
+       (x11Colormap):
        (x11VisualDepth): new methods
 
 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
 
        * Makefile.am: remove kde frontend
+
 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * Dialogs.h: removed unused signal showCharacter.
 
        * DialogBase.h: commented out abstract method show().
 
-       * Dialogs.h: The dialogs are now stored as a 
+       * Dialogs.h: The dialogs are now stored as a
        std::vector<boost::shared_ptr<DialogBase> >.
        Removed using directives.
        (d-tor) removed.