- fixed a bug in query-tree.
- added auxiliary functions for query-tree: window-root, window-parent
and window-children.
- added auxiliary functions for map-state: window-mapped?,
window-viewable? and window-unviewable?
- replaced most of symbol or symbol list arguments by enumerated types,
enum-sets and alists of enumerated types.
- reformed event representation. Every event has it's own record-type now.
get-wm-hints, set-wm-normal-hints!, get-wm-normal-hints,
create-gcontext, change-gcontext, get-visual-info,
change-window-attributes, get-window-attributes, configure-window,
create-window to use an enumerated type instead of symbols.
- renamed functions in xlib-client (e.g. wm-hints to get-wm-hints).