]> git.eshelyaron.com Git - emacs.git/commitdiff
(ELCFILES): Add $(lisp)/language/hanja-util.elc.
authorKenichi Handa <handa@m17n.org>
Tue, 3 Jun 2008 04:59:48 +0000 (04:59 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 3 Jun 2008 04:59:48 +0000 (04:59 +0000)
lisp/ChangeLog
lisp/Makefile.in

index cc455313a021ca5aa1f4630c91c34c354c0f53a5..de57acf56b69ee5f5f1894d72f9e0ac38cec9b7d 100644 (file)
@@ -1,3 +1,11 @@
+2008-06-03  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
+
+2008-06-03 Jihyun Cho  <jihyun.jo@gmail.com>
+
+       * language/hanja-util.el: New file.
+
 2008-06-03  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
 
 2008-05-30  Kenichi Handa  <handa@m17n.org>
 
+       * 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.
index 3d342d1636ee0e47bc143144ce2226c194426264..b92024e724278ee144c9e3e4a69a4c94ad01e2b5 100644 (file)
@@ -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 \