diff options
| author | Stefan Monnier | 2001-11-26 02:26:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-26 02:26:04 +0000 |
| commit | 5c131048fe2d428a82ea0ea1ca1f2d466f1a17cd (patch) | |
| tree | 461d4b0b9f31cbb65cc6f32bbdfb01650079a813 /src | |
| parent | ce768453c1c676c74a6f310d9f948f7555fa3314 (diff) | |
| download | emacs-5c131048fe2d428a82ea0ea1ca1f2d466f1a17cd.tar.gz emacs-5c131048fe2d428a82ea0ea1ca1f2d466f1a17cd.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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". |