]> git.lyx.org Git - lyx.git/blobdiff - config/ChangeLog
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / config / ChangeLog
index 7010e3532d03979da2e3493a97ad0ce8a68c1f3b..33e4dad4b6e65b2924e5b717017e4fc021248737 100644 (file)
@@ -1,3 +1,373 @@
+2006-03-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * qt.m4: remove unused QtXml library
+
+2006-03-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * qt.m4: add QtCore include directory
+       * qt.m4: search also for libQtCore4 etc.
+
+2006-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyxinclude.m4: Turn exceptions on for gcc (read: don't turn them
+       off)
+
+2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyxinclude.m4: Remove support for versions of GCC older than 3.1
+
+2006-02-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
+       macosx packaging.
+
+2006-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * 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  <larsbj@lyx.org>
+
+       * ltmain.sh: apply patch for darwin
+
+2005-12-30  Lars Gullik Bjonnes  <larsbj@lyx.org>
+
+       * ltmain.sh: update to newer version
+
+2005-12-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * qt.m4: use -nounload with uic if supported (uic can dump core
+       otherwise). 
+
+2005-12-23  Lars Gullik Bjonnes  <larsbj@lyx.org>
+
+       * 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  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_USE_PACKAGING): set PACKAGE depending on
+       packaging setting.
+       (LYX_VERSION_SUFFIX): honor PACKAGE value.
+
+2005-09-29  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_PROG_CXX): do not enable stdlib-debug for
+       prereleases.
+
+2005-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * spell.m4: correct grammar describing invocation of the
+       spellchecker.
+
+2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * common.am (AUTOMAKE_OPTIONS): add dist-bzip2
+
+2005-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * 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  <larsbj@lyx.org>
+
+       * lyxinclude.m4 (enable-optimization): make releases and
+       prereleases have optimization set to -O2
+
+2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4: set profiling off by defqult 
+
+2005-07-15  José Matos <jamatos@lyx.org>
+
+       * py-compile: new file to byte-compile python scripts.
+
+2005-07-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyxinclude.m4 (lyx_pch_comp): add profiling switch
+
+2005-07-12  Angus Leeming  <leeming@lyx.org>
+
+       * qt.m4 (QT_CHECK_IS_MULTITHREADED): ascertain whether the Qt library
+       has multi-threading support.
+
+2005-07-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * qt.m4 (QT_DO_IT_ALL): mark the QTDIR variable as precious.
+
+2005-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * common.am (*.o *.lo *.obj): make the TARGETS depend on $(PCH_FILE),
+       not the SOURCES.
+       (pch-file): name the generated .pch.h.gch file explicitly.
+       Enables the file to be output to the build directory if different
+       to the source directory.
+       (DISTCLEANFILES): add pch.h.gch.dep
+
+2005-05-03  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: remove [ap]spell.m4 and add spell.m4.
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * spell.m4: test for something that MSVC doesn't have (fork)
+       as opposed to something it does (select, dup2).
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * aspell.m4, pspell.m4: removed.
+       * spell.m4: new. Incorporates the code in [ap]spell but also adds
+       a test for whether the ISpell-handling code should be compiled.
+
+2005-04-22  Angus Leeming  <leeming@lyx.org>
+
+       * qt.m4: Move the Qt-specific preprocessor flags out of the
+       various Makefile.am files to here. Specialise the flags for mingw.
+
+2005-02-17  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * qt.m4: detect Qt Win/Free library
+
+2005-02-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_USE_PACKAGING): remove single quotes around
+       prefix in the windows case; set libdir correctly.
+
+2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * common.am (pch-file): new target, used recursively by target
+       $(PCH_FILE). This avoids bash-isms.
+
+2005-01-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4: fix default win32 prefix
+
+2005-01-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_USE_PACKAGING): new macro.
+
+2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (enable_stdlib_debug): new switch
+       (enable_concept_checks): new switch
+       (enable_pch): new switch
+       Also some cleanup.
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_CXX_CHEADERS): remove.
+
+2004-12-15  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
+
+       * lyxinclude.m4: define AC_FUNC_MKDIR.
+
+2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * common.am: setup variables for boost
+
+2004-12-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (lyx_pch_comp): next gcc version is 4.0 not 3.5
+
+       * common.am ($(PCH_FILE)): do a subst and sed dance to get rid of
+       the PCH_FLAGS from the command line when generating the
+       precompiled header.
+
+       * 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 Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4: next version of gcc will be 4.0 not 3.5
+
+2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (enable_debug): Add support for stdlibc++ concept
+       checks on gcc >3.4.
+
+2004-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxinclude.m4 (LYX_VERSION_SUFFIX): set RPM_VERSION_SUFFIX even
+       if it is empty, otherwise the spec file is broken
+
+2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxinclude.m4: set new variable RPM_VERSION_SUFFIX
+
+2004-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_CHECK_VERSION): simplify
+
+2004-09-23  John Spray  <jcs116@york.ac.uk>
+
+       * lyxinclude.m4 (LYX_USE_FRONTENDS): mention gtk as frontend
+
+2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * common.am: improve pch handling a tiny bit
+
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (lyx_pch_comp,LYX_BUILD_PCH): set this for
+       precompiled header capable gcc compilers
+
+       * common.am (pch.h.gch,LYX_BUILD_PCH): support for precompiled
+       headers
+
+2004-07-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4: setup for gcc 3.5 use as well
+
+2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * common.am (AM_ETAGSFLAGS): setup variable
+
+2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * depcomp.diff: remove file
+       * gettext.m4.patch: remove file
+
+2004-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * acconfig.h: remove file
+
+2004-05-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * nls.m4: new file
+
+       * Makefile.am: add more m4 files and reformat a bit
+
+2004-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * config.rpath: new file
+
+2004-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * add some more m4 files to work around errors with older
+       automake/autoconf versions.
+
+2004-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * update m4 files from automake 1.8 autoconf 2.59 and update other
+       m4 files to avoid auto warnings.
+
+2004-05-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyxinclude.m4 (lyx_warning): change debug mode setup to use
+       AC_DEFINE
+
+2004-05-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (enable-debug): Use the libstdc++ debugging mode
+       if configuring with enable-debug.
+
+2004-05-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): rename
+       xforms-image-loader flag to jpeg-image-loader
+
+2004-03-01  Zvezdan Petkovic  <zvezdan@cs.wm.edu>
+
+       * qt.m4 (QT_DO_IT_ALL): if the variables MOC or UIC are set, honor
+       their value
+
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (LYX_CXX_STL_STRING): remove
+       (LYX_CXX_GOOD_STD_STRING): remove
+
+2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
+
+       * Makefile.am (EXTRA_DIST): remove files that are not there anymore
+
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * xforms.m4 (XFORMS_DO_IT_ALL): new macro, which calls all the
+       xforms stuff and AC_SUBSTs XFORMS_LIBS with all libraries needed
+       by the xforms frontend
+
+       * lyxinclude.m4 (LYX_USE_FRONTENDS): renamed from
+       LYX_USE_FRONTEND. Can now accept a list of frontends; the
+       variables defines there are now FRONTENDS, FRONTENDS_SUBDIRS and
+       FRONTENDS_PROGS.
+
+2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4: use AC_HELP_STRING
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac:
+       * configure.in:
+       * lyxinclude213.m4:
+       * relyx_configure.ac:
+       * relyx_configure.in: delete
+
+2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in:
+       * configure.ac: remove frontend directories from FRONTEND_INCLUDES
+
+2003-07-22  John Levon  <levon@movementarian.org>
+
+       * configure.ac:
+       * configure.in: support Aiksaurus 1.0
+
+2003-07-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in:
+       * configure.ac: only add X libraries to LIBS if --disable-x has
+       not been passed to configure (useful for Qt/Mac)
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4: add gcc 3.4
+
+2003-07-15  Angus Leeming  <leeming@lyx.org>
+
+       * lyxinclude.m4: Do not pass the -Winline option to gcc.
+
+2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: also check for <ios> header
+
+2003-05-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * relyx_configure.ac:
+       * relyx_configure.in: add AM_MAINTAINER_MODE here too.
+
+2003-05-20  Angus Leeming  <leeming@lyx.org>
+
+       * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
+       Rob Lahaye to ensure that the configure test succeeds with
+       xforms 1.0.2 and, moreover, that this will not break the final
+       linking step under cygwin.
+
+2003-05-15  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage
+
+2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * qt.m4: errors are not fatal
+
 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * xforms.m4 (lyx_cv_xpm_h_location): don't define XPM_H_LOCATION,