aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorMichael Kifer2009-11-22 03:14:14 +0000
committerMichael Kifer2009-11-22 03:14:14 +0000
commit433d9ace74fbd35205c06bcef487bd3e5d41e6bb (patch)
treea7d85bd9038bbc883093b9a830980723b4639b03 /doc/misc/ChangeLog
parent5ea5dbc9255d4abf0e2ab727167a2c9ba9c11076 (diff)
downloademacs-433d9ace74fbd35205c06bcef487bd3e5d41e6bb.tar.gz
emacs-433d9ace74fbd35205c06bcef487bd3e5d41e6bb.zip
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.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 8d5dcc09a0b..00038eec491 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,22 @@
12009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * viper-cmd.el: use viper-last-command-char instead of
4 last-command-char/last-command-event.
5 (viper-prefix-arg-value): do correct conversion of event-char for
6 XEmacs.
7
8 * viper-util.el, viper.el: use viper-last-command-char instead of
9 last-command-char/last-command-event.
10
11 * ediff-init.el, ediff-mult.el, ediff-util.el: relpace
12 last-command-char and last-command-event with (ediff-last-command-char) everywhere.
13
14 * ediff-vers.el (ediff-rcs-get-output-buffer): make sure the buffer is
15 created in fundamental mode.
16
17 * ediff.el (ediff-version): revert the change of interactive-p to
18 called-interactively-p.
19
12009-11-22 Jay Belanger <jay.p.belanger@gmail.com> 202009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2 21
3 * calc.texi (Radix modes): Discuss alternate bases for two's complement 22 * calc.texi (Radix modes): Discuss alternate bases for two's complement