X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2FChangeLog;h=7de02859fd7f3171beb8682cb4ea3fa2de6bdbc2;hb=db92c134c28f36cb4116c89dd6c4f69591968756;hp=a89a1d5e52c62c8fd112886b4152ddb4555c2e52;hpb=ff2e99882256575487d69922d413b68a8c59665d;p=lyx.git diff --git a/config/ChangeLog b/config/ChangeLog index a89a1d5e52..7de02859fd 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,532 @@ +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 + + * lyxinclude.m4 (enable-optimization): make releases and + prereleases have optimization set to -O2 + +2005-07-16 Jean-Marc Lasgouttes + + * lyxinclude.m4: set profiling off by defqult + +2005-07-15 José Matos + + * py-compile: new file to byte-compile python scripts. + +2005-07-15 Lars Gullik Bjønnes + + * lyxinclude.m4 (lyx_pch_comp): add profiling switch + +2005-07-12 Angus Leeming + + * qt.m4 (QT_CHECK_IS_MULTITHREADED): ascertain whether the Qt library + has multi-threading support. + +2005-07-12 Jean-Marc Lasgouttes + + * qt.m4 (QT_DO_IT_ALL): mark the QTDIR variable as precious. + +2005-05-04 Angus Leeming + + * 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 + + * Makefile.am: remove [ap]spell.m4 and add spell.m4. + +2005-05-02 Angus Leeming + + * spell.m4: test for something that MSVC doesn't have (fork) + as opposed to something it does (select, dup2). + +2005-05-02 Angus Leeming + + * 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 + + * 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 + + * qt.m4: detect Qt Win/Free library + +2005-02-03 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_USE_PACKAGING): remove single quotes around + prefix in the windows case; set libdir correctly. + +2005-01-20 Jean-Marc Lasgouttes + + * common.am (pch-file): new target, used recursively by target + $(PCH_FILE). This avoids bash-isms. + +2005-01-12 Jean-Marc Lasgouttes + + * lyxinclude.m4: fix default win32 prefix + +2005-01-06 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_USE_PACKAGING): new macro. + +2005-01-05 Lars Gullik Bjønnes + + * 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 + + * lyxinclude.m4 (LYX_CXX_CHEADERS): remove. + +2004-12-15 Angus Leeming + + * lyxinclude.m4: define AC_FUNC_MKDIR. + +2004-12-05 Lars Gullik Bjønnes + + * common.am: setup variables for boost + +2004-12-04 Lars Gullik Bjønnes + + * 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 + + * lyxinclude.m4: next version of gcc will be 4.0 not 3.5 + +2004-11-16 Lars Gullik Bjønnes + + * lyxinclude.m4 (enable_debug): Add support for stdlibc++ concept + checks on gcc >3.4. + +2004-10-23 Georg Baum + + * 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 + + * lyxinclude.m4: set new variable RPM_VERSION_SUFFIX + +2004-10-07 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_CHECK_VERSION): simplify + +2004-09-23 John Spray + + * lyxinclude.m4 (LYX_USE_FRONTENDS): mention gtk as frontend + +2004-08-30 Lars Gullik Bjønnes + + * common.am: improve pch handling a tiny bit + +2004-08-15 Lars Gullik Bjønnes + + * 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 + + * lyxinclude.m4: setup for gcc 3.5 use as well + +2004-07-24 Lars Gullik Bjønnes + + * common.am (AM_ETAGSFLAGS): setup variable + +2004-05-28 Lars Gullik Bjønnes + + * depcomp.diff: remove file + * gettext.m4.patch: remove file + +2004-05-27 Lars Gullik Bjønnes + + * acconfig.h: remove file + +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 Bjønnes + + * config.rpath: new file + +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 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 Bjønnes + + * lyxinclude.m4 (lyx_warning): change debug mode setup to use + AC_DEFINE + +2004-05-18 Lars Gullik Bjønnes + + * lyxinclude.m4 (enable-debug): Use the libstdc++ debugging mode + if configuring with enable-debug. + +2004-05-05 Jean-Marc Lasgouttes + + * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): rename + xforms-image-loader flag to jpeg-image-loader + +2004-03-01 Zvezdan Petkovic + + * qt.m4 (QT_DO_IT_ALL): if the variables MOC or UIC are set, honor + their value + +2003-09-16 Lars Gullik Bjønnes + + * lyxinclude.m4 (LYX_CXX_STL_STRING): remove + (LYX_CXX_GOOD_STD_STRING): remove + +2003-08-02 Kayvan Sylvan + + * Makefile.am (EXTRA_DIST): remove files that are not there anymore + +2003-08-02 Jean-Marc Lasgouttes + + * 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 + + * lyxinclude.m4: use AC_HELP_STRING + +2003-07-27 Lars Gullik Bjønnes + + * configure.ac: + * configure.in: + * lyxinclude213.m4: + * relyx_configure.ac: + * relyx_configure.in: delete + +2003-07-25 Jean-Marc Lasgouttes + + * configure.in: + * configure.ac: remove frontend directories from FRONTEND_INCLUDES + +2003-07-22 John Levon + + * configure.ac: + * configure.in: support Aiksaurus 1.0 + +2003-07-03 Jean-Marc Lasgouttes + + * 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 + + * lyxinclude.m4: add gcc 3.4 + +2003-07-15 Angus Leeming + + * lyxinclude.m4: Do not pass the -Winline option to gcc. + +2003-06-11 Lars Gullik Bjønnes + + * configure.ac: also check for header + +2003-05-26 Jean-Marc Lasgouttes + + * relyx_configure.ac: + * relyx_configure.in: add AM_MAINTAINER_MODE here too. + +2003-05-20 Angus Leeming + + * 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 + + * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage + +2003-05-14 Lars Gullik Bjønnes + + * qt.m4: errors are not fatal + +2003-05-14 Lars Gullik Bjønnes + + * xforms.m4 (lyx_cv_xpm_h_location): don't define XPM_H_LOCATION, + subst it instead. + (lyx_cv_forms_h_location): don't define FORMS_H_LOCATION, subst it + instead. + + * configure.in: generate lyx_forms.h and lyx_xpm.h. + + * configure.ac: always check for xforms and qt libs regardless of + frontend chosen. Generate lyx_forms.h and lyx_xpm.h. + +2003-05-08 Lars Gullik Bjønnes + + * configure.ac: better lib building. + +2003-05-07 Lars Gullik Bjønnes + + * lyxinclude.m4 (LYX_USE_INCLUDED_BOOST): new m4 function + + * configure.ac: allow boost as system lib + * common.am: ditto + +2003-05-07 Jean-Marc Lasgouttes + + * lyxinclude213.m4 (AC_HELP_STRING): replace with a hackish but + good enough implementation (bug 936) + +2003-04-15 Angus Leeming + + * common.am (SIGC_INCLUDES): removed. + +2003-04-11 Jean-Marc Lasgouttes + + * configure.in (ALL_LINGUAS): + * configure.ac (ALL_LINGUAS): add nn (nynorsk) + +2003-04-01 Jean-Marc Lasgouttes + + * configure.in: + * configure.ac: move AM_MAINTAINER_MODE later + +2003-03-26 Jean-Marc Lasgouttes + + * configure.in: + * configure.ac: use AM_MAINTAINER_MODE + +2003-03-25 John Levon + + * Makefile.am: + * aspell.m4: add + + * pspell.m4: some more fixes + + * configure.in: + * configure.ac: prefer new aspell to pspell + +2003-03-25 John Levon + + * pspell.m4: fix up the tests again + +2003-03-24 Lars Gullik Bjønnes + + * lyxinclude.m4 (lyx_warning): add gcc 3.3 as known compiler and + make sure that -fno-exceptions is turned on for it. + +2003-03-20 Kayvan Sylvan + + * configure.ac: + * configure.in: Move the RPM_FRONTEND_* stuff and eliminate the + value in AC_SUBST. This makes configure work as expected with + autoconf-2.5x + +2003-03-12 Kayvan Sylvan + + * configure.ac: + * configure.in: Add the CHECK_WITH_CYGWIN macro call. + + * Makefile.am: add cygwin.m4 to EXTRA_DIST + + * cygwin.m4: Add CHECK_WITH_CYGWIN function to encapuslate + some checks for Win32 GCC based on info from the following URL: + http://bugzilla.gnome.org/showattachment.cgi?attach_id=12253 + + * libtool.m4: TAB to SPACE fixes. Now impgen.c compiles on Cygwin. + +2003-03-10 Lars Gullik Bjønnes + + * pspell.m4: simplify pspell checking even more + +2003-03-10 Jean-Marc Lasgouttes + + * configure.ac: + * configure.in: remove special handling of linking order for + cygwin + +2003-03-05 Lars Gullik Bjønnes + + * lyxinclude213.m4: add a AC_HELP_STRING + +2003-02-26 Albert Chin + + * relyx_configure.ac: fix application of `chmod' to the reLyX and + noweb2lyx scripts + +2003-02-21 Jean-Marc Lasgouttes + + * xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4 + + * lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): remove, not used + anymore + + * configure.in: + * configure.ac: do not call LYX_FUNC_PUTENV_ARGTYPE + +2003-02-21 André Pönitz + + * configure.ac, configure.in: removed check for setenv and putenv + +2003-02-20 Kayvan A. Sylvan + + * configure.ac, configure.in: add RPM_FRONTEND stuff to + automatically generate an xforms or qt specific lyx.spec + file. + +2003-02-18 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and + relyx_configure.in. + +2003-02-18 John Levon + + * config/qt.m4: prefer -lqt-mt - test this... + +2003-02-17 John Levon + + * config/pspell.m4: turn on pspell by default + +2003-02-17 John Levon + + * config/configure.ac: + * config/configure.in: remove the -isystem fiddling. Let's see + if Solaris people complain... + +2003-02-07 John Levon + + * config/configure.ac: + * config/configure.in: fix bug 874 by adding strerror check + +2003-01-12 Lars Gullik Bjønnes + + * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): include forms.h in + the prog that checks for flimage.h header. + + * common.am (AM_INSTALL_DATA_FLAGS): add + +2003-01-09 Jean-Marc Lasgouttes + + * lyxinclude.m4: + * configure.ac: + * configure.in: comment out gnome frontend support + +2003-01-08 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if + there has been an error in configuration. With autoconf 2.5x, + $cache_file is often set to /dev/null, and deleting that is not a + good idea... + +2002-12-18 Lars Gullik Bjønnes + + * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile + * configure.in (AC_OUTPUT): ditto + +2002-12-18 Lars Gullik Bjønnes + + * configure.ac (AC_CONFIG_FILES)): add development/Makefile + * configure.in (AC_OUTPUT): ditto + +2002-12-17 Angus Leeming + + * configure.ac: + * configure.in: remove the XOpenIM test as lyxlookup.C has been buried. + +2002-12-16 Angus Leeming + + * configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with + LYX_CHECK_XFORMS_IMAGE_LOADER. + Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test. + + * configure.in: As above. However, I have also found it necessary to + comment out some tests from the gnome block of case "$lyx_use_frontend" + otherwise they were replicated. No idea what is going wrong here. + + * xforms.m4 (XFORMS_VERSION): update warning/error messages. + (LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER. + The function is far simpler as we don't have to worry about + xforms < 0.89.5. + +2002-11-25 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): add lyxinclude25x.m4 and + lyxinclude213.m4 + + * lyxinclude25x.m4: new file, containing macros specific to + autoconf 2.5x (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now) + + * lyxincludes213.m4: new file, containing macros specific to + autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now) + (LYX_FUNC_SELECT_ARGTYPES): move here + + * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove + + * configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in + 2.5x) + +2002-11-24 Lars Gullik Bjønnes + + * configure.ac: USE_BOOST_FORMAT + * acconfig.h: ditto + +2002-11-06 Lars Gullik Bjønnes + + * configure.ac: use AH_TOP and AH_BOTTOM instead of + AH_VERBATIM + +2002-11-05 Lars Gullik Bjønnes + + * configure.ac (AH_VERBATIM): fix keys to be unique + 2002-11-04 Lars Gullik Bjønnes - * configure.ac (AH_VERBATIM: add some lost parts... + * configure.ac (AH_VERBATIM): add some lost parts... 2002-10-16 Lars Gullik Bjønnes