ChangeLog 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. 2015-06-19 Ryan C. Thompson <rct@thompsonclan.org>
  2. * ido-ubiquitous.el: Fix some byte-compile warnings in autoloads
  3. by also autoloading the associated variable declarations
  4. 2015-06-18 Ryan C. Thompson <rct@thompsonclan.org>
  5. * ido-ubiquitous.el: Ignore and warn about invalid overrides
  6. instead of crashing
  7. * ido-completing-read+.el: Fix some variable declaration warnings
  8. * ido-ubiquitous.el (ido-ubiquitous-default-command-overrides):
  9. Add override for "where-is" command
  10. 2015-05-28 Ryan C. Thompson <rct@thompsonclan.org>
  11. * ido-ubiquitous.el (ido-ubiquitous-version): Fix a typo in the previous version
  12. 2015-04-23 Ryan C. Thompson <rct@thompsonclan.org>
  13. * ido-completing-read+.el: Fix obsolete reference to "choices"
  14. instead of "collection"
  15. 2015-04-08 Ryan C. Thompson <rct@thompsonclan.org>
  16. * Major refactor: split into two packages: ido-completing-read+.el
  17. and ido-ubiquitous.el that depends on it. Additionally, some of
  18. the customization variables for ido-ubiquitous have been changed
  19. for increased flexibility in configuration, and the internals have
  20. been rearchitected significantly.
  21. 2015-01-25 Ryan C. Thompson <rct@thompsonclan.org>
  22. * ido-ubiquitous: Fix indentation issues
  23. (https://github.com/DarwinAwardWinner/ido-ubiquitous/pull/62)
  24. 2014-09-04 Ryan C. Thompson <rct@thompsonclan.org>
  25. * ido-ubiquitous: Enable fallbacks to non-ido-completion using C-f
  26. and C-b
  27. 2014-05-26 Ryan C. Thompson <rct@thompsonclan.org>
  28. * ido-ubiquitous: Disable in tmm when called as a function as well
  29. as a command
  30. 2014-03-27 Ryan C. Thompson <rct@thompsonclan.org>
  31. * ido-ubiquitous: Add override for "*-theme" functions
  32. 2014-03-24 Ryan C. Thompson <rct@thompsonclan.org>
  33. * ido-ubiquitous: Fix a bug related to
  34. "ido-ubiquitous-allow-on-functional-collection"
  35. (#46)
  36. 2014-02-25 Ryan C. Thompson <rct@thompsonclan.org>
  37. * ido-ubiquitous: Disable in tmm-menubar
  38. 2013-11-19 Ryan C. Thompson <rct@thompsonclan.org>
  39. * ido-ubiquitous: Add new custom variable
  40. "ido-ubiquitous-allow-on-functional-collection"
  41. 2013-10-02 Ryan C. Thompson <rct@thompsonclan.org>
  42. * ido-ubiquitous: Enable in "read-char-by-name"
  43. 2013-09-27 Ryan C. Thompson <rct@thompsonclan.org>
  44. * ido-ubiquitous: Disable in org and magit since they already
  45. support ido
  46. 2013-09-26 Ryan C. Thompson <rct@thompsonclan.org>
  47. * ido-ubiquitous: Make ido-ubiquitous work with Emacs trunk
  48. (pre-24.4)
  49. * ido-ubiquitous: Fix a few minor and unlikely-to-ever-occur bugs
  50. * ido-ubiquitous: Replace collection function whitelist with
  51. overrides (overrides can now force ido completion when collection
  52. is a function)
  53. 2013-09-23 Ryan C. Thompson <rct@thompsonclan.org>
  54. * ido-ubiquitous: Implement collection function whitelist
  55. * ido-ubiquitous: Implement collection size limit for ido
  56. completion
  57. 2013-09-17 Ryan C. Thompson <rct@thompsonclan.org>
  58. * ido-ubiquitous: Eliminate use of "macroexp--backtrace", which
  59. doesn't exist in Emacs 24.2.
  60. 2013-09-11 Ryan C. Thompson <rct@thompsonclan.org>
  61. * ido-ubiquitous: Fix handling of collection being a function
  62. (issues #23 and #25).
  63. 2013-09-10 Ryan C. Thompson <rct@thompsonclan.org>
  64. * ido-ubiquitous: Fix the issue where `called-interactively-p'
  65. always returns false
  66. https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/24
  67. 2013-09-05 Ryan C. Thompson <rct@thompsonclan.org>
  68. * ido-ubiquitous: Ido-ubiquitous now works better with interactive
  69. commands. Specifically, it now works when the completion happens
  70. inside the "interactive" form of the command instead of the
  71. function body.
  72. * ido-ubiquitous: Functions and commands that need non-standard
  73. behavior are now controlled through the variables
  74. "ido-ubiquitous-command-overrides" and
  75. "ido-ubiquitous-function-overrides".
  76. * ido-ubiquitous: Major rewrite of a significant portions of
  77. ido-ubiquitous.
  78. 2013-05-31 Ryan C. Thompson <rct@thompsonclan.org>
  79. * ido-ubiquitous: Officially drop support for Emacs 23 and lower.
  80. ido-ubiquitous now uses the `completing-read-function' variable
  81. instead of advising `completing-read'.
  82. * ido-ubiquitous: Make ido-ubiquitous work more reliably in
  83. interactive commands.
  84. * ido-ubiquitous: Avoid spurious warning when loaded before ido.
  85. * ido-ubiquitous: Disable ido when completion-extra-properties is
  86. non-nil
  87. * ido-ubiquitous: The interface for setting old-style completion
  88. compatibility has changed. If you have customized these settings,
  89. you should review them after upgrading.
  90. 2012-09-07 Ryan C. Thompson <rct@thompsonclan.org>
  91. * ido-ubiquitous: Restore compatibility with Emacs 23 and earlier
  92. * ido-ubiquitous: Work around an ido bug where providing both an
  93. initial input and a default would break things
  94. * ido-ubiquitous: Most modifications to ido behavior are now
  95. activated only when ido is acting as a completing-read
  96. replacement, and not when it is used directly. This shoud prevent
  97. ido-ubiquitous from interfering with normal usage of ido.
  98. * ido-ubiquitous: Add Custom interface for compatibility
  99. exceptions.
  100. 2012-09-03 Ryan C. Thompson <rct@thompsonclan.org>
  101. * ido-ubiquitous: New implementation: Switch from defining advice
  102. on "completing-read" to setting "completing-read-function"