changeset 47914:a07406791273

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 17 Oct 2002 15:34:15 +0000
parents 3eb5b2a7e514
children f1ce118178c3
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <fx@gnu.org>
+
+	* 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  <fx@gnu.org>
 
 	* language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
--- 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  <fx@gnu.org>
+
+	* Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
+
 2002-10-16  Richard M. Stallman  <rms@gnu.org>
 
 	* fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.