diff options
author | Miles Bader <miles@gnu.org> | 2004-07-06 02:57:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-07-06 02:57:15 +0000 |
commit | 094194de121c8b93c7b183182cb0853ec54fe1aa (patch) | |
tree | 1f547e97064f160344acc2e97efbd727636b7255 /leim | |
parent | f3265da9821318b9b06c641a8a8d4a3380d4039b (diff) | |
parent | 8e975df9c8dee54225ebc71ccf7a7746e05fae2d (diff) | |
download | emacs-094194de121c8b93c7b183182cb0853ec54fe1aa.tar.gz |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-22
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-431
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-441
Update from CVS
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 10 | ||||
-rw-r--r-- | leim/Makefile.in | 6 | ||||
-rw-r--r-- | leim/quail/greek.el | 2 |
3 files changed, 18 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 33440199708..146bc897098 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,13 @@ +2004-07-01 David Kastrup <dak@gnu.org> + + * quail/greek.el ("((") ("))"): add quotation mark shorthands. + +2004-06-30 Andreas Schwab <schwab@suse.de> + + * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to + serialize parallel builds. + (${MISC:.elc=.el}): Depend on changed.misc. + 2004-06-05 Kenichi Handa <handa@m17n.org> * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the diff --git a/leim/Makefile.in b/leim/Makefile.in index 1c13ff0613b..daa5b550cf2 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -174,6 +174,9 @@ TIT-SOURCES= \ ${srcdir}/CXTERM-DIC/TONEPY.tit \ ${srcdir}/CXTERM-DIC/ZOZY.tit +${CHINESE-TIT:.elc=.el}: changed.tit + @true + changed.tit: ${TIT-SOURCES} ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \ @@ -187,6 +190,9 @@ MISC-SOURCES= \ ${srcdir}/MISC-DIC/pinyin.map \ ${srcdir}/MISC-DIC/ziranma.cin +${MISC:.elc=.el}: changed.misc + @true + changed.misc: ${MISC-SOURCES} ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \ diff --git a/leim/quail/greek.el b/leim/quail/greek.el index a0c75df5d4b..2055962c722 100644 --- a/leim/quail/greek.el +++ b/leim/quail/greek.el @@ -485,6 +485,8 @@ nil t t nil nil nil nil nil nil nil t) ("\"" ?,A((B) ; dialytika ("|" ?$,1&Z(B) ; ypogegrammeni ("''" ?$,1q}(B) ; koronis + ("((" ?,A+(B) ; #x00ab + ("))" ?,A;(B) ; #x00bb ("A" ?$,1&q(B) ("B" ?$,1&r(B) |