ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. 2013-05-31 Ryan C. Thompson <ryan@wireless-121-75.scripps.edu>
  2. * Drop support for Emacs 23 and lower. ido-ubiquitous now uses the
  3. `completing-read-function' variable instead of advising
  4. `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.
  10. 2012-09-07 Ryan C. Thompson <rct@thompsonclan.org>
  11. * Restore compatibility with Emacs 23 and earlier
  12. * Work around an ido bug where providing both an initial input and
  13. a default would break things
  14. * Most modifications to ido behavior are now activated only when
  15. ido is acting as a completing-read replacement, and not when it is
  16. used directly. This shoud prevent ido-ubiquitous from interfering
  17. with normal usage of ido.
  18. * Add Custom interface for compatibility exceptions.
  19. 2012-09-03 Ryan C. Thompson <rct@thompsonclan.org>
  20. * New implementation: Switch from defining advice on
  21. "completing-read" to setting "completing-read-function"