X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2FChangeLog;h=33e4dad4b6e65b2924e5b717017e4fc021248737;hb=2de99bed22564af4d535bdfb61b07a0745e71d76;hp=1770590083788b7cb2600c38e8d2ff6d149ee3d9;hpb=8f00970bf4da17ff5ac43d679ffdeafc7ab38a87;p=lyx.git diff --git a/config/ChangeLog b/config/ChangeLog index 1770590083..33e4dad4b6 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,5 +1,89 @@ +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 + generates a Windows native path on Windows boxes and unix native + path on *nix boxes. With thanks to Keith Marshall. Details can + be found here: http://thread.gmane.org/gmane.comp.gnu.mingw.msys/2937 + +2005-09-22 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_PROG_CXX): do not enable stdlib-debug for + prereleases. + +2005-09-08 Angus Leeming + + * spell.m4: correct grammar describing invocation of the + spellchecker. + +2005-07-18 Lars Gullik Bjønnes + + * common.am (AUTOMAKE_OPTIONS): add dist-bzip2 + 2005-07-18 Jean-Marc Lasgouttes + * lyxinclude.m4 (LYX_USE_PACKAGING): use LyX instead of lyx as + package name for Windows and OSX packaging. + + * lyxinclude.m4 (LYX_USE_FRONTENDS): require the user to select a + frontend. + * qt.m4 (QT_DO_IT_ALL): define QT_NO_STL. 2005-07-18 Lars Gullik Bjønnes @@ -79,7 +163,7 @@ * lyxinclude.m4 (LYX_USE_PACKAGING): new macro. -2005-01-05 Lars Gullik Bjonnes +2005-01-05 Lars Gullik Bjønnes * lyxinclude.m4 (enable_stdlib_debug): new switch (enable_concept_checks): new switch @@ -98,7 +182,7 @@ * common.am: setup variables for boost -2004-12-04 Lars Gullik Bjonnes +2004-12-04 Lars Gullik Bjønnes * lyxinclude.m4 (lyx_pch_comp): next gcc version is 4.0 not 3.5 @@ -109,11 +193,11 @@ * lyxinclude.m4 (lyx_pch_comp): use CPPFLAGS instead of CXXFLAGS for warning flags. 3.5 -> 4.0 for next gcc version -2004-11-16 Lars Gullik Bjonnes +2004-11-16 Lars Gullik Bjønnes * lyxinclude.m4: next version of gcc will be 4.0 not 3.5 -2004-11-16 Lars Gullik Bjonnes +2004-11-16 Lars Gullik Bjønnes * lyxinclude.m4 (enable_debug): Add support for stdlibc++ concept checks on gcc >3.4. @@ -135,11 +219,11 @@ * lyxinclude.m4 (LYX_USE_FRONTENDS): mention gtk as frontend -2004-08-30 Lars Gullik Bjonnes +2004-08-30 Lars Gullik Bjønnes * common.am: improve pch handling a tiny bit -2004-08-15 Lars Gullik Bjonnes +2004-08-15 Lars Gullik Bjønnes * lyxinclude.m4 (lyx_pch_comp,LYX_BUILD_PCH): set this for precompiled header capable gcc compilers @@ -147,49 +231,49 @@ * common.am (pch.h.gch,LYX_BUILD_PCH): support for precompiled headers -2004-07-26 Lars Gullik Bjonnes +2004-07-26 Lars Gullik Bjønnes * lyxinclude.m4: setup for gcc 3.5 use as well -2004-07-24 Lars Gullik Bjonnes +2004-07-24 Lars Gullik Bjønnes * common.am (AM_ETAGSFLAGS): setup variable -2004-05-28 Lars Gullik Bjonnes +2004-05-28 Lars Gullik Bjønnes * depcomp.diff: remove file * gettext.m4.patch: remove file -2004-05-27 Lars Gullik Bjonnes +2004-05-27 Lars Gullik Bjønnes * acconfig.h: remove file -2004-05-26 Lars Gullik Bjonnes +2004-05-26 Lars Gullik Bjønnes * nls.m4: new file * Makefile.am: add more m4 files and reformat a bit -2004-05-25 Lars Gullik Bjonnes +2004-05-25 Lars Gullik Bjønnes * config.rpath: new file -2004-05-25 Lars Gullik Bjonnes +2004-05-25 Lars Gullik Bjønnes * add some more m4 files to work around errors with older automake/autoconf versions. -2004-05-25 Lars Gullik Bjonnes +2004-05-25 Lars Gullik Bjønnes * update m4 files from automake 1.8 autoconf 2.59 and update other m4 files to avoid auto warnings. -2004-05-18 Lars Gullik Bjonnes +2004-05-18 Lars Gullik Bjønnes * lyxinclude.m4 (lyx_warning): change debug mode setup to use AC_DEFINE -2004-05-18 Lars Gullik Bjonnes +2004-05-18 Lars Gullik Bjønnes * lyxinclude.m4 (enable-debug): Use the libstdc++ debugging mode if configuring with enable-debug.