Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-12-15 | 1 | -2/+3 |
| | | | | Don't crash for non-X frame. | ||||
* | (message_dolog): Save and restore windows_or_buffers_changed. | Richard M. Stallman | 1995-12-15 | 1 | -0/+2 |
| | |||||
* | (x_connection_closed): Don't delete dpyinfo if it's null. | Karl Heuer | 1995-12-13 | 1 | -1/+2 |
| | |||||
* | (Fsplit_window): Account for scroll bar width. | Karl Heuer | 1995-12-13 | 1 | -8/+16 |
| | |||||
* | (AT_WORD_BOUNDARY): Disable macro. | Karl Heuer | 1995-12-13 | 1 | -7/+46 |
| | | | | (re_match_2_internal): Work around compiler bug. | ||||
* | (main): Fix args to handle `--display DISPLAY'. | Karl Heuer | 1995-12-13 | 1 | -1/+1 |
| | |||||
* | (choose_minibuf_frame): Test HAVE_X_WINDOWS. | Karl Heuer | 1995-12-13 | 1 | -1/+1 |
| | |||||
* | (Fcall_process) [MSDOS]: Support redirection of | Karl Heuer | 1995-12-13 | 1 | -22/+30 |
| | | | | | | stderr. Assign process exit code to `synch_process_retcode' and error description to `synch_process_death'. Reset `synch_process_alive' to zero when the sub-process exits. | ||||
* | (run_msdos_command): Support redirection of stderr. | Karl Heuer | 1995-12-13 | 1 | -4/+5 |
| | |||||
* | (IT_set_terminal_modes): Save screen color attribute | Karl Heuer | 1995-12-13 | 1 | -5/+50 |
| | | | | | | | | | | byte at startup, write saved screen dimensions to termscript file. (IT_reset_terminal_modes): When restoring startup screen contents, only restore as much as was saved, and only as much as the screen dimensions on exit can hold. Blank the rest with the background color saved at startup. Write restored screen dimensions to termscript file. | ||||
* | (Ftype_of): Return `char-table' and `bool-vector' for | Karl Heuer | 1995-12-13 | 1 | -0/+9 |
| | | | | | | char tables and bool vectors, resp. (Qchar_table, Qbool_vector): New variables. (syms_of_data): Initialize and staticpro them. | ||||
* | (XMenuActivate): Display the menu pane title. | Karl Heuer | 1995-12-13 | 1 | -5/+3 |
| | | | | | (XMenuLocate): Do not ignore pane title length when deciding on menu location. | ||||
* | (PTY_OPEN): Block SIGCHLD during openpty. | Karl Heuer | 1995-12-13 | 1 | -0/+3 |
| | |||||
* | (LIBXMU): Use dynamic linking. | Karl Heuer | 1995-12-13 | 1 | -2/+2 |
| | |||||
* | (create_process): Use Posix signal handling to | Karl Heuer | 1995-12-13 | 1 | -3/+50 |
| | | | | | | | block signals, if available. If HAVE_VFORK, save and restore signal handlers that the child might change, since in many systems (e.g. Solaris 2.4) if the child changes the signal handlers this munges the parent's handler. | ||||
* | (HAVE_VFORK): Remove #undef, since we now | Karl Heuer | 1995-12-13 | 1 | -9/+0 |
| | | | | | know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition. | ||||
* | Fix misspelled comment. | Paul Eggert | 1995-12-06 | 1 | -1/+1 |
| | |||||
* | (tputs): Don't let ospeed overrun the speeds array. | David J. MacKenzie | 1995-11-30 | 1 | -1/+3 |
| | |||||
* | (Fcall_interactively): In `c' case, clear out the message | Richard M. Stallman | 1995-11-30 | 1 | -0/+1 |
| | | | | after reading the character. | ||||
* | (lisp): Remove c-mode.elc. | Richard M. Stallman | 1995-11-28 | 1 | -1/+0 |
| | |||||
* | (sys_select): Check timer once even if input is pending. | Richard M. Stallman | 1995-11-27 | 1 | -2/+3 |
| | |||||
* | (decode_mode_spec): For p and P, avoid overflow with large buffer sizes. | Richard M. Stallman | 1995-11-27 | 1 | -2/+10 |
| | |||||
* | (set_frame_menubar): When called with deep_p == 0, | Richard M. Stallman | 1995-11-26 | 1 | -1/+6 |
| | | | | that invalidates the previous f->menu_bar_vector. | ||||
* | (IT_set_menu_bar_lines): Clear last_modified field. | Richard M. Stallman | 1995-11-25 | 1 | -0/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-11-25 | 1 | -1/+1 |
| | |||||
* | (read_char): Handle unread events from popup menus. | Richard M. Stallman | 1995-11-24 | 1 | -0/+7 |
| | |||||
* | (XTframe_up_to_date): Block and unblock input. | Richard M. Stallman | 1995-11-22 | 1 | -0/+2 |
| | |||||
* | (DOC, clean): Don't use switches to del not supported by Win95. | Geoff Voelker | 1995-11-22 | 1 | -2/+2 |
| | |||||
* | (XTmouse_position): Exit the loop if child == win. | Richard M. Stallman | 1995-11-22 | 1 | -1/+3 |
| | | | | (x_iconify_frame): Call FRAME_SAMPLE_VISIBILITY. | ||||
* | (Fset_face_attribute_internal) [MSDOS]: Set font field to 1. | Richard M. Stallman | 1995-11-22 | 1 | -1/+3 |
| | |||||
* | (internal_terminal_init): Initialize the_only_x_display.font. | Richard M. Stallman | 1995-11-22 | 1 | -0/+1 |
| | |||||
* | (dos_set_keyboard): If CODE is not recognized, | Richard M. Stallman | 1995-11-22 | 1 | -0/+6 |
| | | | | initialize to the US keyboard table. | ||||
* | (LIB_MOTIF): New definition. | Richard M. Stallman | 1995-11-21 | 1 | -0/+3 |
| | |||||
* | (unload_color, unload_font): Never invalidate computed faces 0 and 1. | Richard M. Stallman | 1995-11-21 | 1 | -2/+4 |
| | |||||
* | (Fdisplay_buffer): Always deiconify the window's frame. | Richard M. Stallman | 1995-11-21 | 1 | -12/+23 |
| | | | | (display_buffer_1): New subroutine. | ||||
* | (Fcurrent_time): Doc fix. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (main): Add LINUX_SBRK_BUG conditional call to __sbrk. | Richard M. Stallman | 1995-11-21 | 1 | -0/+4 |
| | |||||
* | [LINUX] (LINUX_SBRK_BUG): Defined. | Richard M. Stallman | 1995-11-21 | 1 | -0/+4 |
| | |||||
* | (SYSTEM_PURESIZE_EXTRA): Increased. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (syms_of_dosfns): Use 0x75 for dos_keypad_mode. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (Flist): Avoid using -- in while condition. | Richard M. Stallman | 1995-11-20 | 1 | -3/+7 |
| | |||||
* | (choose_minibuf_frame): On MSDOS, just use minibuf_window. | Richard M. Stallman | 1995-11-20 | 1 | -0/+4 |
| | |||||
* | (Vsource_directory): New variable. | Richard M. Stallman | 1995-11-20 | 1 | -0/+11 |
| | | | | | (init_lread): Initialize it. (syms_of_lread): Set up Lisp var. | ||||
* | (show_mouse_face): When clearing cursor, use proper column range. | Richard M. Stallman | 1995-11-20 | 1 | -2/+2 |
| | |||||
* | (Fmake_local_variable): Call find_symbol_value | Richard M. Stallman | 1995-11-19 | 1 | -0/+7 |
| | | | | before making a new local binding. | ||||
* | #undef SIGPOLL and SIGURG as well as SIGIO. | Richard M. Stallman | 1995-11-19 | 1 | -0/+4 |
| | |||||
* | (Fset_text_properties): Call set_properties | Richard M. Stallman | 1995-11-18 | 1 | -7/+11 |
| | | | | even if we also merge an interval. | ||||
* | (Qredisplay_end_trigger_functions): Renamed from ..._hook. | Richard M. Stallman | 1995-11-18 | 1 | -4/+10 |
| | | | | | (syms_of_xdisp): Set up new name. (display_text_line): Call them with arguments. | ||||
* | (Fset_window_redisplay_end_trigger): Doc fix. | Richard M. Stallman | 1995-11-18 | 1 | -4/+4 |
| | |||||
* | (Fexecute_extended_command): | Richard M. Stallman | 1995-11-18 | 1 | -9/+3 |
| | | | | Call Fwhere_is_internal just once to handle all the maps. |