ChangeLog 602 B

12345678910111213141516
  1. 2012-09-07 Ryan C. Thompson <rct@thompsonclan.org>
  2. * Work around an ido bug where providing both an initial input and
  3. a default would break things
  4. * Most modifications to ido behavior are now activated only when
  5. ido is acting as a completing-read replacement, and not when it is
  6. used directly. This shoud prevent ido-ubiquitous from interfering
  7. with normal usage of ido.
  8. * Add Custom interface for compatibility exceptions.
  9. 2012-09-03 Ryan C. Thompson <rct@thompsonclan.org>
  10. * New implementation: Switch from defining advice on
  11. "completing-read" to setting "completing-read-function"