New 5.0.0-rc3 Release.

From: Angel Ortega <angel_triptico.com>
Date: Wed, 3 Oct 2007 17:53:49 +0200
Hi to everyone. I've just released a new version with the following:

 * New session support. All open documents and its current position
   can be stored / retrieved with the new 'save_session' and
   'load_session' actions. Two new configuration flags has
   been added: mp.config.auto_sessions, to automatically load / save
   sessions, and mp.config.local_sessions, to save sessions in the
   currently active directory instead of in the home directory.
 * Multiple key sequences for invoking actions (ala Emacs) are
   now possible. To create them, just assign a hash to a keycode
   instead of an action. For example, to assign the key sequence
   Ctrl-x Ctrl-f to 'open' and Ctrl-x Ctrl-s to 'save', you can use

	mp.keycodes['ctrl-x'] = {
		'ctrl-f'	=> 'open',
		'ctrl-s'	=> 'save'
	};

 * In the curses version, confirmations now have default values
   (shown in brackets), activated with the ENTER key.
 * New action 'close_all', that closes all documents.

Special thanks to Jeremy Cowgar and Lee Page for their help in this
release.

-- 
Angel Ortega
http://www.triptico.com



-- 
To unsubscribe, send mail to mp-unsubscribe_lists.triptico.com.


Received on Wed Oct 03 2007 - 17:54:04 CEST

This archive was generated by hypermail 2.2.0 : Thu Apr 10 2008 - 08:59:26 CEST