Mercurial > emacs
changeset 88865:c1208a69d9c7
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Jul 2002 10:29:18 +0000 |
parents | d9795fd5a98f |
children | 012c455849bf |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 17 10:26:50 2002 +0000 +++ b/src/ChangeLog Wed Jul 17 10:29:18 2002 +0000 @@ -1,5 +1,12 @@ 2002-07-17 Dave Love <fx@gnu.org> + * fns.c: Move coding.h. + (Qcodeset, Qdays, Qmonths): New. + (concat): Use CHARACTERP instead of INTERGERP. + (Flocale_codeset): Deleted. + (Flanginfo): New function. + (syms_of_fns): Changed accordingly. + * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup. 2002-07-16 Dave Love <fx@gnu.org>