diff --git a/leim/ChangeLog b/leim/ChangeLog index 4d6603afe6f..988575249e0 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,10 @@ +2005-03-18 handa + + * quail/thai.el (quail-thai-update-translation): Delete it. + (thai-generate-quail-map): Generate is simple map. + ("thai-kesmanee"): Don't use quail-thai-update-translation. + (thai-generate-quail-map): Likewise. + 2005-03-15 Kenichi Handa * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout. diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 69eabeada0d..bcd076aae7a 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -3,6 +3,9 @@ ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2005 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H14PRO021 ;; Author: Kenichi HANDA ;; Naoto TAKAHASHI diff --git a/lisp/language/thai.el b/lisp/language/thai.el index b8577a84b7c..6b5df5c08b6 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el @@ -2,6 +2,9 @@ ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. +;; Copyright (C) 2005 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H14PRO021 ;; Keywords: multilingual, Thai diff --git a/src/ChangeLog b/src/ChangeLog index 83c4401be27..a6604874e82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-03-17 Kenichi Handa + + * coding.c (syms_of_coding): Docstring of coding-category-list + fixed. + 2005-03-17 Stefan Monnier * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]: