[as-devel] CVS commit to afterstep-devel

CVS server (cvsroot@merilon.elfhame.net)
Tue, 16 Jan 2001 16:00:02 -0800


Modified files:
  2001-01-16 15:39:24 include/asfeel.h
  2001-01-16 15:39:24 include/asinternals.h
  2001-01-16 15:39:24 include/aswindow.h
  2001-01-16 15:39:24 include/regexp.h
  2001-01-16 15:39:25 lib/asapp.c
  2001-01-16 15:39:25 lib/asfeel.c
  2001-01-16 15:39:25 lib/regexp.c
  2001-01-16 15:39:26 src/afterstep/afterstep.c
  2001-01-16 15:39:26 src/afterstep/aswindow.c
  2001-01-16 15:39:26 src/afterstep/colormaps.c
  2001-01-16 15:39:26 src/afterstep/error.c
  2001-01-16 15:39:26 src/afterstep/eventhandler.c
  2001-01-16 15:39:26 src/afterstep/eventloop.c
  2001-01-16 15:39:26 src/afterstep/functions.c
  2001-01-16 15:39:26 src/afterstep/menuwindow.c
  2001-01-16 15:39:27 src/afterstep_old/misc.c
ChangeLog:
  Updated DeferExecution to use ASEvent and cleaned up a bit;
  Changed ExecFunction to use ASEvent - still alot to do here.
  Changed check_allowed_menu_func to use mask as an argument instead of
  ASWindow pointer. 
  Fixed SaveOpenedWindows in afterstep.c.
  changed spawn_child to not add & at the end of cmdline if requested to not fork.
  Made KeyboardShortcuts to compile. 
  Disabled most of the event handlers to not participate in compile for now.
  Fixed colormaps.c to use ASEvent.
  Added match_string_list to regexp.c. 
  Added pattern2ASWindow to aswindow.c to facilitate pattern matching of window names.