Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4295:eded49463f9a
[xemacs-hg @ 2007-11-29 13:37:51 by aidan]
Add round-trip tests for my fixed-width-8-bit CCL coding systems, fix a bug
with them, take out some inadvertant debugging code of mine from mule-ccl.c.
author | aidan |
---|---|
date | Thu, 29 Nov 2007 13:38:21 +0000 |
parents | bea04dade8af |
children | 27150c937a22 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 28 22:51:17 2007 +0000 +++ b/lisp/ChangeLog Thu Nov 29 13:38:21 2007 +0000 @@ -1,3 +1,14 @@ +2007-11-29 Aidan Kehoe <kehoea@parhasard.net> + + * mule/mule-coding.el (make-8-bit-generate-helper): + Don't use 128 as a magic constant, instead make a let-binding to + in in the eval-when-compile clause, and pass that bound value + through to the run-time code. Fixes a bug where the compile-time + and run-time code didn't share this value. + * mule/mule-coding.el (make-8-bit-coding-system): + Mark the coding systems created by this code as such, for the sake + of automated testing of their round-trip compatibility. + 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> * simple.el: