]> git.lyx.org Git - lyx.git/blobdiff - config/ChangeLog
Angus fix to lyxrevert_228.py
[lyx.git] / config / ChangeLog
index 65ff6d2143b5e431227c9b286ca8e1a8a0cd415d..8a469ea1a302e61f830a6a192a3e31339ae477a0 100644 (file)
@@ -1,3 +1,487 @@
+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 file
+
+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,
+       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  <larsbj@gullik.net>
+
+       * configure.ac: better lib building.
+
+2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * 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  <lasgouttes@lyx.org>
+
+       * lyxinclude213.m4 (AC_HELP_STRING): replace with a hackish but
+       good enough implementation (bug 936)
+
+2003-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * common.am (SIGC_INCLUDES): removed.
+
+2003-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in (ALL_LINGUAS):
+       * configure.ac (ALL_LINGUAS): add nn (nynorsk)
+
+2003-04-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in:
+       * configure.ac: move AM_MAINTAINER_MODE later
+
+2003-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in:
+       * configure.ac: use AM_MAINTAINER_MODE
+
+2003-03-25  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * aspell.m4: add
+
+       * pspell.m4: some more fixes
+
+       * configure.in:
+       * configure.ac: prefer new aspell to pspell
+
+2003-03-25  John Levon  <levon@movementarian.org>
+
+       * pspell.m4: fix up the tests again
+
+2003-03-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * 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  <kayvan@sylvan.com>
+
+       * 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  <kayvan@sylvan.com>
+
+       * 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  <larsbj@birdstep.com>
+
+       * pspell.m4: simplify pspell checking even more
+
+2003-03-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac:
+       * configure.in: remove special handling of linking order for
+       cygwin
+
+2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude213.m4: add a AC_HELP_STRING
+
+2003-02-26  Albert Chin  <china@thewrittenword.com>
+
+       * relyx_configure.ac: fix application of `chmod' to the reLyX and
+       noweb2lyx scripts
+
+2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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 <poenitz@gmx.net>
+
+       * configure.ac, configure.in: removed check for setenv and putenv
+
+2003-02-20  Kayvan A. Sylvan <kayvan@sylvan.com>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and
+       relyx_configure.in.
+
+2003-02-18  John Levon  <levon@movementarian.org>
+
+       * config/qt.m4: prefer -lqt-mt - test this...
+
+2003-02-17  John Levon  <levon@movementarian.org>
+
+       * config/pspell.m4: turn on pspell by default
+
+2003-02-17  John Levon  <levon@movementarian.org>
+
+       * config/configure.ac:
+       * config/configure.in: remove the -isystem fiddling. Let's see
+         if Solaris people complain...
+
+2003-02-07  John Levon  <levon@movementarian.org>
+
+       * config/configure.ac:
+       * config/configure.in: fix bug 874 by adding strerror check
+
+2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxinclude.m4:
+       * configure.ac:
+       * configure.in: comment out gnome frontend support
+
+2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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  <larsbj@birdstep.com>
+
+       * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile
+       * configure.in (AC_OUTPUT): ditto
+
+2002-12-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES)): add development/Makefile
+       * configure.in (AC_OUTPUT): ditto
+
+2002-12-17  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac:
+       * configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
+
+2002-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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  <larsbj@gullik.net>
+
+       * configure.ac: USE_BOOST_FORMAT
+       * acconfig.h: ditto
+
+2002-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: use AH_TOP and AH_BOTTOM instead of
+       AH_VERBATIM
+
+2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.ac (AH_VERBATIM): fix keys to be unique
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.ac (AH_VERBATIM): add some lost parts...
+
+2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinclude.m4: increase template depth for some versions of g++.
+
+2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
+       more robust.
+
+2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
+       USE_BASIC_IMAGE_LOADER from here...
+       * configure.ac: ... here
+       * configure.in: ...to here, and ...
+
+2002-09-13  John Levon  <levon@movementarian.org>
+
+       * qt.m4: tweak sed usage
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * Makefile.am: qt.m4 not qt2.m4
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * configure.ac:
+       * configure.in:
+       * qt.m4: output Qt version
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * qt.m4: make $FATAL actually work
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * configure.ac:
+       * configure.in:
+       * lyxinclude.m4:
+       * qt2.m4:
+       * qt.m4: new Qt configure script
+
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * relyx_configure.ac:
+       * configure.ac: only require autoconf 2.52
+
+       * Makefile.am (EXTRA_DIST): distribute also xforms.m4
+
+2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
+       argument of AC_CHECK_LIB
+
+       * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
+       make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
+       (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
+
+2002-08-14  John Levon  <levon@movementarian.org>
+
+       * configure.in:
+       * configure.ac: no xforms check with Qt
+
+2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
+
+2002-08-11  Angus Leeming  <leeming@lyx.org>
+
+       * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
+       definition of c-tor.
+
+2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (EXTRA_DIST): remove sigc++.m4
+
+2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xforms.m4: switch back to save,restore
+
+       * some more updates and removal of obsolete macros.
+
+2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * further work on 2.53 stuff.
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
+
+2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxinclude.m4 (LYX_SCO):
+       (LYX_HPUX):
+       (LYX_SUNOS4): remove macros
+       (LYX_PATH_XPM): add description of XPM_H_LOCATION here
+
+2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
+       gcc 2.95.x.
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxinclude.m4: add -Wno-non-template-friend
+
+2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * pspell.m4: patch from Garst to help find pspell (bug 428) this
+       code is really tasteless...
+
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxinclude.m4: remove LYX_REGEX properly
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
+
+2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
+       check for flimage.h header.
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
+
+2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
+       simpler and hopefully better. Please test.
+       (LYX_PATH_XFORMS): move test for flimage.h in
+       LYX_USE_XFORMS_IMAGE_LOADER.
+       (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
+       lines in LYX_USE_XFORMS_IMAGE_LOADER.
+
+2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
+
+2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * xforms.m4: don't insist on building with flimage linked
+
+2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * xforms.m4: don't warn about missing flimage.h
+
+2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
+
+       * xforms.m4: moved out of lyxinclude.m4, some
+         fixes for 1.0
+
+2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * pkg.m4: new file
+
+2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinclude.m4 (lyx_warning): enable exceptions and see what
+       happens.
+
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
+       (lyx_warning): disable exceptions for gcc 3.1 too
+
+       * kde.m4: remove file
+
+2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
+
+       * cvsignore: add Makefile.
+
 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am (EXTRA_DIST): also dist the m4 files