diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b06eac4304b..91c413947ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-11-25 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * textprop.c (set_text_properties_1): Clearly mark that the | ||
| 4 | interval should not be empty. | ||
| 5 | |||
| 6 | * intervals.c (graft_intervals_into_buffer): | ||
| 7 | Don't call set_text_properties_1 on an empty interval. | ||
| 8 | |||
| 1 | 2001-11-25 Richard M. Stallman <rms@gnu.org> | 9 | 2001-11-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss". | 11 | * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss". |