Mercurial > emacs
comparison src/ChangeLog @ 48853:cf30601f67b2
White space fixes.
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Sun, 15 Dec 2002 19:57:31 +0000 |
| parents | 24ee0d16711c |
| children | 172d3103dde0 |
comparison
equal
deleted
inserted
replaced
| 48852:75e331399fa4 | 48853:cf30601f67b2 |
|---|---|
| 64 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at | 64 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at |
| 65 each stack frame. This may change as it could be time consuming. | 65 each stack frame. This may change as it could be time consuming. |
| 66 | 66 |
| 67 * macterm.c (mac_check_for_quit_char, quit_char_comp) | 67 * macterm.c (mac_check_for_quit_char, quit_char_comp) |
| 68 (init_quit_char_handler, mac_determine_quit_char_modifiers) | 68 (init_quit_char_handler, mac_determine_quit_char_modifiers) |
| 69 (mac_initialize): Added code to check for pressing of quit_char | 69 (mac_initialize): Added code to check for pressing of quit_char |
| 70 in the OS event queue. | 70 in the OS event queue. |
| 71 | 71 |
| 72 * mac.c (sys_select): Call mac_check_for_quit_char every second | 72 * mac.c (sys_select): Call mac_check_for_quit_char every second |
| 73 while blocking on select. | 73 while blocking on select. |
| 74 | 74 |
| 128 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID, | 128 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID, |
| 129 which is detected by autoconf. | 129 which is detected by autoconf. |
| 130 | 130 |
| 131 2002-12-01 Steven Tamm <steventamm@mac.com> | 131 2002-12-01 Steven Tamm <steventamm@mac.com> |
| 132 | 132 |
| 133 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the | 133 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the |
| 134 offset in two hints table to allow prebinding to be redone and | 134 offset in two hints table to allow prebinding to be redone and |
| 135 allow the executable to be stripped. | 135 allow the executable to be stripped. |
| 136 | 136 |
| 137 2002-11-29 Dave Love <fx@gnu.org> | 137 2002-11-29 Dave Love <fx@gnu.org> |
| 138 | 138 |
| 272 | 272 |
| 273 * process.c (_GNU_SOURCE): Don't define. | 273 * process.c (_GNU_SOURCE): Don't define. |
| 274 | 274 |
| 275 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define. | 275 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define. |
| 276 | 276 |
| 277 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 277 2002-11-18 Markus Rost <rost@math.ohio-state.edu> |
| 278 | 278 |
| 279 * s/sol2-8.h: Include sol2-6.h. | 279 * s/sol2-8.h: Include sol2-6.h. |
| 280 | 280 |
| 281 2002-11-18 Miles Bader <miles@gnu.org> | 281 2002-11-18 Miles Bader <miles@gnu.org> |
| 282 | 282 |
| 321 | 321 |
| 322 * w32fns.c (w32_wnd_proc): Added code to reinitialize the | 322 * w32fns.c (w32_wnd_proc): Added code to reinitialize the |
| 323 function pointer track_mouse_event_fn in the handler for the | 323 function pointer track_mouse_event_fn in the handler for the |
| 324 WM_SETFOCUS message. | 324 WM_SETFOCUS message. |
| 325 | 325 |
| 326 * w32menu.c (initialize_frame_menubar): Added code to | 326 * w32menu.c (initialize_frame_menubar): Added code to |
| 327 reinitialize the function pointers set_menu_item_info and | 327 reinitialize the function pointers set_menu_item_info and |
| 328 get_menu_item_info. | 328 get_menu_item_info. |
| 329 | 329 |
| 330 2002-11-17 Ben Key <BKey1@tampabay.rr.com> | 330 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
| 331 | 331 |
| 1454 (push_menu_pane, push_menu_item, single_keymap_panes) | 1454 (push_menu_pane, push_menu_item, single_keymap_panes) |
| 1455 (single_menu_item, Fx_popup_menu, menubar_selection_callback) | 1455 (single_menu_item, Fx_popup_menu, menubar_selection_callback) |
| 1456 (single_submenu, set_frame_menubar) | 1456 (single_submenu, set_frame_menubar) |
| 1457 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE. | 1457 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE. |
| 1458 | 1458 |
| 1459 (Fx_popup_menu): Don't show pop up menu until preceding one is | 1459 (Fx_popup_menu): Don't show pop up menu until preceding one is |
| 1460 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block. | 1460 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block. |
| 1461 | 1461 |
| 1462 * w32menu.c: Changes adapted from xmenu.c | 1462 * w32menu.c: Changes adapted from xmenu.c |
| 1463 (set_frame_menubar): First parse all submenus, | 1463 (set_frame_menubar): First parse all submenus, |
| 1464 then make widget_value trees from them. | 1464 then make widget_value trees from them. |
| 3862 [NON_BLOCKING_CONNECT]: New conditional. | 3862 [NON_BLOCKING_CONNECT]: New conditional. |
| 3863 (connect_wait_mask, num_pending_connects): New variables. | 3863 (connect_wait_mask, num_pending_connects): New variables. |
| 3864 (status_message): Convert Qfailed status. | 3864 (status_message): Convert Qfailed status. |
| 3865 (Fopen_network_stream): Added support for non-blocking connect. | 3865 (Fopen_network_stream): Added support for non-blocking connect. |
| 3866 New optional args: filter, sentinel, non_blocking. Doc updated. | 3866 New optional args: filter, sentinel, non_blocking. Doc updated. |
| 3867 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code. | 3867 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code. |
| 3868 (deactivate_process): Handle pending non-blocking connect. | 3868 (deactivate_process): Handle pending non-blocking connect. |
| 3869 (wait_reading_process_input): Poll for status of non-blocking | 3869 (wait_reading_process_input): Poll for status of non-blocking |
| 3870 connects. Exec sentinel directly when connect succeeds. | 3870 connects. Exec sentinel directly when connect succeeds. |
| 3871 (status_notify): Don't read process output if not yet connected. | 3871 (status_notify): Don't read process output if not yet connected. |
| 3872 | 3872 |
| 4079 (x_figure_window_size): Support full-screen frames. | 4079 (x_figure_window_size): Support full-screen frames. |
| 4080 (Fx_create_frame): Default the fullscreen parameter. | 4080 (Fx_create_frame): Default the fullscreen parameter. |
| 4081 | 4081 |
| 4082 * w32term.c (x_check_fullscreen, x_check_fullscreen_move) | 4082 * w32term.c (x_check_fullscreen, x_check_fullscreen_move) |
| 4083 (x_fullscreen_adjust): New functions. | 4083 (x_fullscreen_adjust): New functions. |
| 4084 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to | 4084 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to |
| 4085 fullscreen. Call x_check_fullscreen_move, and set the | 4085 fullscreen. Call x_check_fullscreen_move, and set the |
| 4086 want_fullscreen member of output_data.w32 | 4086 want_fullscreen member of output_data.w32 |
| 4087 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. | 4087 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. |
| 4088 | 4088 |
| 4089 * w32term.h: New enum for FULLSCREEN_* constants. | 4089 * w32term.h: New enum for FULLSCREEN_* constants. |
| 6133 | 6133 |
| 6134 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. | 6134 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. |
| 6135 (last-input-char): Revert doc-string to be the same as the | 6135 (last-input-char): Revert doc-string to be the same as the |
| 6136 doc-string of `last-input-event'. | 6136 doc-string of `last-input-event'. |
| 6137 | 6137 |
| 6138 * xdisp.c: Fix typos in comments. | 6138 * xdisp.c: Fix typos in comments. |
| 6139 | 6139 |
| 6140 2001-10-31 Gerd Moellmann <gerd@gnu.org> | 6140 2001-10-31 Gerd Moellmann <gerd@gnu.org> |
| 6141 | 6141 |
| 6142 * window.c (grow_mini_window): Handle case that the root | 6142 * window.c (grow_mini_window): Handle case that the root |
| 6143 window is already smaller than the nominal mininum height. | 6143 window is already smaller than the nominal mininum height. |
| 6454 | 6454 |
| 6455 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing) | 6455 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing) |
| 6456 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. | 6456 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. |
| 6457 (try_window_id, try_window_reusing_current_matrix) | 6457 (try_window_id, try_window_reusing_current_matrix) |
| 6458 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. | 6458 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. |
| 6459 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. | 6459 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. |
| 6460 | 6460 |
| 6461 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 6461 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6462 | 6462 |
| 6463 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of | 6463 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of |
| 6464 gnuemacs). | 6464 gnuemacs). |
