diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f30ccf975b2..affd55502de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-01-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * eval.c (specbind): If binding a per-buffer variable which | ||
| 4 | doesn't have a buffer-local value in the current buffer, change | ||
| 5 | the global value by changing the value of the symbol bound in all | ||
| 6 | buffers not having their own value, to make it consistent with | ||
| 7 | what happens with other buffer-local variables. | ||
| 8 | |||
| 3 | * xterm.c (x_initialize): Set char_ins_del_ok to 1. | 9 | * xterm.c (x_initialize): Set char_ins_del_ok to 1. |
| 4 | 10 | ||
| 5 | * xdisp.c (forward_to_next_line_start): Stop at end of buffer | 11 | * xdisp.c (forward_to_next_line_start): Stop at end of buffer |