diff lisp/ChangeLog @ 104342:867af630a71e

(completion--do-completion): Move point for the #b001 case as well (bug#4176). (minibuffer-complete, minibuffer-complete-word): Don't move point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Aug 2009 19:11:41 +0000
parents 0ac0e5bde043
children 396aecca2f45
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 18 16:23:09 2009 +0000
+++ b/lisp/ChangeLog	Tue Aug 18 19:11:41 2009 +0000
@@ -1,3 +1,9 @@
+2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* minibuffer.el (completion--do-completion): Move point for the #b001
+	case as well (bug#4176).
+	(minibuffer-complete, minibuffer-complete-word): Don't move point.
+
 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
@@ -5,8 +11,8 @@
 
 2009-08-18  Kenichi Handa  <handa@m17n.org>
 
-	* international/ucs-normalize.el (ucs-normalize-version): Changed
-	to 1.1.
+	* international/ucs-normalize.el (ucs-normalize-version):
+	Change to 1.1.
 	(ucs-normalize-hfs-nfd-pre-write-conversion): New function.
 	(utf-8-hfs): Make it perform normalization on encoding too.