aboutsummaryrefslogtreecommitdiffstats
path: root/leim/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-03-17 21:30:20 -0700
committerPaul Eggert2013-03-17 21:30:20 -0700
commit982efbcdc4b44d595743cf9085ad64731417cde3 (patch)
treee3cd03529909cb4fde00c06b2a27d273f73a9e9a /leim/ChangeLog
parent2fcc7665107849677e6803b54cc7c668c0bcbd24 (diff)
downloademacs-982efbcdc4b44d595743cf9085ad64731417cde3.tar.gz
emacs-982efbcdc4b44d595743cf9085ad64731417cde3.zip
Automate the build of ja-dic.el.
ja-dic.el no longer needs to be in the repository: it's now generated as part of the build from bzr. Also, update SKK-JISYO.L to match the upstream source exactly. * .bzrignore: Add leim/ja-dic/. * leim/ja-dic/ja-dic.el: Remove from repository. It is still distributed as part of the Emacs tarball. * leim/Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule. (compile-main): Depend on it. * leim/SKK-DIC/README: Update to reflect new build procedure. * leim/SKK-DIC/SKK-JISYO.L: Update to match source exactly. This is now the annotated version, to match the upstream file name; the unannotated one is built from it automatically. * lisp/international/ja-dic-cnv.el (skkdic-convert): Remove the annotations from the input, rather than assume that it's been done for us by the SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put the current date into a ja-dic.el comment, as that complicates regression testing. Fixes: debbugs:13984
Diffstat (limited to 'leim/ChangeLog')
-rw-r--r--leim/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 47f22ecfb53..8ddecb53169 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,18 @@
12013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Automate the build of ja-dic.el (Bug#13984).
4 ja-dic.el no longer needs to be in the repository: it's now
5 generated as part of the build from bzr. Also, update SKK-JISYO.L to
6 match the upstream source exactly.
7 * ja-dic/ja-dic.el: Remove from repository. It is still distributed
8 as part of the Emacs tarball.
9 * Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule.
10 (compile-main): Depend on it.
11 * SKK-DIC/README: Update to reflect new build procedure.
12 * SKK-DIC/SKK-JISYO.L: Update to match source exactly.
13 This is now the annotated version, to match the upstream file name;
14 the unannotated one is built from it automatically.
15
12013-03-16 Stefan Monnier <monnier@iro.umontreal.ca> 162013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * quail/latin-ltx.el: Resolve conflicts (bug#13950). 18 * quail/latin-ltx.el: Resolve conflicts (bug#13950).