comparison ChangeLog @ 85890:d505125b0b46

2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> * viper-ex.el (viper-ex): do not ignore the region. * viper-cmd.el (viper-prev-destructive-command) (viper-insert-prev-from-insertion-ring): use ring-copy instead of copy-sequence. * ediff-util.el (ediff-make-current-diff-overlay): do not use face-name. Got rid of ediff-copy-list. * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): do not use face-name. (ediff-test-utility,ediff-diff-mandatory-option) (ediff-reset-diff-options): removed to simplify yhe mandatory option handling on windows. (ediff-set-diff-options): added. (ediff-diff-options): changed. * ediff-vers.el (ediff-vc-internal): use ediff-vc-revision-other-window. (ediff-vc-merge-internal): use ediff-vc-revision-other-window and ediff-vc-working-revision. Require vc-hooks.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 02 Nov 2007 06:03:12 +0000
parents 287a1b3906f8
children 09ca3d882222
comparison
equal deleted inserted replaced
85889:683a6a9e56ab 85890:d505125b0b46
1 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * viper-ex.el (viper-ex): do not ignore the region.
4
5 * viper-cmd.el (viper-prev-destructive-command)
6 (viper-insert-prev-from-insertion-ring): use ring-copy instead of
7 copy-sequence.
8
9 * ediff-util.el (ediff-make-current-diff-overlay): do not use face-name.
10 Got rid of ediff-copy-list.
11
12 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): do not
13 use face-name.
14 (ediff-test-utility,ediff-diff-mandatory-option)
15 (ediff-reset-diff-options): removed to simplify yhe mandatory option
16 handling on windows.
17 (ediff-set-diff-options): added.
18 (ediff-diff-options): changed.
19
20 * ediff-vers.el (ediff-vc-internal): use ediff-vc-revision-other-window.
21 (ediff-vc-merge-internal): use ediff-vc-revision-other-window and
22 ediff-vc-working-revision.
23 Require vc-hooks.
24
1 2007-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 25 2007-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 26
3 * configure.in: Remove HAVE_X11R5 check. 27 * configure.in: Remove HAVE_X11R5 check.
4 28
5 2007-10-31 Glenn Morris <rgm@gnu.org> 29 2007-10-31 Glenn Morris <rgm@gnu.org>