diff doc/misc/ChangeLog @ 106192:a2ee981efbec

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.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sun, 22 Nov 2009 03:14:14 +0000
parents baf1843cbc25
children c85d813ab76e
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Sun Nov 22 02:19:23 2009 +0000
+++ b/doc/misc/ChangeLog	Sun Nov 22 03:14:14 2009 +0000
@@ -1,3 +1,22 @@
+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