changeset 88489:9d7df41c61ec

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 13 May 2002 18:28:25 +0000
parents a64bb690ca28
children 9c3255b975cc
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 13 18:27:28 2002 +0000
+++ b/lisp/ChangeLog	Mon May 13 18:28:25 2002 +0000
@@ -1,5 +1,10 @@
 2002-05-13  Dave Love  <fx@gnu.org>
 
+	* international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
+	getting decoder.
+	(encoded-kbd-mode): Fix code for coding system type and
+	designations.
+
 	* international/mule-conf.el: Speling fixes.
 
 2002-05-13  Kenichi Handa  <handa@etl.go.jp>
--- a/src/ChangeLog	Mon May 13 18:27:28 2002 +0000
+++ b/src/ChangeLog	Mon May 13 18:28:25 2002 +0000
@@ -1,7 +1,13 @@
+2002-05-13  Dave Love  <fx@gnu.org>
+
+	* coding.c: Doc fixes.
+	(Fdefine_coding_system_alias): Use names, not symbols, in
+	coding-system-alist.
+
 2002-05-13  Kenichi Handa  <handa@etl.go.jp>
 
 	* fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
-	of calling free_reazlied_face.
+	of calling free_realized_face.
 
 2002-05-10  Yong Lu <lyongu@asia-infonet.com>