aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2000-02-15 09:56:18 +0000
committerRichard M. Stallman2000-02-15 09:56:18 +0000
commit6ffd3cf7016259b41cdb14e36780783e88730b48 (patch)
treea001772176e96e0f65099ace09ef5672e243c39c /src
parentf9bd4abe622451a80226ab422d8ffea455dea93c (diff)
downloademacs-6ffd3cf7016259b41cdb14e36780783e88730b48.tar.gz
emacs-6ffd3cf7016259b41cdb14e36780783e88730b48.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
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 @@
12000-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
12000-02-15 Gerd Moellmann <gerd@gnu.org> 112000-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
5152000-01-21 Richard M. Stallman <rms@caffeine.ai.mit.edu> 5252000-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
5192000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> 5292000-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.