Patch description of changes against fbi 1.26 This adds: - changes files from a vector (char**) to be a linked list - allows a file of filenames to be specified on the commandline - If libcurl is detected changes fbi to accept URL anywhere a filename could have gone (even in the new file of filenames!) - changed loaders (esp jpg) to accept use of url files - Allows make to be passed additional CFLAGS - redone the r/g/b lut table creation to actualy use the value from the framebuffer so the colours are right on many more non x86 framebuffers - Change random routine to be a riffle shuffle The bad bits: - some of the patch is a bit grubby and the indentation isnt perfect - New code in fbi.c generates some minor warnings about undeclared functions - needs tidying - Suspect that using convert stuff is broken when using libcurl - check the random routine is to your liking - the lists stink to high heaven, they were just quick "as i go" routines - the remove/unlink routine is broken - needs sorting when I figure out unlinking URLs ;-)