aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2008-06-03 04:59:48 +0000
committerKenichi Handa2008-06-03 04:59:48 +0000
commit8e6276cbbdb0ca915b383a1ea7cee25bda39b713 (patch)
tree72294f7a9eb2bb658d134eb3052c9f97b25c67de
parent9e608b206dfa50597727655fcbf11091d2579155 (diff)
downloademacs-8e6276cbbdb0ca915b383a1ea7cee25bda39b713.tar.gz
emacs-8e6276cbbdb0ca915b383a1ea7cee25bda39b713.zip
(ELCFILES): Add $(lisp)/language/hanja-util.elc.
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/Makefile.in1
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc455313a02..de57acf56b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12008-06-03 Kenichi Handa <handa@m17n.org>
2
3 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
4
52008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
6
7 * language/hanja-util.el: New file.
8
12008-06-03 Glenn Morris <rgm@gnu.org> 92008-06-03 Glenn Morris <rgm@gnu.org>
2 10
3 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like): 11 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
@@ -84,6 +92,10 @@
84 92
852008-05-30 Kenichi Handa <handa@m17n.org> 932008-05-30 Kenichi Handa <handa@m17n.org>
86 94
95 * international/mule-conf.el (utf-8-with-signature): Renamed from
96 utf-8-sig.
97 (utf-8-auto): Adjusted for the above change.
98
87 * international/mule-diag.el (describe-font): Don't check fontset 99 * international/mule-diag.el (describe-font): Don't check fontset
88 here, and just call font-info. Get the default font by from the 100 here, and just call font-info. Get the default font by from the
89 default face. 101 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 = \
707 $(lisp)/language/indian.elc \ 707 $(lisp)/language/indian.elc \
708 $(lisp)/language/japan-util.elc \ 708 $(lisp)/language/japan-util.elc \
709 $(lisp)/language/korea-util.elc \ 709 $(lisp)/language/korea-util.elc \
710 $(lisp)/language/hanja-util.elc \
710 $(lisp)/language/lao-util.elc \ 711 $(lisp)/language/lao-util.elc \
711 $(lisp)/language/thai-util.elc \ 712 $(lisp)/language/thai-util.elc \
712 $(lisp)/language/thai-word.elc \ 713 $(lisp)/language/thai-word.elc \