aboutsummaryrefslogtreecommitdiffstats
path: root/leim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add file missing from last commit.Nguyen Thai Ngoc Duy2012-06-121-0/+305
|
* New input method vietnamese-vni.Nguyen Thai Ngoc Duy2012-06-121-0/+4
| | | | | | * leim/quail/vnvi.el: New file. Fixes: debbugs:11660
* Remove leim/Makefile.in's SUBDIRSGlenn Morris2012-05-212-15/+17
| | | | | | | | | | | It isn't necessary given MKDIR_P, and I have some vague memory that the time-stamping was causing unncessary re-dumping in some instance. * leim/Makefile.in (SUBDIRS): Remove variable and rule. (MKDIR_P): Add it back. (all, changed.tit, changed.misc, leim-list.el): Don't depend on SUBDIRS. (changed.tit, changed.misc): Ensure output directory exists. (distclean): Don't use SUBDIRS.
* Let the top-level Makefile install leimGlenn Morris2012-05-212-52/+4
| | | | | | | | | | | * Makefile.in (leimdir): New, set by configure. (COPYDIR, COPYDESTS): Add leim directories. (install-leim): Remove. (install-arch-indep): Handle leim installation directly. * leim/Makefile.in (install): Remove, let top-level do it. (version, prefix, datarootdir, datadir, ns_appresdir, leimdir): (MKDIR_P, GZIP_PROG): Remove, no longer used.
* Rename LEIM_INSTALLDIR to leimdir, treat consistently with lispdirGlenn Morris2012-05-212-21/+23
| | | | | | | | * configure.in (LEIM_INSTALLDIR): Rename to leimdir, treat like lispdir. * leim/Makefile.in (install_prefix): Remove. (LEIM_INSTALLDIR): Rename to leimdir. (install): Update for this change.
* Command substitution already runs in a subshellGlenn Morris2012-05-202-3/+7
| | | | | | | | | * Makefile.in (install-arch-indep, install-doc, install-info, uninstall): * leim/Makefile.in (leim-list.el, install): * lib-src/Makefile.in (insrcdir, $(DESTDIR)${archlibdir}): * lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs): * test/automated/Makefile.in (setwins): Scrap superfluous subshells.
* CommentsGlenn Morris2012-05-191-1/+3
|
* * Makefile.in (leim): No need to set PARALLEL.Glenn Morris2012-05-181-1/+8
| | | | | | This predates the use of changed.misc etc to serialize the leim build. The leim Makefile used to set .NO_PARALLEL/.NOTPARALLEL for the same reason, but has not done so for many years.
* Don't use build-aux/install-sh -d directlyGlenn Morris2012-05-112-3/+8
| | | | | | | | * leim/Makefile.in (MKDIR_P): New, set by configure. (install): Use $MKDIR_P. * lib-src/Makefile.in (MKDIR_P): New, set by configure. ($(DESTDIR)${archlibdir}): Use $MKDIR_P.
* Install self-contained ns leim files directly to their final destinationGlenn Morris2012-05-092-25/+29
| | | | | | | | | | | | This is instead of installing them first in one place, then moving them. It also fixes the previous change, which was incorrect for the -disable-ns-self-contained case. * configure.in (LEIM_INSTALLDIR): New output variable. * leim/Makefile.in: (install_prefix): New. (LEIM_INSTALLDIR): New, set by configure. (install): Use LEIM_INSTALLDIR.
* Simply leim install rule for ns caseGlenn Morris2012-05-092-6/+10
| | | | | * leim/Makefile.in (MV_DIRS): Remove. (install): Simplify the --with-ns case.
* Rename leim/Makefile's BUILT_EMACS to EMACSGlenn Morris2012-04-092-3/+6
| | | | | | | | * leim/Makefile.in (EMACS): Rename from BUILT_EMACS. (RUN_EMACS, compile-main): Update for this change. * src/Makefile.in ($(leimdir)/leim-list.el): Pass EMACS rather than BUILT_EMACS.
* Small leim/Makefile.in simplificationGlenn Morris2012-04-092-6/+7
| | | | | | * leim/Makefile.in (../src/emacs): Remove this rule, no longer relevant since leim distributed with Emacs (eg lisp/ has no such rule). (all): Remove $BUILT_EMACS dependence.
* ChangeLog fixGlenn Morris2012-04-091-1/+2
|
* Comment out debugging messages when compiling latin-ltx.el.Eli Zaretskii2012-04-092-1/+7
| | | | | leim/quail/latin-ltx.el (latin-ltx--define-rules): Comment out debugging messages.
* Make leim/Makefile compute the list of .el files like lisp/MakefileGlenn Morris2012-04-082-100/+79
| | | | | | | | | | | | | | | | | | * leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC): Make them store the .el files rather than the .elc files. (NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB) (CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE) (LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN) (OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC): Remove variables listing the non-generated .el files. (.el.elc): Add explicit load-path for quail. (all): Depend on compile-main rule rather than $WORLD. (changed.tit, changed.misc): Also depend on $SUBDIRS. (leim-list.el): Don't depend on changed.tit or changed.misc. Remove unnecessary compilation check. (setwins, compile-targets, compile-main): New. (clean, mostlyclean): Update for change in TIT_MISC contents. (bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
* * leim/quail/latin-ltx.el: Auto-generate some of the entries.Stefan Monnier2012-04-082-448/+200
| | | | | | (latin-ltx--ascii-p): New function. (latin-ltx--define-rules): New macro. (define-rules): Use it.
* Fix parallel "make install" on MS-Windows.Eli Zaretskii2012-03-252-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | nt/makefile.w32-in (install-bin): Don't copy addpm.exe here. Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping on other (parallel) Make job's toes. (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'. (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe here. (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend on create-tmp-dist-dir. nt/nmake.defs (DIRNAME): New variable. (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst. nt/gmake.defs (DIRNAME): New variable. (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid conflicts between several (parallel) Make jobs. lisp/makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping on other (parallel) Make job's toes. leim/makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
* quail/indian.el ("devanagari-itrans"): Add a few more useful keys (Bug#10935).Kenichi Handa2012-03-212-0/+10
|
* * leim/quail/indian.el (telugu-inscript): Fix typo.Kenichi Handa2012-03-152-1/+5
| | | | Fixes: debbugs:10936
* * cyrillic.el (bulgarian-alt-phonetic): New input method. (tiny change)Йордан Миладинов2012-03-132-0/+78
| | | | Fixes: debbugs:10893
* Spelling fixes.Paul Eggert2012-03-122-9/+9
|
* Update the Persian input methods.Mohsen BANAN2012-03-092-81/+308
| | | | | | | | | leim/quail/persian.el: Update which includes: (1) full compliance to ISIRI-6219, forbiden characters were eliminated and missing characters were added; (2) layer 3 of ISIRI-9147 is now implemented with a '\' prefix; (3) double entry of characters which were postfixed with 'h' is now supported; (4) lots of comment and additional pointers have been added.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0535-35/+35
|
* Spelling fixes.Paul Eggert2011-12-302-5/+5
|
* Spelling fixes.Paul Eggert2011-12-182-2/+2
|
* Spelling fixes.Paul Eggert2011-12-151-1/+1
|
* Fix Ethiopic related codes for deleted variables and functions.Kenichi Handa2011-12-152-1/+6
|
* Spelling fixes.Paul Eggert2011-12-054-6/+6
|
* Spelling fixes.Paul Eggert2011-12-042-4/+4
|
* Fix typos.Juanma Barranquero2011-11-301-1/+1
|
* Spelling fixes.Paul Eggert2011-11-242-4/+4
|
* Spelling fixes.Paul Eggert2011-11-222-2/+2
|
* Fix typos.Juanma Barranquero2011-11-206-5/+9
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-3/+3
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-171-1/+1
|
* Fix typos.Juanma Barranquero2011-11-161-1/+1
|
* Fix typos.Juanma Barranquero2011-11-152-2/+2
|
* Spelling fixes.Paul Eggert2011-11-144-20/+20
|
* Spelling fixes.Paul Eggert2011-11-131-1/+1
|
* Spelling fixes.Paul Eggert2011-11-081-1/+1
|
* * lisp/mpc.el (mpc-tool-bar-map): Add labels.Stefan Monnier2011-10-041-62/+62
|
* Improve tamil-itrans input method.Kenichi Handa2011-09-272-1/+187
|
* Merge from trunk.Paul Eggert2011-09-061-1/+1
|\
* \ Merge from trunk.Paul Eggert2011-09-034-2/+62
|\ \ | |/
| * * leim/quail/latin-ltx.el: Complete the super and subscript letters.Stefan Monnier2011-08-292-1/+54
| |
| * Add missing file to leim/Makefile.Glenn Morris2011-08-203-0/+7
| | | | | | | | | | * leim/Makefile.in (OTHERS): * leim/makefile.w32-in (MISC): Add ipa-praat.elc.
* | Add Bug#.Paul Eggert2011-07-251-1/+1
| |