]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 17 Oct 2002 15:34:15 +0000 (15:34 +0000)
committerDave Love <fx@gnu.org>
Thu, 17 Oct 2002 15:34:15 +0000 (15:34 +0000)
lisp/ChangeLog
src/ChangeLog

index 0ac9421a6cb6897db2565e862b0eaa75de70e41d..6d507ee10f0865d0f113efd89877adc55a3ce829 100644 (file)
@@ -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
index 0d27a054e22ac06b97ae5acc31dab35519a116ec..8bad13f10de1e140624be5b353f4a22cd69ab316 100644 (file)
@@ -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.