X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3e6b4f5682e51d221ece8cf55896989beaf4b2a9;hb=59e677aa48eb4d1e30f4e949061d0371d3243447;hp=e6e419ad7534dd72cbe6a9371fa84d1a2e1c5129;hpb=20af81782b6b4f4378c169605be8e738779c25fe;p=lyx.git diff --git a/ChangeLog b/ChangeLog index e6e419ad75..3e6b4f5682 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2004-06-09 Lars Gullik Bjonnes + + * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_ + annotations to clean up the Makefile slightly. + +2004-06-01 Lars Gullik Bjonnes + + * configure.ac (AC_CONFIG_FILES): add lib/doc/Makefile + +2004-05-28 Lars Gullik Bjonnes + + * mkinstalldirs: remove file + +2004-05-27 Kayvan Sylvan + + * configure.ac (AH_BOTTOM): Remove reference to support/nt_defines.h + +2004-05-26 Lars Gullik Bjonnes + + * autogen.sh (ACLOCAL): make all aclocal find m4 + +2004-05-26 gettextize + + * Makefile.am (SUBDIRS): Add m4. + (DIST_SUBDIRS): Add m4. + (ACLOCAL_AMFLAGS): New variable. + * configure.ac (AC_CONFIG_FILES): Add m4/Makefile. + +2004-04-19 Angus Leeming + + * README.MacOSX: update to reflect Jean-Marc's comments to the list. + +2004-04-20 Angus Leeming + + * configure.ac: (AC_CONFIG_FILES) add gtk/gimages Makefile. + +2004-04-03 Lars Gullik Bjonnes + + * configure.ac: define BOOST_USER_CONFIG + +2004-03-10 Ronald Florence + + * README.MacOSX: update + +2004-01-26 Angus Leeming + + * autogen.sh: enable the use of autoconf 2.59. + +2004-01-08 Lars Gullik Bjonnes + + * configure.ac (AC_CONFIG_FILES): add boost::filesystem Makefiles. + +2003-12-15 Ronald Florence + + * README.MacOSX: updated for 1.4.0cvs + +2003-11-18 Angus Leeming + + * autogen.sh: accept autoconf 2.58 as a supported version. + +2003-10-24 André Pönitz + + * lyxfunc.C: + * rowpainter.C: + * text.C: + * text3.C: + * lyxtext.h: set fills in fill(...) instead of returning it + +2003-10-06 Lars Gullik Bjønnes + + * INSTALL: remove a comment about --with-included-string + + * configure.ac: remove the configure are + --with-included-string + +2003-09-21 Lars Gullik Bjønnes + + * configure.ac (FORNTENDS): use tabs to align message, make gtk + not delete info about other frontends + +2003-09-16 Lars Gullik Bjønnes + + * 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 + + * README.MacOSX: update + +2003-09-09 Lars Gullik Bjønnes + + * configure.ac (AH_BOTTOM): add blurb for BOOST_ASSERT + +2003-09-08 Jean-Marc Lasgouttes + + * README.MacOSX: new file. + +2003-08-26 Michael Schmitt + + * INSTALL: Add compilation instructions for SUN Sparc + Solaris. (bug #362) + +2003-08-19 Angus Leeming + + * configure.ac (AH_TOP): get rid of 'The LyX Team'. + +2003-08-07 Lars Gullik Bjønnes + + * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS + here, that is done by boost gcc config. + +2003-08-05 Jean-Marc Lasgouttes + + * configure.ac: add $(EXEEXT) to program names in FRONTEND_PROGS + 2003-08-02 Jean-Marc Lasgouttes * configure.ac: only configure the frontends that have been @@ -5,7 +121,7 @@ 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) + lyx_xpm.h) 2003-07-31 John Levon