Mercurial > emacs
diff mac/ChangeLog @ 46121:2198a6632b2b
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.
| author | Andrew Choi <akochoi@shaw.ca> |
|---|---|
| date | Mon, 01 Jul 2002 20:02:33 +0000 |
| parents | 01b93e5e53a7 |
| children | 76bedba7ffd6 |
line wrap: on
line diff
--- a/mac/ChangeLog Mon Jul 01 19:55:45 2002 +0000 +++ b/mac/ChangeLog Mon Jul 01 20:02:33 2002 +0000 @@ -1,3 +1,10 @@ +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. + 2002-04-13 Andrew Choi <akochoi@shaw.ca> * Emacs.app/Contents/Info.plist: New file. @@ -137,7 +144,7 @@ cursor row is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line. -2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. @@ -146,7 +153,7 @@ * src/macfns.c (x_report_frame_params): Make the scroll-bar-width frame parameter have a numeric value all the time. -2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> * COPYING: New file. @@ -164,7 +171,7 @@ * src/macterm.c: Merged changes from xterm.c. * src/macfns.c: Merged changes from xfns.c. -2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> * src/macterm.c (waiting_for_input): Remove unnecessary declaration. @@ -268,7 +275,7 @@ * inc/macterm.h (x_display_list): Declare extern. -2001-07-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-07-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> * src/macterm.c (xim_open_dpy): Fix typo.
