diff options
| author | Chong Yidong | 2006-09-12 16:47:26 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-12 16:47:26 +0000 |
| commit | 52c0f270f23feccccfca93bab5a353c02581bd5f (patch) | |
| tree | 4088e7b986fedd7afd8aeed4bfdd9a7c99543d5e /src/ChangeLog | |
| parent | 4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2 (diff) | |
| download | emacs-52c0f270f23feccccfca93bab5a353c02581bd5f.tar.gz emacs-52c0f270f23feccccfca93bab5a353c02581bd5f.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 67796c36985..890179bd822 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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]: |