2008-07-30  Eric Hutchins <hutchiep190@potsdam.edu>

 * ballandpaddle.desktop: new file
 * ballandpaddle_160x160.xpm: new file
 * images/menuback.xcf: new layer "Paddle" with just the padde and the
   paddle has a black border around it
 * images/menuback.png: png version of the new .xcf
 * images/splash.xcf: new layer "Paddle-Border" with a black border that floats
   over the edge of the paddle.
 * images/splash.png: png version of the new .xcf

2008-07-26  Eric Hutchins <hutchiep190@potsdam.edu>

 * src/ball.h: added function definitions block_at strong_block_at
 * src/ball.cpp (block_at): new function
 * src/ball.cpp (strong_block_at): new function
 * src/ball.cpp (update): changed checking for block's existence and
   type to use functions block_at and strong_block_at
 * doc/ballandpaddle.texi: changed @setfilename to ballandpaddle.info

2008-07-05  Eric Hutchins <hutchiep190@potsdam.edu>

 * doc/ballandpaddle.man: added man page
 * doc/ballandpaddle.texi: added texinfo documentation

2008-07-03  Eric Hutchins  <hutchiep190@potsdam.edu>

 * src/main.cpp (main): parse levelsetfilename, levelsetname, and level 
   separately. booleans keep track of which have been specified
   and if some but not all of the three are specified then it will 
   alert the user and exit. 
 * various: sounds and images go with the levelset now (although both
   are the same right now)
