X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5e3f19907fd6ad54273b336e04326c4976dd3c31;hb=5221ba70b0500af13e71cc239c913ea9fd77db7a;hp=c37d347fbcd44e649411fefb0d084bd938d72725;hpb=e20b77bb209df664ac5750ba52d31525a36b6208;p=lyx.git diff --git a/ChangeLog b/ChangeLog index c37d347fbc..5e3f19907f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,294 @@ +2006-03-12 Georg Baum + + * configure.ac: run lib/configure.py, not lib/configure + * autogen.sh: don't build lib/configure from lib/configure.m4 anymore + +2006-02-24 Jean-Marc Lasgouttes + + * RELEASE-NOTES: update. + +2006-02-24 Christian Ridderström + + * INSTALL: change the references to 'cvs' into 'Subversion'. + +2006-02-23 Jean-Marc Lasgouttes + + * RELEASE-NOTES: new file + * Makefile.am (EXTRA_DIST): distribute it. + * ANNOUNCE: point to it. + +2006-02-23 Christian Ridderström + + * README: change the references to 'cvs' into 'Subversion'. + +2006-02-16 Georg Baum + + * UPGRADING: update for 1.4.0 + +2006-02-07 Jean-Marc Lasgouttes + + * configure.ac: call LYX_VERSION_SUFFIX and LYX_USE_PACKAGING + earlier (bug 2237); fix definition of LYX_ABS_INSTALLED_DATADIR. + +2006-02-11 Lars Gullik Bjønnes + + * configure.ac: + * config/lyxinclude.m4: Use 'svn' as the development tag + +2006-02-10 Lars Gullik Bjønnes + + * Delete all .cvsignore files from the source tree + +2006-01-26 Lars Gullik Bjonnes + + * autogen.sh: remove the --force-missing option to automake + +2006-01-25 Jean-Marc Lasgouttes + + * NEWS: update for 1.4.0. + +2006-01-24 John Spray + + * configure.ac: the gtk frontend does not need xforms anymore. + +2006-01-19 Jean-Marc Lasgouttes + + * 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 + + * INSTALL.MacOSX: update. + +2006-01-01 Angus Leeming + + * COPYING: remove the XForms exception. + +2005-12-30 Georg Baum + + * configure.ac: fix version-suffix + +2005-12-28 Georg Baum + + * autogen.sh: require automake 1.9 + * configure.ac: add 1.9 to automake options + +2005-12-23 Lars Gullik Bjonnes + + * configure.ac: pre3 + +2005-12-23 Lars Gullik Bjonnes + + * 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 + + * configure.ac: add to SOCKET_LIBS the libraries required by + socket code (useful for solaris). + +2005-12-06 Georg Baum + + * configure.ac: remove dead gnome stuff + * configure.ac: check for xft if using the gtk frontend + +2005-10-18 Jean-Marc Lasgouttes + + * configure.ac: check for target name as early as possible (fixes + bug in change below). + +2005-10-12 Jean-Marc Lasgouttes + + * configure.ac: call LYX_USE_PACKAGING early. Sanitize PACKAGE + setting. + +2005-09-30 Angus Leeming + + * 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 + + * 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 + + * INSTALL.MacOSX: update to reflect simplified procedure. + +2005-09-21 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): distribute INSTALL.MacOSX + +2005-09-21 Bennett Helm + + * INSTALL.MacOSX: rename from README.MacOSX and update. + +2005-09-13 Georg Baum + + * configure.ac: error out if qt frontend is choosen but no qt library + was found + +2005-09-12 Jean-Marc Lasgouttes + + * configure.ac: check for AWK and use --posix option if we found + gawk. (bug 1980) + +2005-07-18 Lars Gullik Bjønnes + + * configure.ac: version back to 1.4.0cvs + +2005-07-18 Lars Gullik Bjønnes + + * configure.ac: set version to 1.4.0pre1 + +2005-07-18 Jean-Marc Lasgouttes + + * README: + * INSTALL: update for 1.4 + +2005-07-16 Lars Gullik Bjønnes + + * 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 + + * INSTALL: lib/xfonts is dead. + +2005-07-15 Lars Gullik Bjønnes + + * configure.ac: set AWK to gawk and subsitute + +2005-07-15 José Matos + + * configure.ac: Add support for python, and add Makefile to + lyx2lyx. + +2005-07-14 Angus Leeming + + * Makefile.am (EXTRA_DIST): add the new README and INSTALL files + +2005-07-13 Lars Gullik Bjonnes + + * Makefiles: make sure to dist pch.h and mark PCH_FILE as a build + file. + +2005-07-12 Jean-Marc Lasgouttes + + * INSTALL: small tweak. + +2005-06-01 Jean-Marc Lasgouttes + + * 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 + + * configure.ac: Use AM_* flags for CLAGS,CXXFLAGS where we require + the values to be properly set. + +2005-05-03 Angus Leeming + + * 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 + + * configure.ac: test for utime.h and sys/utime.h + +2005-05-02 Angus Leeming + + * configure.ac: test for something that MSVC doesn't have (fcntl) + as opposed to something it does (select, socket). + +2005-05-02 Angus Leeming + + * 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 + + * 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 + + * autogen.sh: remove autom4te.cache directories + +2005-03-06 Lars Gullik Bjonnes + + * configure.ac: make the xforms part be built + first when building gtk frontend + +2005-03-05 Angus Leeming + + * autogen.sh: remove test for gettext. Belongs in configure. + Return 1 if autogen.sh exits abnormally. + +2005-03-02 Lars Gullik Bjonnes + + * configure.ac: dont setup gnome/Makefile + +2005-02-24 Angus Leeming + + * autogen.sh: enable the use of (1.5 <= automake <= 1.9). + +2005-02-23 Angus Leeming + + * autogen.sh: test for automake >= 1.5 and for gettext >= 0.12. + + * INSTALL: document these requirements. + +2005-02-09 Jean-Marc Lasgouttes + + * Makefile.am: remove hack for making bindist work with autoconf + <=1.4. This broke non GNU make programs. + +2005-02-07 Lars Gullik Bjonnes + + * configure.ac (AH_BOTTOM): make BOOST_POSIX be defined for cygwin + +2005-02-02 Jean-Marc Lasgouttes + + * 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 + + * configure.ac: add src/support/tests/Makefile + +2005-01-21 Jean-Marc Lasgouttes + + * configure.ac: indicate in final info whether aiksaurus is used. + +2005-01-20 Angus Leeming + + * configure.ac: s/COMRESSION/COMPRESSION/ + +2005-01-12 Jean-Marc Lasgouttes + + * configure.ac: remove duplicated code + 2005-01-06 Jean-Marc Lasgouttes * configure.ac: use LYX_USE_PACKAGING