aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2005-01-06 02:53:39 +0000
committerSteven Tamm2005-01-06 02:53:39 +0000
commite0e76ab914bc4d9e4933e11c622a43981be2a141 (patch)
treeadf6b13b1b9b51d99a6baa31fba96eb21fc3f524 /src/ChangeLog
parent043bc640a7bf3719d83c8d4054905eb6492f84d6 (diff)
downloademacs-e0e76ab914bc4d9e4933e11c622a43981be2a141.tar.gz
emacs-e0e76ab914bc4d9e4933e11c622a43981be2a141.zip
* macfns.c: Include sys/param.h.
[TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration and function. [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size of filename string. Set event callback function when creating dialog boxes. Add code conversions for filenames. Don't dispose apple event descriptor record if failed to create it. * macterm.c: Include sys/param.h. [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for kEventWindowUpdate. (install_window_handler) [USE_CARBON_EVENTS]: Register it. (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead of FSSpec from apple event descriptor record. (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for size of filename string. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a file dialog is in action. [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. Reject only when there are no filename items. Set background color before (un)highlighting the window below the dragged items. (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 977b239287f..d12787c92a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,29 @@
12005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macfns.c: Include sys/param.h.
4 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
5 and function.
6 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
7 of filename string. Set event callback function when creating
8 dialog boxes. Add code conversions for filenames. Don't dispose
9 apple event descriptor record if failed to create it.
10
11 * macterm.c: Include sys/param.h.
12 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
13 kEventWindowUpdate.
14 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
15 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
16 of FSSpec from apple event descriptor record.
17 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
18 size of filename string.
19 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
20 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
21 file dialog is in action.
22 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. Reject
23 only when there are no filename items. Set background color
24 before (un)highlighting the window below the dragged items.
25 (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update.
26
12005-01-05 Romain Francoise <romain@orebokech.com> 272005-01-05 Romain Francoise <romain@orebokech.com>
2 28
3 * term.c (encode_terminal_code): Fix buffer size computation. 29 * term.c (encode_terminal_code): Fix buffer size computation.