diff options
| author | Richard M. Stallman | 2000-02-15 09:56:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-02-15 09:56:18 +0000 |
| commit | 6ffd3cf7016259b41cdb14e36780783e88730b48 (patch) | |
| tree | a001772176e96e0f65099ace09ef5672e243c39c | |
| parent | f9bd4abe622451a80226ab422d8ffea455dea93c (diff) | |
| download | emacs-6ffd3cf7016259b41cdb14e36780783e88730b48.tar.gz emacs-6ffd3cf7016259b41cdb14e36780783e88730b48.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 088916935c1..418969e5b21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-02-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * data.c (set_internal): Don't make variable buffer-local | ||
| 4 | if within a let-binding for the same buffer. | ||
| 5 | (let_shadows_buffer_binding_p): New function. | ||
| 6 | |||
| 7 | * eval.c (specbind): For buffer-local value, | ||
| 8 | record the current buffer also. | ||
| 9 | (unbind_to): Cope with that change. | ||
| 10 | |||
| 1 | 2000-02-15 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * window.c (Fsave_window_excursion): Doc fix. | 13 | * window.c (Fsave_window_excursion): Doc fix. |
| @@ -512,11 +522,11 @@ | |||
| 512 | * w32term.c: Complete rewrite for new redisplay based on new | 522 | * w32term.c: Complete rewrite for new redisplay based on new |
| 513 | xterm.c with necessary sections merged back in from old w32term.c. | 523 | xterm.c with necessary sections merged back in from old w32term.c. |
| 514 | 524 | ||
| 515 | 2000-01-21 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 525 | 2000-01-21 Richard M. Stallman <rms@gnu.org> |
| 516 | 526 | ||
| 517 | * data.c (set_internal): Further fix in same criterion. | 527 | * data.c (set_internal): Further fix in same criterion. |
| 518 | 528 | ||
| 519 | 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 529 | 2000-01-20 Richard M. Stallman <rms@gnu.org> |
| 520 | 530 | ||
| 521 | * data.c (set_internal): Fix the criteria for whether | 531 | * data.c (set_internal): Fix the criteria for whether |
| 522 | to swap out the old cached binding. | 532 | to swap out the old cached binding. |