diff options
| author | Andrew Choi | 2002-08-01 03:48:22 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-08-01 03:48:22 +0000 |
| commit | 747642c5ff51c29affab1e885516980f7b41db33 (patch) | |
| tree | b885370b0ac9a865836389c62de0da0769b045e6 | |
| parent | 9794a8cdaddaff840dcad5108348b0e5ebc8d087 (diff) | |
| download | emacs-747642c5ff51c29affab1e885516980f7b41db33.tar.gz emacs-747642c5ff51c29affab1e885516980f7b41db33.zip | |
2002-07-31 Andrew Choi <akochoi@shaw.ca>
* Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
change creator code from ???? to EMAx.
| -rw-r--r-- | mac/ChangeLog | 3 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 2 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/PkgInfo | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index e7c4dbcdcb0..ded7216e94e 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-07-31 Andrew Choi <akochoi@shaw.ca> | 1 | 2002-07-31 Andrew Choi <akochoi@shaw.ca> |
| 2 | 2 | ||
| 3 | * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: | ||
| 4 | change creator code from ???? to EMAx. | ||
| 5 | |||
| 3 | * INSTALL: Add instructions for building X Window version. | 6 | * INSTALL: Add instructions for building X Window version. |
| 4 | 7 | ||
| 5 | 2002-07-11 Andrew Choi <akochoi@shaw.ca> | 8 | 2002-07-11 Andrew Choi <akochoi@shaw.ca> |
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 774db36af76..49de7d9e15a 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | <key>CFBundlePackageType</key> | 32 | <key>CFBundlePackageType</key> |
| 33 | <string>APPL</string> | 33 | <string>APPL</string> |
| 34 | <key>CFBundleSignature</key> | 34 | <key>CFBundleSignature</key> |
| 35 | <string>????</string> | 35 | <string>EMAx</string> |
| 36 | <key>CFBundleVersion</key> | 36 | <key>CFBundleVersion</key> |
| 37 | <string>1.1</string> | 37 | <string>1.1</string> |
| 38 | </dict> | 38 | </dict> |
diff --git a/mac/Emacs.app/Contents/PkgInfo b/mac/Emacs.app/Contents/PkgInfo index bd04210fb49..1db8ff2f6a9 100644 --- a/mac/Emacs.app/Contents/PkgInfo +++ b/mac/Emacs.app/Contents/PkgInfo | |||
| @@ -1 +1 @@ | |||
| APPL???? \ No newline at end of file | APPLEMAx \ No newline at end of file | ||