diff src/ChangeLog @ 3638:305157cf3ebb

[xemacs-hg @ 2006-10-27 19:07:32 by aidan] Deal with buffer-reversion with non-binary coding better; update fileio.c comment from Ben.
author aidan
date Fri, 27 Oct 2006 19:07:47 +0000
parents 91950589598c
children 24b58b2d56ab
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 26 21:50:59 2006 +0000
+++ b/src/ChangeLog	Fri Oct 27 19:07:47 2006 +0000
@@ -1,3 +1,10 @@
+2006-10-27  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* fileio.c (Finsert_file_contents_internal) : Clarify that we
+	follow a more correct but more expensive design for buffers where
+	the on-disk representation doesn't correspond directly to the
+	XEmacs internal representation. 
+
 2006-08-29  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* eval.c (Fcatch): Correct syntax of `throw' in docstring.