comparison src/ChangeLog.6 @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 1aba10ab73b4
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
114 Don't clear pending_menu_activation here. 114 Don't clear pending_menu_activation here.
115 115
116 * xmenu.c (Fx_popup_dialog): Don't fail to initialize WINDOW. 116 * xmenu.c (Fx_popup_dialog): Don't fail to initialize WINDOW.
117 117
118 * xdisp.c (prepare_menu_bars): Clear pending_menu_activation. 118 * xdisp.c (prepare_menu_bars): Clear pending_menu_activation.
119 119
120 * print.c: When printing into a buffer, generate all the text 120 * print.c: When printing into a buffer, generate all the text
121 first, then insert it all at once. 121 first, then insert it all at once.
122 (print_buffer): New variable. 122 (print_buffer): New variable.
123 (print_buffer_size, print_buffer_pos): New variables. 123 (print_buffer_size, print_buffer_pos): New variables.
124 (PRINTPREPARE): Allocate print_buffer. 124 (PRINTPREPARE): Allocate print_buffer.
237 * w32fns.c (Qfont): Delete redundant definition. 237 * w32fns.c (Qfont): Delete redundant definition.
238 (syms_of_win32fns): Delete the duplicate assignment and staticpro. 238 (syms_of_win32fns): Delete the duplicate assignment and staticpro.
239 * xfns.c (xlwmenu_default_font): Declare, but don't define. 239 * xfns.c (xlwmenu_default_font): Declare, but don't define.
240 * xselect.c (last_event_timestamp): Declare, but don't define. 240 * xselect.c (last_event_timestamp): Declare, but don't define.
241 241
242 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com> 242 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
243 243
244 * m/alpha.h (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END): 244 * m/alpha.h (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):
245 Omit these definitions if ELF. 245 Omit these definitions if ELF.
246 (LINUX_SBRK_BUG): Omit this if using a recent GNU library. 246 (LINUX_SBRK_BUG): Omit this if using a recent GNU library.
247 [__ELF__] (C_SWITCH_MACHINE): Define. 247 [__ELF__] (C_SWITCH_MACHINE): Define.
1077 1077
1078 * termhooks.h (enum scroll_bar_part): New alternatives 1078 * termhooks.h (enum scroll_bar_part): New alternatives
1079 scroll_bar_up_arrow, scroll_bar_down_arrow. 1079 scroll_bar_up_arrow, scroll_bar_down_arrow.
1080 (win32_scroll_bar_click): New enum constant. 1080 (win32_scroll_bar_click): New enum constant.
1081 1081
1082 1996-05-03 Andrw Innes <andrewi@harlequin.co.uk> 1082 1996-05-03 Andrw Innes <andrewi@harlequin.co.uk>
1083 1083
1084 * makefile.nt (SUBSYSTEM) [NTGUI]: Remove conditional. 1084 * makefile.nt (SUBSYSTEM) [NTGUI]: Remove conditional.
1085 (LINK_FLAGS): Explicitly set base address, and stack and heap sizes. 1085 (LINK_FLAGS): Explicitly set base address, and stack and heap sizes.
1086 (nt.obj): Add dependency to nt.h. 1086 (nt.obj): Add dependency to nt.h.
1087 1087
1572 (win32_initialize): Call AttachThreadInput at the end. 1572 (win32_initialize): Call AttachThreadInput at the end.
1573 1573
1574 * w32fns.c (defined_color): Map color to nearest in default palette. 1574 * w32fns.c (defined_color): Map color to nearest in default palette.
1575 (win32_wnd_proc): Special handling for WM_CLOSE. 1575 (win32_wnd_proc): Special handling for WM_CLOSE.
1576 1576
1577 1996-04-16 Kim Storm <storm@olicom.dk> 1577 1996-04-16 Kim Storm <storm@olicom.dk>
1578 1578
1579 * msdos.c (check_timer): Removed; use gettime instead. 1579 * msdos.c (check_timer): Removed; use gettime instead.
1580 (sys_select): Call __dpmi_yield while waiting for input to 1580 (sys_select): Call __dpmi_yield while waiting for input to
1581 improve multitasking behaviour. 1581 improve multitasking behaviour.
1582 Do not check timer when no timeout. 1582 Do not check timer when no timeout.
4473 1995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> 4473 1995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4474 4474
4475 * keyboard.c (read_key_sequence): Validate the event position 4475 * keyboard.c (read_key_sequence): Validate the event position
4476 before calling get_local_map. 4476 before calling get_local_map.
4477 4477
4478 1995-08-29 Jack Repenning <jackr@sgi.com> 4478 1995-08-29 Jack Repenning <jackr@sgi.com>
4479 4479
4480 * unexelfsgi.c: Compute new data offset based on memory 4480 * unexelfsgi.c: Compute new data offset based on memory
4481 address; also, copy .got from memory not temacs. 4481 address; also, copy .got from memory not temacs.
4482 4482
4483 1995-08-29 Kim Storm <kfs@olicom.dk> 4483 1995-08-29 Kim Storm <kfs@olicom.dk>