2008-02-19 18:11  dezperado

	* : Broke down a little more and commented the language grammar.

2008-02-19 17:13  dezperado

	* : Worked on cleaning up the parser.
	  Fixed a little mixed type operators (float - integer - int).
	  Marked conflicting parser rules.

2008-02-18 15:23  dezperado

	* : Updated string and float representations and operators.
	  Removed some parser conflicts.
	  Octal and hexadecimal integer constant representation now
	  supported.
	  Moved int ex() to Var ex() for this.
	  Changed the policy of -E (no files should be in list prior to
	  early Fim exit).
	  Fixed some -Wall warning-triggering stuff.
	  Asymmetric scaling aliases introduced.
	  Directory read feature introduced
	  (FIM_READ_DIRS,FIM_RECURSIVE_DIRS) (though disabld by default).
	  Random numbers pour out of /dev/urandom now.
	  Regexp substitution and matching into the string class
	  introduced.
	  Var class has higher dignity now and so was updated.
	  Help optional argument added to command aliases.
	  Introduced FIM_SKIP_KNOWN_FILETYPES feature (disabled by
	  default).
	  Introduced sanity check script : scripts/tests/sanity.fim.
	  Retouched man pages and docs (which still awaits some
	  formalization).

2008-02-14 15:58  dezperado

	* : Added and documented a functionality for numerically specifying
	  the iteration of a command, in interactive mode.
	  Documented the external converting programs compatibility.
	  Set the ChangeLog as the subversion log.

2008-02-03 18:46  dezperado

	* : Added const specifiers to many methods in many classes, and
	  adopted more typedefs.
	  Added (non native) support to : dia files, xfig files, gimp (xcf)
	  files, svg files.
	  Updated configure.ac to fine tune these new functionalities.

2008-02-02 13:39  dezperado

	* : Reduced further the impact of global variables, encapsulating
	  more functions in the right classes.
	  Namespace::GetIntVariable is now const.
	  The make process doesn't show defined symbols, as these are
	  pushed in config.h (we will use autoheader, now on).
	  Removed extern.h : no need to use it.

2008-01-31 16:39  dezperado

	* : Moved readline related stuff to readline.cpp.
	  Packing the most into the fim namespace.
	  Introduced a FimInstance class.
	  Moved general purpose functions from fim.cpp to common.cpp.
	  Generally, minimized references to global variables.

2008-01-27 13:35  dezperado

	* : Massive code removal : the adapted fbi code now is 'master'.
	  So, the FIM_NO_FBI macro was removed, too.
	  Now fim works by default under screen (with some problems, of
	  course), unless compiled with --disable-screen.
	  Fixed a typo in (the adapted) setpixel4 causing a bug.

2008-01-26 16:46  dezperado

	* : Massive code adaption : (nearly) original fbi code in the
	  src/fbi_src/ directory was adapted to C++ and moved in .cpp files
	  in the src/ directory.
	  In this way, further code evolution should proceed more smoothly,
	  as some class for framebuffer stuff and such will be created.
	  Implementation of new functionalities should be less error-prone
	  than now, although much work is going to be done in reorganizing
	  in the best way all the existing fbi code in fim first.
	  The FIM_NO_FBI symbol, now default in Makefile.am, inhibits the
	  fbi_src/ code being compiled via the preprocessor.
	  Fixed a console cluttering issue (a 'wild' printf() of the
	  configuration file).
	  Also subordinated some wild stderr-fprintf to a debug condition.

2008-01-03 20:03  dezperado

	* : Flip and mirror variables and mechanisms are now documented and
	  stabile.
	  Cleaned up Image by removing some variables in favor of script
	  variables.
	  Fixed help printout on no-option invocation.
	  Fixed some image loading messages.
	  Orientation-related memory leak catched and fixed.
	  Some documentation comments and some freshmeat-announce
	  integration.

2008-01-02 18:33  dezperado

	* : Introduced and documented Fbi environment variables for gamma,
	  font and framebuffer device handling.
	  Enriched a little configure.ac.
	  Started tokenizing Fim language variable names in fim.h.

2007-11-28 22:47  dezperado

	* : This is fim-0.2-alpha.

2007-11-27 21:26  dezperado

	* : Mainly a future revisions proposal release: comments, ideas,
	  thoughts on flaws.

2007-10-16 22:30  dezperado

	* : Added the 'set' command, not yet fully Vim compliant.
	  Introduced the 'pwd' variable.
	  Introduced the 'ignorecase' variable.

2007-10-10 16:07  dezperado

	* : Window resizing is back into the game.

2007-10-10 13:37  dezperado

	* : The terrible bugs haunting Fim were just bad programming
	  practice :
	  memcpy(this,... in a constructor !
	  Cache seems sane, but still should be validated thoroughly.
	  It is time to think about the vim-like variable policies.

2007-10-10 00:10  dezperado

	* : Right now the cache is again disabled, and again there are bad
	  bugs.
	  I trigger them with such simple statements as
	  '4next;split;7next'.

2007-10-09 21:12  dezperado

	* : Debugging. There was a big memory leak in the chache mechanism.
	  Still to refine.
	  Implemented new documentation (and fim.cpp) suggestions from iam.

2007-10-09 14:55  dezperado

	* : AUTHORS notice update and helpful documentation corrections by
	  iam.

2007-10-06 12:33  dezperado

	* : Introduced namespaces for variables: {b,i,g,v,w}.
	  The coherence, policy, and mechanisms to react to variable
	  changes
	  or update them are still to define (just like mechanisms for
	  namespace
	  inheritance among window objects...).

2007-10-05 22:04  dezperado

	* : Added the --etc-fimrc option.
	  Updated a little the BUGS and TODO files.
	  Began thinking about namespaces stuff.
	  I am not sure it is stable.

2007-09-26 21:18  dezperado

	* : Fixed image rotation and flipping related bugs.
	  Fimgs script was found invalid on a bash configuration. Now the
	  script should be more general.
	  Warning : 'random' variable handling is ENDIAN SENSITIVE!
	  'random' token detection early at parse time.
	  Introduced CommandConsole::redisplay(), --autotop.
	  Introduced the '_fim_bpp' variable.
	  Arbitrary number of ';' ending Fim commands.
	  Window::swap functionality added.
	  Fixes in Viewport and Window.
	  Removed a spurious line in lex.lex.

2007-09-21 18:50  dezperado

	* : Fixed a subtle bug in Cache.
	  Fixed the broken random hook, and rotation.

2007-09-21 13:24  dezperado

	* : Variable update fixes.

2007-09-21 12:24  dezperado

	* : Now upon splitting windows, the image is redrawn immediately.
	  The split also occurs in a cool fashion.

2007-09-21 11:48  dezperado

	* : Added function to dump on stdout the default hardcoded config.
	  Updated the man page and FIM.TXT with window usage info.

2007-09-20 21:10  dezperado

	* : Comments und delikatessen.

2007-09-20 20:09  dezperado

	* : Now the hardcoded configuration is executed before any command,
	  and the fimrc after it.
	  Commented a lot Image.cpp.
	  Added some const functions and removed the 'nofb' redundant flag
	  from CommandConsole.
	  Updated a little the documentation about this and configure
	  options.

2007-09-20 16:59  dezperado

	* : Added a comparative table in the README file.
	  Added notes to the BUGS and TODO files, too.

2007-09-20 15:36  dezperado

	* : Started using exceptions: CommandConsole::quit() is private
	  now.
	  Cleaned out comments in string implementation.
	  Cleaned out Window methods, with fancy ASCII art and exceptions.
	  Commented out cc.quit() from intepreter.cpp.
	  Exception throwing or catching code in most of the modified
	  files.

2007-09-19 11:59  dezperado

	* : Cache is back in game, too. It seems bugless.

2007-09-19 11:05  dezperado

	* : Fixed the 'rescale bug' : it was a Viewport::display() bug :
	  bad alignment values (left,top,..) for big new images.

2007-09-18 23:22  dezperado

	* : Moved Window construction outta CommandConsole constructor,
	  after driver initialization. Added preambles for method
	  descriptions.

2007-09-18 22:52  dezperado

	* : Fixed the missing keyword echo bug; Maintenance stuff.

2007-09-12 13:47  dezperado

	* : Fixed the but in Image.rescale(), though some bug still
	  remains.
	  Added a fancy N{stmt_list;} syntax, with N positive integer.

2007-09-12 13:12  dezperado

	* : Window close proper action implemented.

2007-09-12 12:46  dezperado

	* : Code cleanup. The bugs are in the Image.rescale() mechanism and
	  somewhere in Cache.

2007-09-12 09:42  dezperado

	* : Cleaning cache subsystem. Still bugged.

2007-09-11 22:50  dezperado

	* : Fully functional multiwindow environment. Still to fix
	  cache/image loading interactions, and windowing flaws.

2007-09-11 14:20  dezperado

	* : Restored image scaling, only with FIM_WINDOWS enabled.

2007-09-11 13:26  dezperado

	* : Restored image browsing and panning, only with FIM_WINDOWS
	  enabled.

2007-09-11 09:31  dezperado

	* : Working on throwaway (for now) cloning support in Cache.

2007-09-10 23:56  dezperado

	* : Restoring robustness and functionality method by method.

2007-09-10 13:55  dezperado

	* : Restored old style yacc.ypp and lex.lex.
	  Moved FIM_WINDOWS and FIM_AUTOCMDS to configure.ac.
	  More functionality still awaits being restored.

2007-09-10 10:37  dezperado

	* : Basic functionalities restored, though the overall state is
	  inconsistent.

2007-09-10 08:39  dezperado

	* : Now it is time to make Viewport not subclass of Image.
	  Solved a flaw with the --with-cflags configure option.

2007-09-09 20:38  dezperado

	* : Further modifications towards the full windowing support.
	  Though right now the program is severely bugful.

2007-09-09 18:16  dezperado

	* : Cuts and pastes towards full Viewport deployment. TEMPORARY
	  STATE:inconsistent.

2007-09-09 14:33  dezperado

	* : Adapted the cache to cache clones.
	  More cloning support, and an image revert method.

2007-09-08 13:53  dezperado

	* : Various little fixes:
	  FIM_READ_STDIN compile flag added.
	  Some comments in Cache.h
	  No rc file behaviour corrected : now ~/.fimrc is executed by
	  default (so be warned, it is not sandboxed!).
	  Window and Viewport corrections.
	  A struct ida_image cloning function added.
	  Comment in Browser.h
	  FIM_WINDOWS is enabled by default now on, even if still
	  incomplete.

2007-09-05 22:44  dezperado

	* : Updated the Free Software Foundation address in COPYING and
	  fim.man.

2007-09-04 19:53  dezperado

	* : Migrated lots of code from Image to Viewport, on the way to
	  Viewport concept expansion.
	  Browser impacted and generalized a small epsilon.

2007-09-03 22:12  dezperado

	* : Fixed (rather patched) a bug regarding console output.

2007-09-03 21:30  dezperado

	* : Removed useless member variables, raised the code level, and
	  commented a little the headers regarding viewport stuff.
	  Const'ed two methods in the Cache class.
	  Added info about the asymmetric scaling in the manual.

2007-09-02 21:19  dezperado

	* : Implemented a preliminary windowing mechanism.
	  Now there is to decide a correct policy regarding the viewport
	  management (windows owned by images or viceversa or in another
	  way?).

2007-09-02 08:28  dezperado

	* : Copyright notice added in the original and modified fbi files.
	  To comply with (non)GNU coding standards and submit fim to
	  savannah.gnu.org.

2007-08-15 18:47  dezperado

	* : Copyright notice added in the files added to the original fbi.
	  To comply with (non)GNU coding standards and submit fim to
	  savannah.

2007-08-12 22:41  dezperado

	* : Changes to information files about flaws, installation, and
	  documentation (with a tips minisection).

2007-08-11 13:32  dezperado

	* : Tested on CentOS 5.0 and Debian 3.0, found strict dependance
	  from automake 1.10.
	  Fixed conditional compiling issues regarding image decoding
	  libraries.
	  Now on, HAVE_.. macros should be used much more.

2007-08-10 23:15  dezperado

	* : Corrected bugs in configure.ac introduced yesterday in hurry.
	  Introduced a 'return' command, relative documentation, and some
	  example uses.
	  Found a BUG : automake stuff will work only on automake 1.10!

2007-08-09 15:00  dezperado

	* : Added the ebuild proposed by the good folks of the
	  gentoo-sunrise project.
	  Adjusted some flaws in the configure.ac template.

2007-08-08 10:33  dezperado

	* : Added a Gentoo ebuild.
	  Placed licensing info in lex.lex and yacc.ypp.
	  Updated INSTALL and README regarding the Gentoo install.
	  Now it will need coordination with the website.

2007-08-07 22:06  dezperado

	* : Updated the FSF address in the files preamble license.
	  Updated a little the README file.

2007-08-07 17:37  dezperado

	* : Comments and -ansi and -pedantic aimed corrections.

2007-08-07 16:35  dezperado

	* : Fixed a big bug in fb_status_screen.
	  The dynamic string implementation is fully working and enabled by
	  default.

2007-08-07 01:18  dezperado

	* : The std::string wrapper is almost complete.
	  Now it is time to adapt the rest of the code to the dynamical
	  strings presence.
	  Found problems with the --with-cflags=.. switch to configure.
	  Small fixes here and there.

2007-07-30 21:06  dezperado

	* : Now the --no-framebuffer runtime option will select a debug run
	  with the
	  framebuffer device 'disabled'; that is, a limited fim run, for
	  debug purposes.
	  In fact, i am working on the dynamical length string handling.
	  Buggy for now.

2007-07-16 08:02  dezperado

	* : Made fim --help work, finally.
	  Fixed and commented the fimgs script.
	  Fixed a Classname::Methodname problem.

2007-07-14 05:28  dezperado

	* : Enabled caching of 5 images and prefetching policy in the
	  default fimrc.

2007-07-14 05:20  dezperado

	* : Implemented a cache mechanism, and a prefetch (read-ahead)
	  mechanisms,
	  for speeding up large image browsing.
	  Now there is the need of implementing some memory statistics.

2007-07-08 14:40  dezperado

	* : Implemented the FIM_BOZ_PATCH macro, which disables lots of
	  actions
	  in the framebuffer initialization code, allowing the of fim under
	  the screen utility, at a cost of some little problems.
	  Investigations will continue there.
	  Enriched the configure script.

2007-06-30 01:38  dezperado

	* : Fixed a problem with small flex versions incompatibilities.
	  What a hassle!
	  Now -lfl is reintroduced. This could be a problem on some
	  configurations (maybe).

2007-06-28 05:14  dezperado

	* : Now the console drawing function, fb_status_screen, adapts to
	  the screen width.
	  Fixed a bug in the fimgs.sh script, which used to pass postscript
	  files to fim.
	  Documented a little more.

2007-06-13 10:36  dezperado

	* : Added a missing script.
	  Fixed documentation.

2007-06-13 10:17  dezperado

	* : Finally automake and autoconf are integrated in Fim!
	  Enhanced install scripts.
	  Some fbi code is marked as old and dead now, but still could be
	  saved.

2007-05-31 13:05  dezperado

	* : Began deploying the GNU build system to fim. Beginning from the
	  skeleton.

2007-05-23 00:29  dezperado

	* : Documented the fimgs script, in FIM.TXT and in fimgs.man.
	  Introduced a Help Wanted section.
	  Patched a little #include <asm/page.h > -> #include <sys/user.h>
	  potential problem.

2007-05-21 10:23  dezperado

	* : Some documentation added, and began working on boolean-like
	  operators in expressions.

2007-05-17 08:24  dezperado

	* : String/variable/expression concatenation is now possible with
	  the '.' operator!!
	  The ! operator allows system command execution and results
	  display.
	  'cd','pwd' commands introduced (still partially inconsistent
	  'cd').

2007-05-15 01:43  dezperado

	* : Corrected most shift/reduce conflicts in the parser. One
	  remains.
	  Variable concatenation (with evaluation) is possible now, but
	  still experimental.

2007-05-13 04:36  dezperado

	* : Now 'bind' alone will display the key bindings, and 'bind KEY'
	  will display the action bound to KEY.

2007-05-07 13:13  dezperado

	* : Fixed a repeat_last bug.
	  Enriched the language syntax by [n]command args.
	  Enriched the panning functions of Image.
	  Now the wrapper script manages http:// files, too.
	  Fiesta.

2007-05-01 11:22  dezperado

	* : Forgot to set the executable flag to doc/vim2html.pl.

2007-05-01 11:14  dezperado

	* : Reorganization of files and documentaton refinement.

2007-04-30 06:53  dezperado

	* : Wrote a very nice manual page (no more need for the original
	  fbi's own man page).
	  Implemented the --read-from-stdin (-) option.
	  Implemented top_align, bottom_align commands.

2007-04-25 12:59  dezperado

	* : Deleted the Fbi makefile, as it is useless now.
	  Improved a little the Makefile.
	  Introduced asymmetric image scaling and image orientation
	  variables and aliases.

2007-04-18 10:12  dezperado

	* : Small fixes and corrections of trivial bugs introduced before.

2007-04-18 09:31  dezperado

	* : Dramatic speed improvement on image drawing (convert_line) by
	  swapping
	  RGB bytes on load time rather than when drawing. Now the drawing
	  code itself
	  draws many times faster than before.
	  Now the profiler indicates the image resize code as the slower
	  one, and this
	  will be a wicked beast, maybe :). Here is the gang of the new top
	  seven :
	  % cumulative self self total
	  time seconds seconds calls ms/call ms/call name
	  92.98 1.06 1.06 8157 0.13 0.13 op_resize_work
	  3.51 1.10 0.04 45 0.89 0.89 fs_puts
	  1.75 1.12 0.02 12 1.67 1.67 read_image
	  0.88 1.13 0.01 59 0.17 0.17
	  fim::CommandConsole::autocmd_exec(fim::string const&, fim::string
	  const&,
	  fim::string const&)
	  0.88 1.14 0.01 12 0.83 0.83 svga_display_image
	  0.00 1.14 0.00 96651 0.00 0.00 setpixel3
	  Thorough testing with non 24 bit modes has still to come.

2007-04-17 12:40  dezperado

	* : Added some thoughts about future development efforts to the
	  TODO file.
	  Gained a 20% global speedup (according to gprof) employing memset
	  in fb_memset and clear_line.
	  Now (according to gprof) most of the time is consumed in : ~50%
	  in convert_line and ~20% in op_resize_work.
	  
	  % cumulative self self total
	  time seconds seconds calls s/call s/call name
	  Old profile:
	  52.39 4.82 4.82 10460 0.00 0.00 convert_line
	  23.48 6.98 2.16 10761 0.00 0.00 op_resize_work
	  15.87 8.44 1.46 17188 0.00 0.00 clear_line
	  6.30 9.02 0.58 58 0.01 0.01 fb_memset
	  1.41 9.15 0.13 56 0.00 0.00 fs_puts
	  New one:
	  66.57 15.77 15.77 34873 0.00 0.00 convert_line
	  30.10 22.90 7.13 34847 0.00 0.00 op_resize_work
	  1.31 23.21 0.31 214 0.00 0.00 fs_puts
	  0.51 23.33 0.12 27392 0.00 0.00 fs_render_fb
	  0.42 23.43 0.10 59 0.00 0.27 svga_display_image
	  0.30 23.50 0.07 79559 0.00 0.00 clear_line

2007-04-13 13:27  dezperado

	* : Circumvented the "../" bug of gs in th e wrapper script.
	  Multiple files can be handled by the wrapper, now. Still lacking
	  a proper help message.

2007-04-13 11:07  dezperado

	* : Fixed the mysterious crash bug : it was due to the missing pipe
	  stacking mechanism, and missing pipe closings.
	  Fixed string quoting in lex. Now any string can be passed.
	  Added documentation.
	  Added the GPL preamble to each source file, with a short
	  description
	  Still problems with the console display fine-grain control.
	  Added vim-like -c COMMAND switch..
	  Added -F postcycle command support.
	  Documented.

2007-04-01 14:16  dezperado

	* : Documentation written and small fixes done.

2007-03-31 16:31  dezperado

	* : Finally fixed the missing proper console switching flaw. Now
	  the console switches nicely.
	  Removed dead code, recommented a little, sanitized a little.

2007-03-31 07:21  dezperado

	* : Added flip and mirror capabilities, variables, aliases and
	  bindings.
	  Quickened image loading by inhibiting a first, duplicated
	  display.

2007-03-29 06:09  dezperado

	* : Finally added the easy-o-use '/' binding to regexp-search
	  files, and related 'regexp_goto_next' command.
	  Added a command to exit from command line mode
	  (set_interactive_mode).
	  Updated the TODO file (it is lighter now!).

2007-03-28 13:16  dezperado

	* : Fixed recording and time related issues.
	  Fixed command line prompt display.
	  Documented a little.
	  Implemented special variables
	  width,swidth,random,findex,filelistlen,...
	  Introduced FIM_NO_SYSTEM build flag.
	  Introduced the % (remainder) operation in the .ypp file.
	  Still need to fix the parser to handle properly expressions (as
	  'goto random').

2007-03-24 07:59  dezperado

	* : Implemented a popen command (and related plisten,wlisten
	  aliases).
	  Introduced usleep and fixed recording.
	  NOTE: still need a way to measure elapsed time with precision..

2007-03-24 03:05  dezperado

	* : Fixed lots of usability issues, concerning nonexistent files,
	  command line, and the virtual screen.
	  Commented code.

2007-03-18 14:02  dezperado

	* : Updated documentation and fixed a compilation bug pertaining
	  flex-2.5.4 vs flex-2.5.33.
	  Added 'diagonal' key bindings to D. Seems that panning can cause
	  problems. Strange.

2007-03-07 14:43  dezperado

	* : Introduced : FIM_NOFIMRC, FIM_NOSCRIPTING,
	  FIM_DEFAULT_CONFIGURATION, FIM_AUTOSKIP_FAILED flags.
	  Improved default configuration (builtin at compile time by
	  default).
	  Added .tar ,.tgz archive extraction to fbgs.sh (fimgs once
	  installed).

2007-03-07 01:18  dezperado

	* : No more X11 (X Window System) nor libFS (Font Server) libraries
	  dependencies.
	  Tuned the Makefile for the lexer/parser subsystem. Now behaves
	  nicely.

2007-03-06 16:04  dezperado

	* : Added a minifeature : FIM_COMMAND_AUTOCOMPLETION and a little
	  related bug.
	  Now typing 'ne' will suffice to trigger 'next', if no other
	  command or alias matches.
	  
	  Commented some useless std::cout's.

2007-03-06 04:24  dezperado

	* : Default builtin configuration added (FIM_DEFAULT_CONFIGURATION)
	  if no configuration file exists.
	  Now the program will exit if no input image is provided.
	  Fixed further the makefile regarding the lexer rule.

2007-03-05 13:45  dezperado

	* : Finally implemented regexp-based goto command (aka regular
	  expression on filename file search)!

2007-03-05 12:27  dezperado

	* : Fixed maximum rescaling behaviour.
	  Added nice statusbar messages while reloading or rescaling.
	  Added *N multiplier styled rescaing syntax.
	  Added quit-on NUL read, from the command line.
	  Implemented the 'scrollforward' functionality, which 'reads'
	  files :)
	  Fixed a little the fbgsh.sh script in the previous revision.

2007-03-05 09:30  dezperado

	* : Added functionality to skip the loading of directories and non
	  existent files.
	  Added functionality to remove from the list files which fail to
	  load.

2007-03-04 10:36  dezperado

	* : Added N% absolute scaling syntax.
	  Added (+|-)N% relative scaling syntax.

2007-03-03 12:24  dezperado

	* : Commented out -pedantic -Wall in Makefile for ease of
	  compilation of public releases.

2007-03-03 10:19  dezperado

	* : Fixed a big memory problem (destructor missing :P).
	  
	  Added conditional compilation flags : FIM_AUTOCMDS,
	  FIM_RECORDING, FIM_SWITCH_FIXUP

2007-03-03 06:16  dezperado

	* : Worked on command interpretation inside while cycles.
	  Set $Id: ChangeLog 122 2008-02-20 17:50:08Z dezperado $ keyword in file headers.
	  Introduced bugs, too.

2007-02-27 14:07  dezperado

	* : -Wall -pedantic compliance on GCC
	  i686-pc-linux-gnu-3.3.6,i686-pc-linux-gnu-3.4.6,i686-pc-linux-gnu-4.1.1

2007-02-26 15:30  dezperado

	* : fixed the png transparency bug. it was fixed manipulating the
	  Makefile (png.o,jpeg.o,tiff.o).

2007-02-17 16:56  dezperado

	* : Fixed command line GOTO in vim-style. Documented it.

2007-02-17 01:38  dezperado

	* : Now there is a mechanism for installing FIM.

2007-02-16 15:50  dezperado

	* : These files are useless now, and common.c -> common.cpp

2007-02-16 15:31  dezperado

	* : Fixed a rudimentary configure mechanism and sanitized the
	  Makefile.
	  Introduced a bug with png transparency while eliminating CURL
	  LIRC and EXIF dependencies.
	  Documented the slideshow function.

2007-02-16 03:38  dezperado

	* : No more image tearing. Smarter background clearing. Still
	  status tearing.
	  Now there's a need of a decent installer.

2007-02-12 10:47  dezperado

	* : Adjusted the float variable handling (yet not usable in
	  arithmetics but assignments work).
	  Documented while and if constructs.

2007-02-12 08:02  dezperado

	* : Documentation written. More to come, and to be converted with
	  vim2html.pl.

2007-02-11 17:25  dezperado

	* : Documentation written. More to come, and to be converted with
	  vim2html.pl-

2007-02-11 09:10  dezperado

	* : A pre-alpha public version.

