Changes between Version 10 and Version 11 of NEWS-4.7.5...4.8.0
- Timestamp:
- 10/31/11 07:11:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.5...4.8.0
v10 v11 21 21 '''WARNING''': keybinding names was renamed to provide some unification (see #2511). The correspondence of old and new keybinging names are described in doc/keybind-migration.txt file and in [wiki:doc/keybindMigration] web page. 22 22 23 '''WARNING''': if you have trouble with opening the archives and etc. do follow: 24 {{{ 25 cat ~/.local/share/mc/mc.ext|grep Open=%cd|head 26 }}} 27 if output contain 28 {{{ 29 Open=%cd %p#ucab 30 Open=%cd %p#uha 31 Open=%cd %p#urar 32 }}} 33 try convert your old binding file 34 {{{ 35 cat bindings | sed 's|\(Open.*\)#\(.*\)$|\1/\2://|' > mc.ext 36 }}} 23 37 Be aware. 24 38