comparison src/ChangeLog @ 3393:96ec8f16af45

[xemacs-hg @ 2006-05-11 08:57:59 by stephent] Improve detection of ISO-8-1 coding systems. <874pzx2bn2.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 11 May 2006 08:58:01 +0000
parents 639cdee384e4
children a1f50481569f
comparison
equal deleted inserted replaced
3392:824c3c18a129 3393:96ec8f16af45
1 2006-02-27 Joachim Schrod <jschrod@acm.org>
2
3 * mule-coding.c (iso2022_detect): Handle Latin-1 encoded files
4 that have several high-byte chars in a row.
5
1 2006-05-08 Jerry James <james@xemacs.org> 6 2006-05-08 Jerry James <james@xemacs.org>
2 7
3 * number.c (Fcanonicalize_number): Use EMACS_INT instead of int, 8 * number.c (Fcanonicalize_number): Use EMACS_INT instead of int,
4 which fixes bignum arithmetic on 64-bit platforms. 9 which fixes bignum arithmetic on 64-bit platforms.
5 * number.h (bignum_fits_emacs_int_p): New macro. 10 * number.h (bignum_fits_emacs_int_p): New macro.