summaryrefslogtreecommitdiff
path: root/leim
Commit message (Collapse)AuthorAgeFilesLines
* * leim/quail/latin-ltx.el: Add greek superscripts.Stefan Monnier2013-02-082-7/+15
|
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0242-50/+42
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0136-36/+36
| |
| * Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-316-14/+6
| |
* | * leim/quail/latin-ltx.el: Avoid deprecated chars for \langle and \rangle.Stefan Monnier2012-12-042-4/+10
|/ | | | | | | Remove \rightparengtr and \leftparengtr for lack of consensus. Suggested by Mattias Engdegård <mattiase@bredband.net>. Fixes: debbugs:12948
* leim/quail/hebrew.el ("yiddish-royal"): Fix several bogus entries.Eli Zaretskii2012-09-052-3/+7
|
* quail-define-inscript-package tiny changeDaniel Bergey2012-08-172-1/+8
| | | | | | | | | * leim/quail/indian.el (quail-define-inscript-package): Set kbd-translate for all Inscript layouts. It's a positional layout: vowels should be on the left hand regardless of the underlying characters produced by those keys. Fixes: debbugs:12072
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-152-2/+2
|
* Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.Chong Yidong2012-08-071-2/+0
|\
| * Revert typo in previousGlenn Morris2012-08-061-1/+1
| |
| * Remove non-standard comment from license section of commentaryGlenn Morris2012-08-061-3/+1
| |
| * Bump version to 24.1.Chong Yidong2012-06-011-0/+4
| | | | | | | | | | Add release logs. Regenerate AUTHORS and ldefs-boot.el.
* | * leim/quail/persian.el: Add some mappings.Mohsen BANAN2012-08-062-48/+67
| | | | | | | | | | | | (farsi-isiri-9147, farsi-transliterate-banan): Doc fixes. Fixes: debbugs:11812
* | Update .PHONY listings in makefiles.Paul Eggert2012-07-302-0/+10
| |
* | Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/org/ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path. (ly-w32-pdf-path): Rename from ly-win32-pdf-path. (ly-w32-midi-path): Rename from ly-win32-midi-path. (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path): Check for "windows-nt", not "win32", in system-type. * src/regex.c (MAX_BUF_SIZE): Remove some incorrect and long-ago-commented-out code that talks about "WIN32". * src/w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95. All uses changed.
* | deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert2012-07-293-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEWS: Document these changes. * leim/quail/uni-input.el (ucs-input-deactivate): Rename from ucs-input-inactivate. * leim/quail/hangul.el (hangul-input-method-deactivate): Rename from hangul-input-method-inactivate. * emulation/viper-init.el (viper-deactivate-input-method-action): Rename from viper-inactivate-input-method-action. (viper-deactivate-input-method): Rename from viper-inactivate-input-method. * lisp/follow.el (follow-inactive-menu): Rename from follow-deactive-menu. * lisp/international/mule-cmds.el (deactivate-input-method): Rename from inactivate-input-method. Also run input-method-deactivate-hook. (deactivate-current-input-method-function): Rename from inactivate-current-input-method-function. (input-method-deactivate-hook): New hook. (input-method-inactivate-hook): Mark obsolete. * lisp/international/quail.el (quail-activate): Also run quail-deactivate-hook. (quail-deactivate): Rename from quail-inactivate. * lisp/international/robin.el (robin-activate): Also run robin-deactivate-hook. (robin-deactivate): Rename from robin-inactivate.
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-242-2/+2
| |
* | Reduce use of (require 'cl).Stefan Monnier2012-07-103-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/bzrmerge.el: Use cl-lib. * leim/quail/hangul.el: Don't require CL. * leim/quail/ipa.el: Use cl-lib. * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el: * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el: * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el: * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el: * international/quail.el, info-xref.el, imenu.el, image-mode.el: * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el: * battery.el, avoid.el, abbrev.el: Use cl-lib. * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el: * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el: * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el: * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el: * calculator.el, autorevert.el, apropos.el: Don't require CL. * emacs-bytecomp.el (byte-recompile-directory, display-call-tree) (byte-compile-unfold-bcf, byte-compile-check-variable): * emacs-byte-opt.el (byte-compile-trueconstp) (byte-compile-nilconstp): * emacs-autoload.el (make-autoload): Use pcase. * face-remap.el (text-scale-adjust): Simplify pcase patterns.
* | 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
|