]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
two more kludges bite the dust
[lyx.git] / ChangeLog
index 91fe0ffdee5a0ea5ac03d89f3254f4969cd318f1..61a9c7eb14128c0ccacff94021d6134547e414f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+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
@@ -5,7 +30,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>