Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4294:01a2c678e91f | 4295:eded49463f9a |
---|---|
1 2007-11-29 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule/mule-coding.el (make-8-bit-generate-helper): | |
4 Don't use 128 as a magic constant, instead make a let-binding to | |
5 in in the eval-when-compile clause, and pass that bound value | |
6 through to the run-time code. Fixes a bug where the compile-time | |
7 and run-time code didn't share this value. | |
8 * mule/mule-coding.el (make-8-bit-coding-system): | |
9 Mark the coding systems created by this code as such, for the sake | |
10 of automated testing of their round-trip compatibility. | |
11 | |
1 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> | 12 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * simple.el: | 14 * simple.el: |
4 * simple.el (xemacs-default-composefunc-dont-nag): New. | 15 * simple.el (xemacs-default-composefunc-dont-nag): New. |
5 Variable to be bound when using the xemacs-default-composefunc | 16 Variable to be bound when using the xemacs-default-composefunc |