From 8e6276cbbdb0ca915b383a1ea7cee25bda39b713 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 3 Jun 2008 04:59:48 +0000 Subject: [PATCH] (ELCFILES): Add $(lisp)/language/hanja-util.elc. --- lisp/ChangeLog | 12 ++++++++++++ lisp/Makefile.in | 1 + 2 files changed, 13 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc455313a02..de57acf56b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-06-03 Kenichi Handa + + * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc. + +2008-06-03 Jihyun Cho + + * language/hanja-util.el: New file. + 2008-06-03 Glenn Morris * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like): @@ -84,6 +92,10 @@ 2008-05-30 Kenichi Handa + * international/mule-conf.el (utf-8-with-signature): Renamed from + utf-8-sig. + (utf-8-auto): Adjusted for the above change. + * international/mule-diag.el (describe-font): Don't check fontset here, and just call font-info. Get the default font by from the default face. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3d342d1636e..b92024e7242 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -707,6 +707,7 @@ ELCFILES = \ $(lisp)/language/indian.elc \ $(lisp)/language/japan-util.elc \ $(lisp)/language/korea-util.elc \ + $(lisp)/language/hanja-util.elc \ $(lisp)/language/lao-util.elc \ $(lisp)/language/thai-util.elc \ $(lisp)/language/thai-word.elc \ -- 2.39.2