diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa746e63b2d..34ca0bab302 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fileio.c (Fmake_symbolic_link): Fix last change. | ||
| 4 | |||
| 1 | 2005-03-11 Richard M. Stallman <rms@gnu.org> | 5 | 2005-03-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * fileio.c (Frename_file, Fadd_name_to_file) | 7 | * fileio.c (Frename_file, Fadd_name_to_file) |
| @@ -32,8 +36,7 @@ | |||
| 32 | available font is found. | 36 | available font is found. |
| 33 | 37 | ||
| 34 | * fontset.c (set_default_ascii_font): New function. | 38 | * fontset.c (set_default_ascii_font): New function. |
| 35 | (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) | 39 | (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here. |
| 36 | here. | ||
| 37 | 40 | ||
| 38 | * fontset.h (set_default_ascii_font): Extern it. | 41 | * fontset.h (set_default_ascii_font): Extern it. |
| 39 | 42 | ||
| @@ -94,13 +97,11 @@ | |||
| 94 | * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if | 97 | * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if |
| 95 | defined (MAC_OSX) && defined (HAVE_CARBON)'. | 98 | defined (MAC_OSX) && defined (HAVE_CARBON)'. |
| 96 | 99 | ||
| 97 | * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include | 100 | * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. |
| 98 | QuickTime.h. | ||
| 99 | 101 | ||
| 100 | * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. | 102 | * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. |
| 101 | [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent. | 103 | [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent. |
| 102 | (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New | 104 | (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions. |
| 103 | functions. | ||
| 104 | (mac_clear_font_name_table): Move extern to macterm.h. | 105 | (mac_clear_font_name_table): Move extern to macterm.h. |
| 105 | 106 | ||
| 106 | * macfns.c (install_window_handler): Move extern to macterm.h. | 107 | * macfns.c (install_window_handler): Move extern to macterm.h. |
| @@ -108,16 +109,15 @@ | |||
| 108 | valid. Don't check !NILP (dir) because it is already checked with | 109 | valid. Don't check !NILP (dir) because it is already checked with |
| 109 | CHECK_STRING. | 110 | CHECK_STRING. |
| 110 | (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for | 111 | (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for |
| 111 | specifying the default location and obtaining the selected | 112 | specifying the default location and obtaining the selected filename. |
| 112 | filename. | ||
| 113 | 113 | ||
| 114 | * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. | 114 | * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. |
| 115 | 115 | ||
| 116 | * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that | 116 | * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that |
| 117 | are included via Carbon.h. | 117 | are included via Carbon.h. |
| 118 | 118 | ||
| 119 | * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: Define | 119 | * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: |
| 120 | USE_CARBON_EVENTS to 1. | 120 | Define USE_CARBON_EVENTS to 1. |
| 121 | (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare. | 121 | (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare. |
| 122 | (x_free_frame_resources): Call remove_window_handler for | 122 | (x_free_frame_resources): Call remove_window_handler for |
| 123 | non-tooltip windows. | 123 | non-tooltip windows. |
| @@ -130,12 +130,12 @@ | |||
| 130 | (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for | 130 | (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for |
| 131 | drag-and-drop handler functions and register them. | 131 | drag-and-drop handler functions and register them. |
| 132 | (remove_window_handler): New function. | 132 | (remove_window_handler): New function. |
| 133 | (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use | 133 | (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: |
| 134 | fsspec_to_posix_pathname. | 134 | Use fsspec_to_posix_pathname. |
| 135 | (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8. | 135 | (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8. |
| 136 | (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM. | 136 | (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM. |
| 137 | [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set | 137 | [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: |
| 138 | default cursors. | 138 | Set default cursors. |
| 139 | (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call | 139 | (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call |
| 140 | init_service_handler or init_quit_char_handler. | 140 | init_service_handler or init_quit_char_handler. |
| 141 | (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess. | 141 | (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess. |