diff options
| author | Gerd Moellmann | 2000-11-28 11:55:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-28 11:55:48 +0000 |
| commit | 8d2c264219f0b49b487c00b255384cb4ebe1a695 (patch) | |
| tree | 8a84a6a47efd0cc4494b41abc9d9d86b72994b4c | |
| parent | dfe8ece3726a0ee4b9a8a977fd527eb666e6e9c0 (diff) | |
| download | emacs-8d2c264219f0b49b487c00b255384cb4ebe1a695.tar.gz emacs-8d2c264219f0b49b487c00b255384cb4ebe1a695.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2c8c5ec443..966dc9dd884 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-11-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (delete-horizontal-space): Handle minibuffer prompt. | ||
| 4 | |||
| 1 | 2000-11-28 Dave Love <fx@gnu.org> | 5 | 2000-11-28 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/fortran.el (fortran-mode): Don't set | 7 | * progmodes/fortran.el (fortran-mode): Don't set |
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 | ||