emelFM2 0.1.3 18/11/2005:
- fr po file renamed
- clearer warning message for overwrite checks on directories
- use optimisation- and warning-related compiler options only when
CFLAGS not specified in environment or make-command
- delete overwritten items after tasks are completed successfully, not
before
- bugfix
- retain permissions of copied directories and their subdirs, and
'special' files
2005-11-06 patch (against 2005-10-28 prerelease):
- made Return keypress in input-line dialog do the same as an
ok-button click
- made Alt-Del keypress in input-line dialog clear current line too
- default command for zip archives now unzip, not gunzip
- added action, and associated keybinding Ctrl-i, to toggle selection
state of active pane items
- collect fam reports even when filelist refreshing is suspended
- expand any %f etc macro in a string entered for input-macro
- updated debian files
- added some API documentation
- don't create irrelevant en_US.po/mo
- cleanups
- bugfixes:
- always correctly detect a non-existent file or dir
- set initial config timestamp when file is (re)read, not when
config dir is located
- do nothing if user specifies blank filename in any task that
involves itemname input
- do nothing if user specifies blank filename in pack plugin
- eliminated causes of compiler warnings
- added compiler parameter -D_REENTRANT (app. is threaded)
branch prerelease 2005-10-28:
- remember filepanes' sort column and sort order between sessions
- added advanced config option to specify icon files directory, and so
support 'sets' of icons
- e2 icons given 1-pixel outline, non-black where relevant (like Tango
spec.)
- e2 toolbar/menu icons resized from 48 points to 48 pixels
- updated fr & ja translations, ja po file renamed
- cleanups
- bugfixes:
- always show an appropriate config page after conversion to basic
config mode
- clear cached icon pixbufs at session-end (reduces X memory
leakage)
- fixed possible failure to initiate directory monitoring with
dnotify fam
- all fam options include accessibility-checking for displayed dirs
branch prerelease 2005-10-08:
- support file-alteration-monitoring on linux using d/inotify
directly, as an alternate to FAM/gamin
- added back pre-0.1 support for 'drag-selection' - but with ctrl-key
to start
- support background copy and move tasks again
- added replacement 'simple' filetypes config dialog (the advanced
config dialog still has the old form)
- added config options for making relevant pane config-options match
those of other pane
- small reorganisation of config dialog - columns displayed in
filepanes now set in respective pane pages
- compile debug-message code only if debugging explicitly enabled
- cleanups - cached selection pointers, file-pane refreshing, string
newlines etc
- bugfixes:
- properly show filesizes for 'large' files
- when a displayed dir is a link, change-monitor its target
instead (in case gamin gets its act in order ...)
- prevent dropping a selection on/into a dir that's part of the
selection
- abort moves before deleting any dest, if the src is not deletable
- translate encoding of any startup dir specified on command line
- reliably highlight directory drop-targets
- display output pane commands in non-bold font, to workaround
font-weight 'leakage'
- if a displayed dir becomes inaccessible, open a parent that is
accessible
- correctly revert inactive-pane header color (thanks D Jensen)
- fix occasional blank filelists