Mercurial > emacs
comparison src/ChangeLog.multi-tty @ 83620:ce4352d8bee9
* 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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Sat, 19 May 2007 23:12:46 +0000 |
| parents | 5da6a46ddbd6 |
| children | 85ebbe91c285 |
comparison
equal
deleted
inserted
replaced
| 83619:5da6a46ddbd6 | 83620:ce4352d8bee9 |
|---|---|
| 1 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> | 1 2007-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 |
| 7 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD | 10 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD |
| 8 is defined. | 11 is defined. |
| 30 (Fx_create_frame): Set the frame parameters following what is done | 33 (Fx_create_frame): Set the frame parameters following what is done |
| 31 in X11 and w32. | 34 in X11 and w32. |
| 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 |
| 38 2007-05-17 Jason Rumney <jasonr@gnu.org> | 42 2007-05-17 Jason Rumney <jasonr@gnu.org> |
| 39 | 43 |
