aboutsummaryrefslogtreecommitdiffstats
path: root/leim/quail/latin-post.el
Commit message (Collapse)AuthorAgeFilesLines
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-261-2496/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to reuse much of the lisp build and installation machinery, rather than duplicating it. * Makefile.in (abs_builddir, leimdir): Remove. (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory. (epaths-force-w32): No longer set BLD. (leim): Remove. (install-arch-indep): No longer run or install leim. (mostlyclean, clean): No longer run leim rule. (bootstrap-clean): Change leim target. (maintainer-clean): Add leim. (check-declare): Remove leim. * README: Update for leim changes. * configure.ac (leimdir): Remove. (standardlisppath): No more leimdir. * make-dist: Update for files from leim/ now being in lisp/leim/. * doc/lispref/loading.texi (Library Search): * doc/lispref/os.texi (Startup Summary): No more leim directory. * leim/Makefile.in (leimdir): New variable. (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc) (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el): Generate in $leimdir. (all): Remove compilation, add ja-dic. (leim-list.el): Now PHONY. (setwins, compile-targets, compile-main, clean, mostlyclean) (extraclean): Remove. (bootstrap-clean): Delete all generated files. * leim/README: Update for moved leim/ directory. * leim/leim-ext.el (ucs-input-activate, hangul-input-method-activate): Remove manual autoloads; now in loaddefs.el. Disable byte-compile, version-control, autoloads in the output. * lisp/Makefile.in (setwins_for_subdirs): Skip leim/ directory. (compile-main): Depend on lisp/leim rule. (leim): New rule. * lisp/loadup.el: Move leim-list.el to leim/ subdirectory. * lisp/startup.el (normal-top-level): No more leim directory. * lisp/international/ja-dic-cnv.el (skkdic-convert): Disable version-control and autoloads in output files. * lisp/international/titdic-cnv.el (titdic-convert, miscdic-convert): Disable version-control and autoloads in output files. * lisp/leim/quail: Move here from ../leim. * lisp/leim/quail/hangul.el (hangul-input-method-activate): Add autoload cookie. (generated-autoload-load-name): Set file-local value. * lisp/leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie. (generated-autoload-load-name): Set file-local value. * nt/README.W32: * nt/addpm.c (env_vars): * nt/epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH): * nt/paths.h (PATH_LOADSEARCH): No more leim directory. * src/Makefile.in (leimdir): Now in lisp source directory. ($(leimdir)/leim-list.el): Just use ../leim . * src/epaths.in (PATH_DUMPLOADSEARCH): * src/lread.c (load_path_default): * src/nsterm.m (ns_load_path): No more leim directory. * .bzrignore: Update for relocated leim files.
* * leim/quail/latin-alt.el ("french-alt-postfix", "latin-alt-postfix"):Jean Haidouk2013-09-091-2/+6
| | | | | * leim/quail/latin-pre.el ("french-prefix"): * leim/quail/latin-post.el ("french-postfix"): Add `œ' and `Œ'.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
|
* ("german-postfix"): do not translate ue to \"u after a, e or q,David Reitter2008-09-021-2/+9
| | | | | | because that would be extremely uncommon compared to aue, eue or que. The only exception is the prefix "ge", after which, according to corpus statistics, a \"u can be expected.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-071-7/+5
| | | | Fix footer where needed.
* Merge from emacs--devo--0Miles Bader2008-01-091-2/+2
|\ | | | | | | Revision: [email protected]/emacs--unicode--0--patch-312
| * Add 2008 to copyright years.Glenn Morris2008-01-071-2/+2
| |
* | Merge from emacs--devo--0Miles Bader2007-12-161-1/+1
|\| | | | | | | Revision: [email protected]/emacs--unicode--0--patch-300
| * ("scandinavian-postfix"): Doc fix.Richard M. Stallman2007-12-151-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-238
| * Restore comma mistakenly removed in last change.Glenn Morris2007-07-251-1/+1
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: [email protected]/emacs--unicode--0--patch-162
| * Update copyright for years from Emacs 21 to present.Glenn Morris2007-01-161-2/+4
| |
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: [email protected]/emacs--unicode--0--patch-156
| * Update AIST copyright years.Kenichi Handa2006-12-131-1/+1
| |
* | Revision: [email protected]/emacs--unicode--0--patch-57Miles Bader2006-04-211-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 226-238) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo. * gnus--rel--5.10 (patch 86-90) - Update from CVS - Merge from emacs--devo--0
| * updated copyright year(s)Ramprasad B2006-04-201-1/+1
| | | | | | | | CV:S ----------------------------------------------------------------------
* | Revision: [email protected]/emacs--unicode--0--patch-56Miles Bader2006-04-171-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 204-225) - Update from CVS - Sync from erc--emacs--0 - Merge from gnus--rel--5.10 - Improve tq.el. - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6. * gnus--rel--5.10 (patch 81-85) - Update from CVS - Merge from emacs--devo--0
| * Copyright updated.Kenichi Handa2006-04-121-1/+1
| |
* | Revision: [email protected]/emacs--unicode--0--patch-97Miles Bader2006-01-161-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
| * Copyright fixedKenichi Handa2005-12-191-3/+4
| |
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| |
* | Sync to HEADKenichi Handa2004-04-161-0/+1
| |
* | *** empty log message ***Kenichi Handa2003-09-081-1098/+1041
|\ \
| * | ("turkish-latin-3-postfix"): Make itDave Love2003-02-131-6/+3
| | | | | | | | | | | | just an alias for turkish-postfix.
| * | ("turkish-latin-3-postfix"): Make itDave Love2002-10-161-62/+5
| | | | | | | | | | | | just an alias for turkish-postfix.
| * | Recoded to utf-8.Dave Love2002-06-241-844/+1237
| | | | | | | | | | | | ("latin-postfix"): New method.
* | | New directoryKenichi Handa2003-09-081-1/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+1
| |
* | ("slovenian"): New.Dave Love2002-09-111-0/+20
| |
* | ("latin-postfix"): New.Dave Love2002-07-241-0/+393
|/
* ("french-postfix", "german-postfix")Dave Love2001-12-151-9/+9
| | | | | | ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix") ("french-keyboard", "french-azerty", "german") ("spanish-keyboard"): Fix language assignment.
* Add coding tag.Dave Love2001-11-041-1/+1
|
* ("italian-postfix"): Undo previous change.Francesco Potortì2001-10-271-3/+1
|
* Add the Euro symbol to the italian-postfix and italian-alt-postfix inputFrancesco Potortì2001-10-251-1/+3
| | | | | | methods. The users with a latin-1 font will see the international currency symbol, those with a latin-15 (iso-8859-15) font will see the euro symbol.
* Some fixes to follow lisp coding conventions and typo fixes.Pavel Janík2001-07-161-1/+7
|
* (finnish-keyboard): Fix a typo.Eli Zaretskii2001-03-161-2/+2
|
* ("turkish-latin-3-postfix"): Renamed fromKenichi Handa1999-09-201-2/+68
| | | | | | turkish-postfix. ("turkish-postfix"): New Turkish input method which inserts Latin-5 characters.
* ("spanish-postfix"): Add rule U" and u".Kenichi Handa1999-03-041-0/+4
|
* Many doc fixes.Richard M. Stallman1998-10-151-7/+9
| | | | ("latin-1-postfix"): Add sequence for the small superscript o.
* ("latin-1-postfix"): Add a method to enter theRichard M. Stallman1998-10-131-6/+25
| | | | | | | small superscript underlined o and a. ("italian-postfix"): Same as above. ("italian-postfix"): Add methods to enter e with acute accent and the >> and << symbols.