From: Glenn Morris Date: Sun, 22 Nov 2009 19:53:21 +0000 (+0000) Subject: Move entries to the correct file and fix format. X-Git-Tag: emacs-pretest-23.1.90~272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=953e0c1a83cddff3b392b060df6b9ee7664b1658;p=emacs.git Move entries to the correct file and fix format. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 00038eec491..8d5dcc09a0b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,22 +1,3 @@ -2009-11-22 Michael Kifer - - * 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 * calc.texi (Radix modes): Discuss alternate bases for two's complement diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 896af36f060..121cf193967 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2009-11-22 Michael Kifer + + * 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 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map @@ -6006,7 +6026,7 @@ 2009-08-15 Michael Kifer - * 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.