aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.multi-tty
diff options
context:
space:
mode:
authorDan Nicolaescu2007-05-19 23:12:46 +0000
committerDan Nicolaescu2007-05-19 23:12:46 +0000
commitcaf49fb0438e9493456b59cf9eab845e0e568e2a (patch)
treec9979007c35f2c096b6e96632d8f79d4c2e0c2e2 /src/ChangeLog.multi-tty
parent80ca7302d820bd3460a06db39165bbc35144c684 (diff)
downloademacs-caf49fb0438e9493456b59cf9eab845e0e568e2a.tar.gz
emacs-caf49fb0438e9493456b59cf9eab845e0e568e2a.zip
* loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
mac-win. * term/mac-win.el: (mac-initialize-window-system): New function. Move global setup here. * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. * emacsclient.c (decode_options): Don't use a tty on mac carbon.
Diffstat (limited to 'src/ChangeLog.multi-tty')
-rw-r--r--src/ChangeLog.multi-tty4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty
index 4f173a3962d..8a1a1dbd1db 100644
--- a/src/ChangeLog.multi-tty
+++ b/src/ChangeLog.multi-tty
@@ -1,6 +1,9 @@
12007-05-19 Dan Nicolaescu <dann@ics.uci.edu> 12007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * frame.c (Fmake_terminal_frame): Disable output method test.
4
3 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. 5 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
6 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
4 7
5 * termhooks.h (union display_info): Add mac_display_info. 8 * termhooks.h (union display_info): Add mac_display_info.
6 9
@@ -32,6 +35,7 @@
32 (Fx_open_connection): Remove window-system check. 35 (Fx_open_connection): Remove window-system check.
33 (start_hourglass): Likewise. 36 (start_hourglass): Likewise.
34 (x_create_tip_frame): Get the keyboard from the terminal. 37 (x_create_tip_frame): Get the keyboard from the terminal.
38 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO.
35 39
36 * w32fns.c (Fx_create_frame): Use kboard from the terminal. 40 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
37 41