Index: ChangeLog =================================================================== RCS file: /cvsroot/xforms/xforms/ChangeLog,v retrieving revision 1.45 diff -u -p -r1.45 ChangeLog --- ChangeLog 9 Sep 2003 00:28:24 -0000 1.45 +++ ChangeLog 9 Sep 2003 09:16:23 -0000 @@ -1,3 +1,26 @@ +2003-09-05 Jean-Marc Lasgouttes + + * lib/version.c (fl_print_version): remove workaround for XENIX + + * lib/local.h: remove NO_SOCK (who wants to support old SCO anyway?) + +2003-07-31 Jean-Marc Lasgouttes + + * lib/local.h (FL_SIGRET): + + * lib/signal.c (default_signal_handler): use RETSIGTYPE instead of + FL_SIG_RET + + * lib/errmsg.c (fl_get_syserror_msg): use HAVE_STRERROR + + * lib/sysdep.c (fl_msleep): use HAVE_USLEEP + + * lib/local.h: remove variables DONT_HAVE_USLEEP, + DONT_HAVE_STRERROR, NO_CONST (handled by AC_C_CONST), + FL_SIGRET_IS_VOID, FL_SIGRET + + * configure.ac: check for usleep too + 2003-05-23 Angus Leeming * lib/forms.c (fl_keyboard): pass it the event to allow it to