X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4b62cd107c4517b5b85fd6b4a82482ac7dd9c364;hb=e164c26ad2ed95e9538a0ccd31bdf1d60d2e8060;hp=4ef00d28c00a42cbd0cc8504ea41d67ac437d0c5;hpb=197c26de994d5cca090c18fe4f0f27c51d37c7bc;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 4ef00d28c0..4b62cd107c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,244 @@ +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 + +2005-01-05 Lars Gullik Bjonnes + + * configure.ac (VERSION_INFO): add CPPFLAGS to info + +2005-01-04 Angus Leeming + + * configure.ac (AC_CHECK_FUNCS): test for the existence of + lstat and readlink. + +2004-12-28 Jean-Marc Lasgouttes + + * configure.ac: remove call to LYX_CXX_CHEADERS + +2004-12-16 Angus Leeming + + * configure.ac: remove the HAVE_MKDIR conditional code to + src/support/mkdir.C + +2004-12-15 Angus Leeming + + * 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 + + * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where + possible. + +2004-12-03 Lars Gullik Bjonnes + + * Most Makefile.am's: Change to use AM_CPPFLAGS instead of + INCLUDES since that has been deprecated by automake. + +2004-11-25 Angus Leeming + + * 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 + + * configure.ac: do not include broken_headers.h; do not check for + strchr, memset and memmove + +2004-11-04 Jean-Marc Lasgouttes + + * configure.ac: do not check for snprintf + +2004-10-11 Georg Baum + + * configure.ac: remove RPM_FRONTEND_DEPS + +2004-10-07 Jean-Marc Lasgouttes + + * configure.ac: make maintainer mode active by default for + development releases + +2004-09-26 Lars Gullik Bjonnes + + * configure.ac: update for gtk 2.4 + +2004-09-23 Bennett Helm + + * README.MacOSX: update again + +2004-09-22 Bennett Helm + + * README.MacOSX: update a bit + +2004-09-04 Lars Gullik Bjonnes + + * configure.ac (AC_CONFIG_FILES): add src/client/Makefile + +2004-09-03 Georg Baum + + * configure.ac: print error message if uic or moc is not found + and the qt frontend is used + 2004-08-18 Lars Gullik Bjonnes * More pch work.