diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45c41746ad8..ecec6f260e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-11-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * textprop.c (text_read_only): New function. | ||
| 4 | (verify_interval_modification): Use it instead of signaling | ||
| 5 | `text-read-only'. This makes it easier to catch this error | ||
| 6 | with a breakpoint.: | ||
| 7 | |||
| 3 | * xdisp.c (forward_to_next_line_start): Check for newlines, | 8 | * xdisp.c (forward_to_next_line_start): Check for newlines, |
| 4 | not end of line, which includes CR. | 9 | not end of line, which includes CR. |
| 5 | 10 | ||