Thu Jan 20 12:33:08 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Make `xmms-send-pause-click' interactive.  Added
	A-b binding for `netscape-bookmark-search'.

2000-01-19  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc (index): New function, returning the index of an
	element inside a list. I am amazed that this does not belong to
	standard guile.
	(desk-number): New function, return the number of a named desk.
	(Desk): Made a user variable.
	Make start-on-desk styles dependent on `Desk', i.e. put Gimp
	windows on desk "Gimp", games on "Games", etc.

2000-01-16  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc (iconified-or-unfocusable): Add shaded windows
	here, so they are skipped in normal focus-circling.

Sat Jan 15 16:27:51 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Ensure scwm-is-constraint-enabled? befroe using
	move-after-deleting-inferred-constraints,
	move-after-deleting-constraints.

	* system.scwmrc: Typo fix 

	* simple.scwmrc: Update for 0.99.6-- use `interactive' specs,
	added some missing use-modules.

Wed Jan 12 00:39:18 2000    <gjb@cs.washington.edu>

	* system.scwmrc: Bind C-A-S-n to `show-netscape-window-list-menu'

Tue Jan 11 18:11:15 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added H-., H-S-. bindings for
	push-window-configuration, pop-window-configuration.  Use
	quote-next-event for H-q, drop quote-mouse-event from H-m
	binding.

Mon Jan 10 19:10:21 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added `load-user-file' and use it to load a
	variety of user-customization points for system.scwmrc.  Also
	reordered some stuff, putting functions at the start of the file,
	moving some bindings earlier.

Sun Jan  9 19:08:32 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use new `use-gtk-error-window-for-scwm'

Sun Jan  9 17:38:24 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use `netscape-google-search-selection-url' --
	much nicer since now words in a web page can be highlighted and
	A-s takes you right to the google page for those words.

Sun Jan  9 16:29:04 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use `netscape-goto-selection-url' instead of
	`netscape-goto-cut-buffer-url'.  This is useful because
	highlighting text in, e.g., netscape, does *not* set the
	CUT_BUFFER0 property, it only grabs the selection.

Sat Jan  8 17:48:04 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Drop H-comma, and use Hyper-w for new
 	`describe-event', not describe-key.

	* system.scwmrc: Added "Edit bindings" option to the
	menu-preferences, and use #:submenu when connecting to
	menu-preferences. 

2000-01-08  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Removed printing from window-menu. It makes
	problems and I never used it anyway.
	More updates to newest scwm.
	(show-message-briefly): New function.
	Use it to flash current desktop name on changes.
	Can now switch desktops with super-1, super-2, etc.
	The last two features were inspired by WindowMaker behaviour.
	(xcmd-action): Don't depend on "xcmd" binary - scwm
	is perfectly able to do provide this functionality itself (and
	faster).
	Resource is now given in a key-argument, alternatively, one can
	give the new #:class argument, or always start a new copy.
	New key-argument #:needs-term for launching from a terminal
	window.
	Do more stuff to make matching window visible.
	(xtcmd-action): Removed since #:needs-term makes it obsolete.
	(build-menu): Adapt to new `xcmd-action'.

Fri Jan  7 11:27:19 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Do not put the pager on top, but raise it when
	C-S-M is pressed.

Fri Jan  7 10:27:09 2000  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added commented-out `force-gc', binding for it.

Mon Dec 20 15:13:38 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Define a `hyper' proc and use it as (hyper "s")
	instead of "H-s" so that it can be switched to another modifier.

Thu Dec  9 07:35:08 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* spare-blue.scwmrc: New version from Robert Chassell.

Wed Dec  8 11:02:39 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Fix a define -> define* as needed to recognize
	(interactive) declaration.  Change desk1 to have a gray4
	background instead of lightgreen.

Tue Dec  7 13:35:07 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Decorate transients since otherwise they are hard 
	to move without knowing magic keybindings.

Sun Dec  5 17:30:28 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Needed gtk-about module.

Sun Dec  5 15:27:21 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc, gnome.scwmrc: Use gtk-about-scwm, and drop
 	scwm-about-message.

	* gnome.scwmrc: Added move-or-{shade,deiconify} from
	system.scwmrc.  (Should factor this out, but not sure yet where
	makes sense.)

Sun Dec  5 12:03:18 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* gnome.scwmrc, system.scwmrc: Make some procs interactive that
 	weren't before.

	* system.scwmrc: Make prompt-string and ScwmUIConstraintsButtons
	stay on top.

Sat Dec  4 12:26:19 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Move the setting of the image-load-path to before 
	the use-scwm-modules of lambda-startup-logo so that an uninstalled 
	scwm-icons package can still work just by updating the path list
	here.  Thanks to Jeff Nichols for suggesting these change.

Fri Dec  3 10:25:17 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use cursor module to get fancier resize cursors.
	Bind 'frame-sides to do resize-or-raise, not move-or-raise.

Sun Nov 28 10:19:00 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Do not quote menus at use-sites.  They don't get
	found if they're not in the root module when they're used quoted.
	Move menu-desk and menu-quit-verify out into std-menus.scm.
	Update for rename to make-menu-global-theme.  Move
	menu-constraints to before its use.

	* spare-blue.scwmr, sds.scwmrc: Minor tweaks.

Thu Nov 25 14:08:14 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use new name constraint-investigator instead of
	ui-constraints-gtk-toggle-menu.  Fix timer-hook stuff to use
	sec->msec, not sec->usec.

Wed Nov 24 07:45:07 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added move-or-shade and move-or-deiconify from winops.scm

Thu Nov 11 15:20:46 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Fix start-xterm for starting New shell from the
	root menu.

	* sds.scwmrc: Fix commented-out use of send-key-press to `send-key'

Tue Oct 26 17:19:30 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Make mouse H-1 do select-window-toggle only in
	'window... have it do move-after-deleting-inferred-constraints in
	'title, 'frame-sides.  H-3 does move-after-deleting-constraints still.

Tue Oct 26 11:44:31 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Do not xsetroot at end of startup.

	* spare-blue.scwmrc, simple.scwmrc, sds.scwmrc, robbe.scwmrc,
	mstachow.scwmrc, juhp.scwmrc, gnome.scwmrc, decor.scwmrc:  Lots of 
	bug fixes for updating changed proc/prim names, requiring new
	use-modules, etc.

Sat Oct 23 15:09:26 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Update for rename to send-button, added
	`xmms-send-pause-click'

	* robbe.scwmrc: Update for rename to send-button.

Sat Oct 23 14:23:00 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Rename make-hosts-menu-gjb to just
	`make-hosts-menu'.  Make menu-hosts-* be procs instead of
	variables.  Rename menu-prefs-gjb to just menu-preferences.  Use
	host-menus as procs w/ #:submenu.  Change suggested by Dirk
	Hermann.  Thanks Dirk!

Fri Oct 22 17:28:27 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use `focus-or-toggle-raise' on C-M-Return.

	* robbe.scwmrc: Fix for rename of `get-window-focus' to
	`window-focus-style'

Wed Oct 20 18:00:40 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Set window-list-proc to focus-change-warp-pointer
 	(workaround cyclic module dependence bug (?) in guile)

Wed Oct 20 16:03:01 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* Makefile.am: Added gnome.scwmrc, spare-blue.scwmrc.

Tue Oct 19 11:33:00 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added winlist-menu

Tue Oct 19 09:17:31 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Drop redundant use-module of base.

Mon Oct 18 15:50:34 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Do not use the symbol menu-window-ops, just use
	it directly as it's no longer defined in the root module.

Sun Oct 17 17:55:03 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use ,(optget *xterm-command*) in
	utilities-available-program-information var.

Sun Oct 17 16:17:51 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use rotating lambda by passing #t to logo-setup.

Sun Oct 17 11:30:35 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Use new lambda-startup-logo module, move that
 	code into that module.  Clean up a lot of legacy garbage.  Added
 	interactive specs throughout.  Move some of the gnome-hints stuff
	into gnome-hints.  Move the style definitions into
	basic-styles.scm, and use it.  Move window-ops menu into
	winops-menu.scm and use it. Move more random procedures out into
	modules so that they can be used by others.

	* simple.scwmrc, sds.scwmrc, robbe.scwmrc, mstachow.scwmrc,
 	juhp.scwmrc, decor.scwmrc: Fix for renamed procedures (e.g.,
 	iconified-window?).  Drop *-toggle-maximize; use the
 	toggle-maximize-* from winops.scm.

oSun Oct 17 11:11:10 1999    <gjb@cs.washington.edu>

	* gnome.scwmrc: Added -- first attempt at a more minimal scwmrc
	specially targeting gnome.  Startup time is still pretty bad
	(I blame this largely on guile).

Wed Oct  6 17:23:44 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use nonant-keys-mwin (nonant-keys.xpm) image when 
	shoving a window -- nice aid for remembering what keys go where.

Mon Oct  4 17:15:20 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Turn off icons, turn off animated configure
	requests (they were a bit weird, and caused problems with looping
	configure notify/configure requests).

Mon Oct  4 14:26:48 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Drop the setvbuf to turn off buffering-- do it in 
	minimal.scm.

Sun Oct  3 15:45:47 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Rebind H-g to jump-to-register, instead of H-j
	(H-j interferes w/ an Emacs binding for me).  Added H-d bound to
	focus-window-with-pointer.

Sat Oct  2 12:44:11 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added error-hook procedures to write to stderr
	and to use gtk-show-error.

Sat Oct  2 00:29:15 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added `resize-quarterscreen' bound to C-S-M-d

Sat Oct  2 00:12:29 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added register, window-configuration stuff.  Use
	config-request-animate to make self-changing windows animate their 
	changes.  Call push-window-configuration in
	after-new-window-hook, so popping will restore to the
	initially-mapped state.

Fri Oct  1 17:06:28 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Only run .xclients if not gnome-sm.  wavplay
	scwm-startup.wav at end.

Thu Sep 30 10:13:42 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use last-mapped-window module instead of doing it 
	in here.

Wed Sep 29 23:10:21 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added comment re: gmc icons.

Wed Sep 29 11:47:07 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use `animated-deiconify-to-vp-focus', not
	`animated-deiconify-to-current-viewport'

Wed Sep 29 10:58:54 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Try again to fix bug in warnings -- verify that
	keysym->keycode returns non-#f and non-null.

Tue Sep 28 23:12:35 1999    <gjb@cs.washington.edu>

	* system.scwmrc: (C) change.  Added xlock-command variable, move
	the *-hosts variables to the front until there is an editing
	interface, drop the second window-style that set the icon box to
	overlap with Gnome icons.  Rename sysutils-button-face to
	style-button-face.  Drop separate animated shade/reset, just
	animate the plain one.  Clean up menus a lot!  Fix bug in warnings 
	about KP_4/KP_Left when they're not defined.  Added binding for
	select-window-toggle.  Fix `shove-window-prefix' to display the
	message only until the action is executed.  Added binding "H-e"
	for focus-last-mapped-window.

Tue Sep 28 18:01:15 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added `shove-window-prefix', and bind to H-p.
	Fix restart dev scwm to run src/scwm, not scwm/scwm.  Move face
	stuff into flux.  Turn on icons by default!

Mon Sep 27 15:31:01 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Drop ui-constraints stuff unless
	(scwm-is-constraint-enabled?) returns #t.  Add undo.scm's binding
	here (removed from undo.scm). 

Mon Sep 27 08:52:30 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use popup-style-menu for the 3rd button from the
	left, not popup-sysutils (that did nothing).  The style menu is
	broken now, perhaps, but this'll make me fix it! :-)

Sat Sep 25 17:00:41 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Bind C-S-F2 to
	show-window-list-by-focus-with-geometry, not show-window-list-menu 
	(latter is not interactive).

Fri Sep 24 15:21:25 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added binding of
	window-task-switcher-menu-backwards to A-S-Tab.

Fri Sep 24 11:13:53 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added "move" submenu of menu-window-ops.

Thu Sep 23 15:51:02 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Drop inlined- menu-utilities-- use the original
	definition that uses make-menuitems-from-menu-information-list.
	Use focus-change-warp-pointer, not default-winlist-proc (latter no 
	longer exists)

Thu Sep 23 13:30:11 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Fix `show-window-list-menu' calls.

Thu Sep 23 00:12:21 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use new image-path-suggestor, remove a lot of
	procs (moved into flux.scm, mostly).  Remove lots of junk code
	into scheme/tests. Fix about message. Other assorted cleanup.

Tue Sep 21 22:42:10 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* Makefile.am: Drop gjb.scwmrc

	* system.scwmrc: Move a bunch of netscape stuff into
	netscape.scm.

	* gjb.scwmrc: Removed -- stick with system.scwmrc.

Mon Sep 20 23:26:24 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Remove float->integer-- it's in flux.scm now.

Mon Sep 20 22:47:29 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use ui-constraints-{gtk-,}toggle-menu.  Make
	constraints a submenu off of the root menu.  Use animated resizes
	in resize-{half,full}screen functions.

Sat Sep 18 14:10:45 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Move some stuff into flux.  Drop
	vertical-toggle-maximize-partial (should use hint-based notions of 
	how much space is available after panel, etc.) instead.

Thu Sep 16 16:05:03 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Move some code into the flux.scm module.

Thu Sep 16 13:12:34 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use new animated-edge-moves module.

Tue Sep 14 08:59:13 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Added a Change Background color menu item in the
	preferences sub-menu.

Mon Sep 13 13:28:38 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Use xterm-program-name more throughout.  Use
	session management via `SM-register'.

Mon Sep 13 11:47:03 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Test guile-version before doing the setvbuf.

Tue Sep  7 16:39:31 1999  Greg J. Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Clean up setting of doc-files, *theme-path*.  Set 
	placement-proc for desktop_icon windows to use-placement-proc.
	This fixes the long-time bug of GNOME desktop icons not being
	placed properly and resulting in quirky behaviour with button
	press selections (the latter has only recently been supported).

Mon Sep  6 23:16:23 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Added very primitive google-search keybinding.
	Need a guile CGI module.

Mon Sep  6 12:32:08 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Drop highlight-current-window module. Fix
	*fvwm2-module-path* for at least RH6 systems.

Mon Sep  6 10:42:19 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Drop want-workman-menu.  Drop variant information 
	from the banner debug-display.  Drop unused icon-font.  Thanks
	Dirk Hermann.

Sun Sep  5 21:29:07 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Drop second inclusion of gnome-hints in use-scwm-modules.

Sun Sep  5 16:56:20 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Do not use highlight-current-window -- it depends 
	on HYPER and isn't all that useful, anyway.

Sat Sep  4 00:23:12 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Much better support for GNOME, including earlier
	announcing of gnome-hints (before loading the other modules, now), 
	and button proxying support.  Also use the `placement' module now
	for center placement, and add more gnome window styles.  Set
	`gnome-sm' variable for whether we're running under
	gnome-session, and alter root mouse bindings if so to conform to GNOME.

Fri Sep  3 11:02:05 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Drop the workman-menu, clean up setting of
	doc-files.  Drop unused use-complete-host-menu,
	xterm-other-host-use-local-xterm. Thanks Dirk Hermann!

Fri Sep  3 09:07:59 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Turn off buffering of stdout.  Fix some
	comments.  Added reposition-scwm-messages-window and use it as a
	startup-hook (finally works now).  Fix typo in use of
	solaris-hosts instead of other-hosts (Thanks Dirk Hermann).

Thu Sep  2 17:56:09 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Use new animated-resize-window to move and resize 
	the scwm-messages-window in one fell swoop.

Thu Sep  2 15:39:47 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Do not suppress .xclients.  Use
	find-window-by-class-resource to get at scwmmessages window, and
	use it to move and resize it to the bottom left.  Give names to
	window-task-switcher-menu, next-visible-non-iconified-window,
	prev-visible-non-iconified-window.

Thu Sep  2 14:18:10 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Added a window-style for the GNOME Panel.

Wed Sep  1 15:24:20 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Use `make-window-style-menu' (renamed).  Comment
	out "Reload and change theme".  Use pic-lambda-mini for the
	constraint solver for now.  Rename select-window-* uses.

Wed Sep  1 01:10:07 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Use (window-context), not (get-window) when
	building root menu (for group sub-menu).

Mon Aug 30 20:22:21 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Guard a C-M-KP_5 with a (if have-kp-num-keysyms...)

Mon Aug 30 16:08:19 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Fix have-kp-{num,}keysyms.  Fix typo in append!
	to *theme-path*.  Added comment re: set-ignore-dubious-modifiers!

Mon Aug 30 12:32:06 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Use locate '*/name.xpm' to find missing
	pictures-- introduce the meta-character to turn off substring
	matching.  Fix have-kp-{num,}keysyms bugs.

Mon Aug 30 11:59:13 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Test scwm-logo at end when using it again to turn 
	off the animated logo.  Added missing paren.

Mon Aug 30 10:18:01 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Drop xlock-query-program.  Move it into
	std-menus.scm

	* gjb.scwmrc: Added some debug code for change-desk-hook.

	* Makefile.am: Make all .scwmrc files go in scwmrc_DATA target,
 	instead of putting some of them in /usr/doc/scwm/*.scwmrc.

Fri Aug 27 20:56:50 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Set *theme-path* appropriately for rpm -- use
	(scwm-path-prefix).

Fri Aug 27 14:38:01 1999    <gjb@cs.washington.edu>

	* system.scwmrc: Use append! to update the image-load-path, and do 
	not use /uns directories.  Added missing (begin) to controlling
	the scwm-logo animation. Define and use have-kp-num-keysyms.
	Thanks Dirk Herrmann!

	* gjb.scwmrc: Some bug fixes from above propagated here.  I may be 
	dropping support for gjb.scwmrc for a while (and just focussing on 
	system.scwmrc.

Fri Aug 27 01:26:56 1999    <gjb@cs.washington.edu>

	* Makefile.am (EXTRA_DIST): Install new simple.scwmrc (the old
	system.scwmrc) 

	* system.scwmrc: Copied from gjb.scwmrc.

	* simple.scwmrc: Old system.scwmrc.

Fri Aug 27 00:42:52 1999    <gjb@cs.washington.edu>

	* gjb.scwmrc: Only use scwm spinning lambda animation when the
	image is found.

Thu Aug 26 21:16:21 1999    <gjb@cs.washington.edu>

	* gjb.scwmrc: Define wavplay to always use sounds-dir as the
	location to find the sound.  Added sound-playing for
	window-flashing-start-hook.  Add bindings for moving windows w/
	wheel.

Wed Aug 25 16:27:09 1999    <gjb@cs.washington.edu>

	* gjb.scwmrc: Use MEDIA env var for sounds-dir, also append
	leading "/".  Use window, not 'all for context for forced
	rubberband move/resizes.

Wed Aug 25 15:32:05 1999    <gjb@cs.washington.edu>

	* gjb.scwmrc: Move make-small-window-ops-menu,
	make-window-group-menu into flux.scm

Tue Aug 24 14:02:23 1999    <gjb@cs.washington.edu>

	* gjb.scwmrc: Use stylist, and make Button3 on the left-button-1
	context popup the window style menu.

Sun Aug 22 17:23:17 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Drop the #:{un,}flash-window-proc from the
	show-xterm-window-list-menu since it is now the default for window 
	lists.

Sun Aug 22 11:42:08 1999    <gjb@cs.washington.edu>

	* gjb.scwmrc: Added suppress-xclients variable for controlling
	whether .Xclients gets run at startup.   Only use start-zsh
	command if it exists.  Use XTERM_PROGRAM_NAME env var for setting
	xterm-program-name variable.  Do not bind-mouse 'window 4/5 for
	Mathematica by default (until I use XTest to pass along the events 
	or do the event rewrite-- don't want those buttons to be synthetic 
	on all windows just to make Mathematica work).  Iconify the
	scwm-messages-window at startup.  Do not kill the ~/.tracepids
	processes (just iconify the now-one window)

Fri Aug  6 12:26:55 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use flash-window-on, not flash-window, for
	show-xterm-window-list-menu. 

Sat Jul 31 19:33:32 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added some snippets from Bruno Daniel for wheel mice.

Fri Jul 30 16:17:12 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Set the image-load-path earlier rather than later,
	use tile and undo modules.

Sun Jul 25 13:36:07 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Fix and extend `make-window-group-menu'. It's pretty 
	useful now.

Sat Jul 24 22:10:25 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use listops. Added
	`popup-window-group-menu{,-no-warp}', `make-window-group-menu'.
	Make C-1 do select-window-add-selection, C-3 do
	popup-window-group-menu-no-warp

Sat Jul 24 20:25:00 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Do not warp mouse to first menu item when bound to
	mouse event.

Sat Jul 24 19:22:48 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Put scwm-logo up before loading the other 23
	images.  Use background module, and set background to the scwm
	logo at end of startup.  Use scwmdir's pixmaps first, not last.

Tue Jul 20 08:26:31 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Minor re-ordering; added code for testing for
	GC-bugs during startup.

Mon Jul 19 16:58:49 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Move some code out into highlight-current-window,
	and use that instead.  Reorder some bindings around, and make the
	C-S-M-2 mouse binding move window groups if the window is in a group.

Mon Jul 19 14:29:47 1999  Greg Badros  <gjb@cs.washington.edu>

	* system.scwmrc, robbe.scwmrc, mstachow.scwmrc, juhp.scwmrc,
 	decor.scwmrc: Update 'button-n to '{left,right}-button-k

	* juhp.scwmrc: Replace move-or-raise-maybe-opaque with
	move-or-raise.

	* gjb.scwmrc: Edited out some commented code.

Sun Jul 18 16:45:47 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use quote module; added H-comma bound to
	describe-mouse, H-q bound to quote-key-event, H-m bound to
	quote-mouse-event.

Sun Jul 18 00:00:04 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added dir-focus... bindings.  Pretty nifty!

Sat Jul 17 21:25:20 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use new scwm-logo-{0..23}.xpm images.  Fiddle with
	animated-deiconify stuff to try to make it work more like what I
	want.  Use `set-left-button-face!', `set-right-button-face!', and
	use proper context names in `add-left-button', `add-right-button'.

Fri Jul 16 17:38:53 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use shaped logo. Fix bug in
	switch-to-second-desk.  s/serveuse/scwm/g.  Bind H-M-3 to
	popup-window-ops.

Thu Jul 15 09:28:37 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Don't use #!, !# commenting as it confuses the
	unbalanced-paren ELisp code I use. Use `message-window-options' to 
	make resize/move mwins follow the window.

Tue Jul 13 23:07:13 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added startup spinning lambda logo.  Drop
	popup-util-- always call it popup-utilities.  Added popup-desk and 
	popup-favorite-hosts-menu.  Added pic-lambda-mini, and use it
	instead of the xterm logo by default.   Fix wavplay to use esound
	appropriately (had test backwards.  Make netscape download done
	sound happen iff the download took more than 5 seconds (uses new
	window-creation-time primitive. Make fewer bindings use lambdas--
	give functions proper names.  Added raise-and-stop-flashing for
	title button-1, and make it an immediate proc.  Added some
	synthetic keypress bindings for convenient netscape scrolling.
	Fix the highlighting of the current window for window selection. 

Fri Jul  9 15:09:45 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added `close-on-double-click',
	`popup-small-ops-from-decoration' to make the top-left button not
	require a delay when clicked, but also still close when
	double-clicked.  Drop the title from the
	popup-small-window-ops-menu, and add a "Set gravity" option that
	is way cool and shows off the improved gravity support and the new 
	pixmap cursor support.  Moved `describe-key' into flux.  Added
	binding for interactive-set-window-gravity!.

Mon Jul  5 19:47:59 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added #f argument to various bind-mouse calls to
	make use of the new immediate-proc.  Also added arg to
	add-{left,right}-button. Works great!

Mon Jul  5 00:00:16 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added more debug-display to get a better idea of the 
	timing of startup.  Made animated-move-to edge keystrokes also set 
	the gravity of the moved window.

Sun Jul  4 21:29:37 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use toggle-titlebar-in-place.  Remove some
	gratuitous lambdas that make introspecting on bindings harder.

Sun Jul  4 19:07:22 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added some commented out examples while doing some
	bug fixes today.

Sat Jul  3 23:57:59 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added describe-key, and some example lookup-key calls.

Sat Jul  3 22:44:14 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use esdsound, and use it for wavplay if it was found.

Sat Jul  3 21:03:53 1999  Greg Badros  <gjb@cs.washington.edu>

	* juhp.scwmrc, gjb.scwmrc, sds.scwmrc:  Do not try to set
	resize-opaquely? or move-opaquely? -- they're scwm options now and 
	have been renamed.

Sat Jul  3 18:11:21 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Set scwmdir to $SCWMDIR or a default, and use it
	(no errors now if SCWMDIR is not set.)

Thu Jul  1 09:23:39 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added gnome-hints; fix system-utilities menu to have 
	title "System utilities", but then don't include the menu anyway.
	Update vicarious-existence to serveuse.mit.edu. 

Sat Jun 26 16:58:54 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Drop prefs-menu stuff.

Sat Jun 26 13:31:57 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added property-respond, and use it.  Use right_ptr
	for the cursor-menu.  Esnure that the root menu's window context
	is empty. Added wavplay, and make the closing of netscape windows
	play a sound.  Comment out H-w, A-w bindings to display the
	current window.  Remove binding for H-A-2.

Sun May  9 14:47:38 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added a key-binding for benchmarking 100 straight
	reloads of Amaya.  Left it in, but commented out.

Sat May  1 19:29:03 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use a subshell instead of { } when killing the
	tracepids... bash 2.01.1(1)-release on Debian seems to have either 
	a bug, or handle curly braces differently from zsh

Tue May  4 12:42:43 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added C-A-S-m key to do show-window-list-matching-interactively.

Sun May  2 15:31:19 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added style for tooltip windows of XEmacs.

Sat May  1 18:16:14 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Go back to nicer window-font, instead of just using
	default "fixed".

Sat May  1 17:58:32 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Add auto-raise to the use-modules list, Added
 	binding for delete-window using 4 modifiers so it's hard to do by
 	mistake

Sat May  1 14:58:38 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use primopts. Comment out focus-change-warp-pointer
	stuff since the race is too annoying.

Fri Apr 30 16:52:34 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added focus-change-warp-pointer to warp the pointer
 	on-focus changes performed by applications (e.g., C-x 5 0 in Emacs).

Wed Apr 28 19:47:55 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added "Change global theme", uncomment the
	(load-preferences), and switch back to GNU XEmacs.  Still no
	running of xclients since it's easy enough to run by hand when I
	want it.

1999-04-28  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Style changes.

Tue Apr 27 20:57:46 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Fix doc-files to include hooks and variables, too.
	  Use send-string module.  Label Emacs as "GNU Emacs", use new
	  icon "GNU/Linux" instead of "Linux '95" (more pc for demo for
	  RMS, and better anyway!).  Drop running xclients, drop loading
	  preferences (just temporary, for demo).

Sun Apr 25 16:35:36 1999  Greg J Badros  <gjb@cs.washington.edu>

	* *.scwmrc: Clean up for menu-title change-- now menu-title is a
	  proc that returns a menuitem using a different default font.
	  menu-separator is used where the old menu-title is used (or just 
	  deleted if it was already used once -- double lines are gone,
	  now)
	
	* system.scwmrc: Set hl-fg to yellow.

	* sds.scwmrc: Use scwm-option-set! on *menu-font* and
	  menu-title-font* instead of defining new menu-font variable.

1999-04-22  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Typo.
	"Logout" entry in root menu that terminates gnome-session.

Thu Apr 22 20:15:08 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added a new show-desk-name proc to change-desk-hook.

1999-04-19  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc (xprop-window): Removed.
	Replace calls to `xprop-window' by `show-X-properties'.
	Window-styles that used the default matcher now use title-match
	explicitly.
	The Gimp splash screen will not go to Gimp's usual desk.
	Remembering of previously-focused window on desk N done
	differently. Still broken, though.

Thu Apr 15 19:06:51 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use window-selection, group modules.  Add dev
	documentation to my doc-files path.  Added keybindings for window
	selection support (the highlight-current-window stuff is still buggy).

Wed Apr 14 15:10:01 1999  Greg J Badros  <gjb@cs.washington.edu>

	* Makefile.am (EXTRA_DIST): Added mstachow.scwmrc, robbe.scwmrc,
	remove relief-examples, broadcase-display.scm

Wed Apr 14 11:36:52 1999  Greg J Badros  <gjb@cs.washington.edu>

	* *.scwmrc: Updated to use `use-scwm-modules'

Wed Apr 14 10:12:43 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use `use-scwm-modules', turn of really-smart
	placement (it has an off-by-one bug that I don't have time to fix
	right now).

Tue Apr 13 19:57:32 1999  Greg J Badros  <gjb@cs.washington.edu>

	* sds.scwmrc: Use key-move, netscape, stringops

	* mstachow.scwmrc: use defoption; use scwm-option-set! for
	*theme-path*

	* juhp.scwmrc: Fix opaque-{resize,move}-percent,
	resize-or-raise-maybe-opaque is gone.

	* gjb.scwmrc: use flash-window, key-mover, netscape

1999-04-13  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Enable gnome and SM goodies.

Mon Apr 12 19:03:32 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added H + Button1 to highlight the current window
	(see flux.scm).  Moved by-resource window-list to H + Button2.

Mon Apr 12 18:23:44 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added enable-constraint-solver, and root-menu option 
	to invoke it.  Also uncomment run-dot-xclients-at-startup.

Tue Apr  6 12:35:17 1999  Greg J Badros  <gjb@cs.washington.edu>

	* *.scwmrc: Replace hilight with highlight. Replace 'sidebar with
	'frame-sides, 'frame with 'frame-corners.

Mon Apr  5 15:17:39 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Comment out a bad binding.

1999-04-03  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Use `window-unstyle' as to not force titlebars
	onto windows.

Fri Apr  2 15:36:59 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use flux-gtk, for rename-window-interactively.

Thu Apr  1 14:17:49 1999  Greg J Badros  <gjb@cs.washington.edu>

	* sds.scwmrc, gjb.scwmrc, juhp.scwmrc: Use *fvwm2-module-path*,
	not fvwm2-module-path.

Wed Mar 31 17:15:37 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use *foo* form for options.  Use $SCWMDIR, not
	/home/gjb when restarting dev scwm.  Test for KP_Left keysym, and
	avoid a bunch of keysym warnings.

Mon Mar 29 15:36:23 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use time-convert module.  Fix old use of
	#:left-pixmap keyword

Sun Mar 28 16:19:55 1999  Greg J Badros  <gjb@cs.washington.edu>

	* mstachow.scwmrc: Use *theme-path*, not theme-path

	* gjb.scwmrc: Use *theme-path*, not theme-path.  Minor misc. other 
	changes.

Fri Mar 26 15:50:31 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Dropped some sloppy code.  Added
	setenv-for-sub-process-xterms, fix-ssh-auth-for-xemacs-server.
	(Better versions of each of these from XEmacs and zsh).  Force
	re-load of themes using #t as second arg to theme menu procs.

1999-03-25  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc (rb:warp, rb:focus): New functions.

Thu Mar 25 18:45:26 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use #:submenu to make the (lambda ()
	(menu-window-theme)) work as intended.  Use 94% instead of 95
	percent for vertical-toggle-maximize-partial.  random example code 
	changed in comments.  Use set! to set resize-opaquely?
	user-function.

1999-03-22  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc (separate-fields-discarding-char): Removed.
	Adapted to current message-window interface.
	Root menu additions.
	Make small window ops into a pie menu.
	Bind new `iconify-group', and use `deiconify-group-or-window'.
	Some style changes.

Mon Mar 22 16:20:10 1999  Greg J Badros  <gjb@cs.washington.edu>

	* sds.scwmrc: Clean up some FIXGJB comments inherited from my old
	.scwmrc before Sam forked.

	* gjb.scwmrc: Clean up FIXGJB comments to new format.  Added
	netscape-download-closed-action to popup a message whenever a
	netscape download closes (we should have #:close-window-proc as a
	style option, methinks).  animation-ms-delay -> animation-delay.
	Added actual `scwm-help' and `scwm-about-message' procs, instead
	of just placeholders.  Use setenv, not putenv, and use
	DISPLAY_WIDTH and DISPLAY_HEIGHT instead of "width" and "height"
	for the env var names.

Fri Mar 12 19:57:00 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Clean up prefs-menu, added H-r binding to
	rename-window-interactively.

Fri Mar 12 17:15:27 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use menus-extras module. Use nxterm, not
	color-xterm. Rename menu-font to basic-menu-font.  Added Y/N
	shortcut keys in menu-quit-verify. Use #:by-focus #t for the
	window list menu.  Added 'all H-1 binding to do new #:by-resource
	#t window list.  Added 'all H-z binding for root menu.  Fix bug in 
	C-M-KP_7 animated move.  Fix indent of C-M-KP_6 binding.

Wed Mar 10 20:20:32 1999  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Call `run-dot-xclients-at-startup'.  Reset the
	window-context to #f when bringing up a root menu with
	popup-menu-root-start.

	* gjb.scwmrc: Added C-M-S-b for new fn start-xterm-on-other-host,
	for a second preferred host.  Fixed show-xterm-window-list-menu bugs.

1999-02-14  Maciej Stachowiak  <mstachow@alum.mit.edu>

	* mstachow.scwmrc: Make sure to toggle maximize on H-m.

1999-02-13  Maciej Stachowiak  <mstachow@alum.mit.edu>

	* mstachow.scwmrc: Added my personal scwmrc which has a number of
	cool features, including hold and right-click menus on all the
	buttons, and key bindings displayed in all the menus. Still to do:
	make it portable to setups that have no Hyper or Super key, and
	make the button 1 and 2 root menus more useful (included somewhere
	should be a gnome apps menu, an xlock mode menu, and keybindings
	wherever possible.

1999-02-10  Greg J Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added some paths to image-load-path; added some
	commented out code for starting the constraint ui; bind the
	animated movement keys to both variants of KP_* keysyms (e.g.,
	KP_7 and KP_Home)

1999-02-09  Sam Steingold  <sds@goems.com>

	* sds.scwmrc: use GNOME.

1999-02-08  Maciej Stachowiak  <mstachow@alum.mit.edu>

	* gjb.scwmrc: Fix to deal with module renaming.

Sun Jan 31 13:14:22 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Fix the starting of .xclients.

Mon Jan 25 17:43:48 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use animated iconify, deiconify

Fri Jan 15 10:45:56 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added #t arg for WARP-TO-FIRST parameter to
 	popup-menu calls since that makes more sense for key-bound menu
	popups.

Sat Jan  9 11:31:52 1999  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Turn off edge scrollso it works better with x2x;
	Use message-window-style, not set-move-resize-message-window-attributes!

Tue Dec 22 04:30:35 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* system.scwmrc, gjb.scwmrc, robbe.scwmrc, sds.scwmrc: Replace use
 	of (app scwm standard-move-resize-message-window) with
 	(app scwm message-window).

1998-12-11  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc (build-menu): Would try exec'ing a list.

Sat Dec  5 12:31:46 1998  Greg Badros  <gjb@cs.washington.edu>

	* system.scwmrc, robbe.scwmrc, sds.scwmrc: Use module (app scwm
	standard-move-resize-message-window) so behaviour remains the same
	despite the message-window changes.  Change calls to
	set-message-window-attributes! to
	set-move-resize-message-window-attributes!

	* gjb.scwmrc: The above, plus clean up the opaque move changes,
	comment out a rogue select-window-interactively

Fri Dec  4 09:07:57 1998  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Bug fix in move-next-to-netscape-win, random
	parenthesis screw ups corrected.

Thu Dec  3 20:42:19 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* gjb.scwmrc, sds.scwmrc: Replace us of
 	interactive-move-maybe-opaque with interactive-move and
 	interactive-resize-maybe-opaque with interactive-resize.

1998-11-21  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Highlight colors changed once again.
	(warp-raise): New function.
	Use it where `warp-to-window' was previously used.
	(mouse-movers): New function.
	Use it.
	Bindings for mouse-button emulation added.

1998-11-18  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: (ice-9 regex) was needed.
	Superflous quote broke top and procinfo.
	Double-clicking the X will now destroy the app.
	Remove left-over references to Terminal style.

1998-11-17  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* robbe.scwmrc: Don't hint-override. Whatever that is. Sounds bad.
	Add "Properties" and "Info" items to winops. Do an xprop, or
	xwininfo, respectively.
	(toggle-focus): Works correctly now.
	No more Terminal style - I have no real use for it.
	Minor style changes.

Sun Nov 15 23:39:52 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* Makefile.am (EXTRA_DIST): Don't distribute menu-test.scm which
 	no longer exists. Do distribute relief-examples.

Sat Nov 14 18:58:31 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* decor.scwmrc: Make Desks submenu actually work (D'oh!). Bug
 	reported by Stephanie Miller <stephane@mit.edu>.

Fri Nov 13 20:33:46 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* robbe.scwmrc, gjb.scwmrc, juhp.scwmrc, sds.scwmrc, decor.scwmrc:
 	Minor changes to work with stuff in the branch stuff, etc.

Sun Nov  8 17:57:32 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* system.scwmrc: Fix spelling of #:hint-override.

1998-10-24  Robert Bihlmeyer  <e9426626@stud2.tuwien.ac.at>

	* decor.scwmrc, gjb.scwmrc, juhp.scwmrc, robbe.scwmrc, sds.scwmrc,
	system.scwmrc:  Use `user-name' instead of `USER', `user-home'
	instead of `HOME'.

	* robbe.scwmrc (xlock-query-modes): Was moved to std-menus.scm.
	Increase edge threshold.
	Add shadow factor.
	Use PPosition-hint.
	Increase border-width to one - zero was too confusing.
	Reindented many window-styles.
	Add window-styles for GTimeTracker, xsm.

	* robbe.scwmrc (unfocusable?): New predicate.
	(iconified-or-unfocusable?): New predicate.
	(bind-circulate): New function.
	Use them to define all circulations.

Sat Oct 10 15:30:53 1998  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use add-hook! for image-not-found-hook.  Fix
	float->integer to use truncate.  Remove set!-s of
	menu-{bg,text}-color since they're redundant w/ menu-style. Thanks
	Todd Larason!

Sat Oct 10 14:26:27 1998  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Use cached-program-exists module to speed
	startup. Turn off debug-fvwm-module switch.  Add binding of A-Tab
	to the fancier show-window-list-menu w/ the last-focus-time.
	Example use of `use-change-desk-commands'.  Try to get .xclients
	running to be reliable-- still something wrong.

1998-09-30  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* juhp.scwmrc: Added messages for start and end of file, and
	scwm version message.
	Use modules 'flux and 'fvwm-module.
	Drop setting rubberband mask.
	Use opaque-move-percent and opaque-resize-percent.
	Use focus none on XBuffy windows.  Not that it stops xbuffy
	flashups from getting focus!
	Use widget decoration for fvwmpager.
	(root-menu): Use interactive-*-maybe-opaque functions.  Add
	window-info binding.  Use toggle-max-vert.
	(window-menu): Ditto.
	(window-geometry): new function to print out window geometry the X
	way.  Should probably be in one of the scwm scheme modules.
	(window-info-menu): was experimental `focus-window-menu'.  Pops a
	"menu" with information on the focused window, as available under
	many X wm's.
	(do-move-window): was `move-window', which is now defined
	elsewhere.
	(move-window-screen): new function to move window with focus
	to another "screen" [viewport].
	Improvements to various key and mouse bindings.
	(move-or-shade): use `move-or-raise-maybe-opaque'.
	(move-or-deiconify): use `interactive-move-maybe-opaque'.
	Commented out debugging function `print-info'.
	Start a FvwmPager.

Fri Sep 18 17:02:52 1998  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added a hacky `deiconify-to-current-viewport' (hacky
	because it deiconifies then moves the window).  Move
	`netscape-win' out of here into flux.scm.  Use
	window-viewport-position in `move-next-to-netscape-win'.  Added
	binding to `netscape-goto-cut-buffer-url'

	* juhp.scwmrc: Use `window-viewport-position' instead of
	`window-position'.  Probably should rename that function from
	`move-window' since `move-window' is now built-in

Mon Sep  7 09:56:45 1998  Greg Badros  <gjb@cs.washington.edu>

	* system.scwmrc: Fix my typo in calling set-edge-resistance!

1998-09-07  Robert Bihlmeyer  <e9426626@stud2.tuwien.ac.at>

	* robbe.scwmrc: `thank-scwm-authors-with-usage-note' moved to
	"Expected Variables".
	`set-edge-scroll-delay!' is no longer current.
	Use medium fonts instead of bold ones.
	Simplify color scheme: white/navy is hilight, black/grayblue otherwise.
	Menus and message window are black on royal blue.
	wm-style can be 'barebones, 'squashed, 'decorated. 'squashed is
	default.
	Documented `build-menu'.
	Redefine `warp-to-window' to remember last-window-with-focus.
	New function `toggle-focus' switches to last-window-with-focus.
	Bind it to S-space.
	New function `focus-raise' that focusses and raises.
	Use it for S-up, S-down.
	Add style for "GTimer".
	Remove old `flash-window'.
	New function `flash-window-start' that starts flashing a window
	continously with timers.
	New function `flash-window-stop' that stops the above.
	Put `set-edge-move-threshold' back in.

Fri Aug 28 16:50:43 1998  Greg Badros  <gjb@cs.washington.edu>

	* *.scwmrc: Use quit-verify to popup the menu-quit-verify, and
	bind C-S-M-q to it (instead of just C-M-q)

Fri Aug 14 17:32:47 1998  Greg Badros  <gjb@cs.washington.edu>

	* decor.scwmrc: Do not bind anything to M-tab -- bad news for
	  emacs -- use C-S-Tab instead

	* sds.scwmrc: Switch to new run-in-xterm proc (drop the -e from
	  the args, and use #:xterm-options as appropriate); use the
	  -maybe-opaque resize and move procs since they'll honour the
	  opaque-move-percent and opaque-resize-percent vars; make
	  popu-small-ops on button1 use popup-menu-from-decoration, out of
	  flux, since that behaviour should become the default

	* gjb.scwmrc: Added setting of opaque-{move,resize}-percent, use
	  the -maybe-resize procs, the new run-in-xterm

1998-08-01  Maciej Stachowiak  <maciej@roc-ny4-24.ix.netcom.com>

	* gjb.scwmrc, sds.scwmrc: Use set-click-delay! in place of
	set-click-time!

1998-07-31  Maciej Stachowiak  <maciej@roc-ny5-12.ix.netcom.com>

	* gjb.scwmrc, sds.scwmrc: No longer attempt to pass a modifier
	mask argument of 0 to send-button-press.

1998-07-31  Maciej Stachowiak  <maciej@roc-ny4-13.ix.netcom.com>

	* robbe.scwmrc, sds.scwmrc, gjb.scwmrc: Replaced the usage of
	set-edge-resistance! with set-edge-scroll-delay! and
	set-edge-move-threshold!; this seemed to be the only one of the
	old paging parameter setters that was a really silly combination.

1998-07-21  Maciej Stachowiak  <maciej@roc-ny3-18.ix.netcom.com>

	* sds.scwmrc, gjb.scwmrc: Use new interface for fvwm2 module
	stuff.

1998-07-22  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Add doc-files setting, turn off pager, use something
	other than write-all.

1998-07-09  Robert Bihlmeyer  <e9426626@stud2.tuwien.ac.at>

	* robbe.scwmrc: More documentation.

1998-07-06  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Fix hosts menus, add debug-display, use
 	double-separator titles like Sam does, use the preferences menu
 	from the library, commen out the Tracker and Playmidi multimedia
 	targets, remove animation-ms-delay since that needs to be define-d
 	in prefs-menu

Mon Jul  6 01:53:41 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* broadcast-display.scm, menu-test.scm, sds.scwmrc, gjb.scwmrc:
 	Rreplace occurences of window-from-window-id with id->window.

1998-07-04  Greg Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added xlock-query-program set to xlock-stdout, so
	the xlock menu gathering function works for me; restart "scwm",
	not restart "" (still doesn't work)

Mon Jun  1 20:26:11 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* Makefile.in: regenerated with automake 1.3

1998-03-30  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* juhp.scwmrc (root-menu): Exit and restart are back.  Move all
	window ops to the window submenu.  Use "mini-maxtall.xpm" not
	"maxtall".
	(window-menu): Use "mini-maxtall.xpm" not "maxtall".
	(move-screen): Use `unfocus'.
	Replaces all "M-"s by "A-"s.

Fri Mar 27 20:43:02 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* gjb.scwmrc: Use the new broadcast interface for autoraise.

Fri Mar 20 22:32:33 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* system.scwmrc, juhp.scwmrc, gjb.scwmrc, sds.scwmrc,
 	decor.scwmrc, mnu-test.scm: Modified to work with the new color
 	stuff.

	gjb.scwmrc: Added relief-pattern alternatives for the button
 	images, commented out for now.

Tue Mar 10 00:30:53 1998  Greg J. Badros  <gjb@cs.washington.edu>

	* gjb.scwmrc: Added image-not-found-hook

Thu Mar  5 03:15:48 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* sds.scwmrc: Update to the latest version from Sam Steingold
 	<sds@usa.net>.

	* decor.scwmrc, system.scwmrc, gjb.scwmrc, juhp.scwmrc: General
 	improvements to make them work and be generally usable.

1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* juhp.scwmrc: Latest version with wooden decor!  Brought back
 	some mouse bindings too.  Fixed `image-load-path' and a few other
 	things.

Thu Feb 26 20:24:12 1998  Greg J. Badros  <gjb@cs.washington.edu>

	* Added constraints.scm; these are for the Cassowary extension to
 	scwm; they are not functional in the basic scwm, and can be
 	ignored

Wed Feb 25 21:43:46 1998  Maciej Stachowiak  <mstachow@mit.edu>

	* Changed load-font to make-font throughout.

Sun Nov 30 12:03:51 1997  unknown  <gjb@cs.washington.edu>

	* system.scwmrc, gjb.scwmrc, menu-test.scm: Use new menuing code,
	use image-load-path, not set-image-path!

	* Highlights of user-level changes to menu stuff

	** Use (menu ...) not (make-menu ...)

	** first arg to menu is a real list [ use (list ...)  ]

	** menu-title and menu-separator are variables now, not functions
 	-- e.g., use `menu-separator', not `(menu-separator)'

	** menuitem no longer is spelled `menu-item'

	** keywords for menuitem are now #:image-left, #:image-above, not
 	#:left-pixmap #:above-pixmap

	** new keywords for menu include #:image-side (for new side image
 	feature) and #:color-bg-image-side.

