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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12a056e92bb..f2ebcdd5b30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-07-01 Andrew Choi <akochoi@shaw.ca> | ||
| 2 | |||
| 3 | * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef | ||
| 4 | and FSRefMakePath to convert FSSpec returned with Apple Event to | ||
| 5 | Posix pathname. | ||
| 6 | (mac_initialize) [TARGET_API_MAC_CARBON]: Call | ||
| 7 | init_required_apple_events and disable the `Quit' menu item | ||
| 8 | provided automatically by the Carbon Toolbox. | ||
| 9 | |||
| 1 | 2002-07-01 Dave Love <fx@gnu.org> | 10 | 2002-07-01 Dave Love <fx@gnu.org> |
| 2 | 11 | ||
| 3 | * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl | 12 | * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl |
| @@ -135,7 +144,7 @@ | |||
| 135 | * w32fns.c (file_dialog_callback): New function. | 144 | * w32fns.c (file_dialog_callback): New function. |
| 136 | (Fx_file_dialog): Allow selecting directories as well as files. | 145 | (Fx_file_dialog): Allow selecting directories as well as files. |
| 137 | 146 | ||
| 138 | 2002-06-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 147 | 2002-06-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 139 | 148 | ||
| 140 | * m/pmax.h (START_FILES): Define START_FILES for NetBSD and | 149 | * m/pmax.h (START_FILES): Define START_FILES for NetBSD and |
| 141 | OpenBSD. Add support for mipseb-*-netbsd* machines. | 150 | OpenBSD. Add support for mipseb-*-netbsd* machines. |