Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4790:bc4f2511bbea | 4791:ea07b60c097f |
---|---|
1 2009-12-31 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * list-mode.el (next-list-mode-item, switch-to-completions): Use | |
4 next-single-char-property-change, | |
5 previous-single-char-property-change now | |
6 next-single-property-change no longer pays attention to extents | |
7 not created using the text property functions. Fix for issue 546, | |
8 bug dates from changeset 8c96bdabcaf9. | |
9 | |
1 2009-12-21 Jerry James <james@xemacs.org> | 10 2009-12-21 Jerry James <james@xemacs.org> |
2 | 11 |
3 * dragdrop.el (offix-start-drag): Remove. | 12 * dragdrop.el (offix-start-drag): Remove. |
4 (offix-start-drag-region): Remove. | 13 (offix-start-drag-region): Remove. |
5 * mouse.el (mouse-begin-drag-n-drop): Remove OffiX support. | 14 * mouse.el (mouse-begin-drag-n-drop): Remove OffiX support. |