diff lisp/ChangeLog @ 36043:5d6b76d28b83

2001-02-12 Michael Kifer <kifer@cs.sunysb.edu> * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks for remote files. (ediff-coding-system-for-read): replaced the no-conversion default with raw-text. * ediff-init.el: Removed :version from defcustom vars. * ediff-util.el (ediff-compute-custom-diffs-maybe): Better handling of the diff mode * ediff.texi: Added ediff-coding-system-for-read. * viper.texi: typos
author Michael Kifer <kifer@cs.stonybrook.edu>
date Mon, 12 Feb 2001 08:47:13 +0000
parents e3b6218812b0
children bb49f3a3ce34
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 11 21:31:57 2001 +0000
+++ b/lisp/ChangeLog	Mon Feb 12 08:47:13 2001 +0000
@@ -1,3 +1,19 @@
+2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
+	
+	* ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
+	for remote files.
+	(ediff-coding-system-for-read): replaced the no-conversion default
+	with raw-text.
+	
+	* ediff-init.el: Removed :version from defcustom vars.
+	
+	* ediff-util.el (ediff-compute-custom-diffs-maybe): Better
+	handling of the diff mode
+	
+	* ediff.texi: Added ediff-coding-system-for-read.
+	
+	* viper.texi: Typos
+	
 2001-02-11  Dave Love  <fx@gnu.org>
 
 	* shadowfile.el: Doc fixes.