1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

447 Commits

Author SHA1 Message Date
Kenichi Handa
295f3b30f6 *** empty log message *** 2004-08-20 08:48:47 +00:00
Kenichi Handa
5d38808271 ("georgian"): Call quail-define-package with the show-layout arg t. 2004-08-16 12:03:15 +00:00
Andreas Schwab
de10c1149c *** empty log message *** 2004-08-06 20:26:11 +00:00
Andreas Schwab
792a05ba9d (install): Remove .arch-inventory files. 2004-08-06 20:25:44 +00:00
Kenichi Handa
eda20bd8c8 Fix copyright notice. 2004-07-14 07:44:37 +00:00
David Kastrup
d604e09b4f ("((") ("))"): add quotation mark shorthands. 2004-07-01 15:24:38 +00:00
Andreas Schwab
f96ec754ca *** empty log message *** 2004-06-30 13:49:11 +00:00
Andreas Schwab
4c603b0cb6 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
serialize parallel builds.
(${MISC:.elc=.el}): Depend on changed.misc.
2004-06-30 13:48:50 +00:00
Miles Bader
e9b95bbf8a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Yet more build-in-place tweaking of arch tagging
2004-06-12 13:13:44 +00:00
Miles Bader
92aed8bec9 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
More build-in-place tweaking of arch tagging
2004-06-12 04:51:11 +00:00
Miles Bader
48d67035ea Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying

Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).

This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
Miles Bader
4e605676a6 Changes from arch/CVS synchronization 2004-06-05 23:11:46 +00:00
Eli Zaretskii
68330491f9 *** empty log message *** 2004-06-05 10:24:42 +00:00
Kenichi Handa
62bfe0fc5e *** empty log message *** 2004-06-05 02:39:28 +00:00
Kenichi Handa
8f34b40cd5 (leim-list.el): Depends on leim-ext.el. Appends
the contents off leim-ext.el to leim-list.el.
2004-06-05 02:20:52 +00:00
Kenichi Handa
194ad29047 New file. 2004-06-05 02:18:44 +00:00
Miles Bader
c08bfcb57f Changes from arch/CVS synchronization 2004-05-17 05:02:14 +00:00
Kenichi Handa
9254ee5e1b *** empty log message *** 2004-05-17 00:26:33 +00:00
Kenichi Handa
ba1d5dcd24 New file. 2004-05-17 00:21:11 +00:00
Kenichi Handa
f9f14309cb (OTHERS): Add ${srcdir}/quail/sisheng.elc. 2004-05-17 00:20:43 +00:00
Kenichi Handa
53e1a54f76 *** empty log message *** 2004-05-17 00:20:26 +00:00
John Wiegley
6aea1447ee Added entries to .cvsignore files. 2004-05-15 22:46:27 +00:00
Eli Zaretskii
cdc9b8452c *** empty log message *** 2004-05-11 09:48:14 +00:00
Eli Zaretskii
026e4e5163 (leim-list.el): Move commands to convert TIT and MISC dictionaries
from here...
(changed.tit, changed.misc): ...to here.  Remove the (now unneeded)
test of the contents of changed.* files.
2004-05-11 08:56:01 +00:00
Andreas Schwab
9a28b92124 *** empty log message *** 2004-05-10 12:00:20 +00:00
Andreas Schwab
9d820f1a44 (all): Readd dependency on ${WORLD} so that lisp
files are compiled when bootstrapping.
2004-05-10 12:00:02 +00:00
Stefan Monnier
e89e372698 ("TeX"): Quote chars with paren syntax. 2004-05-07 16:09:06 +00:00
Stefan Monnier
bef96454bf ("TeX"): Fix typo. 2004-05-07 15:06:42 +00:00
Stefan Monnier
d2c846aa50 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>. 2004-05-06 15:59:42 +00:00
Stefan Monnier
e7cc1c83d8 Use utf-8 coding. 2004-05-06 15:53:54 +00:00
Kenichi Handa
2cd23d895f (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
(MISC-SOURCES): Likewise.
2004-05-04 01:28:16 +00:00
Jason Rumney
238add5e58 Remove files related to old msvc only windows build. 2004-05-03 14:19:40 +00:00
Kenichi Handa
7017c8174e (clean mostlyclean): Fix previous change. 2004-05-01 05:02:57 +00:00
Kenichi Handa
242a2def6e (OTHERS): Ranamed from MISC.
(MISC): Renamed from MISC-DIC.
(WORLD): Adjuted for the above changes.
(TIT-MISC, NON-TIT-MISC): New targets.
(all): Don't depend on ${WORLD}.
(.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets
removed.
(TIT-SOURCES, MISC-SOURCES): New macros.
(changed.tit, changed.misc): New targets.
(leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and
changed.misc.  Generate quail files from TIT and MISC files if
necessary.
(clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
${MISC-DIC}.
2004-05-01 04:59:29 +00:00
Juanma Barranquero
d814862aa6 *** empty log message *** 2004-04-23 00:25:28 +00:00
Juanma Barranquero
bd6766d34d Add "-*- makefile -*-" mode tag. 2004-04-23 00:24:35 +00:00
Miles Bader
a2de0c3b75 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
More RCS keyword removal
2004-04-13 09:47:51 +00:00
Andrew Innes
2808274629 (distclean clean): Remove nmake specific
stamp-subdir test.
2004-04-09 17:32:16 +00:00
Juri Linkov
1e4f1886f6 Fix typo. 2004-03-22 07:42:24 +00:00
Juri Linkov
fe9b50126b Fix comments. 2004-03-22 07:42:01 +00:00
Kenichi Handa
bb62616fbe *** empty log message *** 2004-03-01 07:09:38 +00:00
Kenichi Handa
948b7d164a (all): Depends on $(WORLD) instead of $(TIT) and
$(MISC-DIC).
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.
2004-03-01 07:08:28 +00:00
Kenichi Handa
e6f528ba39 (all): Depends on ${WORLD} instead of ${TIT} and
${MISC-DIC}.
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.
2004-03-01 06:56:32 +00:00
Kenichi Handa
f92f5e37ce *** empty log message *** 2004-02-16 00:06:00 +00:00
Kenichi Handa
dbbd9604a4 (distclean maintainer-clean): Depend on clean. 2004-02-15 23:34:41 +00:00
Kenichi Handa
bdb6a22747 ("bulgarian-bds"): Docstring fixed. 2004-01-27 04:52:02 +00:00
Kenichi Handa
e555f8d5a4 ("bulgarian-phonetic"): Docstring fixed.
Duplicated entry removed.
("bulgarian-bds"): Docstring fixed.
2004-01-22 06:51:31 +00:00
Dave Love
c51b37fde9 *** empty log message *** 2003-10-06 16:36:56 +00:00
Dave Love
564cc60721 Several additions. 2003-10-06 16:13:40 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00