1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

776 Commits

Author SHA1 Message Date
Glenn Morris
2b0c733045 Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
Andreas Schwab
1d27f231d6 Regenerate ja-dic.el 2011-02-26 10:48:22 +01:00
Juanma Barranquero
8307f92370 Fix typos. 2011-02-23 20:56:30 +01:00
Paul Eggert
68b5f85576 Redo spelling of Makefile variables to conform to POSIX. 2011-01-27 17:51:41 -08:00
Glenn Morris
95df8112a0 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
Glenn Morris
73b0cd5003 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0 Nuke arch-tags. 2011-01-15 15:16:57 -08:00
Stefan Monnier
77ab81d054 Merge from emacs-23 2011-01-14 12:18:41 -05:00
Glenn Morris
e7a4241753 Add --no-site-lisp to more Makefiles.
* leim/makefile.w32-in (RUN_EMACS):
* leim/Makefile.in (RUN-EMACS): Add --no-site-lisp.

* lib-src/Makefile.in (EMACSOPT): Add --no-site-lisp.

* lisp/makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2011-01-07 18:53:50 -08:00
Glenn Morris
d0981f8286 In Makefiles, -batch implies -q.
* leim/makefile.w32-in (RUN_EMACS):
* leim/Makefile.in (RUN-EMACS): -batch implies --no-init-file.

* lisp/makefile.w32-in (EMACSOPT): -batch implies --no-init-file.

* src/makefile.w32-in ($(EMACS)):
* src/Makefile.in (emacs$(EXEEXT)): -batch implies -q.
2011-01-07 18:41:14 -08:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Kenichi Handa
9e69cb054d merge changes in emacs-23 branch 2010-09-01 16:13:21 +09:00
Kenichi Handa
f2b38ae6dd quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key. 2010-08-28 15:03:00 +09:00
Chong Yidong
198a7a97ff Make obsolete --unibyte argument do nothing (Bug#6886).
* src/emacs.c (main): Remove --unibyte handling (Bug#6886).

* lisp/startup.el (command-line-1): Issue warning for ignored arguments
--unibyte, etc (Bug#6886).

* doc/lispref/nonascii.texi (Text Representations):
* doc/lispref/loading.texi (Loading Non-ASCII):
* doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete
--unibyte command-line argument.
2010-08-22 17:15:20 -04:00
Chong Yidong
b0126eac41 Merge changes from emacs-23 branch. 2010-08-22 16:02:16 -04:00
Andreas Schwab
05a9766a14 * quail/vntelex.el ("vietnamese-telex"): Doc fix. 2010-08-15 11:36:19 +02:00
Andreas Schwab
b514a395cc * quail/georgian.el: Remove extra backslashes. 2010-08-15 11:34:53 +02:00
Andreas Schwab
e099e659e1 Avoid mismatching parens
* quail/arabic.el: Quote [ and ].
* quail/latin-ltx.el: Likewise.
2010-08-14 10:20:08 +02:00
Andreas Schwab
086852797e * quail/greek.el ("greek", "greek-postfix"): Change string to
character.
2010-08-14 10:00:34 +02:00
Kenichi Handa
ac14bd09e3 quail/greek.el ("greek-postfix"): Add rules for Greek style quotes. 2010-08-13 15:26:27 +09:00
Kenichi Handa
4360344208 quail/greek.el ("greek"): Add rules for Greek style quotes. 2010-08-09 11:28:25 +09:00
Juanma Barranquero
c4cc8b9a23 Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
Glenn Morris
02be533b2a Remove references to CVS directories etc in Makefiles.
* Makefile.in (install-arch-indep): Remove references to RCS, CVS,
and other files that no longer exist.

* leim/Makefile.in (install): Remove references to CVS-related files.

* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
Remove references to CVS, RCS and Old directories.

* src/Makefile.in (${ns_appdir}): Remove references to CVS-related files.
2010-05-14 17:42:22 -07:00
Stefan Monnier
0235128c15 Merge from emacs-23 2010-05-08 14:47:07 -04:00
Chong Yidong
61a808e819 Bump version to 23.2. 2010-05-07 23:28:26 -04:00
Stefan Monnier
6e104790e7 Merge from emacs-23 2010-04-19 11:07:52 -04:00
Stefan Monnier
eb6967a081 Remove the Arch metafiles. 2010-04-12 23:06:50 -04:00
Chong Yidong
7cee661f0e * quail/vntelex.el: Fix "af" rule (Bug#5836). 2010-04-06 11:32:15 -04:00
Eli Zaretskii
31f191b3a2 Enclose the argument of "-l" in quotes.
makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
 argument of "-l" in $(ARGQUOTE), in case it includes blanks or
 other special characters.
2010-03-27 15:01:22 +03:00
Glenn Morris
cbeed5af84 Simplify some leim/Makefile.in clean rules.
* Makefile.in (maintainer-clean): Use bootstrap-clean.
(extraclean): Fix deletion patterns.
2010-03-17 23:37:26 -07:00
Glenn Morris
c1d052860f * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles. 2010-03-17 23:33:39 -07:00
Chong Yidong
288f9fc069 Bump version to 24.0.50. 2010-03-10 10:17:13 -05:00
Kenichi Handa
f1e0d76362 Regenate ja-dic.el. 2010-02-16 16:39:44 +09:00
Kenichi Handa
545b31aa75 Update SKK-JISYO.L to the latest version. 2010-02-16 15:58:32 +09:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Juanma Barranquero
5ce6e4f452 Fix typos in ChangeLogs. 2009-12-29 02:57:40 +01:00
Chong Yidong
f8126e6741 * quail/cyrillic.el (russian-typewriter): Change keyboard layout.
(Bug#904)
2009-12-05 02:54:21 +00:00
Glenn Morris
a82a8b7519 (install): Set umask to world-readable before creating directories. 2009-09-09 02:32:48 +00:00
Juri Linkov
1e0020ec79 ("ipa"): Set `forget-last-selection' to nil.
("ipa-x-sampa"): Set `forget-last-selection' to nil.
Set `deterministic' to nil.
("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
"U+0074 U+0283", "U+0074 U+2040 U+0283".
("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
Fix comments.
2009-08-31 18:11:43 +00:00
Juri Linkov
ab96f28bbb ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
("ipa-x-sampa"): Rename from "x-sampa-ipa".
(ipa-x-sampa-implosive-submap): Rename from
x-sampa-implosive-submap.
(ipa-x-sampa-prepend-to-keymap-entry): Rename from
x-sampa-prepend-to-keymap-entry.
(ipa-x-sampa-underscore-implosive): Rename from
x-sampa-underscore-implosive.
(ipa-x-sampa-implosive-submap): Move before first use.
2009-08-31 00:28:11 +00:00
Juri Linkov
08166ed65f ("kirshenbaum-ipa", "x-sampa-ipa"):
Two new input methods, both following widely-used Usenet
conventions for mapping ASCII to the IPA. Kirshenbaum is common in
sci.lang and alt.usage.english, X-SAMPA in various (mostly
European) non-English language fora. X-SAMPA is slightly more
complex to support in Quail that Kirshenbaum, whence the two extra
function and one extra submap to support it.
(x-sampa-prepend-to-keymap-entry): New function.
(x-sampa-underscore-implosive): New function.
(x-sampa-implosive-submap): New Quail submap.
2009-08-30 23:31:26 +00:00
Juri Linkov
1f272ae8cd Recode the file as UTF-8, for better interoperability with other applications. 2009-08-30 23:12:09 +00:00
Stefan Monnier
a0c07f4e0f (\circ): Use the ring operator' rather than white circle'. 2009-08-29 19:44:39 +00:00
Stefan Monnier
7069bd161d (leim-list.el, install): Don't use -r to remove files. 2009-08-29 19:43:34 +00:00
Andreas Schwab
63494d1b9d Ignore all backup files. 2009-08-28 09:50:05 +00:00
Juanma Barranquero
b5a46fa695 * leim/.gitignore, lisp/.gitignore: Ignore .el~ files. 2009-08-28 02:41:23 +00:00
Glenn Morris
5ac1f9e050 (top-level): Don't require cl at run-time. 2009-08-25 03:24:42 +00:00
Eli Zaretskii
76580a68c2 Add missing keys that exist on the Arabic X keyboard. Don't insert
Lam-alef ligatures from the Arabic Presentation Forms ranges; instead,
separate Lam-Alef ligatures into a list of two letters (Lam and a
suitable Alef).
2009-08-21 14:55:56 +00:00
Kenichi Handa
d4a885b2d7 (korean-key-bindings): Change the binding of F9 to
hangul-to-hanja-conversion.  Bind Hangul_Hanja to the same command.
2009-06-23 02:13:45 +00:00
Kenichi Handa
8000b1d55b (hangul-to-hanja-conversion): When it is called
while korean input method is off, convert the following character.
2009-06-23 02:11:35 +00:00