emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Mon, 10 Dec 2007 03:47:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/12/10 03:47:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6036
retrieving revision 1.6037
diff -u -b -r1.6036 -r1.6037
--- ChangeLog   9 Dec 2007 23:49:15 -0000       1.6036
+++ ChangeLog   10 Dec 2007 03:47:46 -0000      1.6037
@@ -1,3 +1,16 @@
+2007-12-10  Stefan Monnier  <address@hidden>
+
+       * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
+       manipulating the backtrace manually.
+       (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
+       (struct backtrace, backtrace_list): Remove.
+       (command_loop_1): Remove dead var `no_direct'.
+
+       * buffer.c (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.
+
 2007-12-09  Juri Linkov  <address@hidden>
 
        * buffer.c (Frename_buffer): Change interactive spec from "s" to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]