]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Fix InsetInclude properly. Data is now stored in an InsetCommandParams
[lyx.git] / ChangeLog
index dd9b5dacd0dc69e429a26e3160768c2c738393dc..74efd80856f02555d7a70dd383cada0b9a9e9179 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,47 @@
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: remove LYX_CXX_STL_STRING and
+       LYX_CXX_GOOD_STD_STRING checks. Add a simplified version of the
+       AC_ARG_WITH(included-string) 
+
+2003-09-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * README.MacOSX: update
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac (AH_BOTTOM): add blurb for BOOST_ASSERT
+
+2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * README.MacOSX: new file.
+
+2003-08-26  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * INSTALL: Add compilation instructions for SUN Sparc
+        Solaris. (bug #362)
+
+2003-08-19  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AH_TOP): get rid of 'The LyX Team'.
+
+2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
+       here, that is done by boost gcc config.
+
+2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: add $(EXEEXT) to program names in FRONTEND_PROGS
+
 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * configure.ac: only configure the frontends that have been
        specified; build in FRONTENDS_PROGS the list of programs that
        should be built
+       (AC_CONFIG_FILES): output lyx_forms.h-tmp instead of lyx_forms.h
+       in order to do dependency trick in xforms frontend (same for
+       lyx_xpm.h)
 
 2003-07-31  John Levon  <levon@movementarian.org>