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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | mac/ChangeLog | 15 |
1 files changed, 11 insertions, 4 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 | ||