12345678910111213141516171819202122232425262728293031323334 |
- 2013-05-31 Ryan C. Thompson <ryan@thompsonclan.org>
- * Officially drop support for Emacs 23 and lower. ido-ubiquitous
- now uses the `completing-read-function' variable instead of
- advising `completing-read'.
- * Make ido-ubiquitous work more reliably in interactive commands.
- * Avoid spurious warning when loaded before ido.
- * Disable ido when completion-extra-properties is non-nil
- * The interface for setting old-style completion compatibility has
- changed. If you have customized these settings, you should review
- them after upgrading.
- 2012-09-07 Ryan C. Thompson <rct@thompsonclan.org>
- * Restore compatibility with Emacs 23 and earlier
- * Work around an ido bug where providing both an initial input and
- a default would break things
- * Most modifications to ido behavior are now activated only when
- ido is acting as a completing-read replacement, and not when it is
- used directly. This shoud prevent ido-ubiquitous from interfering
- with normal usage of ido.
- * Add Custom interface for compatibility exceptions.
- 2012-09-03 Ryan C. Thompson <rct@thompsonclan.org>
- * New implementation: Switch from defining advice on
- "completing-read" to setting "completing-read-function"
|