aboutsummaryrefslogtreecommitdiffstats
path: root/leim/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-211-0/+9
| | | | | | | | | | | 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-211-0/+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-211-0/+4
| | | | | | | | * 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-201-0/+4
| | | | | | | | | * 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.
* Don't use build-aux/install-sh -d directlyGlenn Morris2012-05-111-0/+5
| | | | | | | | * 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-091-0/+6
| | | | | | | | | | | | 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-091-1/+6
| | | | | * leim/Makefile.in (MV_DIRS): Remove. (install): Simplify the --with-ns case.
* Rename leim/Makefile's BUILT_EMACS to EMACSGlenn Morris2012-04-091-0/+3
| | | | | | | | * 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-091-0/+6
| | | | | | * 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-091-0/+5
| | | | | 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-081-0/+20
| | | | | | | | | | | | | | | | | | * 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-081-0/+7
| | | | | | (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-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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-211-0/+5
|
* * leim/quail/indian.el (telugu-inscript): Fix typo.Kenichi Handa2012-03-151-0/+4
| | | | Fixes: debbugs:10936
* * cyrillic.el (bulgarian-alt-phonetic): New input method. (tiny change)Йордан Миладинов2012-03-131-0/+5
| | | | Fixes: debbugs:10893
* Spelling fixes.Paul Eggert2012-03-121-1/+1
|
* Update the Persian input methods.Mohsen BANAN2012-03-091-0/+9
| | | | | | | | | 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-051-1/+1
|
* Spelling fixes.Paul Eggert2011-12-181-1/+1
|
* Fix Ethiopic related codes for deleted variables and functions.Kenichi Handa2011-12-151-0/+5
|
* Spelling fixes.Paul Eggert2011-12-041-2/+2
|
* Fix typos.Juanma Barranquero2011-11-201-0/+4
|
* Fix typos.Juanma Barranquero2011-11-161-1/+1
|
* Fix typos.Juanma Barranquero2011-11-151-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-271-0/+14
|
* Merge from trunk.Paul Eggert2011-09-061-1/+1
|\
* \ Merge from trunk.Paul Eggert2011-09-031-1/+10
|\ \ | |/
| * * leim/quail/latin-ltx.el: Complete the super and subscript letters.Stefan Monnier2011-08-291-0/+4
| |
| * Add missing file to leim/Makefile.Glenn Morris2011-08-201-0/+5
| | | | | | | | | | * leim/Makefile.in (OTHERS): * leim/makefile.w32-in (MISC): Add ipa-praat.elc.
* | Add Bug#.Paul Eggert2011-07-251-1/+1
| |
* | Merge from trunk.Paul Eggert2011-07-251-1/+1
|\ \ | |/
* | Merge from gnulib, using build-aux to remove clutter.Paul Eggert2011-07-241-0/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m4/largefile.m4: New file, so that Emacs does not mess up when accessing files with large inode numbers in MacOS X 10.5 and later. * m4/nocrash.m4: New file, to avoid triggering background debugger and/or create core dumps during 'configure'. * build-aux/move-if-change: Renamed from move-if-change. * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h. * build-aux/snippet/c++defs.h: Renamed from c++defs.h. * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. * .bzrignore: The autogenerated files compile, config.guess, config.sub, depcomp, install-sh, and missing are now in build-aux. * Makefile.in (epaths-force, sync-from-gnulib): move-if-change is now in build-aux. (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite of gnulib's pthread_sigmask module, but Emacs doesn't need it. (mkdir): install-sh is now in build-aux. * config.bat: c++defs.h is now in build-aux/snippets. * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the usual parameter). * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved to build-aux/snippet. * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4: * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4: Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and Solaris, enables MacOS extensions, and enables nocrash during 'configure'. * make-dist: Adjust to new build-aux and build-aux/snippit dirs. * admin/notes/copyright: The files compile, config.guess, config.sub, depcomp, install-sh, missing, and move-if-change are now in the new build-aux subdirectory. The files arg-nonnull.h, c++defs.h, and warn-on-use.h are now in build-aux/snippets. New file build-aux/snippets/_Noreturn.h. * leim/Makefile.in (install): install-sh is now in build-aux. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved to build-aux. * msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves from top level to build-aux/snippet. * src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
* Improve and expand the Hebrew input methods.Yair Friedman2011-07-231-0/+7
| | | | | | | leim/quail/hebrew.el ("hebrew"): Additional key mappings. ("hebrew-new", "hebrew-lyx", "hebrew-full") ("hebrew-biblical-tiro", "hebrew-biblical-sil", "yiddish-royal") ("yiddish-keyman"): New input methods.
* * leim/SKK-DIC/SKK-JISYO.L: Add proper coding tag.Andreas Schwab2011-06-121-0/+10
| | | | | | | | | | | * leim/CXTERM-DIC/4Corner.tit, leim/CXTERM-DIC/ARRAY30.tit, * leim/CXTERM-DIC/CCDOSPY.tit, leim/CXTERM-DIC/ECDICT.tit, * leim/CXTERM-DIC/ETZY.tit, leim/CXTERM-DIC/PY-b5.tit, * leim/CXTERM-DIC/Punct-b5.tit, leim/CXTERM-DIC/Punct.tit, * leim/CXTERM-DIC/QJ-b5.tit, leim/CXTERM-DIC/QJ.tit, leim/CXTERM-DIC/SW.tit, * leim/CXTERM-DIC/TONEPY.tit, leim/CXTERM-DIC/ZOZY.tit: Likewise. * leim/MISC-DIC/cangjie-table.b5, leim/MISC-DIC/cangjie-table.cns, * leim/MISC-DIC/pinyin.map, leim/MISC-DIC/ziranma.cin: Likewise.
* * leim/Makefile.in (TIT_BIG5): Renamed from TIT-BIG5.Andreas Schwab2011-06-121-0/+4
|
* * leim/quail/ipa-praat.el: New input method.Oliver Scholz2011-05-301-0/+4
|
* Fix last entry in leim/ChangeLog.Eli Zaretskii2011-05-161-2/+2
|
* New input methods for Persian/Farsi.Mohsen BANAN2011-05-161-0/+10
| | | | | | | leim/quail/persian.el: New file. leim/Makefile.in (OTHERS): Add $(srcdir)/quail/georgian.elc. leim/makefile.w32-in (MISC): Add $(srcdir)/quail/georgian.elc. etc/NEWS: Mention the new input methods.
* Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-041-0/+8
|\
| * Fix bug #8563 with TeX input method.Eli Zaretskii2011-04-281-0/+5
| | | | | | | | | | leim/quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce corresponding symbols rather than Hebrew letters.
| * Fix bug #8563 with \aleph in TeX input method.Eli Zaretskii2011-04-271-0/+5
| | | | | | | | | | leim/quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of HEBREW LETTER ALEF.
| * Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-1/+1
| | | | | | | | | | * lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert 2011-01-31 change.
| * Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
| | | | | | | | Regenerate configure and other release files.
* | Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
| |
* | Replace mkinstalldirs with `install-sh -d', as automake recommends.Glenn Morris2011-03-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs. (sync-from-gnulib): Don't sync mkinstalldirs. * make-dist: Don't distribute mkinstalldirs. * leim/Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}): Use `install-sh -d' rather than mkinstalldirs. * configure.in, doc/emacs/Makefile.in: Update comments. * admin/notes/copyright: Remove mkinstalldirs.
* | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-4/+7
|\ \ | |/