This is the file explaining changes for the AfterStep applets 
distribution modified application asclock-2.0.10-1.

This version is derivative from the official asclock-xlib-2.0.10 version.

I changed it because the "classic" theme was not working well.
The following is the letter of explanation from the developers:

------- begin mail from Beat Christen <spiff@longstreet.ch> -------------

	Date: Fri, 16 Apr 1999 16:22:39 +0200 (CEST)
	From: Beat Christen <spiff@longstreet.ch>
	X-Sender: spiff@nfs
	To: Albert Dorofeev <albert@tigr.net>
	Subject: Re: asclock 2.0.10 bug?
	In-Reply-To: <19990415211019.A1976@tigr.net>
	  
	 
	 grep day_elem_width *.c
	in the asclock dir will tell you if you asclock program is faulty or not.
	if you find a line:
	 
	---
	asclock.c:    if(day_elem_width==UNDEFINED) day_elem_width =   
	date.attributes.width/10;
	---
	 
	then it is a problem of the theme, if it sayas /11, then you can change 
	this line yourself to 10, since it the date.xpm is 10 elements wide.
	 
	The problem you face is more likely a problem of searchpaths:
	I think you have installed themes (old ones) and local new themes, so what
	you have to do is say:
	 
	asclock -h
	 
	(will give you a list of all themes)
	 
	delete all themes, except the ones you know are correct.
	 
	-Beat

------------- end mail from Beat Christen <spiff@longstreet.ch> --------

So I just changed that line Beat recommends and put 10 there
instead of 11.

I think if you do not use the "classic" theme you do not need
this fix. It does not seem to affect anything else.

Albert aka Tigr <albert@tigr.net>

