comparison src/ChangeLog.multi-tty @ 83678:05f16288ac29

Start crunching.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 27 Aug 2007 20:02:43 +0000
parents 2ee129d4ca11
children bd714834a29c
comparison
equal deleted inserted replaced
83677:9335381d3e56 83678:05f16288ac29
1 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu> 1 0000-00-00 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * puresize.h (BASE_PURESIZE): Increase. 3 * puresize.h (BASE_PURESIZE): Increase.
4
5 2007-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * puresize.h (BASE_PURESIZE): Increase.
8
9 2007-07-02 Dan Nicolaescu <dann@ics.uci.edu>
10 4
11 * frame.c (Qterm_environment_variable, 5 * frame.c (Qterm_environment_variable,
12 Qdisplay_environment_variable): New variables. 6 Qdisplay_environment_variable): New variables.
13 (syms_of_frame): Intern and staticpro them. 7 (syms_of_frame): Intern and staticpro them.
8 (Fmake_terminal_frame): Disable output method test.
14 9
15 * frame.h: Declare them here. 10 * frame.h: Declare them here.
16 11
17 * callproc.c (child_setup): Use the display-environment-variable 12 * callproc.c (child_setup): Use the display-environment-variable
18 and term-environment-variable frame params. 13 and term-environment-variable frame params.
19 (getenv_internal): Likewise. 14 (getenv_internal): Likewise.
20 (set_initial_environment): Initialise Vprocess_environment. 15 (set_initial_environment): Initialise Vprocess_environment.
21 16
22 2007-06-03 Dan Nicolaescu <dann@ics.uci.edu>
23
24 * xselect.c (x_handle_selection_clear): Only access 17 * xselect.c (x_handle_selection_clear): Only access
25 terminal->kboard when MULTI_KBOARD is defined. 18 terminal->kboard when MULTI_KBOARD is defined.
26 19
27 * term.c (init_tty): Use terminal specific mouse_position_hook. 20 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
21 is defined. Better initialize ttys in windows. Use terminal
22 specific mouse_position_hook.
28 23
29 * macterm.c (mac_create_terminal): Indent and rearrange to be more 24 * macterm.c (mac_create_terminal): Indent and rearrange to be more
30 similar to the X11 version. 25 similar to the X11 version.
31 26
32 * config.in: Disable multi-keyboard support on a mac. 27 * config.in: Disable multi-keyboard support on a mac.
33 28
34 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
35
36 * sysdep.c: Comment out text after #endif. 29 * sysdep.c: Comment out text after #endif.
37
38 2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
39
40 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to
41 official Emacs pretest bug report address.
42
43 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * frame.c (Fmake_terminal_frame): Disable output method test.
46 30
47 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. 31 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
48 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. 32 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
49 33
50 * termhooks.h (union display_info): Add mac_display_info. 34 * termhooks.h (union display_info): Add mac_display_info.
51
52 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
53 is defined.
54 35
55 * macterm.h (struct mac_display_info): Add terminal. 36 * macterm.h (struct mac_display_info): Add terminal.
56 37
57 * w32term.c (w32_initialize): Make static. 38 * w32term.c (w32_initialize): Make static.
58 39
78 (start_hourglass): Likewise. 59 (start_hourglass): Likewise.
79 (x_create_tip_frame): Get the keyboard from the terminal. 60 (x_create_tip_frame): Get the keyboard from the terminal.
80 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO. 61 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO.
81 62
82 * w32fns.c (Fx_create_frame): Use kboard from the terminal. 63 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
83
84 2007-05-17 Jason Rumney <jasonr@gnu.org>
85
86 * w32fns.c (x_create_tip_frame): Set window_system.
87
88 2007-05-17 Dan Nicolaescu <dann@ics.uci.edu>
89
90 * term.c (init_tty): Better initialize ttys in windows.
91 * w32fns.c (Fx_create_frame): Set the default minibuffer frame, 64 * w32fns.c (Fx_create_frame): Set the default minibuffer frame,
92 window_system and the rest of the frame parameters following what 65 window_system and the rest of the frame parameters following what
93 is done in X11. 66 is done in X11.
94 67
95 2007-05-17 Jason Rumney <jasonr@gnu.org> 68 0000-00-00 Jason Rumney <jasonr@gnu.org>
96 69
97 * w32term.h (x_output): Remove foreground_pixel and background_pixel. 70 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
98 (w32_clear_rect, w32_clear_area): Use background from frame. 71 (w32_clear_rect, w32_clear_area): Use background from frame.
99 72
100 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor. 73 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
101 74
102 * w32fns.c (x_create_tip_frame): Set terminal and ref count. 75 * w32fns.c (x_create_tip_frame): Set terminal and ref count. Set
103 76 window_system.
104 2007-05-16 Jason Rumney <jasonr@gnu.org>
105 77
106 * makefile.w32-in: Update dependancies from Makefile.in 78 * makefile.w32-in: Update dependancies from Makefile.in
107
108 2007-05-15 Jason Rumney <jasonr@gnu.org>
109 79
110 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD 80 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD
111 defined. 81 defined.
112 82
113 * keyboard.c (restore_kboard_configuration): Only define when 83 * keyboard.c (restore_kboard_configuration): Only define when
184 * window.c (set_window_buffer): Don't call clear_mouse_face on tty 154 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
185 frames. 155 frames.
186 156
187 2006-10-14 Karoly Lorentey <lorentey@elte.hu> 157 2006-10-14 Karoly Lorentey <lorentey@elte.hu>
188 158
189 * puresize.h (BASE_PURESIZE): Increase puresize.
190
191 * alloc.c (emacs_blocked_malloc): Disable mallopt call. 159 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
192
193 2006-07-30 Karoly Lorentey <lorentey@elte.hu>
194
195 * puresize.h (BASE_PURESIZE): Increase to 1126000.
196 160
197 2006-07-29 Karoly Lorentey <lorentey@elte.hu> 161 2006-07-29 Karoly Lorentey <lorentey@elte.hu>
198 162
199 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char): 163 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
200 Fix get_named_tty calls for the controlling tty. 164 Fix get_named_tty calls for the controlling tty.
284 2006-05-20 Karoly Lorentey <lorentey@elte.hu> 248 2006-05-20 Karoly Lorentey <lorentey@elte.hu>
285 249
286 * term.c (Fsuspend_tty): Call clear_tty_hooks. 250 * term.c (Fsuspend_tty): Call clear_tty_hooks.
287 (Fresume_tty, init_tty): Call set_tty_hooks. 251 (Fresume_tty, init_tty): Call set_tty_hooks.
288 (clear_tty_hooks, set_tty_hooks): New functions. 252 (clear_tty_hooks, set_tty_hooks): New functions.
289
290 2006-05-20 Karoly Lorentey <lorentey@elte.hu>
291
292 * puresize.h (BASE_PURESIZE): Increase to 1240000.
293 253
294 2006-05-20 Karoly Lorentey <lorentey@elte.hu> 254 2006-05-20 Karoly Lorentey <lorentey@elte.hu>
295 255
296 * xfaces.c (realize_default_face): Don't use FRAME_FONT unless frame 256 * xfaces.c (realize_default_face): Don't use FRAME_FONT unless frame
297 is an X frame. 257 is an X frame.
385 345
386 2006-02-25 Karoly Lorentey <lorentey@elte.hu> 346 2006-02-25 Karoly Lorentey <lorentey@elte.hu>
387 347
388 * frame.c (store_frame_param): Check for found_for_frame before 348 * frame.c (store_frame_param): Check for found_for_frame before
389 calling XFRAME. 349 calling XFRAME.
390
391 2006-02-23 Karoly Lorentey <lorentey@elte.hu>
392
393 * puresize.h (BASE_PURESIZE): Increase to 1230000.
394 350
395 2006-02-20 Karoly Lorentey <lorentey@elte.hu> 351 2006-02-20 Karoly Lorentey <lorentey@elte.hu>
396 352
397 * regex.c (extend_range_table_work_area, regex_compile, fastmap): 353 * regex.c (extend_range_table_work_area, regex_compile, fastmap):
398 Revert previous unnecessary changes. 354 Revert previous unnecessary changes.
843 * keyboard.c (kbd_buffer_store_event_hold): Simplify condition. 799 * keyboard.c (kbd_buffer_store_event_hold): Simplify condition.
844 (read_key_sequence): Reinitialize fkey and keytran at each replay. 800 (read_key_sequence): Reinitialize fkey and keytran at each replay.
845 801
846 * coding.c (Fkeyboard_coding_system): Update doc. 802 * coding.c (Fkeyboard_coding_system): Update doc.
847 803
848 2005-11-19 Karoly Lorentey <lorentey@elte.hu>
849
850 * puresize.h (BASE_PURESIZE): Increase to 1220000.
851
852 2005-11-07 Karoly Lorentey <lorentey@elte.hu>
853
854 * puresize.h (BASE_PURESIZE): Increase to 1210000.
855
856 2005-11-07 Karoly Lorentey <lorentey@elte.hu> 804 2005-11-07 Karoly Lorentey <lorentey@elte.hu>
857 805
858 * data.c (do_symval_forwarding, store_symval_forwarding) 806 * data.c (do_symval_forwarding, store_symval_forwarding)
859 (find_symbol_value): Use the selected frame's keyboard, not 807 (find_symbol_value): Use the selected frame's keyboard, not
860 current_kboard. 808 current_kboard.
1292 1240
1293 2004-12-08 Karoly Lorentey <lorentey@elte.hu> 1241 2004-12-08 Karoly Lorentey <lorentey@elte.hu>
1294 1242
1295 * xfns.c (x_create_tip_frame): Copy color slot initialization 1243 * xfns.c (x_create_tip_frame): Copy color slot initialization
1296 safeguards from x-create-frame. Trivial doc update. 1244 safeguards from x-create-frame. Trivial doc update.
1297
1298 2004-12-08 Karoly Lorentey <lorentey@elte.hu>
1299
1300 * puresize.h (BASE_PURESIZE): Enlarge base value by 100000.
1301 1245
1302 2004-11-28 Karoly Lorentey <lorentey@elte.hu> 1246 2004-11-28 Karoly Lorentey <lorentey@elte.hu>
1303 1247
1304 * dispextern.h (updated_window): Remove comment reference to 1248 * dispextern.h (updated_window): Remove comment reference to
1305 updating_frame. 1249 updating_frame.