summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]:Richard M. Stallman1995-12-151-2/+3
| | | | Don't crash for non-X frame.
* (message_dolog): Save and restore windows_or_buffers_changed.Richard M. Stallman1995-12-151-0/+2
|
* (x_connection_closed): Don't delete dpyinfo if it's null.Karl Heuer1995-12-131-1/+2
|
* (Fsplit_window): Account for scroll bar width.Karl Heuer1995-12-131-8/+16
|
* (AT_WORD_BOUNDARY): Disable macro.Karl Heuer1995-12-131-7/+46
| | | | (re_match_2_internal): Work around compiler bug.
* (main): Fix args to handle `--display DISPLAY'.Karl Heuer1995-12-131-1/+1
|
* (choose_minibuf_frame): Test HAVE_X_WINDOWS.Karl Heuer1995-12-131-1/+1
|
* (Fcall_process) [MSDOS]: Support redirection ofKarl Heuer1995-12-131-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 Heuer1995-12-131-4/+5
|
* (IT_set_terminal_modes): Save screen color attributeKarl Heuer1995-12-131-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' forKarl Heuer1995-12-131-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 Heuer1995-12-131-5/+3
| | | | | (XMenuLocate): Do not ignore pane title length when deciding on menu location.
* (PTY_OPEN): Block SIGCHLD during openpty.Karl Heuer1995-12-131-0/+3
|
* (LIBXMU): Use dynamic linking.Karl Heuer1995-12-131-2/+2
|
* (create_process): Use Posix signal handling toKarl Heuer1995-12-131-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 nowKarl Heuer1995-12-131-9/+0
| | | | | know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition.
* Fix misspelled comment.Paul Eggert1995-12-061-1/+1
|
* (tputs): Don't let ospeed overrun the speeds array.David J. MacKenzie1995-11-301-1/+3
|
* (Fcall_interactively): In `c' case, clear out the messageRichard M. Stallman1995-11-301-0/+1
| | | | after reading the character.
* (lisp): Remove c-mode.elc.Richard M. Stallman1995-11-281-1/+0
|
* (sys_select): Check timer once even if input is pending.Richard M. Stallman1995-11-271-2/+3
|
* (decode_mode_spec): For p and P, avoid overflow with large buffer sizes.Richard M. Stallman1995-11-271-2/+10
|
* (set_frame_menubar): When called with deep_p == 0,Richard M. Stallman1995-11-261-1/+6
| | | | that invalidates the previous f->menu_bar_vector.
* (IT_set_menu_bar_lines): Clear last_modified field.Richard M. Stallman1995-11-251-0/+1
|
* Comment change.Richard M. Stallman1995-11-251-1/+1
|
* (read_char): Handle unread events from popup menus.Richard M. Stallman1995-11-241-0/+7
|
* (XTframe_up_to_date): Block and unblock input.Richard M. Stallman1995-11-221-0/+2
|
* (DOC, clean): Don't use switches to del not supported by Win95.Geoff Voelker1995-11-221-2/+2
|
* (XTmouse_position): Exit the loop if child == win.Richard M. Stallman1995-11-221-1/+3
| | | | (x_iconify_frame): Call FRAME_SAMPLE_VISIBILITY.
* (Fset_face_attribute_internal) [MSDOS]: Set font field to 1.Richard M. Stallman1995-11-221-1/+3
|
* (internal_terminal_init): Initialize the_only_x_display.font.Richard M. Stallman1995-11-221-0/+1
|
* (dos_set_keyboard): If CODE is not recognized,Richard M. Stallman1995-11-221-0/+6
| | | | initialize to the US keyboard table.
* (LIB_MOTIF): New definition.Richard M. Stallman1995-11-211-0/+3
|
* (unload_color, unload_font): Never invalidate computed faces 0 and 1.Richard M. Stallman1995-11-211-2/+4
|
* (Fdisplay_buffer): Always deiconify the window's frame.Richard M. Stallman1995-11-211-12/+23
| | | | (display_buffer_1): New subroutine.
* (Fcurrent_time): Doc fix.Richard M. Stallman1995-11-211-1/+1
|
* (main): Add LINUX_SBRK_BUG conditional call to __sbrk.Richard M. Stallman1995-11-211-0/+4
|
* [LINUX] (LINUX_SBRK_BUG): Defined.Richard M. Stallman1995-11-211-0/+4
|
* (SYSTEM_PURESIZE_EXTRA): Increased.Richard M. Stallman1995-11-211-1/+1
|
* (syms_of_dosfns): Use 0x75 for dos_keypad_mode.Richard M. Stallman1995-11-211-1/+1
|
* (Flist): Avoid using -- in while condition.Richard M. Stallman1995-11-201-3/+7
|
* (choose_minibuf_frame): On MSDOS, just use minibuf_window.Richard M. Stallman1995-11-201-0/+4
|
* (Vsource_directory): New variable.Richard M. Stallman1995-11-201-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. Stallman1995-11-201-2/+2
|
* (Fmake_local_variable): Call find_symbol_valueRichard M. Stallman1995-11-191-0/+7
| | | | before making a new local binding.
* #undef SIGPOLL and SIGURG as well as SIGIO.Richard M. Stallman1995-11-191-0/+4
|
* (Fset_text_properties): Call set_propertiesRichard M. Stallman1995-11-181-7/+11
| | | | even if we also merge an interval.
* (Qredisplay_end_trigger_functions): Renamed from ..._hook.Richard M. Stallman1995-11-181-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. Stallman1995-11-181-4/+4
|
* (Fexecute_extended_command):Richard M. Stallman1995-11-181-9/+3
| | | | Call Fwhere_is_internal just once to handle all the maps.