comparison src/ChangeLog @ 87218:409f76c92cb2

(reset_buffer_local_variables): If permanent_too is 0, also preserve non-built-in buffer-local variables. (Fkill_all_local_variables): Don't re-create&re-set permanent buffer-local variables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 10 Dec 2007 03:47:46 +0000
parents 2fb17842cf3e
children ef85b8e65f9f
comparison
equal deleted inserted replaced
87217:b158ddb21552 87218:409f76c92cb2
1 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
4 manipulating the backtrace manually.
5 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
6 (struct backtrace, backtrace_list): Remove.
7 (command_loop_1): Remove dead var `no_direct'.
8
9 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
10 preserve non-built-in buffer-local variables.
11 (Fkill_all_local_variables): Don't re-create&re-set permanent
12 buffer-local variables.
13
1 2007-12-09 Juri Linkov <juri@jurta.org> 14 2007-12-09 Juri Linkov <juri@jurta.org>
2 15
3 * buffer.c (Frename_buffer): Change interactive spec from "s" to 16 * buffer.c (Frename_buffer): Change interactive spec from "s" to
4 Lisp code that uses `read-buffer' with current buffer as default. 17 Lisp code that uses `read-buffer' with current buffer as default.
5 18