ChangeLog 654 B

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