ChangeLog 1.2 KB

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