]> git.eshelyaron.com Git - emacs.git/commitdiff
Move entries to the correct file and fix format.
authorGlenn Morris <rgm@gnu.org>
Sun, 22 Nov 2009 19:53:21 +0000 (19:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 22 Nov 2009 19:53:21 +0000 (19:53 +0000)
doc/misc/ChangeLog
lisp/ChangeLog

index 00038eec4917d484b5601bd4c09f7e85789f2223..8d5dcc09a0bde1fa6248a4ae5cd5ce8e16e45187 100644 (file)
@@ -1,22 +1,3 @@
-2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
-       
-       * viper-cmd.el: use viper-last-command-char instead of
-       last-command-char/last-command-event.
-       (viper-prefix-arg-value): do correct conversion of event-char for
-       XEmacs.
-       
-       * viper-util.el, viper.el: use viper-last-command-char instead of
-       last-command-char/last-command-event.
-
-       * ediff-init.el, ediff-mult.el, ediff-util.el: relpace
-       last-command-char and last-command-event with (ediff-last-command-char) everywhere.
-       
-       * ediff-vers.el (ediff-rcs-get-output-buffer): make sure the buffer is
-       created in fundamental mode.
-       
-       * ediff.el (ediff-version): revert the change of interactive-p to
-       called-interactively-p.
-       
 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc.texi (Radix modes): Discuss alternate bases for two's complement
index 896af36f0606649d17d81344e5c16d5de091a7f4..121cf193967b5aee1584d6505208b3c7c8cacab4 100644 (file)
@@ -1,3 +1,23 @@
+2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * emulation/viper-cmd.el: Use viper-last-command-char instead of
+       last-command-char/last-command-event.
+       (viper-prefix-arg-value): Do correct conversion of event-char for
+       XEmacs.
+
+       * emulation/viper-util.el, emulation/viper.el: Use
+       viper-last-command-char instead of last-command-char/last-command-event.
+
+       * ediff-init.el, ediff-mult.el, ediff-util.el: Replace
+       last-command-char and last-command-event with (ediff-last-command-char)
+       everywhere.
+
+       * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
+       created in fundamental mode.
+
+       * ediff.el (ediff-version): Revert the change of interactive-p to
+       called-interactively-p.
+
 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
 
        * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
 
 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper-cmd.el (viper-insert-isearch-string): New function.
+       * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
        (viper-if-string): Redefine C-s in the minibuffer to insert the last
        incremental search string.