X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=61a9c7eb14128c0ccacff94021d6134547e414f0;hb=ffe7659ec614d43bb7bfaf4b2a43e4a7b955b2bd;hp=9898af15f791701426bf920e2457f166f040dcec;hpb=208c57fad71a9953980d6ea686884ef56044e542;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 9898af15f7..61a9c7eb14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +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 @@ -12,7 +30,7 @@ 2005-03-06 Lars Gullik Bjonnes * configure.ac: make the xforms part be built - first when building gtk frontend + first when building gtk frontend 2005-03-05 Angus Leeming