comparison src/ChangeLog @ 72834:84ff2640fb2a

* textprop.c (Fnext_property_change, Fnext_single_property_change) (Fprevious_property_change, Fprevious_single_property_change): Avoid changing limit, so we can correctly catch the case where the property is constant up to limit.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 Sep 2006 16:47:26 +0000
parents 0218c2fcef68
children 1c517ee1ca2c
comparison
equal deleted inserted replaced
72833:81a55a7dc3c3 72834:84ff2640fb2a
1 2006-09-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * textprop.c (Fnext_property_change, Fnext_single_property_change)
4 (Fprevious_property_change, Fprevious_single_property_change):
5 Avoid changing limit, so we can correctly catch the case where the
6 property is constant up to limit.
7
1 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 8 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 9
3 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: 10 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: 11 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
5 Undo 2006-09-08 change. 12 Undo 2006-09-08 change.