Sun Feb 13 09:51:11 2000 Greg J. Badros * Makefile.am: Re-ordered to include more stuff in automake conditional. Thu Jan 20 11:41:49 2000 Greg J. Badros * scwmcorba.c (SCWM_CORBA_VERSION): Added this #define, and use it instead of just VERSION. Also #include "scwmconfig.h", not Wed Jan 12 00:01:41 2000 Greg J. Badros * Makefile.am (INCLUDES): Added -I$(top_srcdir)/include to get arg_unused.h Tue Jan 11 23:39:08 2000 Greg J. Badros * Makefile.am: Add scwm_scheme_evaluator.idl to EXTRA_DIST, add scwm_scheme_evaluator-impl.c to libscwmcorba_la_SOURCES to fix distribution and build problems. Tue Jan 11 10:31:48 2000 Greg J. Badros * Makefile.am (idl_output_source): Added $(idl_output_headers), and make them depend on scwm_scheme_evaluator.idl * scwmcorba.c: Include scwm-guile.h for scwm_defer_ints(), etc. Tue Sep 28 08:34:14 1999 Greg J. Badros * scwmcorba.c: Switch from gh_{defer,allow}_ints() to scwm_{defer,allow}_ints(). Tue Sep 18 Greg J. Badros * scwmcorba.c, scwm_scheme_evaluator-impl.c: Drop _object suffix from scwm_scheme_evaluator. Use ARG_UNUSED to avoid some warnings. Thu Sep 16 12:09:55 1999 Greg J. Badros * scwm-corba-exec.c: Use new names, fix macros NAME and VERSION so they are less likely to collide. * scwm_scheme_evaluator.idl: Change module name to "scwm", and interface name to "scheme_evaluator" Sun Sep 5 21:33:21 1999 * scwmcorba.c: Added, and moved everything into modules/corba since now the servant works from inside Scwm! Sun Sep 5 19:52:32 1999 * Makefile.am: Added guard HAVE_GNOME_CORBA so this directory won't get in the way of typical builds. Sun Sep 5 16:14:20 1999 * scwm_scheme_evaluator-server.c: Major cleanup to isolate the essential bits-- removed unused code. * scwm_scheme_evaluator-impl.c: Re-indented (was autogenerated, so was terribly formatted). * scwm-corba-exec.c: Use Exception function to catch errors. Rearrange argument checking. Sun Sep 5 15:36:33 1999 * First version of scwm_scheme_evaluator interface + client + server. The server currently does nothing but echo the expression to evaluate.