]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAndrew Innes <andrewi@gnu.org>
Fri, 1 Jun 2001 13:46:18 +0000 (13:46 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 1 Jun 2001 13:46:18 +0000 (13:46 +0000)
leim/ChangeLog
nt/ChangeLog

index 8643cbbc144c674748130b95f7db96c09d29cb1f..c30ec00ad92e6cbe035e18f0aa66b90152b67c96 100644 (file)
@@ -1,3 +1,29 @@
+2001-06-01  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
+       (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
+       $(srcdir)/quail/pypunct-b5.elc.
+       (NON_TIT_CNS): Remove.
+       (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
+       (CHINESE_CNS): Remove.
+       (KOREAN): Add $(srcdir)/quail/hanja3.elc.
+       (LATIN): Add $(srcdir)/quail/latin-alt.elc and
+       $(srcdir)/quail/latin-ltx.elc.
+       (MISC_DIC): Copy from Makefile.in.
+       (CHINESE): Remove $(CHINESE_CNS).
+       (all): Add $(MISC_DIC) as target.
+       (.NOTPARALLEL): New target.
+       (.NO_PARALLEL): New target.
+       ($(MISC_DIC)): New target.
+       (clean mostlyclean): Clean more stuff.
+       (TIT_EL): New macro.
+       (MISC_DIC_EL): New macro.
+
+       * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
+       (TIT-BIG5): Remove CTLauB.elc from it.
+       (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
+       (clean mostlyclean): Remove obsolete reference.
+
 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
index 65bf35b0af3b73601e3baeab5bd08debe6ee27ba..05ffbd0433c68a542c908e68eb6c95328e29fc5e 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-01  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs (sh_output): Don't use $(warning ...) to output
+       messages, since that is not supported by GNU make 3.77.
+
 2001-05-24  Jason Rumney  <jasonr@gnu.org>
 
        * INSTALL: Clarify that building with MSVC requires nmake.