X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2FChangeLog;h=33e4dad4b6e65b2924e5b717017e4fc021248737;hb=2de99bed22564af4d535bdfb61b07a0745e71d76;hp=529aa318ad1f757d569720b237c6c5171fcb98db;hpb=6ce7fa27f1f3e186ad22dbef9976174a134fc481;p=lyx.git diff --git a/config/ChangeLog b/config/ChangeLog index 529aa318ad..33e4dad4b6 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,60 @@ +2006-03-10 Georg Baum + + * qt.m4: remove unused QtXml library + +2006-03-06 Georg Baum + + * qt.m4: add QtCore include directory + * qt.m4: search also for libQtCore4 etc. + +2006-03-06 Lars Gullik Bjønnes + + * lyxinclude.m4: Turn exceptions on for gcc (read: don't turn them + off) + +2006-03-05 Lars Gullik Bjønnes + + * lyxinclude.m4: Remove support for versions of GCC older than 3.1 + +2006-02-13 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for + macosx packaging. + +2006-02-07 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_VERSION_SUFFIX): do not alter PACKAGE here. + (LYX_USE_PACKAGING): add $version_suffix to PACKAGE here and set + program_suffix for posix (bug 2237); provide a custom definition + of pkgdatadir for OSX and windows. + +2006-01-26 Lars Gullik Bjønnes + + * ltmain.sh: apply patch for darwin + +2005-12-30 Lars Gullik Bjonnes + + * ltmain.sh: update to newer version + +2005-12-27 Jean-Marc Lasgouttes + + * qt.m4: use -nounload with uic if supported (uic can dump core + otherwise). + +2005-12-23 Lars Gullik Bjonnes + + * common.am (AUTOMAKE_OPTIONS): deleted, we now setup am args + from configure.ac + + * lyxinclude.m4: use AC_PACKAGE_VERSION instead of VERSION, use + AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL + +2005-10-12 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_USE_PACKAGING): set PACKAGE depending on + packaging setting. + (LYX_VERSION_SUFFIX): honor PACKAGE value. + 2005-09-29 Angus Leeming * lyxinclude.m4: add a new MSYS_AC_CANONICAL_PATH macro that