diff options
| author | Andrew Choi | 2000-10-25 11:47:10 +0000 |
|---|---|---|
| committer | Andrew Choi | 2000-10-25 11:47:10 +0000 |
| commit | 2d7d039022666382c709919697fb9581998edbd4 (patch) | |
| tree | 90cfd26313e0979604906aaf7377381a457bd377 | |
| parent | f4cbc7a0ddcf48c84469bfd3e8350664667657ce (diff) | |
| download | emacs-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/ChangeLog | 12 | ||||
| -rw-r--r-- | mac/INSTALL | 12 | ||||
| -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 @@ | |||
| 1 | 2000-10-24 Andrew Choi <akochoi@i-cable.com> | 1 | 2000-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 | |||
| 11 | a2000-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 | ||
| 40 | To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose | 40 | To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose |
| 41 | File->Import Project... and select the file emacs-cw5.mcp.xml or | 41 | File->Import Project... and select the file cw5-mcp.xml or |
| 42 | emacs-cw6.mcp.xml, depending on which verison of CodeWarrior used. | 42 | cw6-mcp.xml, depending on which verison of CodeWarrior used. When |
| 43 | When prompted to save the project, navigate to same directory as the | 43 | prompted to save the project, navigate to same directory as the file |
| 44 | file emacs-cw[56].mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and | 44 | cw[56]-mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and save it |
| 45 | save it there. Then choose Project->Make. Note that this does not | 45 | there. Then choose Project->Make. Note that this does not build the |
| 46 | build the DOC file. To do so, use MPW and build the target "Doc" in | 46 | DOC file. To do so, use MPW and build the target "Doc" in |
| 47 | makefile.MPW. | 47 | makefile.MPW. |
| 48 | 48 | ||
| 49 | Once built, the Emacs application (Emacs CW or Emacs MPW) can be | 49 | 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 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 | |||