This document catalogues the changes made to emelFM and emelFM2 during their development to now.
== emelFM2 0.9.1 18/2/2014 ==
* retain selection of renamed items
* show updated filelist during multiple renames, moves, deletions etc
* support filepath as a command-line argument (i.e. without – or — prefix)
* some path-interpretation for relevant commandline options, allows relative paths etc
* add -a commandline option, to load config data from a specified place after any data from the default location or as specified by a -c option. No data is saved to DIR
* re-purpose -u commandline option
* single ‘level’ for all items in plugin-actions menu
* add config-page context-menu items to [un]load and un[menu] all listed plugins
* user may choose text colour for output pane commands
* add config option to show directory path in main-window title
* add copy to output context menu
* work around gtk 3.8, 3.10 deprecated objects & API (except threads setup)
* extra make option WITH_SYSTEM_ICONS=1 to install default icons
* unpack plugin supports .iso files – but only works for superuser
* updated translations (except pl)
* bugfixes
* fix handle-position on vertical toolbars
* fix position of toolbar-related menus on gtk3
* check encoding of all, not just initial, text in view dialog
* correct cleanup after closing any ‘blocked’ dialog
* revert 7za pack command
* fix action-parameter parsing to support embedded ‘,’
== emelFM2 0.9.0 30/8/2013 ==
* add advanced-config option to enable pre-0.7.1-type auto-updating of dirline histories, disabled by default
* (only with #define’d E2_SMALLSCREEN) add config option to hide toolbar in inactive pane, instead of changing appearance of active pane
* add advanced-config option for date/time formatting in file-info dialog
* add actions and corresponding default key/button-bindings to enable manual management of main-window combobox history (i.e. superseding hard-coded arrangements)
* add default filetypes for 7zip archives (but no auto-update of current config data for these)
* add support for .tar.7z, .t7z, .deb, .rpm in unpack plugin (but .deb, .rpm can’t be re-packed when finished)
* build-time support for extensions-column in filelists (uncomment //#define E2_EXTCOL in emelfm2.h before building)
* add plugin for ‘destroying’ selected items
* work around deprecated glib/gtk objects & API (except threads setup for gtk>=3.6, which would prefer everything to effectively become single-threaded!)
* update all translations
* bugfixes
* fix loading of plugins with children
* fix crash sometimes when using backrefs in rename plugin
* fix archive-type selection in unpack plugin
* fix retrieval of color-strings from selector dialog on gtk3.4+
* don’t ignore length-limit setting for dirline combobox histories
* fix processing of ‘;’-joined commands that also have “>>” prefix
== emelFM2 0.8.2 21/12/2012 ==
* move cursor to start of buffer when opening text file to view or edit
* build-time choice to support ANSII sequences for styling of output pane text, enabled by WITH_OUTPUTSTYLES=1
* add action file. for use in filelist context menu, to show system-defined applications or commands which apply to the focused item
* support user-specified delimiter chars for use when autoselecting output pane text
* add macros %o %O for getting output pane text
* add command-line parameters -b, -o
* enable multiple-selection for plugins to be added
* replace more deprecated widgets for gtk3
* thumbnails plugin – conform to latest FDO spec for cache directory
* bugfixes
* make custom bindings for pointer devices work again
* fix de-selection of focused item when refreshing filelists with filtering enabled
* workaround idle-time styling crash for several dialogs, on gtk3
* fix installation when Makefile TARGET is not named emelfm2
* create absolute symlinks where glibc behaves unexpectedly on relative ones
== emelFM2 0.8.1 20/4/2012 ==
* added default filetype for xz archives
* added skeleton ebuild file
* more-tolerant file-copying when ACL plugin is loaded
* cleanup Makefile
* remove invalid option for rm commands
* build-time check for inclusion of dbus-glib things
* extra explicit library links, for arch linux
* documented WITH_GTK2 make-parameter in Makefile.config
* updated translations de, fr, ja, ru, zh_CN
* gtk3 fixes:
* file view/edit sporadic crashes
* output pane context menu
* extension-sorting
* bugfixes
* added missing dialog-button mnemonic
* fix default (change-time polling) filelist refreshing
== emelFM2 0.8.0 16/6/2011 ==
* added make parameter WITH_GTK2, which if set to 1 will ensure that gtk3 build-infrastructure is ignored
* more gtk3 workarounds
== prerelease 2011-06-06 ==
* code adapted for (but not much tested with) gtk3
* support custom date/time format for filelists, in advanced config mode
* added action pane.change, which implements cd for a specified pane, unlike cd command which always affects active pane
* added make parameter WITH_GTK3, which if set to 1 will initiate a minimum-standard build for gtk3.0 instead of gtk2.6
* deprecated make parameter USE_LATEST, instead use WITH_LATEST
* deprecated make parameter WITH_DEVKIT, instead use WITH_UDISKS
* add chinese translation (thanks ccpaging)
* updated ja, de, fr translations
* bugfixes
* fix DnD regression (crasher)
* improve handling of keybindings
* ignore XDG_* dirs which do not belong to the current user
* make find plugin include- and exclude-permissions work properly
* fix hang when emptying trash
== emelFM2 0.7.5 4/2/2011 ==
* make debian-unofficial stuff work again (i.e. after renaming the dir to debian)
* remove dnotify support (still in offcuts, if someone wants it, something can be worked out)
* improve usability of glob plugin including select _additional_ items if pressed when proceeding
* revamp auto-refresh mechanisms
* udisks/devicekit-disks support (WITH_DEVKIT=1) uses glib API instead of libdbus-glib, for glib >= 2.26
* bugfixes
* support opening dirs with ‘&’ in name
* fix crash after entering a non-existent dir into a dirline
* fix random crash when setting up dialogs
* fix detection of tracker daemon in find plugin
* fix hang sometimes when opening thumbnails plugin
== emelFM2 0.7.4 28/11/2010 ==
* change Makefile default STATIC_THUMBLIB ?= 1 to WITH_THUMBLIB ?= 0
* change thumbnails plugin to optionally work with renamed library ‘libthumbs’, available from website OtherDownloads
* support argument for file.du action, to specify file name/pattern instead of selected items
* for gtk >= 2.20, show GtkSpinner in status bar when file operation is in progress
* refine history-menu creation (no duplicates etc), operation (activation during hover), and cacheing (limited no. of dirs)
* revised inotify backend for file-alteration-monitoring
* conform to gtk 3.0 API where relevant
* bugfixes
* when using HAL/devkit/udisks, don’t display a filelist on an unmounted device
* revised operation of pane. action
* block emission of “activate” signals after combo change in ownership dialog
* fix crash when cd’s repeated rapidly
* fix bad setup of mkdir dialog for some users
* fix setting group in ownership dialog for gtk >= 2.14
== emelFM2 0.7.3 17/6/2010 ==
* pack and unpack plugins support tar.xz archives
* printing supports page-selection options of gtk’s print-dialog
* file info dialog for a directory reports count and usage of contained items
* updated translations (except ru)
* bugfixes
* conform pack-plugin button label
* fix crash in config plugin
* fix crash when entering just “/” in a dirline
* fix (again) processing of dirs named like “X ~ Y”
* block status-bar updates during filelist updates, and vice versa
== emelFM2 0.7.2 03/03/2010 ==
* reinstated cacheing of session forward/back histories, optional and enabled by default
* added action pane.clear_history which clears either or both forward/back histories
* added to default filelist-context-menu a sub-menu showing the pane’s entire forward/back history
* if built with E2_DEVKIT, it will work with UDisks if available, or else with DeviceKit-Disks if available
* select-same plugin scrolls to show 1st selected, if any
* select-same plugin has a 2nd action, enabling partial matching e.g. ‘pre-extension’, with some related config options
* find plugin tab-labels show colored text when any content of the tab is non-default
* updated translations
* bugfixes
* eliminate some incorrect mismatches by comparer plugin
== emelFM2 0.7.1 21/12/2009 ==
* don’t always add activated-dirline content to the corresponding history
* added action dirline.clear_history which removes current dirline string from the corresponding combo history
* bugfixes
* fix build with ASSIST
* fix session-start divider positioning with horizontal panes on gtk 2.18
* fix crash when closing a tree-dialog that’s not yet populated
* fix crash when attempting to open nested inaccessible dir
* don’t always recurse when changing owner/group
== emelFM2 0.7.0 19/11/2009 ==
* by default, build relevant parts of customised libgimpthumb directly into thumbnails plugin
* automatically send commands containing “&&” to external shell
* pop up corresponding history menu when pointer hovers over toolbar go-forward or go-back button
* updated translations
* bugfixes
* several data-dependant dialogs close, instead of crash, when main-window is rebuilt
== prerelease 2009-10-11 ==
* change default value for build option USE_LATEST to 1
* ‘un-menu’, instead of completely remove from config data, plugins that fail to initialise
* action bookmark.add also accepts path string as argument
* add action bookmark.delete which accepts path string as argument
* keypress on mountpoints menu puts selected path into commandline
* use statically-linked, customised, libgimpthumb for thumbnails plugin
* bugfixes
* fix [un]registration of plugin-specific config data
* update devkit to match current API
* update output-pane to reflect change(s) made in a config dialog
== prerelease 2009-09-30 ==
* don’t display expanded wildcards in output-pane command strings
* for gtk >= 2.18, also support theme-default setting for showing icons in dialog buttons and menu-items
* add separate pages in config dialog for pane1/2 toolbar, conforming to style of existing pages for tasks bar, command bar
* move a few pane1|2 options to pane1|2 pages, from elsewhere in config dialog
* dirline combo histories record only the paths manually ‘activated’ in the corresponding entry (toobar forward/back menus still have all opened dirs)
* enable activation of dirlines and commandline by a mouse double-click as well as press
* cleanup processes for applying key/mouse bindings
* cleanup toolbar [re]creation and resizing
* eliminate usage of becoming-private (GSEAL’d) object-data where gtk currently allows
* support extra make argument WITH_POLKIT (default 0) to make su-related operations use PolicyKit instead of su in an xterm
* bugfixes
* handle dirs named like “X ~ Y” without ~ interpretation
* use fsync() intead of fdatasync() for BSD’s
* more robust search/replace operation in view & edit dialogs
* put ‘cleaned’ path strings into dirline histories
* confirm bookmark path before attempting to open it
* always update UI to reflect in-session changes of bookmarks
== emelFM2 0.6.2 20/07/2009 ==
* tweak mutex-locking during dialogs setup
* bugfixes
* fix add/remove setuid & setgid flags in chmod action
* make passwords entry activation in crypt plugin work again
* don’t store in commands-history any string sent to a child process
== emelFM2 0.6.1 13/07/2009 ==
* build-time support (WITH_DEVKIT=1) for auto [un]mounting using devicekit-disks instead of HAL
* support importing of all toolbar items from the other toolbar, in config dialog
* updated translations
* bugfixes
* don’t recursively apply chmod/chacl to dirs unless that option was selected
* fix display of dialog-button toggled icons
* fix auto-resizing of mkdir dialog
== prerelease 2009-06-25 ==
* use libmagic directly, instead of indirectly via file(1), for file info, adds build-dependency on libmagic-devel
* support extra make arguments: LIB_DIR (default PREFIX/lib) and STRIP (default ON)
* support relative periods like “past 3 months” in date filter, glob plugin, find plugin
* improved selection process when re-opening dirs
* supply default gtk-discard icon in 20X20 png format, instead of svg
* bugfixes
* don’t crash when upgrading a config file older than 0.5.0
* make toolbar rest-menus and user-defined toolbar submenus work again
* reduce latency during mkdir dialog name-input
* fix thread-locking in permissions & ownership dialogs
* don’t re-destroy various explicitly-closed dialogs
* re-apply main-window key/mouse bindings in-session after config change
== emelFM2 0.6.0 06/05/2009 ==
* updated pl translation
* revised repack commands in unpack plugin
== prerelease 2009-05-01 ==
* interpret variables in path provided to cd func
* support runtime translation of bound keys for locales that don’t use latin alphabet and keyboard
* added 2 plugins: select items selected in other pane, log + later-reselect selected items
* do on-the-fly checks for non-ASCII filenames, deprecate build-option FILES_UTF8ONLY
* file-operation dialogs remember their position between items
* added config option to turn off sorting dirs before other items
* added config options for size-clamping and corresponding size, to thumbs plugin
* updated fr, de, ja, ru translations
* bugfixes
* fix interpretation of internal $VAR’s without surrounding whitespace used in commands or dir paths
* don’t strip single leading $ when interpreting variables
* change #include<> for gtkspell header
* fix Makefile to build with DOCS_VERSION=1
* make [panes,output].adjust_ratio actions work as described in ACTIONS doc
* make toolbar button mnemonics work again
* suspend dialog-button mnemonics during keybinding configuration
* fix menu+dialog-related freezes on gtk 2.16
* fix compression-lib detection in crypt plugin
* make names-copy plugin work as documented, again
* fix crash on showing menu from toolbar overflow-menu activation
== emelFM2 0.5.1 17/2/2009 ==
* cleanup Makefile
* add action filelist.select_type (effectively a simplified form of filelist.glob), with default panes-binding to d
* extra filetype-checking for files that are marked as executable
* revised operation of opened-dirs history
* updated all translations
* bugfixes
* reduce CPU-load for refreshing progress bars in *bar plugins
* fix sorting of 64-bit sizes, uid’s etc
* smarter parsing of arbitrary combinations of single- and/or double-quotes in commands
* fix expansion of $$ in commands
* fix missing output from commands which end quickly
* output listing of bound keys or buttons work properly again
* rename plugin works again for multiple interactive renames
* cursor-focus when re-opening a directory works properly again
* toggle-button tooltips work properly again
* work-around bad compilation of line-separator conversion for view/edit dialogs
* replace selected text in dirlines when auto-completing
== emelFM2 0.5.0 29/10/2008 ==
== prerelease 2008-10-23 ==
* support key-bindings for output-tabs and dialogs
* revised default keybindings
* build-time option (WITH_CUSTOMMOUSE=1) to support pointer-device bindings (buttons and gestures)
* made all bindings context-sensitive (pre-empt any higher-level instance of same binding)
* added actions which mimic formerly-hardcoded button-bindings: output.activate, output.focus
* added extension-sort action pane.sortext
* support interpretation of paths like ~dave
* added macro %!… to perform command history expansion like !… in shells
* updated fr, de, ja, ru translations
* added pl translation
* bugfixes
* fix activation of output pane filetype-strings
* honour the “external” configuration setting when viewing- or editing-again a file
* fix crash after a lot of rapid cd’s
== prerelease 2008-08-24 ==
* support > 1 pointer-device (for MPX)
* keypress in a combobox entry displays all the history items
* require with middle-button-click in dir entry to open a chooser dialog (so that standard click reverts to default = paste)
* by default, include path for items processed via an “open-with” dialog
* prefer xdg-mime(1) over file(1) to determine mime-type
* if using HAL, auto-[un]mount removable volumes if OS/DE doesn’t do so
* pack and unpack plugins support lzma compression
* unpack plugin doesn’t need GNU flavour of tar utility
* search plugin can select start-dir and can optionally search in linked dirs
* upgrade security of files encrypted by crypt plugin
* compression library to use in crypt plugin is now an advanced config option
* adapt the former crypt plugin (see website OtherDownLoads page) to optionally (build-time choice) work in tinycrypt-compatible mode (requires minilzo code, also at OtherDownLoads)
* add actions tab to the ‘about’ dialog
* replace dialog-button labels OK, Yes, No with context-specific verbs and generally add more button tips
* internal viewer and editor actions can open > 1 selected text-file at a time
* add internal command ‘set’ to set/clear environment variables
* cache internal $variables between sessions
* updated cpbar and mvbar plugins, including real-time pausing
* fully support info-files for trashed items
* added search-in-trash to find plugin
* added directory-chooser button to rename plugin
* scrollbars-position option applies generally, not just to filelists
* added %e %%e %E %%E macros – quoted pair are for convenience, same as corrosponding f/F macro. Unquoted pair escape embedded , ‘ and ” chars
* bugfixes
* fix leak and layout of icon-selection dialog using [http://www.merchantos.com/ pos software]
* reinstate archive-types in pack-plugin combobox
* fix leaks, and make all options work, in crypt plugin
* don’t assume all hidden files are text
* fix freeze when ending session while action is still running
* fix handling of r chars in output pane text
* conform action-name styles: list.children > children.list, list.history > history.list, list.pending > pending.list, clear.pending > pending.clear, find.trash > trash.find, command.trashempty > trash.delete
* hidden items can have any number of leading ‘.’ chars
* dirline.focus_toggle action works properly with no argument
* fix usage of internal $variables in entered commands
* fix usage of any $variable at start of entered command
* handle , ‘ and ” characters in file and directory names used in [%]%f, [%]%p macros
== emelFM2 0.4.1 22/5/2008 ==
* add action toggle.fullscreen, bound by default to F11
* except for plain F12 (see above) swap default keybindings of F12 and mods with bindings of F11 and mods (but no corresponding automatic change to user config file)
* tailor menu-position funcs to also work reasonably on small screen
* use less-restrictive (not realtime) func for filesave-flushing in crypt dialog
* clean up scrolling in config dialog
* use iconviews for icon selection in config dialog
* file info dialog shows mimetype and for text files, encoding (as reported by file(1))
* updated translations
* bugfixes
* use g_ form of some GNU-only string functions
* apply correct include flags when building WITH_HAL
* make detection of utf8 encoding for view, edit dialogs work again
== emelFM2 0.4.0 1/4/2008 ==
* support case-insensitive file-type detection, automatically for items on case-insensitive file systems, or anywhere per config option
* support copy/paste of tree data between toolbars in config dialog
* make keypress cancel a keybinding change in config dialog
* added actions to sort active-pane by a specified column, and default keybindings for name,size,modified column-sorts
* added buildtime option WITH_HAL which enables some removable-device processes, requires development files for hal, dbus, dbus-glib
* include more locales in encoding detection for view, edit dialogs
* swap actions of and keys in combobox histories. to match displayed order (this applies to commandline too)
* shorten filelist refresh interval when displayed dirs have few items
* support commandline tab-completion of entered absolute or relative paths, regardless of $PATH
* make thumbnail plugin size-clamping optional
* updated all translations
* bugfixes
* use posix-compliant type-masks in find plugin
* fix crash when closing find-plugin dialog while a search is in progress
* when deleting or overwriting a link to a dir, do not delete the link’s target
* ignore instruction to copy or move a dir into any of its own descendants
* don’t ignore error conditions when reading a text file
* make activation of ../ work in dirs which are children of root dir
* apply current filter(s) to images shown by thumbnail plugin
* make thumbnail plugin filetype commands always use correct item path
* use correct toggle actions (were swapped)
== patch 2007-12-01 ==
* don’t compress manpage during installation
* bugfixes
* prevent warning about use of un-initialised hooklist
* eliminate UI freeze while find plugin is searching
* better scrolling when viewing a file starting at a specified string in it
* status line reports correct no. of items after deletion
* in various contexts, force a filelist-refresh when only the default FAM is available
== emelFM2 0.3.6 29/11/2007 ==
* updated de translation
* reverted to default NEW_COMMAND=0
* bugfixes
* update address-line string when opening trash dir
* fix sporadic crash when when creating dialog with gdk-mutex open (e.g. when using unpack plugin)
* fix sporadic UI freeze evident when using gtk 2.12
== prerelease 2007-11-13 ==
* updated find plugin, make some disabled features work, incorporate some aspects of tracker plugin, remove dependency on external find command
* cleaned-up crypt plugin (still needs more testing)
* updated default desktop-file categories
* added build-time option (WITH_TRANSPARENCY=1) to enable window-translucence configuration (for gtk >= 2.12)
* added build-time option (WITH_ASSIST=1) to enable atk assistive-technology but sofar it only allows setting filelist background color
* more vfs infrastruture additions (not yet complete, or used)
* updated “new” command execution code, and made NEW_COMMAND=1 the default configuration
* updated fr translation
* lots of cleanups
* API doc additions
* bugfixes
* put crypt plugin & its icon in correct dirs
* adjust some printf formats to suit 64-bit platforms
* better handling of quotes when replacing some variables in entered commands
* quoted directory paths allow inclusion of “;” etc
* don’t expand “~” inside quotes in command arguments
* fix environment variable names – XDG_CONFIG_HOME (for config files) and XDG_DATA_HOME (for trash)
* fix freeze when using external encoding-converter to prepare text for view, edit dialogs
* improved refresh-behaviour in thumbnailer plugin
* fix recursive permissions-setting for directories
== emelFM2 0.3.5 27/7/2007 ==
* rationalised operation of f and g in find and edit dialogs
* made r in edit dialog treat selected text same way as f
* added basic printing capability to view and edit dialogs (for gtk >= 2.10)
* made tree dialog list dirs with hidden items using configured “positive color”
* cleanup all code for recursive file operations
* added plugin to [de]crypt files
* added optional-build plugin to manage file access-control-lists (make with option WITH_ACL=1)
* if acl-plugin is loaded, copying files and dirs preserves their acl’s (moving always does so)
* licence version updated
* updated translations
* cleanups
* bugfixes
* always initialise filelist cursor position
* added BSD-specific includes for statfs()
* fix copying of RO directories from CD
* made output-pane tabs DnD work properly (for gtk >= 2.10)
* fixed false matches when recursively comparing directories
* fixed info about links-to-links displayed in info-dialog
* fixed identification of links to dirs, in filelists
* fixed loading & unloading of multi-action plugins
* made unpack plugin work again
* don’t strip trailing “$” from commands
* always handle any relative path provided in a command
* fixed display of not-openable and hidden directories in tree dialogs
* prevent move/rename/delete filesystem mountpoints
* made [u]mount command-completion work again
* made the mounts-menu handle spaces in mountpoint paths, and do background mounting
* fixed UI freezes when trying to use internal editor or viewer on non-existent file
== emelFM2 0.3.4 24/5/2007 ==
* handle “.” or “./” path in cd command (particularly for startup options)
* added optional image thumbnailer plugin (make with option WITH_THUMBS=1)
* made tracker plugin optional (make with option WITH_TRACKER=1)
* cleaned up error handling, including enabling GError’s for vfs operations in place of errno
* converted all relevant directory-scanning (e.g. recursive operations) to use functionality which supports timeout and virtual dirs
* renamed debian directory in sourcecode tree to debian-unofficial
* updated translations
* bugfixes
* fixed copying of links in “relative” mode
* fixed detection of invalid links during some recursive functions
* made -m startup option work again
* made du plugin ignore sizes of virtual items e.g. in /proc, /sys
* remove a loaded plugin when the corresponding row is deleted in a config dialog
* fixed expansion of commandline paths with wildcard(s) in last path-element
* fixed scrolling to top of filelist after some button-clicks
* fixed crash when loading plugin without all the normal UI elements
* fixed reporting on relative link-targets in file info dialog
* fixed plugin filename storage in config dialog, when UTF8ONLY files in effect
* handle any non-utf8 characters in Makefile strings which pass into UI messages
== emelFM2 0.3.3 20/3/2007 ==
* changed long-form of startup option -l from –leave-alone to –log-all
* replaced -n, –no-detach option by -m, –daemon option, with inverse effect
* added whole-word option when searching in view/edit dialogs
* added a default suggested command to open-with dialog, when 1st selected item is a recognised filetype
* added capability to clear only the current string from any combobox’s history, bound to
* changed binding of combobox whole-history clear from to
* added filesystem directories tree dialog, and associated action ‘pane_active.tree’ and default keybinding F9
* updated translations
* code cleanups
* bugfixes
* prevent zombie process after running a command
* don’t strip trailing whitespace from command strings
* fixed uninitialised variables when using NEW_COMMAND and in foreach plugin
* fixed cached width of last-displayed column in filelist panes
* fixed crash in file info dialog when file-length is 1 byte
* fixed operation of comparison plugin when any compared item is not writeable
* cleaned up search-UI in view and edit dialogs
== emelFM2 0.3.2 18/1/2007 ==
* added context menu to file info dialog, to copy dialog info
* added compile-time option to build replacement command execution code as in last pre-release (not suitable for linux 2.4 at least)
* added config option (default on) to allow any running command(s) to continue past end of session
* bugfixes
* reverted default command-execution code to suit linux 2.4
* fixed “group” import and inter-version upgrades in config plugin
* fixed compilation with gcc 3.2
* fixed crash after clicking any toggle-button when tooltips not enabled
* fixed incremental searching with G in view/edit dialogs
== prerelease 2006-12-22 ==
* support ISO8601 date format
* support custom font for internal viewer and editor
* directly use $XDG_CONFIG_HOME and $XDG_DATA_HOME, if they exist, for setting dirs
* cleanup superseded code
* added ru translation
* bugfixes
* fixed freezes in plugins & several other contexts when printing error message
* fixed handling of any “~” in startup directory name
* make unmounting and trash clearing work when cd’s are asynchronous
* fixed unescaping of items beginning with “>” in cached lists
* fixed hang when running apps which nest the same command-execution process
* reinstated double-click activation of output-pane text
* fixed minor typo in Makefile
* fixed omission of last part of regex rename in rename plugin
== emelFM2 0.3.1 22/11/2006 ==
* added 2nd action to cpbar plugin – file.cpbar_with_time
* renamed actions:
* pending.delete to clear.pending
* bookmark. to bookmark.