# HG changeset patch # User Dave Love # Date 1034868855 0 # Node ID a074067912736e9b13ea8b9db3029575463497dc # Parent 3eb5b2a7e514f85c141a9df7141d44526ea49021 *** empty log message *** diff -r 3eb5b2a7e514 -r a07406791273 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 17 15:33:42 2002 +0000 +++ b/lisp/ChangeLog Thu Oct 17 15:34:15 2002 +0000 @@ -1,3 +1,20 @@ +2002-10-17 Dave Love + + * international/mule-diag.el (non-iso-charset-alist): Add koi8-u. + + * international/code-pages.el (cp-make-translation-table): Use + ucs-mule-to-mule-unicode. + (cp-fix-safe-chars): Fix typo. + (non-iso-charset-alist): Don't define. + (cp-make-coding-system): Use utf-8-translation-table-for-decode. + Define translation-table-for-input. + (cp866): Reinstate. + (alternativnj): Don't define alias. + (koi8-u): Deleted. + + * language/european.el ("Slovenian"): Use slovenian input-method. + (encode-mac-roman): Use ucs-mule-to-mule-unicode. + 2002-10-17 Dave Love * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix diff -r 3eb5b2a7e514 -r a07406791273 src/ChangeLog --- a/src/ChangeLog Thu Oct 17 15:33:42 2002 +0000 +++ b/src/ChangeLog Thu Oct 17 15:34:15 2002 +0000 @@ -1,3 +1,7 @@ +2002-10-17 Dave Love + + * Makefile.in (TEMACS_LDFLAGS): Add trailing comment. + 2002-10-16 Richard M. Stallman * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.