]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Enable compilation of LyX with DragonFly BSD.
[lyx.git] / ChangeLog
index 9898af15f791701426bf920e2457f166f040dcec..fda139334e4c716dd0e40623bfecf67ff183dbf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+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
@@ -12,7 +91,7 @@
 2005-03-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * configure.ac: make the xforms part be built
-       first when building gtk frontend 
+       first when building gtk frontend
 
 2005-03-05  Angus Leeming  <leeming@lyx.org>