* loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
[bpt/emacs.git] / src / ChangeLog.multi-tty
CommitLineData
80ca7302
DN
12007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
2
caf49fb0
DN
3 * frame.c (Fmake_terminal_frame): Disable output method test.
4
80ca7302 5 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
caf49fb0 6 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
80ca7302
DN
7
8 * termhooks.h (union display_info): Add mac_display_info.
9
10 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
11 is defined.
12
13 * macterm.h (struct mac_display_info): Add terminal.
14
15 * w32term.c (w32_initialize): Make static.
16
17 * macterm.c (XTset_terminal_modes): Add a terminal parameter.
18 (XTreset_terminal_modes): Likewise.
19 (x_clear_frame): Add a frame parameter.
20 (note_mouse_movement): Get rif from the frame.
21 (mac_term_init): Initialize the terminal.
22 (mac_initialize): Make static and move terminal initialization ...
23 (mac_create_terminal): ... in this new function.
24
25 * macmenu.c: Reorder includes.
26 (Fx_popup_menu): Use terminal specific mouse_position_hook.
27
28 * macfns.c (x_set_mouse_color): Get rif from the frame.
29 (x_set_tool_bar_lines): Don't use updating_frame.
30 (mac_window): Add 2 new parameters for consistency with other
31 systems.
32 (Fx_create_frame): Fix doc string. Rename the parameter.
33 (Fx_create_frame): Set the frame parameters following what is done
34 in X11 and w32.
35 (Fx_open_connection): Remove window-system check.
36 (start_hourglass): Likewise.
37 (x_create_tip_frame): Get the keyboard from the terminal.
caf49fb0 38 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO.
80ca7302
DN
39
40 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
41
89378b5a
JR
422007-05-17 Jason Rumney <jasonr@gnu.org>
43
44 * w32fns.c (x_create_tip_frame): Set window_system.
45
55d5acfa
DN
462007-05-17 Dan Nicolaescu <dann@ics.uci.edu>
47
48 * term.c (init_tty): Better initialize ttys in windows.
49 * w32fns.c (Fx_create_frame): Set the default minibuffer frame,
50 window_system and the rest of the frame parameters following what
51 is done in X11.
52
a0c750da
JR
532007-05-17 Jason Rumney <jasonr@gnu.org>
54
4c9fe1d6
JR
55 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
56 (w32_clear_rect, w32_clear_area): Use background from frame.
57
a0c750da
JR
58 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
59
60 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
61
91dc6f73
JR
622007-05-16 Jason Rumney <jasonr@gnu.org>
63
64 * makefile.w32-in: Update dependancies from Makefile.in
65
246a749b
JR
662007-05-15 Jason Rumney <jasonr@gnu.org>
67
68 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD
69 defined.
70
71 * keyboard.c (restore_kboard_configuration): Only define when
72 MULTI_KBOARD defined.
73
74 * terminal.c (init_initial_terminal): Only set initial_kboard when
75 MULTI_KBOARD defined.
76
77 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]: Don't
78 define function body.
79 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
80
81 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
82 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
83
84 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
85
86 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
87
88 * frame.c (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
89
90 * w32.c (request_sigio, unrequest_sigio): Remove
91
92 * w32inevt.h, w32inevt.c (w32_console_read_socket): Make first
93 arg a frame.
94
95 * w32console.c (w32con_move_cursor, w32con_clear_to_end):
96 (w32con_clear_frame, w32con_clear_end_of_line):
97 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs):
98 (w32con_delete_glyphs, w32con_set_terminal_window):
99 (scroll_line, w32_sys_ring_bell): Add frame arg.
100 (w32con_set_terminal_modes, w32con_reset_terminal_modes): Add
101 terminal arg.
102 (PICK_FRAME): Remove.
103 (w32con_write_glyphs): Use frame specific terminal coding.
104 (one_and_only_w32cons): New global variable.
105 (initialize_w32_display): Use it for storing hooks.
106 (create_w32cons_output): New function.
107
108 * w32menu.c (Fx_popup_menu): Use terminal specific
109 mouse_position_hook.
110
111 * w32fns.c (x_set_tool_bar_lines): Don't use updating_frame.
112 (Fx_create_frame): Set terminal and ref count.
113 (Fx_open_connection): Remove window-system check.
114
115 * w32term.c (w32_set_terminal_modes, w32_reset_terminal_modes):
116 Add terminal arg.
117 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
118 Add frame arg.
119 (x_delete_terminal, w32_create_terminal): New functions.
120 (w32_term_init): Create a terminal.
121 (w32_initialize): Move terminal specific initialization to
122 w32_create_terminal.
123
124 * w32term.h (w32_display_info): Add terminal.
125 (w32_sys_ring_bell, x_delete_display): Declare here.
126
127 * makefile.w32-in (OBJ1): Add terminal.$(O)
128
129 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
130
616c29d5
MB
1312007-05-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
132
133 This placeholder will be replaced by the Arch logs of the
134 multi-tty branch.
135
246a749b
JR
136;; Local Variables:
137;; coding: iso-2022-7bit
138;; add-log-time-zone-rule: t
139;; End:
140
141 Copyright (C) 2007 Free Software Foundation, Inc.
142
143 This file is part of GNU Emacs.
144
145 GNU Emacs is free software; you can redistribute it and/or modify
146 it under the terms of the GNU General Public License as published by
147 the Free Software Foundation; either version 2, or (at your option)
148 any later version.
149
150 GNU Emacs is distributed in the hope that it will be useful,
151 but WITHOUT ANY WARRANTY; without even the implied warranty of
152 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
153 GNU General Public License for more details.
154
155 You should have received a copy of the GNU General Public License
156 along with GNU Emacs; see the file COPYING. If not, write to the
157 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
158 Boston, MA 02110-1301, USA.
159
616c29d5 160;;; arch-tag: 4015a0e0-033e-11dc-807c-00114368b55b