aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ido.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8134363f184..0fae89f1e01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
12012-09-16 Leo Liu <sdl.web@gmail.com> 12012-09-16 Leo Liu <sdl.web@gmail.com>
2 2
3 IDO: Disable match re-ordering for buffer switching. 3 IDO: Disable match re-ordering for buffer switching.
4 * ido.el (ido-confirm-unique-completion): New variable. 4 * ido.el (ido-buffer-disable-smart-matches): New variable.
5 (ido-set-matches-1): Use it. (Bug#2042) 5 (ido-set-matches-1): Use it. (Bug#2042)
6 6
72012-09-12 Jose Marino <marinoj@nso.edu> (tiny change) 72012-09-12 Jose Marino <marinoj@nso.edu> (tiny change)
diff --git a/lisp/ido.el b/lisp/ido.el
index 512ac9d4a18..a2712db804d 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -501,6 +501,7 @@ By default, ido aranges matches in the following order:
501 full-matches > suffix matches > prefix matches > remaining matches 501 full-matches > suffix matches > prefix matches > remaining matches
502 502
503which can get in the way for buffer switching." 503which can get in the way for buffer switching."
504 :version "24.3"
504 :type 'boolean 505 :type 'boolean
505 :group 'ido) 506 :group 'ido)
506 507