aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-28 11:55:48 +0000
committerGerd Moellmann2000-11-28 11:55:48 +0000
commit8d2c264219f0b49b487c00b255384cb4ebe1a695 (patch)
tree8a84a6a47efd0cc4494b41abc9d9d86b72994b4c /src/ChangeLog
parentdfe8ece3726a0ee4b9a8a977fd527eb666e6e9c0 (diff)
downloademacs-8d2c264219f0b49b487c00b255384cb4ebe1a695.tar.gz
emacs-8d2c264219f0b49b487c00b255384cb4ebe1a695.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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 @@
12000-11-28 Gerd Moellmann <gerd@gnu.org> 12000-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