Sun Mar 14 17:26:01 EST 1999
(Mandrake)

Beginning work on 0.16 - new ChangeLog, too.

-------------------------------------------------------------------------------

Mon Mar 15 19:16:45 EST 1999
(Mandrake)

fixed crashing bug.  non-input windows being selected as the selected window no
longer should crash everything

-------------------------------------------------------------------------------

Mon Mar 15 20:55:34 EST 1999
(Mandrake)

fixing things to say 0.15.3...  blah.  damned bugs :)

-------------------------------------------------------------------------------

Wed Mar 17 02:42:04 EST 1999
(Mandrake)

ARGH.  bug bug bug.  some code got commented out that shouldn't have been
commented out last night in draw.c.  uncommented and committing.
(messes up shaped/borderless window resizes)
increased revision number to 0.15.4.  hope to release some time tomorrow.
maybe I'll tackle some other bugs before then.

-------------------------------------------------------------------------------

Wed Mar 17 14:52:24 EST 1999
(Mandrake)

Fixed a bug in translucent move mode in draw.c

-------------------------------------------------------------------------------

Thu Mar 18 02:38:18 EST 1999
(Mandrake)

Added network.c and update.c - VERY rough skeleton code.  user-optional
automatic code updates and update testing

-------------------------------------------------------------------------------

Sat Mar 20 13:21:14 EST 1999
(Mandrake)

added button_show IPC command

-------------------------------------------------------------------------------

Mon Mar 22 02:52:04 EST 1999
(Mandrake)

a little bit of work on the auto-update stuff.  I still have a long way to go
here, but I thought that I would go ahead and start putting in a little bit of
logic here and there for the upgrade paths.  still no actual http support.
debating on whether or not to use ghttp (since it doesn't require any of gnome
I'm thinking about it)

-------------------------------------------------------------------------------

Mon Mar 22 03:53:51 EST 1999
(Mandrake)

Cleaned up epp a little more.  still LOTS of work there.

-------------------------------------------------------------------------------

Mon Mar 22 20:46:46 EST 1999
(Mandrake)

cleaned up auto-upgrade to where it won't compile if you don't have libghttp.

-------------------------------------------------------------------------------

Thu Mar 25 14:36:47 CST 1999
(KainX)

Fixed a bug with reverting focus to desktop zero.  If you went from desktop 0
to desktop 2 to desktop 6, then back to desktop 0, a window on desktop 2 would
remain focused.  Not any more. =)

Also added code to revert to the default colormap when leaving a window or a
desktop.  Most users won't notice this.  But you definitely will see a
difference if you use Netscape with the "-install" option. :-)

Commented out the debugging output for select() since it was confusing the hell
out of lots of users.

-------------------------------------------------------------------------------

Wed Mar 31 09:27:54 EST 1999
(Raster)

Well - back from CEBIT... and now to the goodies...

* added pager that does snapshots - and continuous snapshot updating... works 
beautifully with almost no cpu use on a local machine - it'll probably kill 
your network if you run it over a network... :( But it does everything
except allowe you to drag and drop windows around (at the moment) - that will
be added.

* added mode.show_pagers option that is internal for now...

* added flatfile menu loading - sorry - no examples yet - but it works and
automagically updates the menu if the file changes. It makes constructing menus
childs play - I mean REALLY childs play.

* fixed countless minor buglets.

* added area sliding (if desktop sliding is on areas will slide around too)

* fixed manual placement so the mouse up doesnt get passed onto clients under
the pointer then the window is placed

* fixed window list off dragbar so things dont die when you try focus an ewin 
ID that doesnt exist anymore

* this brings E's code (not including fnlib, imlib etc.) up to about 60756
lines of code.

-------------------------------------------------------------------------------

Wed Mar 31 10:28:48 CST 1999
(KainX)

When we use the pager to make a window sticky, bring that window to the
current desktop as one would expect to happen.

-------------------------------------------------------------------------------

Wed Mar 31 17:30:49 EST 1999
(Raster)

* fixed numlock / scrollock keybinding / action etc. issues....

-------------------------------------------------------------------------------

Thu Apr  1 14:56:19 EST 1999
(Mandrake)

netowrk updates, etc

-------------------------------------------------------------------------------

Fri Apr  2 00:56:47 EST 1999
(Mandrake)

Lots of stuff.  ipc commands.  pager command now enables and disables the pager
- made a couple of generic functions EnableAllPagers() and DisableAllPagers()
to do the actual work there.  also added skeleton of the fx command.  will do
that tonight as I watch a movie.  added move_mode and resize_mode commands
(since everyone seems to have wanted that and I don't know how those slipped my
mind) they're not documented well yet, but if you read ipc.c you should be able
to guess how they work (they all work similarly to other ipc commands - I like
the interface I'm brewing up and I'm likely to continue using it)

-------------------------------------------------------------------------------

Fri Apr  2 12:04:19 EST 1999
(Mandrake)

#if 0'd some stuff out for 0.15.5 release

-------------------------------------------------------------------------------

Sun Apr  4 17:10:08 EDT 1999
(Mandrake)

lots of IPC work.  new fx command.  also a big restructuring of the code itself
in the ipc array (much prettier to the eye)
also I commented a few bits of code -- it's now documented somewhat how to add
new IPC commands in there.

-------------------------------------------------------------------------------

Sun Apr  4 20:04:20 EDT 1999
(Mandrake)

more IPC work.  now many win_op commands have status checks
win_op <windowid> <operation> ?
as well as support 
win_op <windowid> <operation> <on/off>

-------------------------------------------------------------------------------

Sun Apr  4 21:32:43 EDT 1999
(Mandrake)

added more "?" commands to win_op
very useful.

-------------------------------------------------------------------------------

Sun Apr  4 23:04:17 EDT 1999
(Mandrake)

CPPFLAGS problems people were having should be solved
put the -D stuff from e/src/Makefile.am into econfig.h
