Changeset 145

Show
Ignore:
Timestamp:
08/03/08 12:24:30 (4 months ago)
Author:
dezperado
Message:

Reverting back, removing the fb_setmode check, as it is troublesome.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r143 r145  
     12008-08-02 12:07  dezperado 
     2 
     3        * : A little stricter framebuffer mode setting checking and some 
     4          more documentation on the matter. 
     5 
     62008-08-01 18:04  dezperado 
     7 
     8        * : Removed some redundant ppm related code which seemed dead in 
     9          FbiStuff.cpp. 
     10          Fixed warnings here and there. 
     11 
    1122008-08-01 17:38  dezperado 
    213 
    3         * /INSTALL, /TODO, /src/CommandConsole.cpp, /src/FbiStuffLoader.h, 
    4           /src/FontServer.cpp, /src/FontServer.h, 
    5           /src/FramebufferDevice.cpp, /src/FramebufferDevice.h, 
    6           /src/Image.cpp, /src/Viewport.cpp, /src/fim.cpp: Some Debian 
    7           gcc-4.3.1 -Wall compilation issues solved. 
     14        * : Some Debian gcc-4.3.1 -Wall compilation issues solved. 
    815          Accessor functions introduced for some FramebufferDevice 
    916          variables. 
     
    11182008-08-01 16:45  dezperado 
    1219 
    13         * /ChangeLog, /README, /TODO, /config.h.in, /configure.ac, 
    14           /src/FbiStuff.cpp, /src/fim.h, /src/readline.cpp: Fixed a bug in 
    15           src/FbiStuff.cpp : NULL pipe reads would cause tmpfile unlinking 
    16           or file loader setup. 
     20        * : Fixed a bug in src/FbiStuff.cpp : NULL pipe reads would cause 
     21          tmpfile unlinking or file loader setup. 
    1722 
    18232008-07-12 08:35  dezperado 
    1924 
    20         * /ChangeLog, /TODO, /config.h.in, /configure.ac, 
    21           /src/AADevice.cpp, /src/AADevice.h, /src/FbiStuff.cpp, 
    22           /src/FontServer.cpp, /src/FontServer.h, /src/fim.cpp, /src/fimgs, 
    23           /src/readline.cpp: Some work and thoughts on the designated 
    24           initializers problems: a C99 
     25        * : Some work and thoughts on the designated initializers problems: 
     26          a C99 
    2527          feature which is not supported by C++. 
    2628          Fixed missing ifdefs on FIM_READLINE_H. 
     
    28302008-05-10 21:09  dezperado 
    2931 
    30         * /ChangeLog, /TODO, /src/CommandConsole.cpp: now the input command 
    31           line string will displayed for whole even if longer than the 
    32           screen width. fixed a bug in the same code. 
     32        * : now the input command line string will displayed for whole even 
     33          if longer than the screen width. fixed a bug in the same code. 
    3334 
    34352008-05-08 18:34  dezperado 
    3536 
    36         * /ChangeLog, /TODO, /src/CommandConsole.cpp, 
    37           /src/FbiStuffLoader.cpp: fim-0.3-alpha introduced a problem with 
    38           the prompt display (it missed). 
     37        * : fim-0.3-alpha introduced a problem with the prompt display (it 
     38          missed). 
    3939          fixed his and corrected the status line printing code. 
    4040 
    41412008-05-07 14:15  dezperado 
    4242 
    43         * /VERSION, /src/AADevice.cpp, /src/DebugConsole.cpp, 
    44           /src/FbiStuff.cpp, /src/FbiStuffTiff.cpp, /src/FontServer.cpp, 
    45           /src/FontServer.h, /src/FramebufferDevice.cpp, /src/Image.cpp, 
    46           /src/Window.cpp, /src/common.cpp, /src/interpreter.cpp, 
    47           /src/lex.h, /src/readline.cpp, /src/string.cpp: Various fixes to 
    48           contrast -Wall warning messages. Remains a bogus warning on 
    49           FontServer.h. 
     43        * : Various fixes to contrast -Wall warning messages. Remains a 
     44          bogus warning on FontServer.h. 
    5045          Tested with -pedantic flags too, and the following are the files 
    5146          which won't compile: 
     
    58532008-05-06 20:42  dezperado 
    5954 
    60         * /ChangeLog: This version will be released as fim-0.3-alpha. 
     55        * : This version will be released as fim-0.3-alpha. 
    6156 
    62572008-05-06 20:41  dezperado 
    6358 
    64         * /ChangeLog, /Makefile.am, /src/AADevice.h, /src/Browser.h, 
    65           /src/Command.h, /src/CommandConsole.cpp, /src/DebugConsole.cpp, 
    66           /src/FbiStuffLoader.h, /src/FramebufferDevice.cpp, 
    67           /src/Image.cpp, /src/Var.h, /src/Viewport.cpp, /src/readline.h: 
    68           Some -Wall and -pedantic oriented corrections, but much more is 
     59        * : Some -Wall and -pedantic oriented corrections, but much more is 
    6960          needed to adapt fbi's C code to correct C++. 
    7061          Fixed the signed-dist rules in Makefile.am. 
     
    72632008-05-06 08:51  dezperado 
    7364 
    74         * /ChangeLog, /NEWS, /TODO, /config.h.in, /configure.ac, 
    75           /src/AADevice.cpp, /src/CommandConsole.cpp, 
    76           /src/CommandConsole.h, /src/DebugConsole.cpp, /src/Makefile.am, 
    77           /src/readline.cpp, /src/yacc.ypp: Fixed some 64 bit compilation 
    78           issues, though tested only in -t mode with no aalib. 
     65        * : Fixed some 64 bit compilation issues, though tested only in -t 
     66          mode with no aalib. 
    7967          Added --disable-readline (FIM_USE_READLINE symbol). 
    8068          Added 64 bit checks and some fixes (although not all probably). 
     
    86742008-05-05 07:34  dezperado 
    8775 
    88         * /BUGS, /ChangeLog, /NEWS, /TODO, /config.h.in, /configure.ac, 
    89           /doc/FIM.TXT, /doc/fim.man, /scripts/benchmark.sh, 
    90           /src/AADevice.cpp, /src/AADevice.h, /src/CACADevice.cpp, 
    91           /src/CACADevice.h, /src/CommandConsole.cpp, 
    92           /src/CommandConsole.h, /src/DisplayDevice.h, 
    93           /src/DummyDisplayDevice.h, /src/FramebufferDevice.cpp, 
    94           /src/FramebufferDevice.h, /src/Image.cpp, /src/Makefile.am, 
    95           /src/Viewport.cpp, /src/Viewport.h, /src/fim.cpp, /src/fim.h, 
    96           /src/fimrc, /src/readline.cpp: Completed the aalib support. 
     76        * : Completed the aalib support. 
    9777          Started working on a libcaca (Coloured Ascii Art) driver 
    9878          Implemented a DummyDisplayDevice class. 
     
    102822008-05-03 16:18  dezperado 
    10383 
    104         * /ChangeLog, /NEWS, /TODO, /config.h.in, /configure.ac, 
    105           /doc/FIM.TXT, /doc/fim.man, /scripts/tests/sanity.fim, 
    106           /src/Browser.cpp, /src/CommandConsole.cpp, /src/CommandConsole.h, 
    107           /src/DebugConsole.h, /src/FbiStuff.cpp, /src/Makefile.am, 
    108           /src/Var.h, /src/common.cpp, /src/fim.cpp, /src/fimrc, 
    109           /src/interpreter.cpp, /src/lex.lex, /src/string.cpp, 
    110           /src/yacc.ypp: Fixed the negation '!' operator behaviour and 
    111           added tests to sanity.fim. 
     84        * : Fixed the negation '!' operator behaviour and added tests to 
     85          sanity.fim. 
    11286          Implemented a regular expressions matching operator '=~'. 
    11387          Now unquoted strings can be passed as arguments to fim commands, 
     
    1281022008-04-30 14:59  dezperado 
    129103 
    130         * /ChangeLog, /Makefile.am, /NEWS, /TODO, /config.h.in, 
    131           /configure.ac, /src/AADevice.cpp, /src/AADevice.h, 
    132           /src/CommandConsole.cpp, /src/CommandConsole.h, 
    133           /src/DebugConsole.h, /src/DisplayDevice.h, /src/FbiStuff.cpp, 
    134           /src/FbiStuffFbtools.cpp, /src/FramebufferDevice.cpp, 
    135           /src/FramebufferDevice.h, /src/Image.h, /src/Makefile.am, 
    136           /src/Viewport.cpp, /src/fim.cpp, /src/fim.h, /src/fim_stream.cpp: 
    137           Implemented the prodrome of the forthcoming custom output 
     104        * : Implemented the prodrome of the forthcoming custom output 
    138105          devices: AADevice, a driver for aalib (ascii art) based output. 
    139106 
    1401072008-04-15 16:58  dezperado 
    141108 
    142         * /ChangeLog, /TODO, /configure.ac, /scripts/maintenance, 
    143           /scripts/maintenance/cron-build.sh.in, /src/Browser.h, 
    144           /src/Command.h, /src/CommandConsole.h, /src/DebugConsole.cpp, 
    145           /src/DebugConsole.h, /src/Image.cpp, /src/Image.h, 
    146           /src/Namespace.h, /src/Var.h, /src/Viewport.cpp, /src/Viewport.h, 
    147           /src/Window.cpp, /src/Window.h, /src/common.cpp, /src/fim.cpp, 
    148           /src/string.h: Small changes to make the -Weffc++ less dreadful. 
     109        * : Small changes to make the -Weffc++ less dreadful. 
    149110          Introduced the (unfinished) cron-build.sh.in, to be run on remote 
    150111          hosts willing to test fim building. 
     
    1521132008-04-14 18:48  dezperado 
    153114 
    154         * /ChangeLog, /NEWS, /TODO, /src/FbiStuff.cpp, 
    155           /src/FramebufferDevice.cpp, /src/FramebufferDevice.h, /src/fim.h: 
    156           Big optimizations and speedup in magnifying pictures through loop 
    157           unrollings, and a 20% improvement in dithering handling, in 
     115        * : Big optimizations and speedup in magnifying pictures through 
     116          loop unrollings, and a 20% improvement in dithering handling, in 
    158117          convert_line(). 
    159118 
    1601192008-04-11 19:56  dezperado 
    161120 
    162         * /ChangeLog, /src/FbiStuff.cpp, /src/fim.h: Unrolled the 
    163           magnifying loop in op_resize_work : now we magnify 50% and more 
    164           faster. 
     121        * : Unrolled the magnifying loop in op_resize_work : now we magnify 
     122          50% and more faster. 
    165123 
    1661242008-04-08 14:20  dezperado 
    167125 
    168         * /README, /configure.ac, /doc/FIM.TXT, /scripts/utilities, 
    169           /scripts/utilities/fimscan.sh, /src/CommandConsole.cpp, 
    170           /src/FramebufferDevice.cpp, /src/common.cpp, /src/common.h, 
    171           /src/fim.cpp, /src/fimrc: Adapted the code to tun on a gentoo 
    172           Linux powerpc machine. 
     126        * : Adapted the code to tun on a gentoo Linux powerpc machine. 
    173127          Fixed a bug using getopt_long causing segmentation fault there in 
    174128          fim.cpp. 
     
    1791332008-03-25 18:08  dezperado 
    180134 
    181         * /BUGS, /Makefile.am, /NEWS, /TODO, /config.h.in, /configure.ac, 
    182           /distros/gentoo/media-gfx/fim/fim-0.3-alpha.ebuild, 
    183           /scripts/Makefile.am, /scripts/tests/maxlenscript.fim, 
    184           /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    185           /src/FbiStuff.cpp, /src/Image.h, /src/Viewport.cpp, 
    186           /src/Viewport.h, /src/Window.cpp, /src/Window.h, /src/fim.h: Some 
    187           less extern references. 
     135        * : Some less extern references. 
    188136          Improved a little the image magnification code: better for big 
    189137          magnifications. 
     
    1911392008-03-22 16:04  dezperado 
    192140 
    193         * /ChangeLog, /NEWS, /TODO, /config.h.in, /configure.ac, 
    194           /doc/fim.man, /src/Browser.cpp, /src/Browser.h, 
    195           /src/FbiStuff.cpp, /src/FbiStuff.h, /src/Image.cpp, /src/Image.h, 
    196           /src/common.cpp, /src/common.h, /src/fim.cpp: Implemented the -i 
    197           option to read an image file via standard input. 
     141        * : Implemented the -i option to read an image file via standard 
     142          input. 
    198143          Implemented the -p option to read a fim script via standard 
    199144          input. 
     
    2071522008-03-17 15:36  dezperado 
    208153 
    209         * /BUGS, /TODO, /configure.ac, /src/CommandConsole.h, 
    210           /src/DebugConsole.cpp, /src/DebugConsole.h, 
    211           /src/FramebufferDevice.cpp, /src/Namespace.cpp, 
    212           /src/Viewport.cpp, /src/common.cpp, /src/fim.h, /src/fimrc: 
    213           Enhanced the new textual console. 
     154        * : Enhanced the new textual console. 
    214155          Fixed compilation problems under missing FIM_WINDOWS. 
    215156          Fixed a bug in trec() in common.cpp. 
     
    2201612008-03-13 18:07  dezperado 
    221162 
    222         * /ChangeLog, /Makefile.am, /TODO, /VERSION, /config.h.in, 
    223           /configure.ac, /doc/FIM.TXT, /media/sample.svg, 
    224           /scripts/tests/sanity.fim, /src/CommandConsole.cpp, 
    225           /src/CommandConsole.h, /src/DebugConsole.cpp, 
    226           /src/DebugConsole.h, /src/FramebufferDevice.cpp, 
    227           /src/FramebufferDevice.h, /src/Makefile.am, /src/Var.h, 
    228           /src/common.cpp, /src/common.h, /src/fim.h, /src/interpreter.cpp, 
    229           /src/lex.h, /src/lex.lex, /src/string.cpp, /src/string.h, 
    230           /src/yacc.ypp: A new debug (textual) console is under building. 
     163        * : A new debug (textual) console is under building. 
    231164          This one will bring scroll functionalities and much more. 
    232165 
    2331662008-02-20 17:50  dezperado 
    234167 
    235         * /BUGS, /ChangeLog, /Makefile.am, /NEWS, /README, /TODO, /VERSION, 
    236           /scripts/tests/sanity.fim, /src/CommandConsole.cpp, 
    237           /src/CommandConsole.h, /src/Var.h, /src/interpreter.cpp, 
    238           /src/yacc.ypp: This is a release candidate for 0.2. 
     168        * : This is a release candidate for 0.2. 
    239169          Minimal language def changes. The substantial ones will come in a 
    240170          future release. 
     
    2441742008-02-19 18:11  dezperado 
    245175 
    246         * /ChangeLog, /src/yacc.ypp: Broke down a little more and commented 
    247           the language grammar. 
     176        * : Broke down a little more and commented the language grammar. 
    248177 
    2491782008-02-19 17:13  dezperado 
    250179 
    251         * /ChangeLog, /scripts/tests/sanity.fim, /src/Var.h, 
    252           /src/interpreter.cpp, /src/lex.lex, /src/yacc.ypp: Worked on 
    253           cleaning up the parser. 
     180        * : Worked on cleaning up the parser. 
    254181          Fixed a little mixed type operators (float - integer - int). 
    255182          Marked conflicting parser rules. 
     
    2571842008-02-18 15:23  dezperado 
    258185 
    259         * /Makefile.am, /NEWS, /README, /TODO, /config.h.in, /configure.ac, 
    260           /doc/FIM.TXT, /doc/fim.man, /doc/fimgs.man, /scripts/tests, 
    261           /scripts/tests/sanity.fim, /src/Browser.cpp, /src/Browser.h, 
    262           /src/Cache.cpp, /src/CommandConsole.cpp, /src/CommandConsole.h, 
    263           /src/FbiStuff.cpp, /src/FramebufferDevice.cpp, 
    264           /src/FramebufferDevice.h, /src/Image.cpp, /src/Makefile.am, 
    265           /src/Namespace.cpp, /src/Var.cpp, /src/Var.h, /src/common.cpp, 
    266           /src/common.h, /src/fim.cpp, /src/fimrc, /src/interpreter.cpp, 
    267           /src/lex.lex, /src/readline.cpp, /src/string.cpp, /src/string.h, 
    268           /src/yacc.ypp: Updated string and float representations and 
    269           operators. 
     186        * : Updated string and float representations and operators. 
    270187          Removed some parser conflicts. 
    271188          Octal and hexadecimal integer constant representation now 
     
    2912082008-02-14 15:58  dezperado 
    292209 
    293         * /ChangeLog, /INSTALL, /NEWS, /config.h.in, /configure.ac, 
    294           /doc/FIM.TXT, /doc/Makefile.am, /doc/fim.man, 
    295           /src/CommandConsole.cpp, /src/fim.cpp, /src/fimrc, 
    296           /src/string.cpp, /src/string.h: Added and documented a 
    297           functionality for numerically specifying the iteration of a 
    298           command, in interactive mode. 
     210        * : Added and documented a functionality for numerically specifying 
     211          the iteration of a command, in interactive mode. 
    299212          Documented the external converting programs compatibility. 
    300213          Set the ChangeLog as the subversion log. 
     
    3022152008-02-03 18:46  dezperado 
    303216 
    304         * /README, /TODO, /config.h.in, /configure.ac, /src/Browser.cpp, 
    305           /src/Browser.h, /src/CommandConsole.cpp, /src/CommandConsole.h, 
    306           /src/FbiStuff.cpp, /src/FbiStuffPng.cpp, /src/Namespace.cpp, 
    307           /src/Namespace.h, /src/Var.h, /src/fim.cpp, /src/readline.cpp: 
    308           Added const specifiers to many methods in many classes, and 
     217        * : Added const specifiers to many methods in many classes, and 
    309218          adopted more typedefs. 
    310219          Added (non native) support to : dia files, xfig files, gimp (xcf) 
     
    3142232008-02-02 13:39  dezperado 
    315224 
    316         * /TODO, /autogen.sh, /config.h.in, /configure.ac, 
    317           /src/Browser.cpp, /src/Cache.cpp, /src/Cache.h, 
    318           /src/CommandConsole.cpp, /src/CommandConsole.h, 
    319           /src/FbiStuff.cpp, /src/FbiStuff.h, /src/FbiStuffBmp.cpp, 
    320           /src/FbiStuffFbtools.h, /src/FbiStuffList.h, 
    321           /src/FbiStuffLoader.h, /src/FontServer.cpp, /src/FontServer.h, 
    322           /src/FramebufferDevice.cpp, /src/FramebufferDevice.h, 
    323           /src/Image.cpp, /src/Image.h, /src/Makefile.am, 
    324           /src/Namespace.cpp, /src/Namespace.h, /src/Viewport.cpp, 
    325           /src/Viewport.h, /src/Window.cpp, /src/Window.h, /src/extern.h, 
    326           /src/fim.cpp, /src/fim.h, /src/fim_stream.cpp, /src/readline.cpp, 
    327           /src/readline.h: Reduced further the impact of global variables, 
    328           encapsulating more functions in the right classes. 
     225        * : Reduced further the impact of global variables, encapsulating 
     226          more functions in the right classes. 
    329227          Namespace::GetIntVariable is now const. 
    330228          The make process doesn't show defined symbols, as these are 
     
    3342322008-01-31 16:39  dezperado 
    335233 
    336         * /src/Arg.cpp, /src/Arg.h, /src/Browser.cpp, /src/Browser.h, 
    337           /src/Command.cpp, /src/Command.h, /src/CommandConsole.cpp, 
    338           /src/CommandConsole.h, /src/FbiStuff.cpp, /src/FbiStuff.h, 
    339           /src/FbiStuffBmp.cpp, /src/FbiStuffFbtools.h, 
    340           /src/FbiStuffGif.cpp, /src/FbiStuffJpeg.cpp, 
    341           /src/FbiStuffPng.cpp, /src/FbiStuffTiff.cpp, 
    342           /src/FramebufferDevice.cpp, /src/FramebufferDevice.h, 
    343           /src/Image.cpp, /src/Image.h, /src/Makefile.am, /src/Var.cpp, 
    344           /src/Var.h, /src/Viewport.cpp, /src/Viewport.h, /src/common.cpp, 
    345           /src/common.h, /src/defaultConfiguration.cpp, /src/extern.h, 
    346           /src/fim.cpp, /src/fim.h, /src/fim_stream.h, 
    347           /src/interpreter.cpp, /src/lex.h, /src/readline.cpp, 
    348           /src/readline.h, /src/string.cpp, /src/string.h: Moved readline 
    349           related stuff to readline.cpp. 
     234        * : Moved readline related stuff to readline.cpp. 
    350235          Packing the most into the fim namespace. 
    351236          Introduced a FimInstance class. 
     
    3552402008-01-27 13:35  dezperado 
    356241 
    357         * /BUGS, /TODO, /config.h.in, /configure.ac, 
    358           /src/CommandConsole.cpp, /src/FbiStuff.cpp, /src/FbiStuff.h, 
    359           /src/FbiStuffBmp.cpp, /src/FbiStuffFbtools.cpp, 
    360           /src/FbiStuffFbtools.h, /src/FbiStuffGif.cpp, 
    361           /src/FbiStuffJpeg.cpp, /src/FbiStuffList.h, 
    362           /src/FbiStuffLoader.cpp, /src/FbiStuffLoader.h, 
    363           /src/FbiStuffPng.cpp, /src/FbiStuffPpm.cpp, 
    364           /src/FbiStuffTiff.cpp, /src/FontServer.cpp, /src/FontServer.h, 
    365           /src/FramebufferDevice.cpp, /src/FramebufferDevice.h, 
    366           /src/Image.cpp, /src/Makefile.am, /src/Viewport.cpp, 
    367           /src/Window.cpp, /src/common.h, /src/extern.h, /src/fbi_src, 
    368           /src/fim.cpp, /src/fim.h: Massive code removal : the adapted fbi 
    369           code now is 'master'. 
     242        * : Massive code removal : the adapted fbi code now is 'master'. 
    370243          So, the FIM_NO_FBI macro was removed, too. 
    371244          Now fim works by default under screen (with some problems, of 
     
    3752482008-01-26 16:46  dezperado 
    376249 
    377         * /BUGS, /README, /TODO, /configure.ac, /doc/FIM.TXT, 
    378           /src/Browser.cpp, /src/Browser.h, /src/Cache.cpp, 
    379           /src/CommandConsole.cpp, /src/CommandConsole.h, 
    380           /src/FbiStuff.cpp, /src/FbiStuff.h, /src/FbiStuffBmp.cpp, 
    381           /src/FbiStuffFbtools.cpp, /src/FbiStuffFbtools.h, 
    382           /src/FbiStuffGif.cpp, /src/FbiStuffJpeg.cpp, /src/FbiStuffList.h, 
    383           /src/FbiStuffLoader.cpp, /src/FbiStuffLoader.h, 
    384           /src/FbiStuffPng.cpp, /src/FbiStuffPpm.cpp, 
    385           /src/FbiStuffTiff.cpp, /src/FontServer.cpp, /src/FontServer.h, 
    386           /src/FramebufferDevice.cpp, /src/FramebufferDevice.h, 
    387           /src/Image.cpp, /src/Image.h, /src/Makefile.am, 
    388           /src/Viewport.cpp, /src/Window.cpp, /src/common.cpp, 
    389           /src/common.h, /src/extern.h, /src/fbi_src/bmp.c, 
    390           /src/fbi_src/dither.c, /src/fbi_src/dither.h, 
    391           /src/fbi_src/fb-gui.c, /src/fbi_src/fb-gui.h, /src/fbi_src/fbi.c, 
    392           /src/fbi_src/fbtools.c, /src/fbi_src/fbtools.h, 
    393           /src/fbi_src/filter.c, /src/fbi_src/filter.h, /src/fbi_src/fs.c, 
    394           /src/fbi_src/fs.h, /src/fbi_src/gif.c, /src/fbi_src/jpeg.c, 
    395           /src/fbi_src/lirc.h, /src/fbi_src/loader.c, 
    396           /src/fbi_src/loader.h, /src/fbi_src/op.c, /src/fbi_src/op.h, 
    397           /src/fbi_src/png.c, /src/fbi_src/ppm.c, /src/fbi_src/tiff.c, 
    398           /src/fim.cpp, /src/fim.h, /src/interpreter.cpp: Massive code 
    399           adaption : (nearly) original fbi code in the src/fbi_src/ 
    400           directory was adapted to C++ and moved in .cpp files in the src/ 
    401           directory. 
     250        * : Massive code adaption : (nearly) original fbi code in the 
     251          src/fbi_src/ directory was adapted to C++ and moved in .cpp files 
     252          in the src/ directory. 
    402253          In this way, further code evolution should proceed more smoothly, 
    403254          as some class for framebuffer stuff and such will be created. 
     
    4132642008-01-03 20:03  dezperado 
    414265 
    415         * /Makefile.am, /README, /TODO, /doc/FIM.TXT, /src/Browser.cpp, 
    416           /src/Browser.h, /src/CommandConsole.cpp, /src/Image.cpp, 
    417           /src/Image.h, /src/Viewport.cpp, /src/fim.cpp, /src/fim.h, 
    418           /src/fimrc: Flip and mirror variables and mechanisms are now 
    419           documented and stabile. 
     266        * : Flip and mirror variables and mechanisms are now documented and 
     267          stabile. 
    420268          Cleaned up Image by removing some variables in favor of script 
    421269          variables. 
     
    4282762008-01-02 18:33  dezperado 
    429277 
    430         * /README, /TODO, /config.h.in, /configure.ac, 
    431           /distros/fim-0.1_alpha.ebuild, /doc/FIM.TXT, /doc/fim.man, 
    432           /src/fbi_src/fb-gui.c, /src/fim.cpp, /src/fim.h: Introduced and 
    433           documented Fbi environment variables for gamma, font and 
    434           framebuffer device handling. 
     278        * : Introduced and documented Fbi environment variables for gamma, 
     279          font and framebuffer device handling. 
    435280          Enriched a little configure.ac. 
    436281          Started tokenizing Fim language variable names in fim.h. 
     
    4382832007-11-28 22:47  dezperado 
    439284 
    440         * /BUGS, /VERSION, 
    441           /distros/gentoo/media-gfx/fim/fim-0.2-alpha.ebuild, 
    442           /distros/gentoo/media-gfx/fim/fim-0.2.ebuild: This is 
    443           fim-0.2-alpha. 
     285        * : This is fim-0.2-alpha. 
    444286 
    4452872007-11-27 21:26  dezperado 
    446288 
    447         * /BUGS, /INSTALL, /TODO, /doc/FIM.TXT, /doc/Makefile.am, 
    448           /doc/fimgs.man, /src/Browser.cpp, /src/Browser.h, /src/extern.h, 
    449           /src/fim.cpp, /src/fimgs: Mainly a future revisions proposal 
    450           release: comments, ideas, thoughts on flaws. 
     289        * : Mainly a future revisions proposal release: comments, ideas, 
     290          thoughts on flaws. 
    451291 
    4522922007-10-16 22:30  dezperado 
    453293 
    454         * /BUGS, /VERSION, /doc/FIM.TXT, /src/CommandConsole.cpp, 
    455           /src/CommandConsole.h, /src/fimgs, /src/fimrc, /src/yacc.ypp: 
    456           Added the 'set' command, not yet fully Vim compliant. 
     294        * : Added the 'set' command, not yet fully Vim compliant. 
    457295          Introduced the 'pwd' variable. 
    458296          Introduced the 'ignorecase' variable. 
     
    4602982007-10-10 16:07  dezperado 
    461299 
    462         * /doc/FIM.TXT, /src/Image.cpp, /src/Image.h, /src/Window.cpp, 
    463           /src/Window.h, /src/fimrc: Window resizing is back into the game. 
     300        * : Window resizing is back into the game. 
    464301 
    4653022007-10-10 13:37  dezperado 
    466303 
    467         * /BUGS, /README, /src/Browser.cpp, /src/Browser.h, /src/Cache.cpp, 
    468           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Image.cpp, 
    469           /src/Makefile.am, /src/Namespace.cpp, /src/Namespace.h, 
    470           /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    471           /src/Window.h, /src/fim.cpp: The terrible bugs haunting Fim were 
    472           just bad programming practice : 
     304        * : The terrible bugs haunting Fim were just bad programming 
     305          practice : 
    473306          memcpy(this,... in a constructor ! 
    474307          Cache seems sane, but still should be validated thoroughly. 
     
    4773102007-10-10 00:10  dezperado 
    478311 
    479         * /src/Cache.cpp, /src/Makefile.am: Right now the cache is again 
    480           disabled, and again there are bad bugs. 
     312        * : Right now the cache is again disabled, and again there are bad 
     313          bugs. 
    481314          I trigger them with such simple statements as 
    482315          '4next;split;7next'. 
     
    4843172007-10-09 21:12  dezperado 
    485318 
    486         * /BUGS, /README, /doc/FIM.TXT, /src/Browser.cpp, /src/Browser.h, 
    487           /src/Cache.cpp, /src/Cache.h, /src/CommandConsole.cpp, 
    488           /src/CommandConsole.h, /src/Makefile.am, /src/Namespace.cpp, 
    489           /src/Window.cpp, /src/Window.h, /src/fim.cpp, /src/fimrc: 
    490           Debugging. There was a big memory leak in the chache mechanism. 
     319        * : Debugging. There was a big memory leak in the chache mechanism. 
    491320          Still to refine. 
    492321          Implemented new documentation (and fim.cpp) suggestions from iam. 
     
    4943232007-10-09 14:55  dezperado 
    495324 
    496         * /AUTHORS, /doc/FIM.TXT: AUTHORS notice update and helpful 
    497           documentation corrections by iam. 
     325        * : AUTHORS notice update and helpful documentation corrections by 
     326          iam. 
    498327 
    4993282007-10-06 12:33  dezperado 
    500329 
    501         * /BUGS, /TODO, /doc/FIM.TXT, /src/Browser.h, 
    502           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Image.cpp, 
    503           /src/Image.h, /src/Makefile.am, /src/Namespace.cpp, 
    504           /src/Namespace.h, /src/Viewport.cpp, /src/Viewport.h, 
    505           /src/Window.h, /src/fim.h, /src/fimrc, /src/lex.lex: Introduced 
    506           namespaces for variables: {b,i,g,v,w}. 
     330        * : Introduced namespaces for variables: {b,i,g,v,w}. 
    507331          The coherence, policy, and mechanisms to react to variable 
    508332          changes 
     
    5133372007-10-05 22:04  dezperado 
    514338 
    515         * /BUGS, /TODO, /doc/FIM.TXT, /doc/fim.man, 
    516           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Image.h, 
    517           /src/Makefile.am, /src/Window.cpp, /src/Window.h, /src/fim.cpp, 
    518           /src/yacc.ypp: Added the --etc-fimrc option. 
     339        * : Added the --etc-fimrc option. 
    519340          Updated a little the BUGS and TODO files. 
    520341          Began thinking about namespaces stuff. 
     
    5233442007-09-26 21:18  dezperado 
    524345 
    525         * /BUGS, /TODO, /doc/FIM.TXT, /doc/fim.man, /src/Browser.cpp, 
    526           /src/Browser.h, /src/Cache.cpp, /src/CommandConsole.cpp, 
    527           /src/CommandConsole.h, /src/Image.cpp, /src/Makefile.am, 
    528           /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    529           /src/Window.h, /src/fbi_src/dither.c, /src/fbi_src/fbi.c, 
    530           /src/fim.cpp, /src/fimgs, /src/fimgs.sh, /src/fimrc, 
    531           /src/interpreter.cpp, /src/lex.lex, /src/yacc.ypp: Fixed image 
    532           rotation and flipping related bugs. 
     346        * : Fixed image rotation and flipping related bugs. 
    533347          Fimgs script was found invalid on a bash configuration. Now the 
    534348          script should be more general. 
     
    5443582007-09-21 18:50  dezperado 
    545359 
    546         * /src/Browser.cpp, /src/Browser.h, /src/Cache.cpp, /src/Cache.h, 
    547           /src/CommandConsole.cpp, /src/Image.cpp, /src/Image.h, 
    548           /src/fimrc, /src/interpreter.cpp: Fixed a subtle bug in Cache. 
     360        * : Fixed a subtle bug in Cache. 
    549361          Fixed the broken random hook, and rotation. 
    550362 
    5513632007-09-21 13:24  dezperado 
    552364 
    553         * /BUGS, /doc/FIM.TXT, /src/Browser.cpp, /src/Browser.h, 
    554           /src/Image.cpp, /src/Window.cpp: Variable update fixes. 
     365        * : Variable update fixes. 
    555366 
    5563672007-09-21 12:24  dezperado 
    557368 
    558         * /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    559           /src/Window.h, /src/fimrc: Now upon splitting windows, the image 
    560           is redrawn immediately. 
     369        * : Now upon splitting windows, the image is redrawn immediately. 
    561370          The split also occurs in a cool fashion. 
    562371 
    5633722007-09-21 11:48  dezperado 
    564373 
    565         * /BUGS, /TODO, /doc/FIM.TXT, /doc/fim.man, 
    566           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Makefile.am, 
    567           /src/Window.cpp, /src/Window.h, /src/fim.cpp, /src/fimrc: Added 
    568           function to dump on stdout the default hardcoded config. 
     374        * : Added function to dump on stdout the default hardcoded config. 
    569375          Updated the man page and FIM.TXT with window usage info. 
    570376 
    5713772007-09-20 21:10  dezperado 
    572378 
    573         * /BUGS, /src/Cache.h, /src/CommandConsole.cpp, 
    574           /src/CommandConsole.h, /src/Viewport.h: Comments und 
    575           delikatessen. 
     379        * : Comments und delikatessen. 
    576380 
    5773812007-09-20 20:09  dezperado 
    578382 
    579         * /INSTALL, /TODO, /doc/FIM.TXT, /src/Browser.cpp, /src/Browser.h, 
    580           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Image.cpp, 
    581           /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    582           /src/Window.h, /src/fim.cpp, /src/fimrc: Now the hardcoded 
    583           configuration is executed before any command, and the fimrc after 
    584           it. 
     383        * : Now the hardcoded configuration is executed before any command, 
     384          and the fimrc after it. 
    585385          Commented a lot Image.cpp. 
    586386          Added some const functions and removed the 'nofb' redundant flag 
     
    5913912007-09-20 16:59  dezperado 
    592392 
    593         * /BUGS, /README, /TODO, /doc/FIM.TXT: Added a comparative table in 
    594           the README file. 
     393        * : Added a comparative table in the README file. 
    595394          Added notes to the BUGS and TODO files, too. 
    596395 
    5973962007-09-20 15:36  dezperado 
    598397 
    599         * /BUGS, /TODO, /src/Browser.cpp, /src/Cache.cpp, 
    600           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Image.cpp, 
    601           /src/Viewport.cpp, /src/Window.cpp, /src/Window.h, /src/fim.cpp, 
    602           /src/fim.h, /src/fim_stream.cpp, /src/fim_stream.h, 
    603           /src/interpreter.cpp, /src/string.cpp, /src/string.h: Started 
    604           using exceptions: CommandConsole::quit() is private now. 
     398        * : Started using exceptions: CommandConsole::quit() is private 
     399          now. 
    605400          Cleaned out comments in string implementation. 
    606401          Cleaned out Window methods, with fancy ASCII art and exceptions. 
     
    6114062007-09-19 11:59  dezperado 
    612407 
    613         * /src/Browser.cpp, /src/Cache.cpp, /src/CommandConsole.cpp: Cache 
    614           is back in game, too. It seems bugless. 
     408        * : Cache is back in game, too. It seems bugless. 
    615409 
    6164102007-09-19 11:05  dezperado 
    617411 
    618         * /TODO, /src/Image.cpp, /src/Image.h, /src/Viewport.cpp, 
    619           /src/fim.cpp: Fixed the 'rescale bug' : it was a 
    620           Viewport::display() bug : bad alignment values (left,top,..) for 
    621           big new images. 
     412        * : Fixed the 'rescale bug' : it was a Viewport::display() bug : 
     413          bad alignment values (left,top,..) for big new images. 
    622414 
    6234152007-09-18 23:22  dezperado 
    624416 
    625         * /src/CommandConsole.cpp: Moved Window construction outta 
    626           CommandConsole constructor, after driver initialization. Adde
    627           preambles for method descriptions. 
     417        * : Moved Window construction outta CommandConsole constructor, 
     418          after driver initialization. Added preambles for metho
     419          descriptions. 
    628420 
    6294212007-09-18 22:52  dezperado 
    630422 
    631         * /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    632           /src/CommandConsole.h, /src/Image.cpp, /src/Image.h, 
    633           /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    634           /src/Window.h, /src/fim.cpp: Fixed the missing keyword echo bug; 
    635           Maintenance stuff. 
     423        * : Fixed the missing keyword echo bug; Maintenance stuff. 
    636424 
    6374252007-09-12 13:47  dezperado 
    638426 
    639         * /src/Image.cpp, /src/yacc.ypp: Fixed the but in Image.rescale(), 
    640           though some bug still remains. 
     427        * : Fixed the but in Image.rescale(), though some bug still 
     428          remains. 
    641429          Added a fancy N{stmt_list;} syntax, with N positive integer. 
    642430 
    6434312007-09-12 13:12  dezperado 
    644432 
    645         * /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    646           /src/Window.h: Window close proper action implemented. 
     433        * : Window close proper action implemented. 
    647434 
    6484352007-09-12 12:46  dezperado 
    649436 
    650         * /BUGS, /src/Browser.cpp, /src/Browser.h, /src/Cache.cpp, 
    651           /src/Cache.h, /src/CommandConsole.cpp, /src/CommandConsole.h, 
    652           /src/Image.cpp, /src/Image.h, /src/Viewport.cpp, /src/Viewport.h: 
    653           Code cleanup. The bugs are in the Image.rescale() mechanism and 
     437        * : Code cleanup. The bugs are in the Image.rescale() mechanism and 
    654438          somewhere in Cache. 
    655439 
    6564402007-09-12 09:42  dezperado 
    657441 
    658         * /src/Browser.cpp, /src/Cache.cpp, /src/Cache.h, 
    659           /src/CommandConsole.cpp, /src/Image.cpp, /src/Image.h, 
    660           /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp: Cleaning 
    661           cache subsystem. Still bugged. 
     442        * : Cleaning cache subsystem. Still bugged. 
    662443 
    6634442007-09-11 22:50  dezperado 
    664445 
    665         * /src/Browser.cpp, /src/CommandConsole.cpp, /src/CommandConsole.h, 
    666           /src/Image.cpp, /src/Image.h, /src/Viewport.cpp, /src/Viewport.h, 
    667           /src/Window.cpp, /src/Window.h: Fully functional multiwindow 
    668           environment. Still to fix cache/image loading interactions, and 
    669           windowing flaws. 
     446        * : Fully functional multiwindow environment. Still to fix 
     447          cache/image loading interactions, and windowing flaws. 
    670448 
    6714492007-09-11 14:20  dezperado 
    672450 
    673         * /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    674           /src/Image.cpp, /src/Viewport.cpp, /src/Viewport.h: Restored 
    675           image scaling, only with FIM_WINDOWS enabled. 
     451        * : Restored image scaling, only with FIM_WINDOWS enabled. 
    676452 
    6774532007-09-11 13:26  dezperado 
    678454 
    679         * /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    680           /src/Image.cpp, /src/Viewport.cpp: Restored image browsing and 
    681           panning, only with FIM_WINDOWS enabled. 
     455        * : Restored image browsing and panning, only with FIM_WINDOWS 
     456          enabled. 
    682457 
    6834582007-09-11 09:31  dezperado 
    684459 
    685         * /src/Browser.cpp, /src/Browser.h, /src/Cache.cpp, /src/Cache.h, 
    686           /src/CommandConsole.h, /src/Image.cpp, /src/Image.h, 
    687           /src/fim.cpp: Working on throwaway (for now) cloning support in 
    688           Cache. 
     460        * : Working on throwaway (for now) cloning support in Cache. 
    689461 
    6904622007-09-10 23:56  dezperado 
    691463 
    692         * /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    693           /src/CommandConsole.h, /src/Image.cpp, /src/Viewport.cpp, 
    694           /src/Viewport.h, /src/extern.h, /src/fim.cpp: Restoring 
    695           robustness and functionality method by method. 
     464        * : Restoring robustness and functionality method by method. 
    696465 
    6974662007-09-10 13:55  dezperado 
    698467 
    699         * /configure.ac, /src/Browser.cpp, /src/Browser.h, 
    700           /src/CommandConsole.cpp, /src/Image.cpp, /src/Image.h, 
    701           /src/Makefile.am, /src/Viewport.cpp, /src/lex.lex, /src/yacc.ypp: 
    702           Restored old style yacc.ypp and lex.lex. 
     468        * : Restored old style yacc.ypp and lex.lex. 
    703469          Moved FIM_WINDOWS and FIM_AUTOCMDS to configure.ac. 
    704470          More functionality still awaits being restored. 
     
    7064722007-09-10 10:37  dezperado 
    707473 
    708         * /src/Browser.cpp, /src/CommandConsole.cpp, /src/Image.cpp, 
    709           /src/Image.h, /src/Viewport.cpp, /src/Viewport.h, 
    710           /src/Window.cpp: Basic functionalities restored, though the 
    711           overall state is inconsistent. 
     474        * : Basic functionalities restored, though the overall state is 
     475          inconsistent. 
    712476 
    7134772007-09-10 08:39  dezperado 
    714478 
    715         * /configure.ac, /src/Browser.cpp, /src/CommandConsole.cpp, 
    716           /src/CommandConsole.h, /src/Image.cpp, /src/Image.h, 
    717           /src/Viewport.cpp, /src/Window.cpp, /src/fim.cpp: Now it is time 
    718           to make Viewport not subclass of Image. 
     479        * : Now it is time to make Viewport not subclass of Image. 
    719480          Solved a flaw with the --with-cflags configure option. 
    720481 
    7214822007-09-09 20:38  dezperado 
    722483 
    723         * /src/Image.cpp, /src/Image.h, /src/Viewport.cpp, /src/Viewport.h, 
    724           /src/Window.cpp, /src/Window.h, /src/fim.h, /src/lex.lex: Further 
    725           modifications towards the full windowing support. Though right 
    726           now the program is severely bugful. 
     484        * : Further modifications towards the full windowing support. 
     485          Though right now the program is severely bugful. 
    727486 
    7284872007-09-09 18:16  dezperado 
    729488 
    730         * /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    731           /src/CommandConsole.h, /src/Image.cpp, /src/Image.h, 
    732           /src/Viewport.cpp, /src/Viewport.h, /src/Window.cpp, 
    733           /src/Window.h, /src/fim.h: Cuts and pastes towards full Viewport 
    734           deployment. TEMPORARY STATE:inconsistent. 
     489        * : Cuts and pastes towards full Viewport deployment. TEMPORARY 
     490          STATE:inconsistent. 
    735491 
    7364922007-09-09 14:33  dezperado 
    737493 
    738         * /TODO, /src/Browser.cpp, /src/Browser.h, /src/Cache.cpp, 
    739           /src/Cache.h, /src/Image.cpp, /src/Image.h, /src/Viewport.cpp, 
    740           /src/Viewport.h, /src/Window.h, /src/extern.h: Adapted the cache 
    741           to cache clones. 
     494        * : Adapted the cache to cache clones. 
    742495          More cloning support, and an image revert method. 
    743496 
    7444972007-09-08 13:53  dezperado 
    745498 
    746         * /config.h.in, /configure.ac, /src/Cache.cpp, /src/Cache.h, 
    747           /src/CommandConsole.cpp, /src/Makefile.am, /src/Viewport.cpp, 
    748           /src/Window.cpp, /src/Window.h, /src/fbi_src/fbi.c, /src/fim.cpp, 
    749           /src/fimrc, /src/lex.lex, /src/yacc.ypp: Various little fixes: 
     499        * : Various little fixes: 
    750500          FIM_READ_STDIN compile flag added. 
    751501          Some comments in Cache.h 
     
    7605102007-09-05 22:44  dezperado 
    761511 
    762         * /COPYING, /doc/fim.man: Updated the Free Software Foundation 
    763           address in COPYING and fim.man. 
     512        * : Updated the Free Software Foundation address in COPYING and 
     513          fim.man. 
    764514 
    7655152007-09-04 19:53  dezperado 
    766516 
    767         * /src/Browser.cpp, /src/Browser.h, /src/CommandConsole.cpp, 
    768           /src/Image.cpp, /src/Image.h, /src/Makefile.am, 
    769           /src/Viewport.cpp, /src/Viewport.h, /src/fim.h: Migrated lots of 
    770           code from Image to Viewport, on the way to Viewport concept 
    771           expansion. 
     517        * : Migrated lots of code from Image to Viewport, on the way to 
     518          Viewport concept expansion. 
    772519          Browser impacted and generalized a small epsilon. 
    773520 
    7745212007-09-03 22:12  dezperado 
    775522 
    776         * /BUGS, /src/CommandConsole.cpp: Fixed (rather patched) a bug 
    777           regarding console output. 
     523        * : Fixed (rather patched) a bug regarding console output. 
    778524 
    7795252007-09-03 21:30  dezperado 
    780526 
    781         * /TODO, /doc/FIM.TXT, /src/Cache.cpp, /src/Cache.h, 
    782           /src/Image.cpp, /src/Image.h: Removed useless member variables, 
    783           raised the code level, and commented a little the headers 
    784           regarding viewport stuff. 
     527        * : Removed useless member variables, raised the code level, and 
     528          commented a little the headers regarding viewport stuff. 
    785529          Const'ed two methods in the Cache class. 
    786530          Added info about the asymmetric scaling in the manual. 
     
    7885322007-09-02 21:19  dezperado 
    789533 
    790         * /doc/FIM.TXT, /src/Command.h, /src/CommandConsole.cpp, 
    791           /src/CommandConsole.h, /src/Image.cpp, /src/Makefile.am, 
    792           /src/Window.cpp, /src/Window.h, /src/extern.h, 
    793           /src/fbi_src/fbi.c, /src/fim.h: Implemented a preliminary 
    794           windowing mechanism. 
     534        * : Implemented a preliminary windowing mechanism. 
    795535          Now there is to decide a correct policy regarding the viewport 
    796536          management (windows owned by images or viceversa or in another 
     
    7995392007-09-02 08:28  dezperado 
    800540 
    801         * /src/fbi_src/bmp.c, /src/fbi_src/dither.c, /src/fbi_src/dither.h, 
    802           /src/fbi_src/fb-gui.c, /src/fbi_src/fb-gui.h, /src/fbi_src/fbi.c, 
    803           /src/fbi_src/fbtools.c, /src/fbi_src/fbtools.h, 
    804           /src/fbi_src/filter.c, /src/fbi_src/filter.h, /src/fbi_src/fs.c, 
    805           /src/fbi_src/fs.h, /src/fbi_src/gif.c, /src/fbi_src/jpeg.c, 
    806           /src/fbi_src/lirc.h, /src/fbi_src/list.h, /src/fbi_src/loader.c, 
    807           /src/fbi_src/loader.h, /src/fbi_src/misc.h, /src/fbi_src/op.c, 
    808           /src/fbi_src/op.h, /src/fbi_src/png.c, /src/fbi_src/ppm.c, 
    809           /src/fbi_src/tiff.c, /src/string.h: Copyright notice added in the 
    810           original and modified fbi files. 
     541        * : Copyright notice added in the original and modified fbi files. 
    811542          To comply with (non)GNU coding standards and submit fim to 
    812543          savannah.gnu.org. 
     
    8145452007-08-15 18:47  dezperado 
    815546 
    816         * /src/Arg.cpp, /src/Arg.h, /src/Browser.cpp, /src/Browser.h, 
    817           /src/Cache.cpp, /src/Cache.h, /src/Command.cpp, /src/Command.h, 
    818           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/Image.cpp, 
    819           /src/Image.h, /src/Var.cpp, /src/Var.h, /src/common.cpp, 
    820           /src/common.h, /src/defaultConfiguration.cpp, /src/extern.h, 
    821           /src/fim.cpp, /src/fim.h, /src/fim_stream.cpp, /src/fim_stream.h, 
    822           /src/fimgs.sh, /src/interpreter.cpp, /src/lex.h, /src/lex.lex, 
    823           /src/string.cpp, /src/string.h, /src/yacc.ypp: Copyright notice 
    824           added in the files added to the original fbi. 
     547        * : Copyright notice added in the files added to the original fbi. 
    825548          To comply with (non)GNU coding standards and submit fim to 
    826549          savannah. 
     
    8285512007-08-12 22:41  dezperado 
    829552 
    830         * /BUGS, /README, /TODO, /config.h.in, /doc/FIM.TXT: Changes to 
    831           information files about flaws, installation, and documentation 
    832           (with a tips minisection). 
     553        * : Changes to information files about flaws, installation, and 
     554          documentation (with a tips minisection). 
    833555 
    8345562007-08-11 13:32  dezperado 
    835557 
    836         * /BUGS, /INSTALL, /TODO, /autogen.sh, /config.h.in, /configure.ac, 
    837           /src/fbi_src/fbi.c: Tested on CentOS 5.0 and Debian 3.0, found 
    838           strict dependance from automake 1.10. 
     558        * : Tested on CentOS 5.0 and Debian 3.0, found strict dependance 
     559          from automake 1.10. 
    839560          Fixed conditional compiling issues regarding image decoding 
    840561          libraries. 
     
    8435642007-08-10 23:15  dezperado 
    844565 
    845         * /BUGS, /INSTALL, /TODO, /configure.ac, /doc/FIM.TXT, 
    846           /src/CommandConsole.cpp, /src/CommandConsole.h, /src/fim.cpp: 
    847           Corrected bugs in configure.ac introduced yesterday in hurry. 
     566        * : Corrected bugs in configure.ac introduced yesterday in hurry. 
    848567          Introduced a 'return' command, relative documentation, and some 
    849568          example uses. 
     
    8525712007-08-09 15:00  dezperado 
    853572 
    854         * /configure.ac, /distros/fim-0.1_alpha.ebuild: Added the ebuild 
    855           proposed by the good folks of the gentoo-sunrise project. 
     573        * : Added the ebuild proposed by the good folks of the 
     574          gentoo-sunrise project. 
    856575          Adjusted some flaws in the configure.ac template. 
    857576 
    8585772007-08-08 10:33  dezperado 
    859578 
    860         * /BUGS, /INSTALL, /Makefile.am, /README, /VERSION, /configure.ac, 
    861           /distros/Makefile.am, /distros/debian/control, 
    862           /distros/gentoo/media-gfx, /distros/gentoo/media-gfx/fim, 
    863           /distros/gentoo/media-gfx/fim/fim-0.1.ebuild, /src/lex.lex, 
    864           /src/yacc.ypp: Added a Gentoo ebuild. 
     579        * : Added a Gentoo ebuild. 
    865580          Placed licensing info in lex.lex and yacc.ypp. 
    866581          Updated INSTALL and README regarding the Gentoo install. 
     
    8695842007-08-07 22:06  dezperado 
    870585 
    871         * /README, /src/Arg.cpp, /src/Arg.h, /src/Browser.cpp, 
    872           /src/Browser.h, /src/Cache.cpp, /src/Cache.h, /src/Command.cpp, 
    873           /src/Command.h, /src/CommandConsole.cpp, /src/CommandConsole.h, 
    874           /src/Image.cpp, /src/Image.h, /src/Var.cpp, /src/Var.h, 
    875           /src/common.cpp, /src/common.h, /src/defaultConfiguration.cpp, 
    876           /src/extern.h, /src/fim.cpp, /src/fim.h, /src/fim_stream.cpp, 
    877           /src/fim_stream.h, /src/interpreter.cpp, /src/lex.h, 
    878           /src/string.cpp, /src/string.h: Updated the FSF address in the 
    879           files preamble license. 
     586        * : Updated the FSF address in the files preamble license. 
    880587          Updated a little the README file. 
    881588 
    8825892007-08-07 17:37  dezperado 
    883590 
    884         * /src/CommandConsole.cpp, /src/CommandConsole.h, 
    885   &nb