aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Kifer <[email protected]>2007-11-02 06:03:12 +0000
committerMichael Kifer <[email protected]>2007-11-02 06:03:12 +0000
commit33468a59c6b42e489bc8ae147c43818d8b76a2a7 (patch)
tree22f2abf83551c006bcc231dcb890e1dac202f48c /ChangeLog
parent246a4316dea32514edf84e9e2552627327149160 (diff)
2007-11-02 Michael Kifer <[email protected]>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd23fce5da..7778b5364e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2007-11-02 Michael Kifer <[email protected]>
+
+ * 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.
+
2007-11-01 Jan Dj,Ad(Brv <[email protected]>
* configure.in: Remove HAVE_X11R5 check.