* 17 Sep 2003 Kir Kolyshkin 0.2.5 - fool-proof improvements so it's easier to use for first-timer: - sane defaults are set for some options if these options are not set - preferences dialog appears on start if some required options are not set - options are checked for completeness before doing actual work - made update interval spin button more sane - changed filename widget from entry to label * 12 Sep 2003 Kir Kolyshkin 0.2.4 - added ability to close preview by clicking preview window close button - use GdkPixbuf instead of 'file' utility to check that file is image - aligned preview checkboxes to be on the same vertical line - reworked preview code a bit; bugs are possible * 04 Sep 2003 Kir Kolyshkin 0.2.3 - editable HTML code is shown in dialog before doing actual work - all errors are properly shown in dialog window - debug is printed to stderr not stdout - fixed bug of not closing preview windows upon loading another image - fixed bug that contents of 'IMG ALT' entry wasn't appear in HTML code - preview checkbuttons set to inactive state upon loading another image * 03 Sep 2003 Kir Kolyshkin 0.2.2 - get rid of mystr in favour of glib's GString - added setsid to scp call so 'scp' will not ask for password on terminal - password entry disabled if scp upload protocol is selected - fixed inconsistency in drop-downs (image format and upload protocol) - fixed bug of incorrectly setting image format from config file - use TMPDIR environment variable if available - fixed 'ambiguous redirect' scp upload bug - added THANKS file * 26 Aug 2003 Kir Kolyshkin 0.2.1 - made preview windows appear unfocused (to not cover main window) - fixed interface a bit (positions, alignments, paddings etc.) - updated TODO and BUGS * 26 Aug 2003 Kir Kolyshkin 0.2.0 - added instant image preview functionality (using gdk-pixbuf) - added 'update_preview_interval_ms' config parameter - changed some names in preferences dialog * 22 Aug 2003 Kir Kolyshkni 0.1.1 - fixed coredump while saving config and there's no config file - fixed config file name (should be ~/.ljit) - more consistent dialog (some options are disabled if no image is loaded) - config variables with empty (or "0") value isn't written to config file - got rid of lookup_widget() in code * 22 Aug 2003 Kir Kolyshkin 0.1 - first public alpha release