aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2011-12-15 16:50:05 +0900
committerKenichi Handa <[email protected]>2011-12-15 16:50:05 +0900
commit5fc1c122ccc781fb93dd81aacac368ac7bd973e6 (patch)
tree54436e57cec7dea500d3dce22841ad81c04f0966 /lisp/ChangeLog
parent100d5755ed82e6c47833a3559fb0a154381d5afd (diff)
Fix Ethiopic related codes for deleted variables and functions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb412197f3..e718222e01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-15 Kenichi Handa <[email protected]>
+
+ * language/ethio-util.el: Change coding tag to utf-8-emacs.
+ (setup-ethiopic-environment-internal): Comment out key-binding for
+ ethio-toggle-punctuation.
+
2011-12-13 Alan Mackenzie <[email protected]>
Add the switch statement to AWK Mode.