diff lisp/ChangeLog @ 4791:ea07b60c097f

Fix issue 546, use next-single-char-property-change in list-mode.el lisp/ChangeLog addition: 2009-12-31 Aidan Kehoe <kehoea@parhasard.net> * list-mode.el (next-list-mode-item, switch-to-completions): Use next-single-char-property-change, previous-single-char-property-change now next-single-property-change no longer pays attention to extents not created using the text property functions. Fix for issue 546, bug dates from changeset 8c96bdabcaf9.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 31 Dec 2009 08:21:30 +0000
parents bc4f2511bbea
children 95b04754ea8c
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 22 15:52:06 2009 -0700
+++ b/lisp/ChangeLog	Thu Dec 31 08:21:30 2009 +0000
@@ -1,3 +1,12 @@
+2009-12-31  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* list-mode.el (next-list-mode-item, switch-to-completions): Use
+	next-single-char-property-change,
+	previous-single-char-property-change now
+	next-single-property-change no longer pays attention to extents
+	not created using the text property functions. Fix for issue 546,
+	bug dates from changeset 8c96bdabcaf9.
+
 2009-12-21  Jerry James  <james@xemacs.org>
 
 	* dragdrop.el (offix-start-drag): Remove.