comparison doc/misc/ChangeLog @ 106195:c85d813ab76e

Move entries to the correct file and fix format.
author Glenn Morris <rgm@gnu.org>
date Sun, 22 Nov 2009 19:53:21 +0000
parents a2ee981efbec
children 99056f788a09
comparison
equal deleted inserted replaced
106194:95389cbb5f73 106195:c85d813ab76e
1 2009-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
20 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com> 1 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
21 2
22 * calc.texi (Radix modes): Discuss alternate bases for two's complement 3 * calc.texi (Radix modes): Discuss alternate bases for two's complement
23 notations. 4 notations.
24 5