2013-03-23 09:11  dezperado

	* VERSION: properly relabeled the 0.3 branch VERSION file.

2010-01-23 14:51  dezperado

	* .: created a branch for fim version 0.3
	  now fixes will be implemented there, and new features will be
	  implemented in 0.4-alpha.

2010-01-21 02:11  dezperado

	* George Danchev's patch for
	  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564233.
	  damn strchr.

2009-12-21 17:26  dezperado

	* added a configure switch for --enable-scan-consolefonts.
	  fixed a typo in FontServer.cpp from the previous commit.
	  s/_POSIX_PATH_MAX/FIM_PATH_MAX

2009-12-21 17:10  dezperado

	* in a mechanism for consolefont search.

2009-12-13 00:03  dezperado

	* commented static initializers, as they are an invalid construct
	  for -pedantic switch, with g++-4.4.

2009-12-09 00:19  dezperado

	* when pressing TAB after typing something at the prompt, the
	  console will print some suggestions.

2009-12-08 23:45  dezperado

	* s/calloc/fim_calloc
	  s/malloc/fim_malloc
	  s/free/fim_free
	  some day we may decide to wrap more around these symbols.

2009-12-08 23:05  dezperado

	* fimgs will get files with https:// and ssh: schema.
	  a compiler happiness fix.
	  mentioned a xfig bug (not impacting on fim :-), and TODO.

2009-10-15 19:34  dezperado

	* typo

2009-10-15 17:32  dezperado

	* fixed what it seemed a bad off-boundaries array write.
	  doc fixes.
	  16 bpp blue bug reported.

2009-10-14 21:05  dezperado

	* a new (hopefully temporary) testing script.
	  supported input file formats dumped with --version.
	  doc updates and fixes.
	  man page fixes.
	  removed config.h.in from svn.

2009-10-10 23:09  dezperado

	* minipatch for systems with no PAGE_MASK in standard headers.

2009-10-10 11:57  dezperado

	* split a piece of CommandConsole.cpp - this file is way too big
	  for compilation on PDA's.

2009-10-10 09:24  dezperado

	* lame programming error in the previous commit

2009-10-09 00:17  dezperado

	* 8,16,24,32 bit support for SDL driver.

2009-10-08 17:53  dezperado

	* in a THANKS file (finally!).
	  small fixes.

2009-10-07 15:08  dezperado

	* configure fix.
	  introducing some typedef's.

2009-10-06 07:11  dezperado

	* introduced the experimental 'negate' feature, to view ebooks with
	  less monitor power (white on black)

2009-09-29 17:42  dezperado

	* the scriptfimgs needs some adjustment.

2009-08-30 10:15  dezperado

	* in a -S option for sanity-check.

2009-08-20 14:18  dezperado

	* in a minibenchmark.
	  configure fixes.
	  notes.
	  shorter svn revision info.

2009-06-13 18:51  dezperado

	* this version is currently under review at
	  http://ftp-master.debian.org/

2009-05-31 21:07  dezperado

	* fixing borderline cases.
	  unalias "-a" added.
	  safe NULL string construction.

2009-05-30 21:55  dezperado

	* in a script for buildbot slaves creation on a compile farm.
	  in a sample buildbot master config file.

2009-05-30 21:20  dezperado

	* it is possible to view matrix market files (experimentally)

2009-05-27 17:30  dezperado

	* the tests shall perform under the dumb interface now.

2009-05-25 00:13  dezperado

	* fixing fim integrity testing with aalib and dumb (for compile
	  farms).

2009-05-20 22:04  dezperado

	* fim will read block devices, too.
	  corrected some preprocessor checks.
	  in FIM_VID_OPEN_OFFSET and FIM_VID_SEEK_MAGIC variables for
	  seeking files prior to probing/opening them.
	  hex interpretation in strings now.
	  --offset option in.
	  fixes in the jpeg loader.
	  fim_atof did not manage negative numbers. now it does.
	  some unused functions in.

2009-04-28 22:15  dezperado

	* makefile fixes for site and info uploading.

2009-04-28 21:28  dezperado

	* fixes in the configure script.
	  fixes in the code, for portability.

2009-04-26 14:34  dezperado

	* cleaning up the Makefile.am file.
	  added some console fonts for ubuntu 10.

2009-04-19 11:22  dezperado

	* in four web page screenshots.
	  in a recording test stub.
	  many small fixes.

2009-04-18 21:09  dezperado

	* two fim internals debugging variables in.
	  a new test in.
	  fixing console displaying control.

2009-04-18 15:16  dezperado

	* almost nothing

2009-04-17 16:22  dezperado

	* sam's configure suggestions

2009-04-12 20:38  dezperado

	* tweaks to build the beast on darwin and bsd

2009-04-04 13:33  dezperado

	* fix with dummy device

2009-04-04 09:29  dezperado

	* in stubs for dejagnu

2009-04-03 22:26  dezperado

	* improved the aalib input

2009-04-01 11:37  dezperado

	* fixes.

2009-04-01 07:58  dezperado

	* putting in fim aa native input, (although aa interface is
	  somewhat poor compared to sdl)

2009-03-31 21:39  dezperado

	* asymmetric scaling test in.
	  browser test in.
	  enforcing "C" locale now (so, preventing locale-related bugs).
	  failed device initializations won't block the terminal echo
	  state.

2009-03-29 17:32  dezperado

	* finalization fixes: the tests perform with no memory leak at all.

2009-03-29 15:36  dezperado

	* got rid of some more small memory leaks.

2009-03-29 13:48  dezperado

	* fixed memory leak in legacy fbi code (font handling).
	  fixed memory leak in parser code.
	  fixing other small memory leaks (initalization/finalization
	  related)

2009-03-28 15:31  dezperado

	* debugging the guts of fim's language.
	  implemented the gcd and babylonian sqrt as test programs.
	  replaced atof with a locale clean function.

2009-03-26 21:48  dezperado

	* debugging the language core with the radioactive rabbit : IT
	  WORKS!

2009-03-25 22:09  dezperado

	* in a new image viewer info and a new test script.

2009-03-18 10:51  dezperado

	* in a new test for file browsing.

2009-03-18 00:24  dezperado

	* in a new small test. tried pork and oink. urgh!

2009-03-06 00:12  dezperado

	* debinizing fixes.

2009-02-27 20:54  dezperado

	* ups

2009-02-27 20:53  dezperado

	* debianizing

2009-02-26 21:23  dezperado

	* in some maintenance backup scripts.
	  in two new variables and a failing test.

2009-02-25 02:47  dezperado

	* debianizing fim through lintian.

2009-02-22 23:12  dezperado

	* fixed legacy fbi missing malloc checks

2009-02-22 22:56  dezperado

	* pentium4 optimization at configure time.

2009-02-22 21:40  dezperado

	* solved the FILE NONFILE prev loop bug.

2009-02-21 23:39  dezperado

	* fixes for pedantic and obscure ./configure setups compilation.
	  enriched the --dump-reference-help output with a variables
	  description..

2009-02-21 14:59  dezperado

	* typo

2009-02-21 14:56  dezperado

	* in a script to brute-check the ./configure script.
	  documented.
	  fied nonwindowed fim for compilation.

2009-02-21 01:15  dezperado

	* started working on the --dump-reference-help switch.
	  replaced popen with execlp calls when opening files (solves a fbi
	  vuln.).
	  fixed typos in macro names.
	  replaced stat calls with fseek.
	  fixed aa driver wrong textual console line width.
	  introduced a shell script for coordinated reference fim
	  screenshots.
	  restyled the fim web page.

2009-02-18 00:42  dezperado

	* pedantry

2009-02-18 00:14  dezperado

	* changelog mangling, fim website generation and update machinery.

2009-02-15 17:53  dezperado

	* A safing malloc and calloc's raid in FbiStuff*pp.

2009-02-15 16:56  dezperado

	* fixed some 64 bit related issues.
	  added multipage test documents.
	  new bug identified (unsolved).
	  solved a multipage browsing related bug.

2009-02-13 21:07  dezperado

	* massive replace of strings with preprocessor symbols for fim
	  language variables identifiers.
	  soon documentation for each variable will be declared along with
	  its symbol definition.

2009-02-13 20:16  dezperado

	* fixes

2009-02-13 00:52  dezperado

	* Cleaned up some fim vars access.
	  introduced fim_getenv, and constantized some dangerous char*
	  legacy pointers.
	  introduced the simple remote-build.sh script.
	  the non standard INSTALL file was replaced by the GNU INSTALL.

2009-01-21 12:38  dezperado

	* manhtml will not be absolutely necessary to build docs..

2009-01-14 14:39  dezperado

	* swapped PageDown and PageUp key codes for the framebuffer/console
	  driver.

2009-01-10 11:13  dezperado

	* Introduced vim-like language testing.
	  Renamed a bunch of preprocessor symbols.

2009-01-04 00:11  dezperado

	* A little smarter multipage document browsing.
	  Fixed rgb swap in pdf renderer.

2009-01-03 23:42  dezperado

	* Adapted the --binary option switch to let the user specify 1
	  pixel per bit binary file display.

2009-01-03 14:45  dezperado

	* Added the -b (--binary) option to view as a 24 bpp pixelmap any
	  input file.
	  Trimmed two extra _ in Browser.cpp.

2009-01-03 13:13  dezperado

	* images filenames failing prefetching wil be removed from the
	  image list now. the prefetch is autocommand-capable

2009-01-01 16:34  dezperado

	* introduced a hack to make work arrow keys in the sdl/readline
	  driver.
	  doc fixes.

2008-12-30 17:10  dezperado

	* docs update

2008-12-30 16:57  dezperado

	* inhibited stdin multipage document reading (for libraries
	  intrinsic inabilities to handle this, and the need of a
	  workaround).

2008-12-30 16:37  dezperado

	* fixes for cache behaviour and prefetching.

2008-12-30 01:47  dezperado

	* pushing code cleanup and fixes : trimmed out some troublesome
	  extern declarators (not all, though).

2008-12-28 16:58  dezperado

	* housekeeping, -pedantic fixes.

2008-12-27 15:01  dezperado

	* now, with --disable-framebuffer fim will work without framebuffer
	  support.

2008-12-27 00:07  dezperado

	* wiser way of rendering the console under SDL.
	  .fim_history mode will be set to 0600 on creation.

2008-12-25 18:10  dezperado

	* introduced next-page and prev-page commands, to view multipage
	  djvu, pdf, ps documents.

2008-12-25 15:30  dezperado

	* correctness fixes for the djvu, pdf, ps prototypal drivers.

2008-12-25 12:17  dezperado

	* Implemented a first form of PS file format support
	  (single-paged).

2008-12-24 18:23  dezperado

	* Implemented a first form of PDF file format support
	  (single-paged).

2008-12-24 12:04  dezperado

	* doc comments

2008-12-24 00:55  dezperado

	* forgot this stuff in the last commit..

2008-12-24 00:55  dezperado

	* Implemented a first form of Dejavu file format support
	  (single-paged).

2008-12-21 21:58  dezperado

	* ...bashism!

2008-12-21 21:39  dezperado

	* updated the crontab export-build-and-mail script

2008-12-21 18:13  dezperado

	* fixed the console echo problems.
	  implemented saving/loading of a ~/.fim_history file.

2008-12-21 17:02  dezperado

	* s/printf/FIM_FBI_PRINTF/g in ex fbi stuff.

2008-12-21 16:40  dezperado

	* no more need for g_fim_no_framebuffer global variable.

2008-12-21 15:43  dezperado

	* set up the console for the aa driver, too. sadly, there are
	  problems with aalib console under screen.

2008-12-21 13:40  dezperado

	* the console is capable of scrolling, now.

2008-12-21 11:10  dezperado

	* typos in SDLDevice.cpp. retouched the loop prevention stack
	  machinery. improved the fimrc.

2008-12-21 09:20  dezperado

	* switched to size_t where needed; wall and pedantic fixes;

2008-12-20 18:25  dezperado

	* workaround for a stdin file list reading bug (i did not understnd
	  why, sincerely).

2008-12-18 01:18  dezperado

	* Added the autocmd_trace_stack debug method; optimized the default
	  fimrc ; documented the system integration of fim.

2008-11-10 00:01  dezperado

	* Added the 'stdout' fim command.
	  Introduced a 'lazy' fimrc example configuration file.
	  Now the fimrc's are dist-archived, too.

2008-11-09 19:52  dezperado

	* cache is back into the game

2008-11-02 21:49  dezperado

	* autocmd_del command in.

2008-10-19 12:58  dezperado

	* Added the scripts/rc/ directory to store fim configuration file
	  to emulate other image viewers.
	  Renamed First and Last key names to End and Home.

2008-10-19 09:54  dezperado

	* console fixup for aa

2008-10-19 09:38  dezperado

	* Console and display devices code reorganization.
	  Some more sdl bpp independence.
	  CXXFLAGS is part of --version output now.

2008-10-19 07:42  dezperado

	* Corrected the behaviour of SDLDevice::catchInteractiveCommand()
	  (caused pipe overflow before).

2008-10-19 07:38  dezperado

	* Some adjustments of device selection and initialization code.

2008-10-18 15:11  dezperado

	* The debug console was convinced to work, too. With a dirty hack
	  in fim.cpp.
	  It's time for a cleanup of output device
	  probing/selection/initialization code.

2008-10-18 13:49  dezperado

	* fixed a missing mandatory return value in an inherited function,
	  causing randomly neverending loops.

2008-10-18 13:36  dezperado

	* SDL : support for arrows and control key, and some dirty hacks
	  with the readline keymaps in order to support meta (alt)
	  bindings.

2008-10-12 23:24  dezperado

	* readline integration with the SDL driver

2008-10-12 21:05  dezperado

	* The Linux consolefont is rendered under the SDL driver too, now.

2008-10-12 17:50  dezperado

	* FontServer::fs_render_fb -> FramebufferDevice::fs_render_fb

2008-10-12 17:37  dezperado

	* Fixed a x+screen null pointer, swapped r and b in sdl code.

2008-10-05 20:00  dezperado

	* Worked further on the SDL support, added the -o (--output-device)
	  program switch to select the output device among the supported
	  ones.
	  Updated the man page accordingly.

2008-10-04 19:26  dezperado

	* Small doc updates with mention about the pv picture viewer.

2008-10-04 17:27  dezperado

	* A primordial and incomplete SDL (X) support is in now.

2008-09-30 13:58  dezperado

	* updated some doc with the trunk info

2008-09-30 13:53  dezperado

	* created a 'trunk' directory, after all.

