aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi2000-10-25 11:47:10 +0000
committerAndrew Choi2000-10-25 11:47:10 +0000
commit2d7d039022666382c709919697fb9581998edbd4 (patch)
tree90cfd26313e0979604906aaf7377381a457bd377
parentf4cbc7a0ddcf48c84469bfd3e8350664667657ce (diff)
downloademacs-2d7d039022666382c709919697fb9581998edbd4.tar.gz
emacs-2d7d039022666382c709919697fb9581998edbd4.zip
2000-10-25 Andrew Choi <akochoi@i-cable.com>
* 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.
-rw-r--r--mac/ChangeLog12
-rw-r--r--mac/INSTALL12
-rw-r--r--mac/cw5-mcp.xml (renamed from mac/emacs-cw5.mcp.xml)2
-rw-r--r--mac/cw6-mcp.xml (renamed from mac/emacs-cw6.mcp.xml)2
-rw-r--r--mac/inc/defs-cw5.h (renamed from mac/inc/cmdline-defs-cw5.h)0
-rw-r--r--mac/inc/defs-cw6.h (renamed from mac/inc/cmdline-defs-cw6.h)0
6 files changed, 19 insertions, 9 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 7c2021bf340..9ff18712ef5 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,4 +1,14 @@
12000-10-24 Andrew Choi <akochoi@i-cable.com> 12000-10-25 Andrew Choi <akochoi@i-cable.com>
2
3 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
4
5 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
6
7 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
8
9 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
10
11a2000-10-24 Andrew Choi <akochoi@i-cable.com>
2 12
3 * src/macterm.c (XTread_socket): check whether Lisp variable 13 * src/macterm.c (XTread_socket): check whether Lisp variable
4 mac-ready-for-drag-n-drop is bound rather than non-nil value. 14 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
38 Emacs.MakeScript 38 Emacs.MakeScript
39 39
40To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose 40To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose
41File->Import Project... and select the file emacs-cw5.mcp.xml or 41File->Import Project... and select the file cw5-mcp.xml or
42emacs-cw6.mcp.xml, depending on which verison of CodeWarrior used. 42cw6-mcp.xml, depending on which verison of CodeWarrior used. When
43When prompted to save the project, navigate to same directory as the 43prompted to save the project, navigate to same directory as the file
44file emacs-cw[56].mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and 44cw[56]-mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and save it
45save it there. Then choose Project->Make. Note that this does not 45there. Then choose Project->Make. Note that this does not build the
46build the DOC file. To do so, use MPW and build the target "Doc" in 46DOC file. To do so, use MPW and build the target "Doc" in
47makefile.MPW. 47makefile.MPW.
48 48
49Once built, the Emacs application (Emacs CW or Emacs MPW) can be 49Once built, the Emacs application (Emacs CW or Emacs MPW) can be
diff --git a/mac/emacs-cw5.mcp.xml b/mac/cw5-mcp.xml
index c9967473042..835903ffedf 100644
--- a/mac/emacs-cw5.mcp.xml
+++ b/mac/cw5-mcp.xml
@@ -558,7 +558,7 @@
558 <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING> 558 <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING>
559 <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING> 559 <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING>
560 <SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>1</VALUE></SETTING> 560 <SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>1</VALUE></SETTING>
561 <SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>cmdline-defs-cw5.h</VALUE></SETTING> 561 <SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>defs-cw5.h</VALUE></SETTING>
562 <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING> 562 <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING>
563 <SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING> 563 <SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING>
564 <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>0</VALUE></SETTING> 564 <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>0</VALUE></SETTING>
diff --git a/mac/emacs-cw6.mcp.xml b/mac/cw6-mcp.xml
index ff54af2bbc1..5e459157eeb 100644
--- a/mac/emacs-cw6.mcp.xml
+++ b/mac/cw6-mcp.xml
@@ -555,7 +555,7 @@
555 <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING> 555 <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING>
556 <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING> 556 <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING>
557 <SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>1</VALUE></SETTING> 557 <SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>1</VALUE></SETTING>
558 <SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>cmdline-defs-cw6.h</VALUE></SETTING> 558 <SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>defs-cw6.h</VALUE></SETTING>
559 <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING> 559 <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING>
560 <SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING> 560 <SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING>
561 <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>0</VALUE></SETTING> 561 <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>0</VALUE></SETTING>
diff --git a/mac/inc/cmdline-defs-cw5.h b/mac/inc/defs-cw5.h
index 78577837761..78577837761 100644
--- a/mac/inc/cmdline-defs-cw5.h
+++ b/mac/inc/defs-cw5.h
diff --git a/mac/inc/cmdline-defs-cw6.h b/mac/inc/defs-cw6.h
index c24befb02f7..c24befb02f7 100644
--- a/mac/inc/cmdline-defs-cw6.h
+++ b/mac/inc/defs-cw6.h