diff options
| author | Andrew Choi | 2002-07-01 20:02:33 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-07-01 20:02:33 +0000 |
| commit | bc21bf11c1770f87b8e6a2472bfcfbac4209076f (patch) | |
| tree | a4497cc1d17efeae1e154ba691d54787d8c561ae /mac | |
| parent | 7abc9addc7501da288dd0af9fd2bdcf8bcca0c6d (diff) | |
| download | emacs-bc21bf11c1770f87b8e6a2472bfcfbac4209076f.tar.gz emacs-bc21bf11c1770f87b8e6a2472bfcfbac4209076f.zip | |
In mac:
2002-07-01 Andrew Choi <akochoi@shaw.ca>
* Emacs.app/Contents/Resources/Emacs.icns: New file.
* Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
CFBundleIconFile entries.
In src:
2002-07-01 Andrew Choi <akochoi@shaw.ca>
* macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
and FSRefMakePath to convert FSSpec returned with Apple Event to
Posix pathname.
(mac_initialize) [TARGET_API_MAC_CARBON]: Call
init_required_apple_events and disable the `Quit' menu item
provided automatically by the Carbon Toolbox.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 15 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 23 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Resources/Emacs.icns | bin | 0 -> 51554 bytes |
3 files changed, 33 insertions, 5 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 186a8564289..a07fe67e25c 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-07-01 Andrew Choi <akochoi@shaw.ca> | ||
| 2 | |||
| 3 | * Emacs.app/Contents/Resources/Emacs.icns: New file. | ||
| 4 | |||
| 5 | * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and | ||
| 6 | CFBundleIconFile entries. | ||
| 7 | |||
| 1 | 2002-04-13 Andrew Choi <akochoi@shaw.ca> | 8 | 2002-04-13 Andrew Choi <akochoi@shaw.ca> |
| 2 | 9 | ||
| 3 | * Emacs.app/Contents/Info.plist: New file. | 10 | * Emacs.app/Contents/Info.plist: New file. |
| @@ -137,7 +144,7 @@ | |||
| 137 | cursor row is invisible. This can happen if cursor is on top line | 144 | cursor row is invisible. This can happen if cursor is on top line |
| 138 | of a window, and we switch to a buffer with a header line. | 145 | of a window, and we switch to a buffer with a header line. |
| 139 | 146 | ||
| 140 | 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 147 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 141 | 148 | ||
| 142 | * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. | 149 | * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. |
| 143 | 150 | ||
| @@ -146,7 +153,7 @@ | |||
| 146 | * src/macfns.c (x_report_frame_params): Make the scroll-bar-width | 153 | * src/macfns.c (x_report_frame_params): Make the scroll-bar-width |
| 147 | frame parameter have a numeric value all the time. | 154 | frame parameter have a numeric value all the time. |
| 148 | 155 | ||
| 149 | 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 156 | 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 150 | 157 | ||
| 151 | * COPYING: New file. | 158 | * COPYING: New file. |
| 152 | 159 | ||
| @@ -164,7 +171,7 @@ | |||
| 164 | * src/macterm.c: Merged changes from xterm.c. | 171 | * src/macterm.c: Merged changes from xterm.c. |
| 165 | * src/macfns.c: Merged changes from xfns.c. | 172 | * src/macfns.c: Merged changes from xfns.c. |
| 166 | 173 | ||
| 167 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 174 | 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 168 | 175 | ||
| 169 | * src/macterm.c (waiting_for_input): Remove unnecessary declaration. | 176 | * src/macterm.c (waiting_for_input): Remove unnecessary declaration. |
| 170 | 177 | ||
| @@ -268,7 +275,7 @@ | |||
| 268 | 275 | ||
| 269 | * inc/macterm.h (x_display_list): Declare extern. | 276 | * inc/macterm.h (x_display_list): Declare extern. |
| 270 | 277 | ||
| 271 | 2001-07-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 278 | 2001-07-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 272 | 279 | ||
| 273 | * src/macterm.c (xim_open_dpy): Fix typo. | 280 | * src/macterm.c (xim_open_dpy): Fix typo. |
| 274 | 281 | ||
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 4d51100f66b..774db36af76 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist | |||
| @@ -4,8 +4,29 @@ | |||
| 4 | <dict> | 4 | <dict> |
| 5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>English</string> | 6 | <string>English</string> |
| 7 | <key>CFBundleDocumentTypes</key> | ||
| 8 | <array> | ||
| 9 | <dict> | ||
| 10 | <key>CFBundleTypeExtensions</key> | ||
| 11 | <array> | ||
| 12 | <string>*</string> | ||
| 13 | </array> | ||
| 14 | <key>CFBundleTypeName</key> | ||
| 15 | <string>All</string> | ||
| 16 | <key>CFBundleTypeOSTypes</key> | ||
| 17 | <array> | ||
| 18 | <string>****</string> | ||
| 19 | </array> | ||
| 20 | <key>CFBundleTypeRole</key> | ||
| 21 | <string>Viewer</string> | ||
| 22 | </dict> | ||
| 23 | </array> | ||
| 7 | <key>CFBundleExecutable</key> | 24 | <key>CFBundleExecutable</key> |
| 8 | <string>Emacs</string> | 25 | <string>Emacs</string> |
| 26 | <key>CFBundleIconFile</key> | ||
| 27 | <string>Emacs.icns</string> | ||
| 28 | <key>CFBundleIdentifier</key> | ||
| 29 | <string>com.gnu.Emacs</string> | ||
| 9 | <key>CFBundleInfoDictionaryVersion</key> | 30 | <key>CFBundleInfoDictionaryVersion</key> |
| 10 | <string>6.0</string> | 31 | <string>6.0</string> |
| 11 | <key>CFBundlePackageType</key> | 32 | <key>CFBundlePackageType</key> |
| @@ -13,6 +34,6 @@ | |||
| 13 | <key>CFBundleSignature</key> | 34 | <key>CFBundleSignature</key> |
| 14 | <string>????</string> | 35 | <string>????</string> |
| 15 | <key>CFBundleVersion</key> | 36 | <key>CFBundleVersion</key> |
| 16 | <string>0.1</string> | 37 | <string>1.1</string> |
| 17 | </dict> | 38 | </dict> |
| 18 | </plist> | 39 | </plist> |
diff --git a/mac/Emacs.app/Contents/Resources/Emacs.icns b/mac/Emacs.app/Contents/Resources/Emacs.icns new file mode 100644 index 00000000000..25cc99fdd0e --- /dev/null +++ b/mac/Emacs.app/Contents/Resources/Emacs.icns | |||
| Binary files differ | |||