[as-devel] CVS commit to afterstep-stable
root@aftercode.net
Thu, 2 Jan 2003 17:30:01 -0600 (CST)
Modified files:
Thu Jan 2 17:16:37 2003 include/afterstep.h
Thu Jan 2 17:16:37 2003 include/asapp.h
Thu Jan 2 17:16:37 2003 include/confdefs.h
Thu Jan 2 17:16:38 2003 lib/ASmodule.c
Thu Jan 2 17:16:38 2003 lib/asapp.c
Thu Jan 2 17:16:38 2003 lib/decor.c
Thu Jan 2 17:16:38 2003 lib/screen.c
Thu Jan 2 17:16:38 2003 libAfterBase/aslist.c
Thu Jan 2 17:16:38 2003 src/Pager/Pager.c
Thu Jan 2 17:16:38 2003 src/Wharf/Wharf.c
Thu Jan 2 17:16:39 2003 src/afterstep/add_window.c
Thu Jan 2 17:16:39 2003 src/afterstep/afterstep.c
Thu Jan 2 17:16:39 2003 src/afterstep/aswindow.c
Thu Jan 2 17:16:39 2003 src/afterstep/colormaps.c
Thu Jan 2 17:16:39 2003 src/afterstep/events.c
Thu Jan 2 17:16:39 2003 src/afterstep/menus.c
Thu Jan 2 17:16:39 2003 src/afterstep/module.c
Thu Jan 2 17:16:39 2003 src/afterstep/pager.c
ChangeLog:
Fixed nasty bug in linked list memory reuse, causing AS to endlessly loop on window list iterations;
Implemented swallowing by Wharf;
Fixed close-on-exec bug in CYGWIN preventing AS from properly killing modules;
Fixed SET_NAME command handling by AS