]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
autogen.sh: remove --force-missing on automake
[lyx.git] / ChangeLog
index c42fbaf6c4a25e006a63ce1ac0f69d4e12483627..e1b60a862d098b36c96300dcc9f1845b6bb33a75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,436 @@
+2006-01-26    <larsbj@gullik.net>
+
+       * autogen.sh: remove the --force-missing option to automake 
+
+2006-01-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * NEWS: update for 1.4.0.
+
+2006-01-24  John Spray  <spray@lyx.org>
+
+       * configure.ac: the gtk frontend does not need xforms anymore.
+
+2006-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (EXTRA_DIST): do not distribute INSTALL.OS2 and
+       README.OS2.
+
+       * ANNOUNCE: 
+       * README: 
+       * INSTALL: a first update for 1.4.0.
+
+2006-01-04  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * INSTALL.MacOSX: update.
+
+2006-01-01  Angus Leeming  <leeming@lyx.org>
+
+       * COPYING: remove the XForms exception.
+
+2005-12-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: fix version-suffix
+
+2005-12-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * autogen.sh: require automake 1.9
+       * configure.ac: add 1.9 to automake options
+
+2005-12-23  Lars Gullik Bjonnes  <larsbj@lyx.org>
+
+       * configure.ac: pre3
+
+2005-12-23  Lars Gullik Bjonnes  <larsbj@lyx.org>
+
+       * autogen.sh (AUTOMAKE): add --force-missing to args.
+
+       * configure.ac: add am args to AM_INIT_AUTOMAKE, modify AC_INIT to
+       contain tar name as well, use AC_CONFIG_HEADERS instead of
+       AM_CONFIG_HEADER, remove unused variable VERSION
+
+2005-12-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: add to SOCKET_LIBS the libraries required by
+       socket code (useful for solaris).
+
+2005-12-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: remove dead gnome stuff
+       * configure.ac: check for xft if using the gtk frontend
+
+2005-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: check for target name as early as possible (fixes
+       bug in change below).
+
+2005-10-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: call LYX_USE_PACKAGING early. Sanitize PACKAGE
+       setting. 
+
+2005-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: check for NewAPIs.h. If found, define the
+       WANT_GETFILEATTRIBUTESEX_WRAPPER to enable runtime support
+       for Windows 95 in Boost.Filesystem.
+
+2005-09-29  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: Use the new MSYS_AC_CANONICAL_PATH to generate
+       path strings that make sense on Windows as well as on Unix boxes.
+       Insert these strings into the generated Makefiles.
+
+2005-09-22  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * INSTALL.MacOSX: update to reflect simplified procedure.
+
+2005-09-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (EXTRA_DIST): distribute INSTALL.MacOSX
+
+2005-09-21  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * INSTALL.MacOSX: rename from README.MacOSX and update.
+
+2005-09-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: error out if qt frontend is choosen but no qt library
+       was found
+
+2005-09-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: check for AWK and use --posix option if we found
+       gawk. (bug 1980)
+
+2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac: version back to 1.4.0cvs 
+
+2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac: set version to 1.4.0pre1
+
+2005-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * README: 
+       * INSTALL: update for 1.4
+
+2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyx.man: remove reLyX refs and ref to tex2lyx
+       * autogen.sh,configure.ac: remove reLyX handling 
+       * INSTALL,INSTALL.OS2: remove some reLyX paragraphs.
+
+2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * INSTALL: lib/xfonts is dead.
+
+2005-07-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac: set AWK to gawk and subsitute 
+
+2005-07-15  José Matos <jamatos@lyx.org>
+
+       * configure.ac: Add support for python, and add Makefile to
+       lyx2lyx.
+
+2005-07-14  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (EXTRA_DIST): add the new README and INSTALL files
+
+2005-07-13  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefiles: make sure to dist pch.h and mark PCH_FILE as a build
+       file.
+
+2005-07-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * INSTALL: small tweak.
+
+2005-06-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: if the xforms frontend is added just to help gtk,
+       do not build the xforms binary.
+
+2005-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac: Use AM_* flags for CLAGS,CXXFLAGS where we require
+       the values to be properly set.
+
+2005-05-03  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: test for io.h and process.h.
+       Test the spelling of close(), getpid(), open(), pclose() and
+       popen(). Do they have a leading underscore or not?
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: test for utime.h and sys/utime.h
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: test for something that MSVC doesn't have (fcntl)
+       as opposed to something it does (select, socket).
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh (ACINCLUDE_FILES): remove [ap]spell.m4. Add spell.m4.
+
+       * configure.ac: remove explicit invocation of CHECK_WITH_ASPELL,
+       CHECK_WITH_PSPELL. Add new invocation of LYX_CHECK_SPELL_ENGINES.
+       Also check for select() and socket() system functions and use
+       these to decide whether to build the src/client sun-directory.
+
+2005-03-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove hack when GNU gettext utilities are not
+       available; remove calls to AC_C_CONST and AC_C_INLINE (already
+       required by AM_INTL_SUBDIR; remove ALL_LINGUAS variable (see
+       po/LINGUAS instead); do not AC_SUBST LINGUAS.
+
+2005-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * autogen.sh: remove autom4te.cache directories
+
+2005-03-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: make the xforms part be built
+       first when building gtk frontend
+
+2005-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: remove test for gettext. Belongs in configure.
+       Return 1 if autogen.sh exits abnormally.
+
+2005-03-02  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: dont setup gnome/Makefile
+
+2005-02-24  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: enable the use of (1.5 <= automake <= 1.9).
+
+2005-02-23  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: test for automake >= 1.5 and for gettext >= 0.12.
+
+       * INSTALL: document these requirements.
+
+2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am: remove hack for making bindist work with autoconf
+       <=1.4. This broke non GNU make programs.
+
+2005-02-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AH_BOTTOM): make BOOST_POSIX be defined for cygwin
+
+2005-02-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: if the prefix contains space, replace it with
+       ${builddir}/installprefix and issue a warning.
+
+       * configure.ac: when testing for AikSaurus, do not require libbz2.
+
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: add src/support/tests/Makefile
+
+2005-01-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: indicate in final info whether aiksaurus is used.
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: s/COMRESSION/COMPRESSION/
+
+2005-01-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove duplicated code
+
+2005-01-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: use LYX_USE_PACKAGING
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (VERSION_INFO): add CPPFLAGS to info
+
+2005-01-04  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AC_CHECK_FUNCS): test for the existence of
+       lstat and readlink.
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove call to LYX_CXX_CHEADERS
+
+2004-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: remove the HAVE_MKDIR conditional code to
+       src/support/mkdir.C
+
+2004-12-15  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
+
+       * configure.ac: add AC_FUNC_MKDIR test and code to
+       #define mkdir should a non-POSIX version be found.
+
+2004-12-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where
+       possible.
+
+2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Most Makefile.am's: Change to use AM_CPPFLAGS instead of
+       INCLUDES since that has been deprecated by automake.
+
+2004-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * README.Cygwin: new file, containing the current contents of
+       README.Win32.
+
+       * README.Win32: rewritten to explain why we don't currently
+       provide formal support for a native Win32 port (other than
+       one based on Cygwin) and how that may change in the future.
+
+2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: do not include broken_headers.h; do not check for
+       strchr, memset and memmove
+
+2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: do not check for snprintf
+
+2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: remove RPM_FRONTEND_DEPS
+
+2004-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: make maintainer mode active by default for
+       development releases
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: update for gtk 2.4
+
+2004-09-23  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * README.MacOSX: update again
+
+2004-09-22  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * README.MacOSX: update a bit
+
+2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES): add src/client/Makefile
+
+2004-09-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: print error message if uic or moc is not found
+       and the qt frontend is used
+
+2004-08-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * More pch work.
+
+2004-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: instead of the previous code (which does not
+       work), just add xforms to the list of frontends if gtk is specified
+
+2004-07-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: add code that some xforms tests are run only once
+       even if both xforms and gtk are configured.
+
+2004-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (SUBDIRS): remove m4 directory (does not have a
+       Makefile.am).
+
+2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
+       annotations to clean up the Makefile slightly.
+
+2004-06-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES): add lib/doc/Makefile
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * mkinstalldirs: remove file
+
+2004-05-27  Kayvan Sylvan <kayvan@sylvan.com>
+
+       * configure.ac (AH_BOTTOM): Remove reference to support/nt_defines.h
+
+2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * autogen.sh (ACLOCAL): make all aclocal find m4
+
+2004-05-26  gettextize  <bug-gnu-gettext@gnu.org>
+
+       * Makefile.am (SUBDIRS): Add m4.
+       (DIST_SUBDIRS): Add m4.
+       (ACLOCAL_AMFLAGS): New variable.
+       * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * README.MacOSX: update to reflect Jean-Marc's comments to the list.
+
+2004-04-20  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: (AC_CONFIG_FILES) add gtk/gimages Makefile.
+
+2004-04-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: define BOOST_USER_CONFIG
+
+2004-03-10  Ronald Florence <ron@18james.com>
+
+       * README.MacOSX: update
+
+2004-01-26  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: enable the use of autoconf 2.59.
+
+2004-01-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES): add boost::filesystem Makefiles.
+
+2003-12-15  Ronald Florence <ron@18james.com>
+
+       * README.MacOSX: updated for 1.4.0cvs
+
+2003-11-18  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: accept autoconf 2.58 as a supported version.
+
+2003-10-24  André Pönitz  <poenitz@gmx.net>
+
+       * lyxfunc.C:
+       * rowpainter.C:
+       * text.C:
+       * text3.C:
+       * lyxtext.h: set fills in fill(...) instead of returning it
+
+2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * INSTALL: remove a comment about --with-included-string
+
+       * configure.ac: remove the configure are
+       --with-included-string
+
 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * configure.ac (FORNTENDS): use tabs to align message, make gtk
-       not delete info about other frontends 
+       not delete info about other frontends
 
 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>