X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=aee6083d6996e4bac9334453409d30871be52731;hb=add9ff6168bad19a274e1872a1360fe65486f278;hp=d2f585de5a70e980d7172cfd8daae1bf7b98c403;hpb=a4319c2b892dae252e31d5d57d04927d0580597e;p=lyx.git diff --git a/ChangeLog b/ChangeLog index d2f585de5a..aee6083d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-01-12 Jean-Marc Lasgouttes + + * configure.ac: remove duplicated code + +2005-01-06 Jean-Marc Lasgouttes + + * configure.ac: use LYX_USE_PACKAGING + +2005-01-05 Lars Gullik Bjonnes + + * configure.ac (VERSION_INFO): add CPPFLAGS to info + +2005-01-04 Angus Leeming + + * configure.ac (AC_CHECK_FUNCS): test for the existence of + lstat and readlink. + +2004-12-28 Jean-Marc Lasgouttes + + * configure.ac: remove call to LYX_CXX_CHEADERS + +2004-12-16 Angus Leeming + + * configure.ac: remove the HAVE_MKDIR conditional code to + src/support/mkdir.C + +2004-12-15 Angus Leeming + + * configure.ac: add AC_FUNC_MKDIR test and code to + #define mkdir should a non-POSIX version be found. + 2004-12-04 Lars Gullik Bjonnes * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where