From 2d7d039022666382c709919697fb9581998edbd4 Mon Sep 17 00:00:00 2001 From: Andrew Choi Date: Wed, 25 Oct 2000 11:47:10 +0000 Subject: [PATCH] 2000-10-25 Andrew Choi * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml. * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h. * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. --- mac/ChangeLog | 12 +++++++++++- mac/INSTALL | 12 ++++++------ mac/{emacs-cw5.mcp.xml => cw5-mcp.xml} | 2 +- mac/{emacs-cw6.mcp.xml => cw6-mcp.xml} | 2 +- mac/inc/{cmdline-defs-cw5.h => defs-cw5.h} | 0 mac/inc/{cmdline-defs-cw6.h => defs-cw6.h} | 0 6 files changed, 19 insertions(+), 9 deletions(-) rename mac/{emacs-cw5.mcp.xml => cw5-mcp.xml} (99%) rename mac/{emacs-cw6.mcp.xml => cw6-mcp.xml} (99%) rename mac/inc/{cmdline-defs-cw5.h => defs-cw5.h} (100%) rename mac/inc/{cmdline-defs-cw6.h => defs-cw6.h} (100%) diff --git a/mac/ChangeLog b/mac/ChangeLog index 7c2021bf340..9ff18712ef5 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,4 +1,14 @@ -2000-10-24 Andrew Choi +2000-10-25 Andrew Choi + + * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. + + * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml. + + * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h. + + * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. + +a2000-10-24 Andrew Choi * src/macterm.c (XTread_socket): check whether Lisp variable mac-ready-for-drag-n-drop is bound rather than non-nil value. diff --git a/mac/INSTALL b/mac/INSTALL index 18ab3b4d201..91d89d3ca03 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -38,12 +38,12 @@ makefile.mpw. I.e., execute the commands Emacs.MakeScript To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose -File->Import Project... and select the file emacs-cw5.mcp.xml or -emacs-cw6.mcp.xml, depending on which verison of CodeWarrior used. -When prompted to save the project, navigate to same directory as the -file emacs-cw[56].mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and -save it there. Then choose Project->Make. Note that this does not -build the DOC file. To do so, use MPW and build the target "Doc" in +File->Import Project... and select the file cw5-mcp.xml or +cw6-mcp.xml, depending on which verison of CodeWarrior used. When +prompted to save the project, navigate to same directory as the file +cw[56]-mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and save it +there. Then choose Project->Make. Note that this does not build the +DOC file. To do so, use MPW and build the target "Doc" in makefile.MPW. Once built, the Emacs application (Emacs CW or Emacs MPW) can be diff --git a/mac/emacs-cw5.mcp.xml b/mac/cw5-mcp.xml similarity index 99% rename from mac/emacs-cw5.mcp.xml rename to mac/cw5-mcp.xml index c9967473042..835903ffedf 100644 --- a/mac/emacs-cw5.mcp.xml +++ b/mac/cw5-mcp.xml @@ -558,7 +558,7 @@ MWFrontEnd_C_onlystdkeywords0 MWFrontEnd_C_enumsalwaysint0 MWFrontEnd_C_mpwpointerstyle1 - MWFrontEnd_C_prefixnamecmdline-defs-cw5.h + MWFrontEnd_C_prefixnamedefs-cw5.h MWFrontEnd_C_ansistrict0 MWFrontEnd_C_mpwcnewline0 MWFrontEnd_C_wchar_type0 diff --git a/mac/emacs-cw6.mcp.xml b/mac/cw6-mcp.xml similarity index 99% rename from mac/emacs-cw6.mcp.xml rename to mac/cw6-mcp.xml index ff54af2bbc1..5e459157eeb 100644 --- a/mac/emacs-cw6.mcp.xml +++ b/mac/cw6-mcp.xml @@ -555,7 +555,7 @@ MWFrontEnd_C_onlystdkeywords0 MWFrontEnd_C_enumsalwaysint0 MWFrontEnd_C_mpwpointerstyle1 - MWFrontEnd_C_prefixnamecmdline-defs-cw6.h + MWFrontEnd_C_prefixnamedefs-cw6.h MWFrontEnd_C_ansistrict0 MWFrontEnd_C_mpwcnewline0 MWFrontEnd_C_wchar_type0 diff --git a/mac/inc/cmdline-defs-cw5.h b/mac/inc/defs-cw5.h similarity index 100% rename from mac/inc/cmdline-defs-cw5.h rename to mac/inc/defs-cw5.h diff --git a/mac/inc/cmdline-defs-cw6.h b/mac/inc/defs-cw6.h similarity index 100% rename from mac/inc/cmdline-defs-cw6.h rename to mac/inc/defs-cw6.h -- 2.39.2