aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-27 20:02:43 +0000
committerDan Nicolaescu2007-08-27 20:02:43 +0000
commit97ae2a650a8c44326066d592bb51b618ac2112e0 (patch)
treeae135e770474f9b2d365ad3f566dd98da3a4621e /src
parentd2ddb05002375d191b3fe5cfc5978873748debe5 (diff)
downloademacs-97ae2a650a8c44326066d592bb51b618ac2112e0.tar.gz
emacs-97ae2a650a8c44326066d592bb51b618ac2112e0.zip
Start crunching.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.multi-tty72
1 files changed, 8 insertions, 64 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty
index 70e68d62169..b0c02f07688 100644
--- a/src/ChangeLog.multi-tty
+++ b/src/ChangeLog.multi-tty
@@ -1,16 +1,11 @@
12007-08-24 Dan Nicolaescu <dann@ics.uci.edu> 10000-00-00 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * puresize.h (BASE_PURESIZE): Increase. 3 * puresize.h (BASE_PURESIZE): Increase.
4 4
52007-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * puresize.h (BASE_PURESIZE): Increase.
8
92007-07-02 Dan Nicolaescu <dann@ics.uci.edu>
10
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
@@ -19,39 +14,25 @@
19 (getenv_internal): Likewise. 14 (getenv_internal): Likewise.
20 (set_initial_environment): Initialise Vprocess_environment. 15 (set_initial_environment): Initialise Vprocess_environment.
21 16
222007-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
342007-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 30
382007-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
432007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * frame.c (Fmake_terminal_frame): Disable output method test.
46
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 35
52 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
53 is defined.
54
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.
@@ -80,33 +61,22 @@
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
842007-05-17 Jason Rumney <jasonr@gnu.org>
85
86 * w32fns.c (x_create_tip_frame): Set window_system.
87
882007-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
952007-05-17 Jason Rumney <jasonr@gnu.org> 680000-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.
1042007-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 79
1082007-05-15 Jason Rumney <jasonr@gnu.org>
109
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
@@ -186,14 +156,8 @@
186 156
1872006-10-14 Karoly Lorentey <lorentey@elte.hu> 1572006-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 160
1932006-07-30 Karoly Lorentey <lorentey@elte.hu>
194
195 * puresize.h (BASE_PURESIZE): Increase to 1126000.
196
1972006-07-29 Karoly Lorentey <lorentey@elte.hu> 1612006-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):
@@ -289,10 +253,6 @@
289 253
2902006-05-20 Karoly Lorentey <lorentey@elte.hu> 2542006-05-20 Karoly Lorentey <lorentey@elte.hu>
291 255
292 * puresize.h (BASE_PURESIZE): Increase to 1240000.
293
2942006-05-20 Karoly Lorentey <lorentey@elte.hu>
295
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.
298 258
@@ -388,10 +348,6 @@
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 350
3912006-02-23 Karoly Lorentey <lorentey@elte.hu>
392
393 * puresize.h (BASE_PURESIZE): Increase to 1230000.
394
3952006-02-20 Karoly Lorentey <lorentey@elte.hu> 3512006-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):
@@ -845,14 +801,6 @@
845 801
846 * coding.c (Fkeyboard_coding_system): Update doc. 802 * coding.c (Fkeyboard_coding_system): Update doc.
847 803
8482005-11-19 Karoly Lorentey <lorentey@elte.hu>
849
850 * puresize.h (BASE_PURESIZE): Increase to 1220000.
851
8522005-11-07 Karoly Lorentey <lorentey@elte.hu>
853
854 * puresize.h (BASE_PURESIZE): Increase to 1210000.
855
8562005-11-07 Karoly Lorentey <lorentey@elte.hu> 8042005-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)
@@ -1295,10 +1243,6 @@
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 1245
12982004-12-08 Karoly Lorentey <lorentey@elte.hu>
1299
1300 * puresize.h (BASE_PURESIZE): Enlarge base value by 100000.
1301
13022004-11-28 Karoly Lorentey <lorentey@elte.hu> 12462004-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