1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
### 3.0
* Use `execute-extended-command` for running commands.
This breaks support for Emacs versions older than 23 and
obviates the user option `smex-key-advice-ignore-menu-bar`.
(The default Emacs behaviour is to not show menu bar bindings.)
As a result of this change, the variable `suggest-key-bindings`
is now honored when executing commands.
* Save command history in `extended-command-history`, like M-x.
### 2.1
* Improved tab completion in the Smex minibuffer
* Add compatibility with command-frequency
### 2.0
* Remove `smex-detect-legacy-save-file`.
Only relevant (but a breaking change) when you rely on a long deprecated default
value of smex-save-file.
* Ignore smex-save-file when it's empty instead of raising an error.
Warn on invalid data in smex-save-file. Fixes [issue #23]
(https://github.com/nonsequitur/smex/issues/23/).
### 1.1.4
* Allow running `where-is` on the selected command.
* Fix compatibility with ido-ubiquitous.
### 1.1.3
* Add auto-initialization.
* Minor fixes.
|