diff options
| author | David Kastrup | 2005-03-22 16:04:02 +0000 |
|---|---|---|
| committer | David Kastrup | 2005-03-22 16:04:02 +0000 |
| commit | d615870ac51052b656ac5df860cd7afe885be5ad (patch) | |
| tree | f23906c298f8d71e20d7cfd8f1b5861f01547370 /src/ChangeLog | |
| parent | 52953197560f64c44d0230a5e05c3750a188fefd (diff) | |
| download | emacs-d615870ac51052b656ac5df860cd7afe885be5ad.tar.gz emacs-d615870ac51052b656ac5df860cd7afe885be5ad.zip | |
(Fnext_char_property_change)
(Fprevious_char_property_change): allow marker as limit.
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change): Check that limit is a
number in strings.
(Fnext_single_char_property_change): Coerce position to integer.
(Fprevious_single_char_property_change): Same here.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ffe7e872878..35961e71976 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-03-22 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * textprop.c (Fnext_char_property_change) | ||
| 4 | (Fprevious_char_property_change): allow marker as limit. | ||
| 5 | (Fnext_single_char_property_change) | ||
| 6 | (Fprevious_single_char_property_change): Check that limit is a | ||
| 7 | number in strings. | ||
| 8 | (Fnext_single_char_property_change): Coerce position to integer. | ||
| 9 | (Fprevious_single_char_property_change): Same here. | ||
| 10 | |||
| 1 | 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org> | 11 | 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 12 | ||
| 3 | * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined. | 13 | * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined. |