comparison src/ChangeLog @ 36820:8d81dd7b1449

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 15 Mar 2001 09:44:37 +0000
parents a37eeb9f04f3
children 63b1945845af
comparison
equal deleted inserted replaced
36819:c21e776b768a 36820:8d81dd7b1449
1 2001-03-15 Gerd Moellmann <gerd@gnu.org>
2
3 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is
4 non-null, set a per-buffer value in BUF instead of the current
5 buffer.
6 (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
7 Call store_symval_forwarding with BUF null.
8 (set_internal): Call store_symval_forwarding with the BUF
9 parameter passed to set_internal. Formerly, the value was always
10 set in the current buffer; the buffer recorded in specbind for
11 this case wasn't used.
12 (arith_driver): Reindent.
13
14 * buffer.c (swap_out_buffer_local_variables): Call
15 store_symval_forwarding with BUF null.
16
17 * lisp.h (store_symval_forwarding): Change prototype.
18
19 * eval.c (specbind): Call store_symval_forwarding with BUF null.
20
1 2001-03-14 Gerd Moellmann <gerd@gnu.org> 21 2001-03-14 Gerd Moellmann <gerd@gnu.org>
2 22
3 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add 23 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
4 FOR_DELETION. Avoid resizing the mini-window of the selected 24 FOR_DELETION. Avoid resizing the mini-window of the selected
5 frame if FOR_DELETION is set. 25 frame if FOR_DELETION is set.