]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
autogen.sh: remove --force-missing on automake
[lyx.git] / ChangeLog
index 39e7279eae9452dca3056774ce90da955d23d78a..e1b60a862d098b36c96300dcc9f1845b6bb33a75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+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.